Linux Arch
[Prev Page][Next Page]
- [PATCH] Revert "delay: Rework udelay and ndelay",
Chen-Yu Tsai
- [GIT PULL] asm-generic updates for 6.13,
Arnd Bergmann
- Re: Linux 6.12, Frank Scheiner
- [PATCH v12 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE,
Suravee Suthikulpanit
- [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code,
Eric Biggers
- [PATCH 01/11] lib/crc-t10dif: stop wrapping the crypto API, Eric Biggers
- [PATCH 02/11] lib/crc-t10dif: add support for arch overrides, Eric Biggers
- [PATCH 03/11] crypto: crct10dif - expose arch-optimized lib function, Eric Biggers
- [PATCH 04/11] x86/crc-t10dif: expose CRC-T10DIF function through lib, Eric Biggers
- [PATCH 05/11] arm/crc-t10dif: expose CRC-T10DIF function through lib, Eric Biggers
- [PATCH 06/11] arm64/crc-t10dif: expose CRC-T10DIF function through lib, Eric Biggers
- [PATCH 07/11] powerpc/crc-t10dif: expose CRC-T10DIF function through lib, Eric Biggers
- [PATCH 08/11] lib/crc_kunit.c: add KUnit test suite for CRC library functions, Eric Biggers
- [PATCH 09/11] lib/crc32test: delete obsolete crc32test.c, Eric Biggers
- [PATCH 10/11] powerpc/crc: delete obsolete crc-vpmsum_test.c, Eric Biggers
- [PATCH 11/11] MAINTAINERS: add entry for CRC library, Eric Biggers
- Re: [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code, Martin K. Petersen
- Re: [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code, Ard Biesheuvel
- Re: [PATCH 00/11] Wire up CRC-T10DIF library functions to arch-optimized code, Zhihang Shao
- Message not available
[PATCH v11 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE,
Suravee Suthikulpanit
[GIT PULL] LoongArch fixes for v6.12-final,
Huacai Chen
[PATCH v10 00/10] iommu/amd: Use 128-bit cmpxchg operation to update DTE,
Suravee Suthikulpanit
- [PATCH v10 02/10] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported, Suravee Suthikulpanit
- [PATCH v10 03/10] compiler_types.h: Introduce 128-bit unqualified scalar type support, Suravee Suthikulpanit
- [PATCH v10 04/10] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags, Suravee Suthikulpanit
- [PATCH v10 05/10] iommu/amd: Introduce helper function to update 256-bit DTE, Suravee Suthikulpanit
- [PATCH v10 06/10] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers, Suravee Suthikulpanit
- [PATCH v10 08/10] iommu/amd: Modify clear_dte_entry() to avoid in-place update, Suravee Suthikulpanit
- [PATCH v10 09/10] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE(), Suravee Suthikulpanit
- [PATCH v10 10/10] iommu/amd: Remove amd_iommu_apply_erratum_63(), Suravee Suthikulpanit
- [PATCH v10 01/10] iommu/amd: Misc ACPI IVRS debug info clean up, Suravee Suthikulpanit
- [PATCH v10 07/10] iommu/amd: Introduce helper function get_dte256(), Suravee Suthikulpanit
[arnd-asm-generic:asm-generic] BUILD SUCCESS 0af8e32343f8d0db31f593464fc140eaef25a281, kernel test robot
[PATCH v8 00/29] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v8 01/29] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Deepak Gupta
- [PATCH v8 02/29] mm: helper `is_shadow_stack_vma` to check shadow stack vma, Deepak Gupta
- [PATCH v8 05/29] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v8 06/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v8 08/29] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v8 09/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v8 10/29] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v8 11/29] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v8 13/29] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
- [PATCH v8 14/29] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v8 16/29] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v8 17/29] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v8 18/29] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v8 19/29] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v8 22/29] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v8 23/29] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v8 24/29] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v8 15/29] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v8 25/29] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v8 26/29] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v8 29/29] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
- [PATCH v8 12/29] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v8 20/29] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v8 04/29] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v8 03/29] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v8 27/29] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v8 21/29] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v8 07/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v8 28/29] riscv: Documentation for shadow stack on riscv, Deepak Gupta
[PATCH] tools/memory-model: Fix litmus-tests's file names for case-insensitive filesystem.,
egyszeregy
[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v19 01/19] fgraph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v19 02/19] fgraph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v19 03/19] fgraph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v19 04/19] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v19 05/19] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v19 06/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v19 07/19] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v19 08/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v19 09/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v19 10/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v19 11/19] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v19 12/19] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v19 13/19] fprobe: Add fprobe_header encoding feature, Masami Hiramatsu (Google)
- [PATCH v19 14/19] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v19 15/19] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v19 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v19 17/19] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr, Masami Hiramatsu (Google)
- [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip(), Masami Hiramatsu (Google)
[PATCH v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro,
Yury Khrustalev
[PATCH v2 0/4] Add new headers for Hyper-V Dom0,
Nuno Das Neves
[PATCH v9 00/15] arm64: support poll_idle(),
Ankur Arora
- [PATCH v9 01/15] asm-generic: add barrier smp_cond_load_relaxed_timeout(), Ankur Arora
- [PATCH v9 03/15] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL, Ankur Arora
- [PATCH v9 02/15] cpuidle/poll_state: poll via smp_cond_load_relaxed_timeout(), Ankur Arora
- [PATCH v9 06/15] arm64: define TIF_POLLING_NRFLAG, Ankur Arora
- [PATCH v9 07/15] arm64: add support for polling in idle, Ankur Arora
- [PATCH v9 04/15] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig, Ankur Arora
- [PATCH v9 05/15] arm64: barrier: add support for smp_cond_relaxed_timeout(), Ankur Arora
- [PATCH v9 09/15] cpuidle-haltpoll: define arch_haltpoll_want(), Ankur Arora
- [PATCH v9 11/15] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL, Ankur Arora
- [PATCH v9 10/15] governors/haltpoll: drop kvm_para_available() check, Ankur Arora
- [PATCH v9 08/15] ACPI: processor_idle: Support polling state for LPI, Ankur Arora
- [PATCH v9 12/15] arm64: idle: export arch_cpu_idle, Ankur Arora
- [RFC PATCH v9 14/15] arm64/delay: move some constants out to a separate header, Ankur Arora
- [PATCH v9 13/15] arm64: support cpuidle-haltpoll, Ankur Arora
- [RFC PATCH v9 15/15] arm64: support WFET in smp_cond_relaxed_timeout(), Ankur Arora
[PATCH 1/2] Rename .data.unlikely to .data..unlikely,
Masahiro Yamada
[PATCHES][RFC] cleaning up asm/vga.h situation,
Al Viro
[PATCH] tests/module/gen_test_kallsyms.sh: use 0 value for variables,
Luis Chamberlain
[RFC PATCH 0/4] Add fbind() and NUMA mempolicy support for KVM guest_memfd,
Shivank Garg
Re: [PATCH v9 03/10] asm/rwonce: Introduce [READ|WRITE]_ONCE() support for __int128,
Joerg Roedel
[PATCH v3 00/18] Wire up CRC32 library functions to arch-optimized code,
Eric Biggers
- [PATCH v3 01/18] lib/crc32: drop leading underscores from __crc32c_le_base, Eric Biggers
- [PATCH v3 02/18] lib/crc32: improve support for arch-specific overrides, Eric Biggers
- [PATCH v3 04/18] crypto: crc32 - don't unnecessarily register arch algorithms, Eric Biggers
- [PATCH v3 05/18] arm/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 06/18] loongarch/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 07/18] mips/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 03/18] lib/crc32: expose whether the lib is really optimized at runtime, Eric Biggers
- [PATCH v3 08/18] powerpc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 09/18] s390/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 10/18] sparc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 11/18] x86/crc32: update prototype for crc_pcl(), Eric Biggers
- [PATCH v3 13/18] x86/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v3 12/18] x86/crc32: update prototype for crc32_pclmul_le_16(), Eric Biggers
- [PATCH v3 14/18] lib/crc32: make crc32c() go directly to lib, Eric Biggers
- [PATCH v3 15/18] ext4: switch to using the crc32c library, Eric Biggers
- [PATCH v3 17/18] f2fs: switch to using the crc32 library, Eric Biggers
- [PATCH v3 18/18] scsi: target: iscsi: switch to using the crc32c library, Eric Biggers
- [PATCH v3 16/18] jbd2: switch to using the crc32c library, Eric Biggers
[PATCH v6 00/13] Zacas/Zabha support and qspinlocks,
Alexandre Ghiti
- [PATCH v6 01/13] riscv: Move cpufeature.h macros into their own header, Alexandre Ghiti
- [PATCH v6 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs, Alexandre Ghiti
- [PATCH v6 03/13] riscv: Implement cmpxchg32/64() using Zacas, Alexandre Ghiti
- [PATCH v6 04/13] dt-bindings: riscv: Add Zabha ISA extension description, Alexandre Ghiti
- [PATCH v6 05/13] riscv: Implement cmpxchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v6 06/13] riscv: Improve zacas fully-ordered cmpxchg(), Alexandre Ghiti
- [PATCH v6 07/13] riscv: Implement arch_cmpxchg128() using Zacas, Alexandre Ghiti
- [PATCH v6 08/13] riscv: Implement xchg8/16() using Zabha, Alexandre Ghiti
- [PATCH v6 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, Alexandre Ghiti
- [PATCH v6 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h, Alexandre Ghiti
- [PATCH v6 11/13] riscv: Add ISA extension parsing for Ziccrse, Alexandre Ghiti
- [PATCH v6 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description, Alexandre Ghiti
- [PATCH v6 13/13] riscv: Add qspinlock support, Alexandre Ghiti
- Re: [PATCH v6 00/13] Zacas/Zabha support and qspinlocks, Andrea Parri
- Re: [PATCH v6 00/13] Zacas/Zabha support and qspinlocks, patchwork-bot+linux-riscv
[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build,
Rong Xu
[RFC v2 00/13] LKMM *generic* atomics in Rust,
Boqun Feng
- [RFC v2 01/13] rust: Introduce atomic API helpers, Boqun Feng
- [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework, Boqun Feng
- [RFC v2 03/13] rust: sync: atomic: Add ordering annotation types, Boqun Feng
- [RFC v2 04/13] rust: sync: atomic: Add generic atomics, Boqun Feng
- [RFC v2 05/13] rust: sync: atomic: Add atomic {cmp,}xchg operations, Boqun Feng
- [RFC v2 06/13] rust: sync: atomic: Add the framework of arithmetic operations, Boqun Feng
- [RFC v2 07/13] rust: sync: atomic: Add Atomic<u{32,64}>, Boqun Feng
- [RFC v2 08/13] rust: sync: atomic: Add Atomic<{usize,isize}>, Boqun Feng
- [RFC v2 09/13] rust: sync: atomic: Add Atomic<*mut T>, Boqun Feng
- [RFC v2 10/13] rust: sync: atomic: Add arithmetic ops for Atomic<*mut T>, Boqun Feng
- [RFC v2 11/13] rust: sync: Add memory barriers, Boqun Feng
- [RFC v2 12/13] rust: add rcu abstraction, Boqun Feng
- [RFC v2 13/13] rust: sync: rcu: Add RCU protected pointer, Boqun Feng
- Re: [RFC v2 00/13] LKMM *generic* atomics in Rust, Miguel Ojeda
- Re: [RFC v2 00/13] LKMM *generic* atomics in Rust, David Gow
[arnd-asm-generic:asm-generic] BUILD SUCCESS c0dc92144ba181cf7ba366a87909bbaa93d5b713, kernel test robot
[PATCH v12 0/5] Tracepoints and static branch in Rust,
Alice Ryhl
[arnd-asm-generic:master 14/20] lib/iomem_copy.c:27:26: sparse: sparse: cast removes address space '__iomem' of expression, kernel test robot
[PATCH v7 00/32] riscv control-flow integrity for usermode,
Deepak Gupta
- [PATCH v7 01/32] mm: Introduce ARCH_HAS_USER_SHADOW_STACK, Deepak Gupta
- [PATCH v7 02/32] mm: helper `is_shadow_stack_vma` to check shadow stack vma, Deepak Gupta
- [PATCH v7 03/32] riscv: Enable cbo.zero only when all harts support Zicboz, Deepak Gupta
- [PATCH v7 04/32] riscv: Add support for per-thread envcfg CSR values, Deepak Gupta
- [PATCH v7 05/32] riscv: Call riscv_user_isa_enable() only on the boot hart, Deepak Gupta
- [PATCH v7 06/32] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml), Deepak Gupta
- [PATCH v7 07/32] riscv: zicfiss / zicfilp enumeration, Deepak Gupta
- [PATCH v7 08/32] riscv: zicfiss / zicfilp extension csr and bit definitions, Deepak Gupta
- [PATCH v7 09/32] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit, Deepak Gupta
- [PATCH v7 10/32] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE, Deepak Gupta
- [PATCH v7 11/32] riscv mm: manufacture shadow stack pte, Deepak Gupta
- [PATCH v7 12/32] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs, Deepak Gupta
- [PATCH v7 13/32] riscv mmu: write protect and shadow stack, Deepak Gupta
- [PATCH v7 14/32] riscv/mm: Implement map_shadow_stack() syscall, Deepak Gupta
- [PATCH v7 15/32] riscv/shstk: If needed allocate a new shadow stack on clone, Deepak Gupta
- [PATCH v7 16/32] prctl: arch-agnostic prctl for shadow stack, Deepak Gupta
- [PATCH v7 17/32] prctl: arch-agnostic prctl for indirect branch tracking, Deepak Gupta
- [PATCH v7 18/32] riscv: Implements arch agnostic shadow stack prctls, Deepak Gupta
- [PATCH v7 19/32] riscv: Implements arch agnostic indirect branch tracking prctls, Deepak Gupta
- [PATCH v7 20/32] riscv/traps: Introduce software check exception, Deepak Gupta
- [PATCH v7 21/32] riscv: signal: abstract header saving for setup_sigcontext, Deepak Gupta
- [PATCH v7 22/32] riscv/signal: save and restore of shadow stack for signal, Deepak Gupta
- [PATCH v7 23/32] riscv/kernel: update __show_regs to print shadow stack register, Deepak Gupta
- [PATCH v7 24/32] riscv/ptrace: riscv cfi status and state via ptrace and in core files, Deepak Gupta
- [PATCH v7 25/32] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe, Deepak Gupta
- [PATCH v7 26/32] riscv: Add Firmware Feature SBI extensions definitions, Deepak Gupta
- [PATCH v7 27/32] riscv: enable kernel access to shadow stack memory via FWFT sbi call, Deepak Gupta
- [PATCH v7 28/32] riscv: kernel command line option to opt out of user cfi, Deepak Gupta
- [PATCH v7 29/32] riscv: create a config for shadow stack and landing pad instr support, Deepak Gupta
- [PATCH v7 30/32] riscv: Documentation for landing pad / indirect branch tracking, Deepak Gupta
- [PATCH v7 31/32] riscv: Documentation for shadow stack on riscv, Deepak Gupta
- [PATCH v7 32/32] kselftest/riscv: kselftest for user mode cfi, Deepak Gupta
[arnd-asm-generic:master 14/18] lib/iomem_copy.c:14: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst, kernel test robot
[arnd-asm-generic:master 14/17] lib/iomem_copy.c:10:10: fatal error: linux/unaligned.h: No such file or directory, kernel test robot
[arnd-asm-generic:master 14/17] lib/iomem_copy.c:10:10: fatal error: 'linux/unaligned.h' file not found,
kernel test robot
[PATCH v4 0/5] implement lightweight guard pages,
Lorenzo Stoakes
[PATCH v11 0/4] Replace fallback for IO memcpy and IO memset,
Julian Vetter
[PATCH v3 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro,
Yury Khrustalev
[PATCH v2 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro,
Yury Khrustalev
[arnd-asm-generic:master 6/12] include/asm-generic/io.h:596:15: error: call to '_outb' declared with attribute error: outb() requires CONFIG_HAS_IOPORT, kernel test robot
[arnd-asm-generic:asm-generic] BUILD SUCCESS a6653736cdcedcb7c2c22ee0af0288a326a0e036, kernel test robot
[arnd-asm-generic:asm-generic] BUILD SUCCESS e1cac6a143e257c1bf9166e30083fbd66acfe8b6, kernel test robot
[PATCH v6 0/7] Add AutoFDO and Propeller support for Clang build,
Rong Xu
[PATCH v18 00/17] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v18 02/17] fgraph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v18 03/17] fgraph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v18 04/17] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v18 05/17] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v18 06/17] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v18 07/17] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v18 08/17] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v18 09/17] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v18 10/17] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v18 11/17] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v18 12/17] fprobe: Add fprobe_header encoding feature, Masami Hiramatsu (Google)
- [PATCH v18 13/17] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v18 14/17] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v18 15/17] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v18 16/17] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v18 17/17] bpf: Add get_entry_ip() for arm64, Masami Hiramatsu (Google)
[PATCH v2 00/18] Wire up CRC32 library functions to arch-optimized code,
Eric Biggers
- [PATCH v2 01/18] lib/crc32: drop leading underscores from __crc32c_le_base, Eric Biggers
- [PATCH v2 02/18] lib/crc32: improve support for arch-specific overrides, Eric Biggers
- [PATCH v2 03/18] lib/crc32: expose whether the lib is really optimized at runtime, Eric Biggers
- [PATCH v2 04/18] crypto: crc32 - don't unnecessarily register arch algorithms, Eric Biggers
- [PATCH v2 05/18] arm/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 06/18] loongarch/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 07/18] mips/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 08/18] powerpc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 09/18] s390/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 10/18] sparc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 11/18] x86/crc32: update prototype for crc_pcl(), Eric Biggers
- [PATCH v2 12/18] x86/crc32: update prototype for crc32_pclmul_le_16(), Eric Biggers
- [PATCH v2 13/18] x86/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH v2 14/18] lib/crc32: make crc32c() go directly to lib, Eric Biggers
- [PATCH v2 15/18] ext4: switch to using the crc32c library, Eric Biggers
- [PATCH v2 16/18] jbd2: switch to using the crc32c library, Eric Biggers
- [PATCH v2 17/18] f2fs: switch to using the crc32 library, Eric Biggers
- [PATCH v2 18/18] scsi: target: iscsi: switch to using the crc32c library, Eric Biggers
[PATCH] mm: yield on fatal signal/cond_sched() in vector_madvise(), Lorenzo Stoakes
[PATCH 0/6] futex: The remaining futex2 bits,
Peter Zijlstra
[PATCH v9 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n,
Niklas Schnelle
[PATCH v5 0/7] Add AutoFDO and Propeller support for Clang build,
Rong Xu
[PATCH v4 0/6] page allocation tag compression,
Suren Baghdasaryan
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
[PATCH v3 0/5] implement lightweight guard pages,
Lorenzo Stoakes
[GIT PULL] LoongArch fixes for v6.12-rc5,
Huacai Chen
provide generic page_to_phys and phys_to_page implementations v3,
Christoph Hellwig
[PATCH] mm/pkey: Add PKEY_UNRESTRICTED macro,
Yury Khrustalev
[PATCH v3] selftests: add new kallsyms selftests,
Luis Chamberlain
[no subject], Unknown
[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset,
Julian Vetter
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code,
Eric Biggers
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]