Linux Arch
[Prev Page][Next Page]
- [PATCH v6 01/12] mm/mempolicy: implement the sysfs-based weighted_interleave interface, (continued)
- [PATCH v6 01/12] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [PATCH v6 02/12] mm/mempolicy: refactor a read-once mechanism into a function for re-use, Gregory Price
- [PATCH v6 03/12] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [PATCH v6 04/12] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [PATCH v6 05/12] mm/mempolicy: create struct mempolicy_param for creating new mempolicies, Gregory Price
- [PATCH v6 06/12] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [PATCH v6 07/12] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [PATCH v6 08/12] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- [PATCH v6 09/12] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [PATCH v6 10/12] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [PATCH v6 11/12] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [PATCH v6 12/12] mm/mempolicy: extend mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- Re: Re: [PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock, kernel test robot
- [PATCH v5] posix-timers: add multi_clock_gettime system call,
Sagi Maimon
- [PATCH v4] posix-timers: add multi_clock_gettime system call,
Sagi Maimon
- [PATCH v3] posix-timers: add multi_clock_gettime system call,
Sagi Maimon
- [PATCH 0/2] riscv: tlb: avoid tlb flushing on exit & execve,
Jisheng Zhang
- [PATCH v2 00/14] Unified cross-architecture kernel-mode FPU API,
Samuel Holland
- [PATCH v2 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v2 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v2 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v2 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v2 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v2 06/14] lib/raid6: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v2 07/14] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v2 08/14] powerpc: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v2 09/14] x86: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v2 10/14] riscv: Add support for kernel-mode FPU, Samuel Holland
- [PATCH v2 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc, Samuel Holland
- [PATCH v2 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v2 13/14] selftests/fpu: Move FP code to a separate translation unit, Samuel Holland
- [PATCH v2 14/14] selftests/fpu: Allow building on other architectures, Samuel Holland
- Re: [PATCH v2 00/14] Unified cross-architecture kernel-mode FPU API, Alex Deucher
- [PATCH v14 0/5] riscv: Add fine-tuned checksum functions,
Charlie Jenkins
- [PATCH v13 0/5] riscv: Add fine-tuned checksum functions,
Charlie Jenkins
- [PATCH 0/4] riscv: support fast gup,
Jisheng Zhang
- [RFC PATCH net-next v5 00/14] Device Memory TCP,
Mina Almasry
- [RFC PATCH net-next v5 01/14] net: page_pool: create hooks for custom page providers, Mina Almasry
- [RFC PATCH net-next v5 02/14] net: page_pool: factor out page_pool recycle check, Mina Almasry
- [RFC PATCH net-next v5 03/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [RFC PATCH net-next v5 04/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator, Mina Almasry
- [RFC PATCH net-next v5 06/14] page_pool: convert to use netmem, Mina Almasry
- [RFC PATCH net-next v5 07/14] page_pool: devmem support, Mina Almasry
- [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [RFC PATCH net-next v5 09/14] net: support non paged skb frags, Mina Almasry
- [RFC PATCH net-next v5 10/14] net: add support for skbs with unreadable frags, Mina Almasry
- [RFC PATCH net-next v5 11/14] tcp: RX path for devmem TCP, Mina Almasry
- [RFC PATCH net-next v5 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [RFC PATCH net-next v5 13/14] net: add devmem TCP documentation, Mina Almasry
- [RFC PATCH net-next v5 14/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [linux-next:master] BUILD REGRESSION 17cb8a20bde66a520a2ca7aad1063e1ce7382240, kernel test robot
- [PATCH v2 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h,
Thomas Zimmermann
- [PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF,
Peter Zijlstra
- [PATCH v3 1/7] cfi: Flip headers, Peter Zijlstra
- [PATCH v3 6/7] bpf: Fix dtor CFI, Peter Zijlstra
- [PATCH v3 2/7] x86/cfi,bpf: Fix BPF JIT call, Peter Zijlstra
- [PATCH v3 3/7] x86/cfi,bpf: Fix bpf_callback_t CFI, Peter Zijlstra
- [PATCH v3 5/7] cfi: Add CFI_NOSEAL(), Peter Zijlstra
- [PATCH v3 7/7] x86/cfi,bpf: Fix bpf_exception_cb() signature, Peter Zijlstra
- [PATCH v3 4/7] x86/cfi,bpf: Fix bpf_struct_ops CFI, Peter Zijlstra
- Re: [PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF, patchwork-bot+netdevbpf
- Re: [PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF, Alexei Starovoitov
- [PATCH v3] ring-buffer: Remove 32bit timestamp logic,
Steven Rostedt
- [linux-next:master] BUILD REGRESSION 48e8992e33abf054bcc0bb2e77b2d43bb899212e, kernel test robot
- [PATCH v2] ring-buffer: Remove 32bit timestamp logic, Steven Rostedt
- Re: [PATCH] ring-buffer: Remove 32bit timestamp logic,
Steven Rostedt
- [PATCH v5 1/6] kunit: move KUNIT_TABLE out of INIT_DATA,
Rae Moar
- Further cleanups for pci_iounmap() and lib/iomap.c discussion, Philipp Stanner
- [RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug,
Russell King (Oracle)
- [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices, Oracle
- [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages, Oracle
- [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT, Oracle
- [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info(), Oracle
- [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present', Oracle
- [PATCH RFC v3 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove(), Oracle
- [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards, Oracle
- [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug, Oracle
- [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED(), Russell King (Oracle)
- [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present, Oracle
- [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled, Oracle
- [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header, Oracle
- [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields, Oracle
- [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc(), Oracle
- [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs, Oracle
- [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs, Oracle
- [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit, Oracle
- [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected, Oracle
- [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations, Oracle
- [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled, Oracle
- [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online, Oracle
- [PATCH v5 0/5] Regather scattered PCI-Code,
Philipp Stanner
- [PATCH] asm-generic/io.h: fix grammar typos, Randy Dunlap
- [PATCH v12 0/5] riscv: Add fine-tuned checksum functions,
Charlie Jenkins
- [PATCH v4 1/6] kunit: move KUNIT_TABLE out of INIT_DATA,
Rae Moar
- [PATCH v2 0/2] riscv: Enable percpu page first chunk allocator,
Alexandre Ghiti
- [PATCH v2] stacktrace: check whether task has a stack before saving it, Ronald Wahl
- [PATCH rcu 5/5] doc: Clarify historical disclaimers in memory-barriers.txt, Neeraj Upadhyay (AMD)
- [RFC][PATCHES] getting rid of asm/unaligned.h includes,
Al Viro
- [GIT PULL] LoongArch fixes for v6.7-rc5,
Huacai Chen
- [PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [PATCH v2 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [PATCH v2 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [PATCH v2 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [PATCH v2 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies, Gregory Price
- [PATCH v2 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [PATCH v2 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [PATCH v2 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- [PATCH v2 08/11] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [PATCH v2 09/11] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [PATCH v2 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [PATCH v2 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- Re: [PATCH v2 00/11] mempolicy2, mbind2, and weighted interleave, Huang, Ying
- [RFC PATCH 00/12] Unified cross-architecture kernel-mode FPU API,
Samuel Holland
- [RFC PATCH 02/12] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [RFC PATCH 03/12] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [RFC PATCH 04/12] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [RFC PATCH 06/12] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [RFC PATCH 01/12] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [RFC PATCH 05/12] lib/raid6: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [RFC PATCH 07/12] powerpc: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [RFC PATCH 08/12] x86: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [RFC PATCH 09/12] riscv: Add support for kernel-mode FPU, Samuel Holland
- [RFC PATCH 10/12] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [RFC PATCH 11/12] selftests/fpu: Move FP code to a separate translation unit, Samuel Holland
- [RFC PATCH 12/12] selftests/fpu: Allow building on other architectures, Samuel Holland
- [net-next v1 00/16] Device Memory TCP,
Mina Almasry
- [net-next v1 01/16] net: page_pool: factor out releasing DMA from releasing the page, Mina Almasry
- [net-next v1 02/16] net: page_pool: create hooks for custom page providers, Mina Almasry
- [net-next v1 03/16] queue_api: define queue api, Mina Almasry
- [net-next v1 04/16] gve: implement queue api, Mina Almasry
- [net-next v1 05/16] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [net-next v1 06/16] netdev: support binding dma-buf to netdevice, Mina Almasry
- [net-next v1 07/16] netdev: netdevice devmem allocator, Mina Almasry
- [net-next v1 08/16] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [net-next v1 09/16] page_pool: device memory support, Mina Almasry
- [net-next v1 10/16] page_pool: don't release iov on elevanted refcount, Mina Almasry
- [net-next v1 11/16] net: support non paged skb frags, Mina Almasry
- [net-next v1 13/16] tcp: RX path for devmem TCP, Mina Almasry
- [net-next v1 12/16] net: add support for skbs with unreadable frags, Mina Almasry
- [net-next v1 14/16] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [net-next v1 15/16] net: add devmem TCP documentation, Mina Almasry
- [net-next v1 16/16] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- Re: [net-next v1 00/16] Device Memory TCP, Mina Almasry
- Re: [net-next v1 00/16] Device Memory TCP, David Ahern
- Re: [net-next v1 00/16] Device Memory TCP, Shakeel Butt
- Re: [net-next v1 00/16] Device Memory TCP, Christoph Hellwig
- Re: [net-next v1 00/16] Device Memory TCP, patchwork-bot+netdevbpf
- [RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave,
Gregory Price
- [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface, Gregory Price
- [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse, Gregory Price
- [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving, Gregory Price
- [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies, Gregory Price
- [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use, Gregory Price
- [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new, Gregory Price
- [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure, Gregory Price
- [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall, Gregory Price
- [RFC PATCH 09/11] mm/mempolicy: add get_mempolicy2 syscall, Gregory Price
- [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall, Gregory Price
- [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave, Gregory Price
- [arnd-asm-generic:master] BUILD SUCCESS d6e81532b10d8deb2bc30f7b44f09534876893e3, kernel test robot
- [PATCH 0/3] arch/x86: Remove unnecessary dependencies on bootparam.h,
Thomas Zimmermann
- [PATCH v4 0/5] Regather scattered PCI-Code,
Philipp Stanner
- [arnd-asm-generic:asm-generic] BUILD SUCCESS e183130c9a87cc57c73ecc9c251e10d07b658530, kernel test robot
- [arnd-asm-generic:mips-prototypes 12/20] ld.lld: error: undefined symbol: octeon_cache_init, kernel test robot
- [PATCH v3 1/6] kunit: move KUNIT_TABLE out of INIT_DATA,
Rae Moar
- [PATCH] ELF: supply userspace with available page shifts (AT_PAGE_SHIFT_LIST),
Alexey Dobriyan
- [PATCH v3 0/5] Regather scattered PCI-Code,
Philipp Stanner
- [arnd-asm-generic:mips-prototypes] BUILD SUCCESS 3ba13f3f1f92410943161b5c13347847e79623e1, kernel test robot
- [arnd-asm-generic:asm-generic-prototypes] BUILD SUCCESS 7192ad2adde8213ad7c7f3b1ff974cccebae4d60, kernel test robot
- [PATCH v2 0/4] Regather scattered PCI-Code,
Philipp Stanner
- [PATCH v2 0/2] x86/bpf: Fix FineIBT vs eBPF,
Peter Zijlstra
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 0734f5c7eb15f9d3bbdacffe501eabdb8b1c01d2, kernel test robot
- [PATCH AUTOSEL 4.14 6/7] asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation, Sasha Levin
- [PATCH AUTOSEL 4.19 09/10] asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation, Sasha Levin
- [PATCH AUTOSEL 5.4 10/11] asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation, Sasha Levin
- [PATCH AUTOSEL 5.10 12/13] asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation, Sasha Levin
- [PATCH AUTOSEL 5.15 14/15] asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation, Sasha Levin
- [PATCH AUTOSEL 6.1 23/25] asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation, Sasha Levin
- [PATCH AUTOSEL 6.6 34/40] asm-generic: qspinlock: fix queued_spin_value_unlocked() implementation, Sasha Levin
- [PATCH RFC doc] Add EARLY flag to early-parsed kernel boot parameters, Paul E. McKenney
- [PATCH] export.h: remove include/asm-generic/export.h,
Masahiro Yamada
- [arnd-asm-generic:asm-generic-io.h-cleanup] BUILD SUCCESS 3cd944590da9b9840c9f14bfc6581bec308c7c71, kernel test robot
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 5da694bdf0e48013c5d875a08731eccfe165c0cc, kernel test robot
- [arnd-asm-generic:asm-generic-prototypes] BUILD SUCCESS ca8e45c8048a2c9503c74751d25414601f730580, kernel test robot
- [PATCH rdma-next 0/2] Add and use memcpy_toio_64(),
Leon Romanovsky
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]