Linux Arch
[Prev Page][Next Page]
- Re: [PATCH v18 01/17] fgraph: Pass ftrace_regs to entryfunc, (continued)
- [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
- [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base, Eric Biggers
- [PATCH 02/15] lib/crc32: improve support for arch-specific overrides, Eric Biggers
- [PATCH 03/15] arm/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 04/15] loongarch/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 05/15] mips/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 06/15] powerpc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 07/15] s390/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 08/15] sparc/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 09/15] x86/crc32: update prototype for crc_pcl(), Eric Biggers
- [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16(), Eric Biggers
- [PATCH 11/15] x86/crc32: expose CRC32 functions through lib, Eric Biggers
- [PATCH 12/15] lib/crc32: make crc32c() go directly to lib, Eric Biggers
- [PATCH 13/15] ext4: switch to using the crc32c library, Eric Biggers
- [PATCH 14/15] jbd2: switch to using the crc32c library, Eric Biggers
- [PATCH 15/15] f2fs: switch to using the crc32 library, Eric Biggers
- Re: [PATCH 00/15] Wire up CRC32 library functions to arch-optimized code, Ard Biesheuvel
- [PATCH v2 0/5] implement lightweight guard pages,
Lorenzo Stoakes
- [PATCH 0/4] implement lightweight guard pages,
Lorenzo Stoakes
- [PATCH RFC/RFT v2 0/2] Converge common flows for cpu assisted shadow stack,
Deepak Gupta
- [PATCH v6 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
- [PATCH v17 00/16] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v17 01/16] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v17 02/16] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v17 03/16] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v17 04/16] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v17 05/16] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v17 06/16] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v17 07/16] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v17 08/16] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v17 09/16] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v17 10/16] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v17 11/16] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v17 12/16] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v17 13/16] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v17 14/16] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v17 15/16] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v17 16/16] bpf: Add get_entry_ip() for arm64, Masami Hiramatsu (Google)
- [PATCH v11 0/5] Tracepoints and static branch in Rust,
Alice Ryhl
- [PATCH v16 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v16 01/18] tracing: Use arch_ftrace_regs() for ftrace_regs_*() macros, Masami Hiramatsu (Google)
- [PATCH v16 02/18] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v16 03/18] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v16 04/18] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v16 05/18] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v16 06/18] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v16 07/18] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v16 08/18] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v16 09/18] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v16 10/18] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v16 11/18] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v16 12/18] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v16 13/18] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v16 14/18] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v16 15/18] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v16 16/18] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v16 17/18] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v16 18/18] bpf: Add get_entry_ip() for arm64, Masami Hiramatsu (Google)
- [PATCH v4 0/6] Add AutoFDO and Propeller support for Clang build,
Rong Xu
- [PATCH v3 0/5] page allocation tag compression,
Suren Baghdasaryan
- [PATCH v5 0/3] vdso: Use only headers from the vdso/ namespace,
Vincenzo Frascino
- provide generic page_to_phys and phys_to_page implementations v2,
Christoph Hellwig
- [PATCH 0/2] Use dot prefixes for section names,
Ard Biesheuvel
- [RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection,
Ryan Roberts
- [PATCH v3 00/16] timers: Cleanup delay/sleep related mess,
Anna-Maria Behnsen
- [for-next][PATCH 3/4] ftrace: Make ftrace_regs abstract from direct use,
Steven Rostedt
- [for-next][PATCH 4/4] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs,
Steven Rostedt
- [PATCH v10 0/5] Tracepoints and static branch in Rust,
Alice Ryhl
- [PATCH RFC/RFT 0/3] Converge common flows for cpu assisted shadow stack,
Deepak Gupta
- [PATCH v3] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs,
Steven Rostedt
- [PATCH v3 0/6] Add AutoFDO and Propeller support for Clang build,
Rong Xu
- [PATCH 0/9] vdso: Remove timekeeper argument and includes,
Thomas Weißschuh
- [PATCH] KVM: arm64: Shave a few bytes from the EL2 idmap code, Marc Zyngier
- [PATCH v4 0/2] vdso: Use only headers from the vdso/ namespace,
Vincenzo Frascino
- [PATCH v9 0/4] Consolidate IO memcpy functions,
Julian Vetter
- [PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection,
Aleksa Sarai
- [PATCH RFC v3 01/10] uaccess: add copy_struct_to_user helper, Aleksa Sarai
- [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user, Aleksa Sarai
- [PATCH RFC v3 03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE), Aleksa Sarai
- [PATCH RFC v3 04/10] openat2: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v3 05/10] selftests: openat2: add 0xFF poisoned data after misaligned struct, Aleksa Sarai
- [PATCH RFC v3 06/10] selftests: openat2: add CHECK_FIELDS selftests, Aleksa Sarai
- [PATCH RFC v3 07/10] clone3: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v3 08/10] selftests: clone3: add CHECK_FIELDS selftests, Aleksa Sarai
- [PATCH RFC v3 09/10] mount_setattr: add CHECK_FIELDS flag to usize argument, Aleksa Sarai
- [PATCH RFC v3 10/10] selftests: mount_setattr: add CHECK_FIELDS selftest, Aleksa Sarai
- Re: [PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection, Florian Weimer
- Re: (subset) [PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection, Christian Brauner
- [PATCH v5 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]