Linux Alpha
[Prev Page][Next Page]
- [PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements,
Anshuman Khandual
- [PATCH V3 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage, Anshuman Khandual
- [PATCH V3 02/30] mm/mmap: Clarify protection_map[] indices, Anshuman Khandual
- [PATCH V3 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 05/30] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 06/30] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 07/30] mips/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 11/30] mm/mmap: Drop protection_map[], Anshuman Khandual
- [PATCH V3 09/30] arm/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 10/30] x86/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 12/30] mm/mmap: Drop arch_filter_pgprot(), Anshuman Khandual
- [PATCH V3 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 15/30] riscv/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 13/30] mm/mmap: Drop arch_vm_get_page_pgprot(), Anshuman Khandual
- [PATCH V3 16/30] alpha/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 17/30] sh/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 18/30] arc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 19/30] csky/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 20/30] xtensa/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 24/30] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 22/30] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 25/30] nios2/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 26/30] hexagon/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 21/30] parisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 23/30] um/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 27/30] nds32/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 29/30] mm/mmap: Drop generic vm_get_page_prot(), Anshuman Khandual
- [PATCH V3 28/30] ia64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH V3 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH] alpha: Implement "current_stack_pointer",
Kees Cook
- [PATCH V2 16/30] alpha/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good,
Arnd Bergmann
- [PATCH v2 01/18] uaccess: fix integer overflow on access_ok(), Arnd Bergmann
- [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8(), Arnd Bergmann
- [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user, Arnd Bergmann
- [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck(), Arnd Bergmann
- [PATCH v2 05/18] x86: remove __range_not_ok(), Arnd Bergmann
- [PATCH v2 06/18] x86: use more conventional access_ok() definition, Arnd Bergmann
- [PATCH v2 07/18] nios2: drop access_ok() check from __put_user(), Arnd Bergmann
- [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault, Arnd Bergmann
- [PATCH v2 09/18] mips: use simpler access_ok(), Arnd Bergmann
- [PATCH v2 10/18] m68k: fix access_ok for coldfire, Arnd Bergmann
- [PATCH v2 11/18] arm64: simplify access_ok(), Arnd Bergmann
- [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok(), Arnd Bergmann
- [PATCH v2 13/18] uaccess: generalize access_ok(), Arnd Bergmann
- [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces, Arnd Bergmann
- [PATCH v2 16/18] sh: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 17/18] ia64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users, Arnd Bergmann
- Re: [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good, Christophe Leroy
- Re: [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good, Arnd Bergmann
- [PATCH][next] treewide: Replace zero-length arrays with flexible-array members,
Gustavo A. R. Silva
- [PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good,
Arnd Bergmann
- [PATCH 01/14] uaccess: fix integer overflow on access_ok(), Arnd Bergmann
- [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck(), Arnd Bergmann
- [PATCH 03/14] nds32: fix access_ok() checks in get/put_user, Arnd Bergmann
- [PATCH 04/14] x86: use more conventional access_ok() definition, Arnd Bergmann
- [PATCH 06/14] mips: use simpler access_ok(), Arnd Bergmann
- [PATCH 08/14] arm64: simplify access_ok(), Arnd Bergmann
- [PATCH 07/14] uaccess: generalize access_ok(), Arnd Bergmann
- [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault, Arnd Bergmann
- [PATCH 09/14] m68k: drop custom __access_ok(), Arnd Bergmann
- [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users, Arnd Bergmann
- [PATCH 11/14] sparc64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 12/14] sh: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 13/14] ia64: remove CONFIG_SET_FS support, Arnd Bergmann
- [PATCH 14/14] uaccess: drop set_fs leftovers, Arnd Bergmann
- Re: [PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good, Linus Torvalds
- [PATCH 16/30] alpha/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH] Alpha: Remove redundant local asm header redirections,
Maciej W. Rozycki
- [PATCH 14/49] arch/alpha: replace cpumask_weight with cpumask_empty where appropriate, Yury Norov
- [PATCH v2 0/3] vstatus: TTY status message request,
Walt Drummond
- [PATCH] alpha: Silence -Warray-bounds warnings,
Kees Cook
- [RFC V1 16/31] alpha/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT, Anshuman Khandual
- [PATCH 13/54] arch/alpha: replace cpumask_weight with cpumask_empty where appropriate, Yury Norov
- architectures that still need to remove set_fs(),
Christoph Hellwig
- [PATCH 2/3] vstatus: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT,
Walt Drummond
- [PATCH 0/3] status: TTY status message request,
Walt Drummond
- [PATCH] arch/alpha/kernel: remove redundant err variable, cgel . zte
- [PATCH v5 3/9] Check return value from mc146818_get_time(), Mateusz Jończyk
- [PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API,
Christophe JAILLET
- [RFC PATCH 0/8] signals: Support more than 64 signals,
Walt Drummond
- Booting newer kernels on the Jensen...update,
Ulrich Teichert
- [PATCH] alpha: Remove usage of the deprecated "pci-dma-compat.h" API,
Christophe JAILLET
- [PATCH v2] serial: 8250: Move Alpha-specific quirk out of the core,
Lukas Wunner
- [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary,
Niklas Schnelle
- kernel oops when reading /proc/bus/pci/00/01.00 with odd size and odd alignment, Colin King (gmail)
- [PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage,
Yury Norov
- [PATCH 01/17] all: don't use bitmap_weight() where possible, Yury Norov
- [PATCH 02/17] drivers: rename num_*_cpus variables, Yury Norov
- [PATCH 05/17] all: replace cpumask_weight with cpumask_empty where appropriate, Yury Norov
- [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate, Yury Norov
- [PATCH 03/17] fix open-coded for_each_set_bit(), Yury Norov
- [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate, Yury Norov
- [PATCH 09/17] lib/cpumask: add cpumask_weight_{eq,gt,ge,lt,le}, Yury Norov
- [PATCH 10/17] lib/nodemask: add nodemask_weight_{eq,gt,ge,lt,le}, Yury Norov
- [PATCH 07/17] lib/bitmap: add bitmap_weight_{cmp,eq,gt,ge,lt,le} functions, Yury Norov
- [PATCH 06/17] all: replace nodes_weight with nodes_empty where appropriate, Yury Norov
- [PATCH 11/17] lib/nodemask: add num_node_state_eq(), Yury Norov
- [PATCH 12/17] kernel/cpu.c: fix init_cpu_online, Yury Norov
- [PATCH 13/17] kernel/cpu: add num_possible_cpus counter, Yury Norov
- [PATCH 14/17] kernel/cpu: add num_present_cpu counter, Yury Norov
- [PATCH 15/17] kernel/cpu: add num_active_cpu counter, Yury Norov
- [PATCH 16/17] tools/bitmap: sync bitmap_weight, Yury Norov
- [PATCH 17/17] MAINTAINERS: add cpumask and nodemask files to BITMAP_API, Yury Norov
- [PATCH] serial: 8250: Move alpha-specific quirk out of the core,
Lukas Wunner
- kernel oops on malformed execve call on Alpha, Colin King (gmail)
- [PATCH] alpha: osf_sys: reduce kernel log spamming on invalid osf_mount call typenr,
Colin Ian King
- [PATCH v4 3/9] Check return value from mc146818_get_time(), Mateusz Jończyk
- [PATCH 11/11] locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h, Sebastian Andrzej Siewior
- [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage,
Yury Norov
- [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}, Yury Norov
- [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq(), Yury Norov
- [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Yury Norov
- Re: [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Michał Mirosław
- Re: [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Greg Kroah-Hartman
- [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel, Yury Norov
- [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}, Yury Norov
- [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}, Yury Norov
- [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Michał Mirosław
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Michał Mirosław
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Joe Perches
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Dennis Zhou
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Joe Perches
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Emil Renner Berthing
- [PATCH 8/9] lib/nodemask: add num_node_state_eq(), Yury Norov
- [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API, Yury Norov
- Re: [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage, Nicholas Piggin
- Re: [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage, mirq-test
- [PATCH] alpha: fix typo in a comment, Jason Wang
- [PATCH] alpha: signal: drop DEBUG_SIG print statements, Denis Kirjanov
- [PATCH v2] mm: Fix warning comparing pointer to 0, Jiapeng Chong
- [PATCH 1/1] futex: Wireup futex_waitv syscall,
André Almeida
- [PATCH] mm: Fix warning comparing pointer to 0,
Jiapeng Chong
- [PATCH v0 00/42] notifiers: Return an error when callback is already registered,
Borislav Petkov
- [PATCH v0 42/42] notifier: Return an error when callback is already registered,
Borislav Petkov
- [PATCH v0 26/42] alpha: Check notifier registration return value, Borislav Petkov
- [PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning,
Masahiro Yamada
- [PATCH v5 00/16] Add TDX Guest Support (shared-mm support),
Kuppuswamy Sathyanarayanan
- [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code, Kuppuswamy Sathyanarayanan
- [PATCH v5 02/16] x86/tdx: Get TD execution environment information via TDINFO, Kuppuswamy Sathyanarayanan
- [PATCH v5 03/16] x86/tdx: Exclude Shared bit from physical_mask, Kuppuswamy Sathyanarayanan
- [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap(), Kuppuswamy Sathyanarayanan
- [PATCH v5 05/16] x86/tdx: Add helper to do MapGPA hypercall, Kuppuswamy Sathyanarayanan
- [PATCH v5 06/16] x86/tdx: Make DMA pages shared, Kuppuswamy Sathyanarayanan
- [PATCH v5 08/16] x86/tdx: ioapic: Add shared bit for IOAPIC base address, Kuppuswamy Sathyanarayanan
- [PATCH v5 09/16] x86/tdx: Enable shared memory confidential guest flags for TDX guest, Kuppuswamy Sathyanarayanan
- [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest, Kuppuswamy Sathyanarayanan
- [PATCH v5 10/16] PCI: Consolidate pci_iomap_range(), pci_iomap_wc_range(), Kuppuswamy Sathyanarayanan
- [PATCH v5 11/16] asm/io.h: Add ioremap_host_shared fallback, Kuppuswamy Sathyanarayanan
- [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range(), Kuppuswamy Sathyanarayanan
- [PATCH v5 13/16] PCI: Mark MSI data shared, Kuppuswamy Sathyanarayanan
- [PATCH v5 14/16] virtio: Use shared mappings for virtio PCI devices, Kuppuswamy Sathyanarayanan
- [PATCH v5 15/16] x86/tdx: Implement ioremap_host_shared for x86, Kuppuswamy Sathyanarayanan
- [PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared, Kuppuswamy Sathyanarayanan
- [PATCH v2 0/6] memblock: cleanup memblock_free interface,
Mike Rapoport
- [PATCH v4 00/11] sections: Unify kernel sections range check and use,
Kefeng Wang
- [PATCH v4 03/11] sections: Move and rename core_kernel_data() to is_kernel_core_data(), Kefeng Wang
- [PATCH v4 08/11] extable: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 11/11] alpha: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 04/11] sections: Move is_kernel_inittext() into sections.h, Kefeng Wang
- [PATCH v4 02/11] kallsyms: Fix address-checks for kernel related range, Kefeng Wang
- [PATCH v4 07/11] mm: kasan: Use is_kernel() helper, Kefeng Wang
- [PATCH v4 10/11] microblaze: Use is_kernel_text() helper, Kefeng Wang
- [PATCH v4 09/11] powerpc/mm: Use core_kernel_text() helper, Kefeng Wang
- [PATCH v4 01/11] kallsyms: Remove arch specific text and data check, Kefeng Wang
- [PATCH v4 06/11] sections: Provide internal __is_kernel() and __is_kernel_text() helper, Kefeng Wang
- [PATCH v4 05/11] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text(), Kefeng Wang
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and use absolute_pointer macro), Ulrich Teichert
- [PATCHES] alpha asm glue cleanups and fixes,
Al Viro
- [PATCH 0/3] memblock: cleanup memblock_free interface,
Mike Rapoport
- [PATCH AUTOSEL 4.4 08/10] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile, Sasha Levin
- [PATCH AUTOSEL 4.9 09/11] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile, Sasha Levin
- [PATCH AUTOSEL 4.14 11/13] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile, Sasha Levin
- [PATCH AUTOSEL 4.19 13/15] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile, Sasha Levin
- [PATCH AUTOSEL 5.4 17/19] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile, Sasha Levin
- [PATCH v2 0/4] Introduce and use absolute_pointer macro,
Guenter Roeck
- [PATCH v2 1/4] compiler.h: Introduce absolute_pointer macro, Guenter Roeck
- [PATCH v2 2/4] net: i825xx: Use absolute_pointer for memcpy from fixed memory location, Guenter Roeck
- [PATCH v2 3/4] alpha: Move setup.h out of uapi, Guenter Roeck
- [PATCH v2 4/4] alpha: Use absolute_pointer to define COMMAND_LINE, Guenter Roeck
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Guenter Roeck
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Helge Deller
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Guenter Roeck
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Michael Cree
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Ulrich Teichert
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Thorsten Glaser
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Ulrich Teichert
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Dave Taht
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Ulrich Teichert
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Matt Turner
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Ulrich Teichert
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Ulrich Teichert
- Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and use absolute_pointer macro), Ulrich Teichert
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and use absolute_pointer macro), John Paul Adrian Glaubitz
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, Ulrich Teichert
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, John Paul Adrian Glaubitz
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, John Paul Adrian Glaubitz
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, Ulrich Teichert
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, John Paul Adrian Glaubitz
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, John Paul Adrian Glaubitz
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, John Paul Adrian Glaubitz
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, Ulrich Teichert
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, John Paul Adrian Glaubitz
- Re: Newer kernels on the Jensen (was: [PATCH v2 0/4] Introduce and, Maciej W. Rozycki
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Linus Torvalds
- Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro, Michael Cree
- [PATCH 0/4] Introduce and use absolute_pointer macro,
Guenter Roeck
- [PATCH] alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile,
Guenter Roeck
- [PATCH] sparc: Remove usage of the deprecated "pci-dma-compat.h" API, Christophe JAILLET
- [PATCH linux-next] alpha:smp: fix warning comparing pointer to 0,
CGEL
- [PATCH] alpha: in_irq() cleanup,
Changbin Du
- [PATCH] alpha: agp: make empty macros use do-while-0 style, Randy Dunlap
- [PATCH] alpha: pci-sysfs: fix all kernel-doc warnings, Randy Dunlap
- [PATCH v4 00/15] Add TDX Guest Support (shared-mm support),
Kuppuswamy Sathyanarayanan
- [PATCH v4 01/15] x86/mm: Move force_dma_unencrypted() to common code, Kuppuswamy Sathyanarayanan
- [PATCH v4 02/15] x86/tdx: Exclude Shared bit from physical_mask, Kuppuswamy Sathyanarayanan
- [PATCH v4 03/15] x86/tdx: Make pages shared in ioremap(), Kuppuswamy Sathyanarayanan
- [PATCH v4 05/15] x86/tdx: Make DMA pages shared, Kuppuswamy Sathyanarayanan
- [PATCH v4 06/15] x86/kvm: Use bounce buffers for TD guest, Kuppuswamy Sathyanarayanan
- [PATCH v4 07/15] x86/tdx: ioapic: Add shared bit for IOAPIC base address, Kuppuswamy Sathyanarayanan
- [PATCH v4 08/15] x86/tdx: Enable shared memory protected guest flags for TDX guest, Kuppuswamy Sathyanarayanan
- [PATCH v4 04/15] x86/tdx: Add helper to do MapGPA hypercall, Kuppuswamy Sathyanarayanan
- [PATCH v4 09/15] pci: Consolidate pci_iomap* and pci_iomap*wc, Kuppuswamy Sathyanarayanan
- [PATCH v4 10/15] asm/io.h: Add ioremap_shared fallback, Kuppuswamy Sathyanarayanan
- [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}, Kuppuswamy Sathyanarayanan
- [PATCH v4 12/15] pci: Mark MSI data shared, Kuppuswamy Sathyanarayanan
- [PATCH v4 14/15] x86/tdx: Implement ioremap_shared for x86, Kuppuswamy Sathyanarayanan
- [PATCH v4 13/15] virtio: Use shared mappings for virtio PCI devices, Kuppuswamy Sathyanarayanan
- [PATCH v4 15/15] x86/tdx: Add cmdline option to force use of ioremap_shared, Kuppuswamy Sathyanarayanan
- [PATCH v3] sock: allow reading and changing sk_userlocks with setsockopt,
Pavel Tikhomirov
- [PATCH AUTOSEL 4.4 3/4] alpha: Send stop IPI to send to online CPUs, Sasha Levin
- [PATCH AUTOSEL 4.9 3/4] alpha: Send stop IPI to send to online CPUs, Sasha Levin
- [PATCH AUTOSEL 4.14 4/5] alpha: Send stop IPI to send to online CPUs, Sasha Levin
- [PATCH AUTOSEL 4.19 4/5] alpha: Send stop IPI to send to online CPUs, Sasha Levin
- [PATCH AUTOSEL 5.4 5/6] alpha: Send stop IPI to send to online CPUs, Sasha Levin
- [PATCH AUTOSEL 5.10 6/9] alpha: Send stop IPI to send to online CPUs, Sasha Levin
- [PATCH AUTOSEL 5.13 06/11] alpha: Send stop IPI to send to online CPUs, Sasha Levin
- [PATCH] alpha: remove unneeded variable, yang.yang29
- [PATCH v2] sock: allow reading and changing sk_userlocks with setsockopt,
Pavel Tikhomirov
- [PATCH] sock: allow reading and changing sk_userlocks with setsockopt,
Pavel Tikhomirov
- [PATCH v3 00/21] .map_sg() error cleanup,
Logan Gunthorpe
[Index of Archives]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]