Linux Arch
[Prev Page][Next Page]
- [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests, (continued)
- [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests, Guenter Roeck
- [PATCH v3 07/15] x86: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v3 08/15] arm64: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v3 09/15] loongarch: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v3 10/15] parisc: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v3 11/15] s390: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v3 12/15] sh: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v3 13/15] sh: Move defines needed for suppressing warning backtraces, Guenter Roeck
- [PATCH v3 14/15] riscv: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v3 15/15] powerpc: Add support for suppressing warning backtraces, Guenter Roeck
- Re: [PATCH v3 00/15] Add support for suppressing warning backtraces, Kees Cook
- [linux-next:master] BUILD REGRESSION c0b832517f627ead3388c6f0c74e8ac10ad5774b, kernel test robot
- [RFC PATCH net-next v8 00/14] Device Memory TCP,
Mina Almasry
- [RFC PATCH net-next v8 01/14] queue_api: define queue api, Mina Almasry
- [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers, Mina Almasry
- [RFC PATCH net-next v8 03/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator, Mina Almasry
- [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem, Mina Almasry
- [RFC PATCH net-next v8 07/14] page_pool: devmem support, Mina Almasry
- [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [RFC PATCH net-next v8 09/14] net: support non paged skb frags, Mina Almasry
- [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags, Mina Almasry
- [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP, Mina Almasry
- [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation, Mina Almasry
- [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg(),
Paul E. McKenney
- [PATCH RFC cmpxchg 1/8] lib: Add one-byte and two-byte cmpxchg() emulation functions, Paul E. McKenney
- Re: [PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg(), Paul E. McKenney
- [PATCH cmpxchg 03/14] sparc32: unify __cmpxchg_u{32,64}, Paul E. McKenney
- [PATCH cmpxchg 02/14] sparc32: make the first argument of __cmpxchg_u64() volatile u64 *, Paul E. McKenney
- [PATCH cmpxchg 01/14] sparc32: make __cmpxchg_u32() return u32, Paul E. McKenney
- [PATCH cmpxchg 05/14] parisc: __cmpxchg_u32(): lift conversion into the callers, Paul E. McKenney
- [PATCH cmpxchg 06/14] parisc: unify implementations of __cmpxchg_u{8,32,64}, Paul E. McKenney
- [PATCH cmpxchg 04/14] sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes, Paul E. McKenney
- [PATCH cmpxchg 08/14] parisc: add u16 support to cmpxchg(), Paul E. McKenney
- [PATCH cmpxchg 10/14] ARC: Emulate one-byte cmpxchg, Paul E. McKenney
- [PATCH cmpxchg 12/14] sh: Emulate one-byte cmpxchg, Paul E. McKenney
- [PATCH cmpxchg 07/14] parisc: add missing export of __cmpxchg_u8(), Paul E. McKenney
- [PATCH cmpxchg 09/14] lib: Add one-byte emulation function, Paul E. McKenney
- [PATCH cmpxchg 11/14] csky: Emulate one-byte cmpxchg, Paul E. McKenney
- [PATCH cmpxchg 13/14] xtensa: Emulate one-byte cmpxchg, Paul E. McKenney
- [PATCH cmpxchg 14/14] riscv: Emulate one-byte cmpxchg, Paul E. McKenney
- [PATCH v2 cmpxchg 0/8] Provide emulation for one--byte cmpxchg(), Paul E. McKenney
- [PATCH v2 cmpxchg 02/13] sparc32: make the first argument of __cmpxchg_u64() volatile u64 *, Paul E. McKenney
- [PATCH v2 cmpxchg 03/13] sparc32: unify __cmpxchg_u{32,64}, Paul E. McKenney
- [PATCH v2 cmpxchg 01/13] sparc32: make __cmpxchg_u32() return u32, Paul E. McKenney
- [PATCH v2 cmpxchg 04/13] sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes, Paul E. McKenney
- [PATCH v2 cmpxchg 05/13] parisc: __cmpxchg_u32(): lift conversion into the callers, Paul E. McKenney
- [PATCH v2 cmpxchg 13/13] xtensa: Emulate one-byte cmpxchg, Paul E. McKenney
- [PATCH v2 cmpxchg 07/13] parisc: add missing export of __cmpxchg_u8(), Paul E. McKenney
- [PATCH v2 cmpxchg 08/13] parisc: add u16 support to cmpxchg(), Paul E. McKenney
- [PATCH v2 cmpxchg 10/13] ARC: Emulate one-byte cmpxchg, Paul E. McKenney
- [PATCH v2 cmpxchg 06/13] parisc: unify implementations of __cmpxchg_u{8,32,64}, Paul E. McKenney
- [PATCH v2 cmpxchg 09/13] lib: Add one-byte emulation function, Paul E. McKenney
- [PATCH v2 cmpxchg 11/13] csky: Emulate one-byte cmpxchg, Paul E. McKenney
- [PATCH v2 cmpxchg 12/13] sh: Emulate one-byte cmpxchg, Paul E. McKenney
- Re: [PATCH v2 cmpxchg 0/8] Provide emulation for one--byte cmpxchg(), Al Viro
- [PATCH v3 cmpxchg 0/4] Provide emulation for one--byte cmpxchg(), Paul E. McKenney
- [PATCH v3 0/3] arch: Remove fbdev dependency from video helpers,
Thomas Zimmermann
- [PATCH 0/3] kbuild: Avoid weak external linkage where possible,
Ard Biesheuvel
- [PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API,
Samuel Holland
- [PATCH v4 01/15] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v4 02/15] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v4 03/15] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v4 04/15] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v4 05/15] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v4 07/15] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v4 06/15] lib/raid6: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v4 08/15] powerpc: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v4 09/15] x86/fpu: Fix asm/fpu/types.h include guard, Samuel Holland
- [PATCH v4 10/15] x86: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v4 11/15] riscv: Add support for kernel-mode FPU, Samuel Holland
- [PATCH v4 12/15] drm/amd/display: Only use hard-float, not altivec on powerpc, Samuel Holland
- [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v4 14/15] selftests/fpu: Move FP code to a separate translation unit, Samuel Holland
- [PATCH v4 15/15] selftests/fpu: Allow building on other architectures, Samuel Holland
- Re: [PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API, Christian König
- [PATCH v2 00/27] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v2 01/27] riscv: envcfg save and restore on task switching, Deepak Gupta
- [PATCH v2 02/27] riscv: define default value for envcfg, Deepak Gupta
- [PATCH v2 03/27] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv, Deepak Gupta
- [PATCH v2 04/27] riscv: zicfiss/zicfilp enumeration, Deepak Gupta
- [PATCH v2 05/27] riscv: zicfiss/zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v2 06/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v2 07/27] mm: Define VM_SHADOW_STACK for RISC-V, Deepak Gupta
- [PATCH v2 08/27] mm: abstract shadow stack vma behind `arch_is_shadow_stack`, Deepak Gupta
- [PATCH v2 09/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v2 10/27] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v2 11/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v2 12/27] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v2 13/27] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v2 14/27] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v2 15/27] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
- [PATCH v2 16/27] prctl: arch-agnostic prtcl for indirect branch tracking, Deepak Gupta
- [PATCH v2 17/27] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v2 18/27] riscv: Implements arch argnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v2 19/27] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v2 20/27] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v2 21/27] riscv sigcontext: adding cfi state field in sigcontext, Deepak Gupta
- [PATCH v2 22/27] riscv signal: Save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v2 23/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v2 24/27] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v2 25/27] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v2 26/27] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v2 27/27] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [linux-next:master] BUILD REGRESSION a6bd6c9333397f5a0e2667d4d82fef8c970108f2, kernel test robot
- Re: [PATCH 2/2] ARC: mm: fix new code about cache aliasing,
Mathieu Desnoyers
- [PATCH v2 0/3] arch: Remove fbdev dependency from video helpers,
Thomas Zimmermann
- [PATCH v3 00/14] Unified cross-architecture kernel-mode FPU API,
Samuel Holland
- [PATCH v3 01/14] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v3 02/14] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v3 03/14] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v3 04/14] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v3 05/14] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v3 06/14] lib/raid6: Use CC_FLAGS_FPU for NEON CFLAGS, Samuel Holland
- [PATCH v3 07/14] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v3 08/14] powerpc: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v3 09/14] x86: Implement ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v3 10/14] riscv: Add support for kernel-mode FPU, Samuel Holland
- [PATCH v3 11/14] drm/amd/display: Only use hard-float, not altivec on powerpc, Samuel Holland
- [PATCH v3 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT, Samuel Holland
- [PATCH v3 13/14] selftests/fpu: Move FP code to a separate translation unit, Samuel Holland
- [PATCH v3 14/14] selftests/fpu: Allow building on other architectures, Samuel Holland
- [linux-next:master] BUILD REGRESSION 26074e1be23143b2388cacb36166766c235feb7c, kernel test robot
- [RFC PATCH net-next v7 00/14] Device Memory TCP,
Mina Almasry
- [RFC PATCH net-next v7 01/14] queue_api: define queue api, Mina Almasry
- [RFC PATCH net-next v7 02/14] net: page_pool: create hooks for custom page providers, Mina Almasry
- [RFC PATCH net-next v7 03/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [RFC PATCH net-next v7 04/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [RFC PATCH net-next v7 05/14] netdev: netdevice devmem allocator, Mina Almasry
- [RFC PATCH net-next v7 06/14] page_pool: convert to use netmem, Mina Almasry
- [RFC PATCH net-next v7 07/14] page_pool: devmem support, Mina Almasry
- [RFC PATCH net-next v7 08/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [RFC PATCH net-next v7 09/14] net: support non paged skb frags, Mina Almasry
- [RFC PATCH net-next v7 10/14] net: add support for skbs with unreadable frags, Mina Almasry
- [RFC PATCH net-next v7 11/14] tcp: RX path for devmem TCP, Mina Almasry
- [RFC PATCH net-next v7 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [RFC PATCH net-next v7 13/14] net: add devmem TCP documentation, Mina Almasry
- [RFC PATCH net-next v7 14/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH v2 00/14] Add support for suppressing warning backtraces,
Guenter Roeck
- [PATCH v2 01/14] bug/kunit: Core support for suppressing warning backtraces, Guenter Roeck
- [PATCH v2 02/14] kunit: bug: Count suppressed warning backtraces, Guenter Roeck
- [PATCH v2 03/14] kunit: Add test cases for backtrace warning suppression, Guenter Roeck
- [PATCH v2 04/14] kunit: Add documentation for warning backtrace suppression API, Guenter Roeck
- [PATCH v2 05/14] drm: Suppress intentional warning backtraces in scaling unit tests, Guenter Roeck
- [PATCH v2 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests, Guenter Roeck
- [PATCH v2 07/14] x86: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v2 08/14] arm64: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v2 10/14] parisc: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v2 09/14] loongarch: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v2 11/14] s390: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v2 12/14] sh: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v2 13/14] riscv: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH v2 14/14] powerpc: Add support for suppressing warning backtraces, Guenter Roeck
- [WIP 0/3] Memory model and atomic API in Rust,
Boqun Feng
- [GIT PULL] LoongArch changes for v6.9,
Huacai Chen
- [PATCH v3 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack, Xin Li (Intel)
- [PATCH v6 00/37] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v6 01/37] fix missing vmalloc.h includes, Suren Baghdasaryan
- [PATCH v6 02/37] asm-generic/io.h: Kill vmalloc.h dependency, Suren Baghdasaryan
- [PATCH v6 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v6 04/37] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v6 06/37] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v6 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v6 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v6 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v6 10/37] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v6 11/37] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v6 12/37] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 14/37] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v6 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead, Suren Baghdasaryan
- [PATCH v6 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v6 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v6 18/37] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v6 19/37] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v6 20/37] mm: fix non-compound multi-order memory accounting in __free_pages, Suren Baghdasaryan
- [PATCH v6 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v6 22/37] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v6 23/37] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
- [PATCH v6 24/37] rust: Add a rust helper for krealloc(), Suren Baghdasaryan
- [PATCH v6 25/37] mm/slab: enable slab allocation tagging for kmalloc and friends, Suren Baghdasaryan
- [PATCH v6 26/37] mempool: Hook up to memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 27/37] mm: percpu: Introduce pcpuobj_ext, Suren Baghdasaryan
- [PATCH v6 28/37] mm: percpu: Add codetag reference into pcpuobj_ext, Suren Baghdasaryan
- [PATCH v6 29/37] mm: percpu: enable per-cpu allocation tagging, Suren Baghdasaryan
- [PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 31/37] rhashtable: Plumb through alloc tag, Suren Baghdasaryan
- [PATCH v6 32/37] lib: add memory allocations report in show_mem(), Suren Baghdasaryan
- [PATCH v6 33/37] codetag: debug: skip objext checking when it's for objext itself, Suren Baghdasaryan
- [PATCH v6 34/37] codetag: debug: mark codetags for reserved pages as empty, Suren Baghdasaryan
- [PATCH v6 35/37] codetag: debug: introduce OBJEXTS_ALLOC_FAIL to mark failed slab_ext allocations, Suren Baghdasaryan
- [PATCH v6 36/37] MAINTAINERS: Add entries for code tagging and memory allocation profiling, Suren Baghdasaryan
- [PATCH v6 37/37] memprofiling: Documentation, Suren Baghdasaryan
- Re: [PATCH v6 00/37] Memory allocation profiling, Andrew Morton
- Re: [PATCH v6 00/37] Memory allocation profiling, Klara Modin
- Re: [PATCH v6 00/37] Memory allocation profiling, Kees Cook
- Re: [PATCH v6 00/37] Memory allocation profiling, Kees Cook
- [RFC v3 0/3] move_phys_pages syscall - migrate page contents given,
Gregory Price
- [PATCH] LoongArch: Select HAVE_ARCH_USERFAULTFD_MINOR in Kconfig, Huacai Chen
- [PATCH v3 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator,
mhkelley58
- [PATCH v2 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack,
Xin Li (Intel)
- Question about ISA2+pooncelock+pooncelock+pombonce litmus,
Alan Huang
- [PATCH] LoongArch: Change __my_cpu_offset definition to avoid mis-optimization,
Huacai Chen
- [PATCH] LoongArch: Select ARCH_HAS_CURRENT_STACK_POINTER in Kconfig,
Huacai Chen
- [PATCH v7] posix-timers: add clock_compare system call,
Sagi Maimon
- Re: Linux 6.8, Frank Scheiner
- [PATCH v3 0/4] jump_label: Fix __ro_after_init keys for modules & annotate some keys,
Valentin Schneider
- [PATCH v1 1/1] x86: Rename __{start,end}_init_task to __{start,end}_init_stack,
Xin Li (Intel)
- [PATCH 00/14] Add support for suppressing warning backtraces,
Guenter Roeck
- [PATCH 01/14] bug/kunit: Core support for suppressing warning backtraces, Guenter Roeck
- [PATCH 02/14] kunit: bug: Count suppressed warning backtraces, Guenter Roeck
- [PATCH 03/14] kunit: Add test cases for backtrace warning suppression, Guenter Roeck
- [PATCH 04/14] kunit: Add documentation for warning backtrace suppression API, Guenter Roeck
- [PATCH 05/14] drm: Suppress intentional warning backtraces in scaling unit tests, Guenter Roeck
- [PATCH 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests, Guenter Roeck
- [PATCH 07/14] x86: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH 08/14] arm64: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH 09/14] loongarch: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH 10/14] parisc: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH 11/14] s390: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH 12/14] sh: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH 13/14] riscv: Add support for suppressing warning backtraces, Guenter Roeck
- [PATCH 14/14] powerpc: Add support for suppressing warning backtraces, Guenter Roeck
- Re: [PATCH 00/14] Add support for suppressing warning backtraces, Dan Carpenter
- Re: [PATCH 00/14] Add support for suppressing warning backtraces, Naresh Kamboju
- Re: [PATCH 00/14] Add support for suppressing warning backtraces, Geert Uytterhoeven
- [GIT PULL] asm-generic updates for 6.9,
Arnd Bergmann
- [PATCH v6] posix-timers: add clock_compare system call,
Sagi Maimon
- [PATCH] LoongArch: Remove superfluous flush_dcache_page() definition,
Huacai Chen
- [PATCH v1 00/13] tools header compiler.h update,
Ian Rogers
- [PATCH v1 01/13] tools bpf: Synchronize bpf.h with kernel uapi version, Ian Rogers
- [PATCH v1 02/13] libbpf: Make __printf define conditional, Ian Rogers
- [PATCH v1 03/13] libperf xyarray: Use correct stddef.h include, Ian Rogers
- [PATCH v1 04/13] perf expr: Add missing stdbool.h include, Ian Rogers
- [PATCH v1 05/13] perf expr: Tidy up header guard, Ian Rogers
- [PATCH v1 06/13] perf debug: Add missing linux/types.h include, Ian Rogers
- [PATCH v1 07/13] perf cacheline: Add missing linux/types.h include, Ian Rogers
- [PATCH v1 08/13] perf arm-spe: Add missing linux/types.h include, Ian Rogers
- [PATCH v1 09/13] tools headers: Rewrite linux/atomic.h using C11's stdatomic.h, Ian Rogers
- [PATCH v1 10/13] asm-generic: Avoid transitive dependency for unaligned.h, Ian Rogers
- [PATCH v1 11/13] tools headers: Sync linux/overflow.h, Ian Rogers
- [PATCH v1 12/13] tools headers: Sync compiler.h headers, Ian Rogers
- [PATCH v1 13/13] tools headers: Rename noinline to __noinline, Ian Rogers
- [PATCH v2 1/1] x86/hyperv: Use Hyper-V entropy to seed guest random number generator,
mhkelley58
- [arnd-asm-generic:asm-generic] BUILD SUCCESS 5394f1e9b687bcf26595cabf83483e568676128d, kernel test robot
- [PATCH v5 00/37] Memory allocation profiling,
Suren Baghdasaryan
- [PATCH v5 01/37] fix missing vmalloc.h includes, Suren Baghdasaryan
- [PATCH v5 02/37] asm-generic/io.h: Kill vmalloc.h dependency, Suren Baghdasaryan
- [PATCH v5 03/37] mm/slub: Mark slab_free_freelist_hook() __always_inline, Suren Baghdasaryan
- [PATCH v5 04/37] scripts/kallysms: Always include __start and __stop symbols, Suren Baghdasaryan
- [PATCH v5 05/37] fs: Convert alloc_inode_sb() to a macro, Suren Baghdasaryan
- [PATCH v5 06/37] mm: introduce slabobj_ext to support slab object extensions, Suren Baghdasaryan
- [PATCH v5 07/37] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation, Suren Baghdasaryan
- [PATCH v5 08/37] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation, Suren Baghdasaryan
- [PATCH v5 09/37] slab: objext: introduce objext_flags as extension to page_memcg_data_flags, Suren Baghdasaryan
- [PATCH v5 10/37] lib: code tagging framework, Suren Baghdasaryan
- [PATCH v5 11/37] lib: code tagging module support, Suren Baghdasaryan
- [PATCH v5 12/37] lib: prevent module unloading if memory is not freed, Suren Baghdasaryan
- [PATCH v5 13/37] lib: add allocation tagging support for memory allocation profiling, Suren Baghdasaryan
- [PATCH v5 14/37] lib: introduce support for page allocation tagging, Suren Baghdasaryan
- [PATCH v5 15/37] lib: introduce early boot parameter to avoid page_ext memory overhead, Suren Baghdasaryan
- [PATCH v5 16/37] mm: percpu: increase PERCPU_MODULE_RESERVE to accommodate allocation tags, Suren Baghdasaryan
- [PATCH v5 17/37] change alloc_pages name in dma_map_ops to avoid name conflicts, Suren Baghdasaryan
- [PATCH v5 18/37] mm: enable page allocation tagging, Suren Baghdasaryan
- [PATCH v5 19/37] mm: create new codetag references during page splitting, Suren Baghdasaryan
- [PATCH v5 20/37] mm: fix non-compound multi-order memory accounting in __free_pages, Suren Baghdasaryan
- [PATCH v5 21/37] mm/page_ext: enable early_page_ext when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y, Suren Baghdasaryan
- [PATCH v5 22/37] lib: add codetag reference into slabobj_ext, Suren Baghdasaryan
- [PATCH v5 23/37] mm/slab: add allocation accounting into slab allocation and free paths, Suren Baghdasaryan
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]