Linux ia64
[Prev Page][Next Page]
- [PATCH 3/8] xtensa: switch to generic version of pte allocation, (continued)
- [PATCH 3/8] xtensa: switch to generic version of pte allocation, Mike Rapoport
- [PATCH 1/8] mm: remove unneeded includes of <asm/pgalloc.h>, Mike Rapoport
- [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one(), Mike Rapoport
- [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one(), Mike Rapoport
- [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free(), Mike Rapoport
- [PATCH 7/8] mm: move lib/ioremap.c to mm/, Mike Rapoport
- [PATCH 8/8] mm: move p?d_alloc_track to separate header file, Mike Rapoport
- Re: [PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>, Matthew Wilcox
- [PATCH 9/8] mm: Account PMD tables like PTE tables, Matthew Wilcox
- Re: [PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>, Pekka Enberg
- Re: [PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>, Mike Rapoport
- [PATCH 00/13] iommu: Remove usage of dev->archdata.iommu,
Joerg Roedel
- [PATCH 01/13] iommu/exynos: Use dev_iommu_priv_get/set(), Joerg Roedel
- [PATCH 11/13] arm: Remove dev->archdata.iommu pointer, Joerg Roedel
- [PATCH 13/13] powerpc/dma: Remove dev->archdata.iommu_domain, Joerg Roedel
- [PATCH 12/13] arm64: Remove dev->archdata.iommu pointer, Joerg Roedel
- [PATCH 09/13] x86: Remove dev->archdata.iommu pointer, Joerg Roedel
- [PATCH 10/13] ia64: Remove dev->archdata.iommu pointer, Joerg Roedel
- [PATCH 08/13] iommu/mediatek: Do no use dev->archdata.iommu, Joerg Roedel
- [PATCH 04/13] iommu/omap: Use dev_iommu_priv_get/set(), Joerg Roedel
- [PATCH 02/13] iommu/vt-d: Use dev_iommu_priv_get/set(), Joerg Roedel
- [PATCH 06/13] iommu/tegra: Use dev_iommu_priv_get/set(), Joerg Roedel
- [PATCH 03/13] iommu/msm: Use dev_iommu_priv_get/set(), Joerg Roedel
- [PATCH 07/13] iommu/pamu: Use dev_iommu_priv_get/set(), Joerg Roedel
- [PATCH 05/13] iommu/rockchip: Use dev_iommu_priv_get/set(), Joerg Roedel
- Re: [PATCH 00/13] iommu: Remove usage of dev->archdata.iommu, Jerry Snitselaar
- Re: [PATCH 00/13] iommu: Remove usage of dev->archdata.iommu, Joerg Roedel
- [PATCH v2 14/15] docs: fix references for DMA*.txt files,
Mauro Carvalho Chehab
- [PATCH 05/17] ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args, Christian Brauner
- Re: rename probe_kernel_* and probe_user_*,
Linus Torvalds
- [PATCH V3 (RESEND) 0/3] arm64: Enable vmemmap mapping from device memory,
Anshuman Khandual
- [PATCH] ia64: Add null pointer check for task in default_handler, Gaurav Singh
- [PATCH] ia64: Fix a typo in a comment, Christophe JAILLET
- [PATCH 26/29] docs: fix references for DMA*.txt files,
Mauro Carvalho Chehab
- Re: [PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes,
Greg Ungerer
- Possible duplicate page fault accounting on some archs after commit 4064b9827063,
Gerald Schaefer
- [RFT PATCH] ia64: Fix build error with !COREDUMP,
Krzysztof Kozlowski
- [PATCH v5 2/3] arch: wire-up close_range(), Christian Brauner
- [RESEND PATCH] ia64: configs: Remove useless UEVENT_HELPER_PATH, Krzysztof Kozlowski
- [PATCH 1/2] ia64: Hide the archdata.iommu field behind generic IOMMU_API,
Krzysztof Kozlowski
- [PATCH v2] ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args,
Christian Brauner
- sort out the flush_icache_range mess v2,
Christoph Hellwig
- [PATCH 01/29] arm: fix the flush_icache_range arguments in set_fiq_handler, Christoph Hellwig
- [PATCH 02/29] nds32: unexport flush_icache_page, Christoph Hellwig
- [PATCH 04/29] unicore32: remove flush_cache_user_range, Christoph Hellwig
- [PATCH 05/29] asm-generic: fix the inclusion guards for cacheflush.h, Christoph Hellwig
- [PATCH 08/29] alpha: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 11/29] hexagon: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 18/29] arm,sparc,unicore32: remove flush_icache_user_range, Christoph Hellwig
- [PATCH 20/29] asm-generic: add a flush_icache_user_range stub, Christoph Hellwig
- [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k, Christoph Hellwig
- [PATCH 27/29] binfmt_flat: use flush_icache_user_range, Christoph Hellwig
- [PATCH 28/29] nommu: use flush_icache_user_range in brk and mmap, Christoph Hellwig
- [PATCH 26/29] exec: use flush_icache_user_range in read_code, Christoph Hellwig
- [PATCH 24/29] m68k: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 21/29] sh: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 22/29] xtensa: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 25/29] exec: only build read_code when needed, Christoph Hellwig
- [PATCH 23/29] arm: rename flush_cache_user_range to flush_icache_user_range, Christoph Hellwig
- [PATCH 19/29] mm: rename flush_icache_user_range to flush_icache_user_page, Christoph Hellwig
- [PATCH 17/29] riscv: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 14/29] m68knommu: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 16/29] powerpc: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 12/29] ia64: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 13/29] microblaze: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 15/29] openrisc: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 09/29] arm64: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 07/29] asm-generic: improve the flush_dcache_page stub, Christoph Hellwig
- [PATCH 10/29] c6x: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h, Christoph Hellwig
- [PATCH 03/29] powerpc: unexport flush_icache_user_range, Christoph Hellwig
- [PATCH] ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_args,
Christian Brauner
- sort out the flush_icache_range mess,
Christoph Hellwig
- [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler, Christoph Hellwig
- [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec, Christoph Hellwig
- [PATCH 03/31] MIPS: unexport __flush_icache_user_range, Christoph Hellwig
- [PATCH 04/31] nds32: unexport flush_icache_page, Christoph Hellwig
- [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h, Christoph Hellwig
- [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h, Christoph Hellwig
- [PATCH 09/31] asm-generic: improve the flush_dcache_page stub, Christoph Hellwig
- [PATCH 11/31] arm64: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 17/31] openrisc: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 23/31] sh: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 24/31] xtensa: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 28/31] exec: use flush_icache_user_range in read_code, Christoph Hellwig
- [PATCH 29/31] binfmt_flat: use flush_icache_user_range, Christoph Hellwig
- [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k, Christoph Hellwig
- [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap, Christoph Hellwig
- [PATCH 26/31] m68k: implement flush_icache_user_range, Christoph Hellwig
- [PATCH 27/31] exec: only build read_code when needed, Christoph Hellwig
- [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page, Christoph Hellwig
- [PATCH 22/31] asm-generic: add a flush_icache_user_range stub, Christoph Hellwig
- [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range, Christoph Hellwig
- [PATCH 05/31] powerpc: unexport flush_icache_user_range, Christoph Hellwig
- [PATCH 06/31] unicore32: remove flush_cache_user_range, Christoph Hellwig
- [PATCH 12/31] c6x: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 14/31] ia64: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 15/31] microblaze: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 18/31] powerpc: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 19/31] riscv: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range, Christoph Hellwig
- [PATCH 16/31] m68knommu: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 13/31] hexagon: use asm-generic/cacheflush.h, Christoph Hellwig
- [PATCH 10/31] alpha: use asm-generic/cacheflush.h, Christoph Hellwig
- Re: sort out the flush_icache_range mess, Geert Uytterhoeven
- [PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks,
Anshuman Khandual
- [PATCH] treewide: Replace zero-length array with flexible-array,
Gustavo A. R. Silva
- [PATCH V2 0/3] mm/hugetlb: Add some new generic fallbacks,
Anshuman Khandual
- Re: [PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order,
Vineet Gupta
- [PATCH 07/14] docs: add IRQ documentation at the core-api book,
Mauro Carvalho Chehab
- [PATCH] ia64: fix word quoting in shell scripts, zsugabubus
- [PATCHv3 15/50] ia64: Pass log level as arg into ia64_do_show_stack(), Dmitry Safonov
- [PATCHv3 16/50] ia64: Add show_stack_loglvl(), Dmitry Safonov
- [PATCH v3 00/11] Make PageWriteback use the PageLocked optimisation,
Matthew Wilcox
- [PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK,
Mike Rapoport
- [PATCH v4 03/14] arm64: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 04/14] hexagon: remove __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v4 07/14] openrisc: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 08/14] powerpc: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 09/14] sh: fault: Modernize printing of kernel messages, Mike Rapoport
- [PATCH v4 06/14] nios2: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 13/14] asm-generic: remove pgtable-nop4d-hack.h, Mike Rapoport
- [PATCH v4 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h, Mike Rapoport
- [PATCH v4 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones, Mike Rapoport
- [PATCH v4 05/14] ia64: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 11/14] sh: add support for folded p4d page tables, Mike Rapoport
- [PATCH v4 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK, Mike Rapoport
[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros,
Anshuman Khandual
[PATCH V3 0/3] arm64: Enable vmemmap mapping from device memory,
Anshuman Khandual
[GIT PULL] ia64 for v5.7,
Luck, Tony
[PATCH v4 00/17] Convert cpu_up/down to device_online/offline,
Qais Yousef
[patch V3 00/20] Lock ordering documentation and annotation for lockdep,
Thomas Gleixner
- [patch V3 20/20] lockdep: Add posixtimer context tracing bits, Thomas Gleixner
- [patch V3 12/20] powerpc/ps3: Convert half completion to rcuwait, Thomas Gleixner
- [patch V3 19/20] lockdep: Annotate irq_work, Thomas Gleixner
- [patch V3 17/20] lockdep: Introduce wait-type checks, Thomas Gleixner
- [patch V3 16/20] completion: Use simple wait queues, Thomas Gleixner
- [patch V3 09/20] ia64: Remove mm.h from asm/uaccess.h, Thomas Gleixner
- [patch V3 01/20] PCI/switchtec: Fix init_completion race condition with poll_wait(), Thomas Gleixner
- [patch V3 13/20] Documentation: Add lock ordering and nesting documentation, Thomas Gleixner
- [patch V3 05/20] acpi: Remove header dependency, Thomas Gleixner
- [patch V3 11/20] rcuwait: Add @state argument to rcuwait_wait_event(), Thomas Gleixner
- [patch V3 18/20] lockdep: Add hrtimer context tracing bits, Thomas Gleixner
- [patch V3 02/20] pci/switchtec: Replace completion wait queue usage for poll, Thomas Gleixner
- [patch V3 10/20] microblaze: Remove mm.h from asm/uaccess.h, Thomas Gleixner
- [patch V3 03/20] usb: gadget: Use completion interface instead of open coding it, Thomas Gleixner
- [patch V3 07/20] csky: Remove mm.h from asm/uaccess.h, Thomas Gleixner
- [patch V3 14/20] timekeeping: Split jiffies seqlock, Thomas Gleixner
- [patch V3 06/20] nds32: Remove mm.h from asm/uaccess.h, Thomas Gleixner
- [patch V3 08/20] hexagon: Remove mm.h from asm/uaccess.h, Thomas Gleixner
- [patch V3 15/20] sched/swait: Prepare usage in completions, Thomas Gleixner
- [patch V3 04/20] orinoco_usb: Use the regular completion interfaces, Thomas Gleixner
- Re: [patch V3 00/20] Lock ordering documentation and annotation for lockdep, Davidlohr Bueso
[PATCH 4/5] ia64: Remove mm.h from asm/uaccess.h, Sebastian Andrzej Siewior
[PATCHv2 16/50] ia64: Add show_stack_loglvl(), Dmitry Safonov
[PATCHv2 15/50] ia64: Pass log level as arg into ia64_do_show_stack(), Dmitry Safonov
[PATCH 2/2] ia64: add IRQENTRY_TEXT and SOFTIRQENTRY_TEXT to linker script, glider
[PATCH V3] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial(), Anshuman Khandual
[PATCH V2] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial(),
Anshuman Khandual
[PATCH v4 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA,
Logan Gunthorpe
[PATCH 0/2] mm/vma: some new flags,
Anshuman Khandual
[PATCH V2 0/2] arm64: Enable vmemmap mapping from device memory,
Anshuman Khandual
[PATCH v3] ia64: replace setup_irq() by request_irq(),
afzal mohammed
[RFC 0/3] mm/vma: some new flags and helpers,
Anshuman Khandual
[PATCH] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial(),
Anshuman Khandual
[PATCH v3 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK,
Mike Rapoport
- [PATCH v3 01/14] arm/arm64: add support for folded p4d page tables, Mike Rapoport
- [PATCH v3 02/14] h8300: remove usage of __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v3 03/14] hexagon: remove __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v3 04/14] ia64: add support for folded p4d page tables, Mike Rapoport
- [PATCH v3 05/14] nios2: add support for folded p4d page tables, Mike Rapoport
- [PATCH v3 06/14] openrisc: add support for folded p4d page tables, Mike Rapoport
- [PATCH v3 07/14] powerpc/32: drop get_pteptr(), Mike Rapoport
- [PATCH v3 08/14] powerpc: add support for folded p4d page tables, Mike Rapoport
- [PATCH v3 09/14] sh: fault: Modernize printing of kernel messages, Mike Rapoport
- [PATCH v3 10/14] sh: drop __pXd_offset() macros that duplicate pXd_index() ones, Mike Rapoport
- [PATCH v3 11/14] sh: add support for folded p4d page tables, Mike Rapoport
- [PATCH v3 12/14] unicore32: remove __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v3 13/14] asm-generic: remove pgtable-nop4d-hack.h, Mike Rapoport
- [PATCH v3 14/14] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h, Mike Rapoport
[PATCH RESEND 1/2] rtc/ia64: remove legacy efirtc driver, Alexandre Belloni
[PATCH v2 00/18] genirq: Remove setup_irq(),
afzal mohammed
[PATCH v3 02/15] smp: Create a new function to shutdown nonboot cpus, Qais Yousef
[PATCH v3 03/15] ia64: Replace cpu_down with smp_shutdown_nonboot_cpus(), Qais Yousef
[PATCH v3 0/7] Allow setting caching mode in arch_add_memory() for P2PDMA,
Logan Gunthorpe
[PATCH v2] tty/serial: cleanup after ioc*_serial driver removal,
Lukas Bulwahn
[PATCH] tty/serial: cleanup after ioc*_serial driver removal,
Lukas Bulwahn
[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK,
Mike Rapoport
- [PATCH v2 01/13] arm/arm64: add support for folded p4d page tables, Mike Rapoport
- [PATCH v2 02/13] h8300: remove usage of __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v2 03/13] hexagon: remove __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v2 04/13] ia64: add support for folded p4d page tables, Mike Rapoport
- [PATCH v2 05/13] nios2: add support for folded p4d page tables, Mike Rapoport
- [PATCH v2 06/13] openrisc: add support for folded p4d page tables, Mike Rapoport
- [PATCH v2 07/13] powerpc: add support for folded p4d page tables, Mike Rapoport
- [PATCH v2 08/13] sh: fault: Modernize printing of kernel messages, Mike Rapoport
- [PATCH v2 09/13] sh: drop __pXd_offset() macros that duplicate pXd_index() ones, Mike Rapoport
- [PATCH v2 10/13] sh: add support for folded p4d page tables, Mike Rapoport
- [PATCH v2 11/13] unicore32: remove __ARCH_USE_5LEVEL_HACK, Mike Rapoport
- [PATCH v2 12/13] asm-generic: remove pgtable-nop4d-hack.h, Mike Rapoport
- [PATCH v2 13/13] mm: remove __ARCH_HAS_5LEVEL_HACK and include/asm-generic/5level-fixup.h, Mike Rapoport
- Re: [PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK, Russell King - ARM Linux admin
[PATCH v3] asm-generic: Fix unistd_32.h generation format, Michal Simek
[PATCH v2] asm-generic: Fix unistd_32.h generation format,
Michal Simek
[PATCH 00/18] genirq: Remove setup_irq(),
afzal mohammed
[PATCH V12] mm/debug: Add tests validating architecture page table helpers,
Anshuman Khandual
[PATCH 4.19 033/639] signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturn, Greg Kroah-Hartman
[PATCH 4.19 032/639] signal/ia64: Use the generic force_sigsegv in setup_frame, Greg Kroah-Hartman
[PATCH 0/2] arm64: Enable vmemmap mapping from device memory,
Anshuman Khandual
[PATCH AUTOSEL 4.19 015/671] signal/ia64: Use the generic force_sigsegv in setup_frame, Sasha Levin
[PATCH AUTOSEL 4.19 016/671] signal/ia64: Use the force_sig(SIGSEGV,...) in ia64_rt_sigreturn, Sasha Levin
[PATCH v5] reboot: support offline CPUs before reboot,
Hsin-Yi Wang
[PATCH RESEND v4] reboot: support offline CPUs before reboot,
Hsin-Yi Wang
[PATCH v2 0/8] Allow setting caching mode in arch_add_memory() for P2PDMA,
Logan Gunthorpe
Re: [mm/debug] 87c4696d57: kernel_BUG_at_include/linux/mm.h, Anshuman Khandual
"oneshot" interrupt causes another interrupt to be fired erroneously in Intel Haswell system, Kar Hin Ong
[PATCH V11 RESEND] mm/debug: Add tests validating architecture page table helpers, Anshuman Khandual
[PATCH] ia64: add support for folded p4d page tables,
Mike Rapoport
[PATCH 0/6] Allow setting caching mode in arch_add_memory() for P2PDMA,
Logan Gunthorpe
[PATCH v18 00/13] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu(), Aleksa Sarai
- [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int, Aleksa Sarai
- [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors, Aleksa Sarai
- [PATCH v18 04/13] namei: allow set_root() to produce errors, Aleksa Sarai
- [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH v18 11/13] open: introduce openat2(2) syscall, Aleksa Sarai
[PATCH v18 12/13] selftests: add openat2(2) selftests, Aleksa Sarai
[PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags, Aleksa Sarai
Re: [PATCH] x86/boot: kbuild: allow readelf executable to be specified,
Nick Desaulniers
Message not available
Message not available
[GIT PULL] ia64 changes for v5.5,
Luck, Tony
Re: [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory, David Hildenbrand
[PATCH V11] mm/debug: Add tests validating architecture page table helpers,
Anshuman Khandual
[PATCH v2 00/12] treewide: break dependencies on x86's RM header,
Sean Christopherson
- [PATCH v2 09/12] ASoC: Intel: Skylake: Explicitly include linux/io.h for virt_to_phys(), Sean Christopherson
- [PATCH v2 12/12] x86/ACPI/sleep: Move acpi_get_wakeup_address() into sleep.c, remove <asm/realmode.h> from <asm/acpi.h>, Sean Christopherson
- [PATCH v2 11/12] ACPI/sleep: Convert acpi_wakeup_address into a function, Sean Christopherson
- [PATCH v2 08/12] vmw_balloon: Explicitly include linux/io.h for virt_to_phys(), Sean Christopherson
- [PATCH v2 10/12] x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.h, Sean Christopherson
- [PATCH v2 07/12] virt: vbox: Explicitly include linux/io.h to pick up various defs, Sean Christopherson
- [PATCH v2 05/12] perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys(), Sean Christopherson
- [PATCH v2 06/12] efi/capsule-loader: Explicitly include linux/io.h for page_to_phys(), Sean Christopherson
- [PATCH v2 04/12] x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms(), Sean Christopherson
- [PATCH v2 01/12] x86/efi: Explicitly include realmode.h to handle RM trampoline quirk, Sean Christopherson
- [PATCH v2 02/12] x86/boot: Explicitly include realmode.h to handle RM reservations, Sean Christopherson
- [PATCH v2 03/12] x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms(), Sean Christopherson
- Re: [PATCH v2 00/12] treewide: break dependencies on x86's RM header, Ingo Molnar
[PATCH v2 02/14] ia64: Replace cpu_down with smp_shutdown_nonboot_cpus(), Qais Yousef
[PATCH v2 01/14] smp: Create a new function to shutdown nonboot cpus,
Qais Yousef
5.4-rc8+ ia64 WARNING: CPU: 0 PID: 92 at mm/percpu.c:1616 pcpu_alloc+0xce0/0xe00, Meelis Roos
[PATCH v2 0/5] agp: minor fixes,
Corentin Labbe
[PATCH V10] mm/debug: Add tests validating architecture page table helpers,
Anshuman Khandual
[PATCH RESEND v17 00/13] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH RESEND v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu(), Aleksa Sarai
- [PATCH RESEND v17 02/13] nsfs: clean-up ns_get_path() signature to return int, Aleksa Sarai
- [PATCH RESEND v17 03/13] namei: allow nd_jump_link() to produce errors, Aleksa Sarai
- [PATCH RESEND v17 04/13] namei: allow set_root() to produce errors, Aleksa Sarai
- [PATCH RESEND v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH RESEND v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH RESEND v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH RESEND v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH RESEND v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH RESEND v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH RESEND v17 11/13] open: introduce openat2(2) syscall, Aleksa Sarai
- [PATCH RESEND v17 12/13] selftests: add openat2(2) selftests, Aleksa Sarai
- [PATCH RESEND v17 13/13] Documentation: path-lookup: include new LOOKUP flags, Aleksa Sarai
[PATCH 00/12] treewide: break dependencies on x86's RM header,
Sean Christopherson
- [PATCH 06/12] efi/capsule-loader: Explicitly include linux/io.h for page_to_phys(), Sean Christopherson
- [PATCH 12/12] x86/ACPI/sleep: Move acpi_wakeup_address() definition into sleep.c, Sean Christopherson
- [PATCH 11/12] ACPI/sleep: Convert acpi_wakeup_address into a function, Sean Christopherson
- [PATCH 07/12] virt: vbox: Explicitly include linux/io.h to pick up various defs, Sean Christopherson
- [PATCH 09/12] ASoC: Intel: Skylake: Explicitly include linux/io.h for virt_to_phys(), Sean Christopherson
- [PATCH 10/12] x86/ACPI/sleep: Remove an unnecessary include of asm/realmode.h, Sean Christopherson
- [PATCH 08/12] vmw_balloon: Explicitly include linux/io.h for virt_to_phys(), Sean Christopherson
- [PATCH 02/12] x86/boot: Explicitly include realmode.h to handle RM reservations, Sean Christopherson
- [PATCH 03/12] x86/ftrace: Explicitly include vmalloc.h for set_vm_flush_reset_perms(), Sean Christopherson
- [PATCH 04/12] x86/kprobes: Explicitly include vmalloc.h for set_vm_flush_reset_perms(), Sean Christopherson
- [PATCH 05/12] perf/x86/intel: Explicitly include asm/io.h to use virt_to_phys(), Sean Christopherson
- [PATCH 01/12] x86/efi: Explicitly include realmode.h to handle RM trampoline quirk, Sean Christopherson
- Re: [PATCH 00/12] treewide: break dependencies on x86's RM header, Ingo Molnar
[PATCH v17 00/13] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu(), Aleksa Sarai
- [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int, Aleksa Sarai
- [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors, Aleksa Sarai
- [PATCH v17 04/13] namei: allow set_root() to produce errors, Aleksa Sarai
- [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution, Aleksa Sarai
- [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution, Aleksa Sarai
- [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing, Aleksa Sarai
- [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution, Aleksa Sarai
- [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution, Aleksa Sarai
- [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution, Aleksa Sarai
- [PATCH v17 11/13] open: introduce openat2(2) syscall, Aleksa Sarai
- [PATCH v17 12/13] selftests: add openat2(2) selftests, Aleksa Sarai
- [PATCH v17 13/13] Documentation: path-lookup: include new LOOKUP flags, Aleksa Sarai
[PATCH v16 00/12] open: introduce openat2(2) syscall,
Aleksa Sarai
[Index of Archives]
[Linux x86_64]
[Linux S390]
[Kernel]
[Linux ARM]
Mail converted by MHonArc