messages from 2024-12-02 01:09:39 to 2024-12-17 20:30:03 UTC [more...]
[PATCH 0/3] KASAN fix for arch_dup_task_struct (x86, um)
2024-12-17 20:27 UTC
[PATCH 0/2] hyperv: Move some features to common code
2024-12-17 17:48 UTC (10+ messages)
` [PATCH 1/2] hyperv: Move hv_current_partition_id to arch-generic code
` [PATCH 2/2] hyperv: Move create_vp and deposit_pages hvcalls to hv_common.c
[PATCH net-next v7 0/4] Add support for SO_PRIORITY cmsg
2024-12-17 2:30 UTC (7+ messages)
` [PATCH net-next v7 1/4] sock: Introduce sk_set_prio_allowed helper function
` [PATCH net-next v7 2/4] sock: support SO_PRIORITY cmsg
` [PATCH net-next v7 3/4] selftests: net: test SO_PRIORITY ancillary data with cmsg_sender
` [PATCH net-next v7 4/4] sock: Introduce SO_RCVPRIORITY socket option
[PATCH v2] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
2024-12-16 16:57 UTC (2+ messages)
[PATCH 00/17] vDSO: Introduce generic data storage
2024-12-16 14:10 UTC (18+ messages)
` [PATCH 01/17] parisc: Remove unused symbol vdso_data
` [PATCH 02/17] vdso: Introduce vdso/align.h
` [PATCH 03/17] vdso: Add generic time data storage
` [PATCH 04/17] vdso: Add generic random "
` [PATCH 05/17] vdso: Add generic architecture-specific "
` [PATCH 06/17] arm64: vdso: Switch to generic storage implementation
` [PATCH 07/17] riscv: "
` [PATCH 08/17] LoongArch: vDSO: "
` [PATCH 09/17] arm: vdso: "
` [PATCH 10/17] s390/vdso: "
` [PATCH 11/17] MIPS: vdso: "
` [PATCH 12/17] powerpc/vdso: "
` [PATCH 13/17] x86/vdso: "
` [PATCH 14/17] x86/vdso/vdso2c: Remove page handling
` [PATCH 15/17] vdso: Remove remnants of architecture-specific random state storage
` [PATCH 16/17] vdso: Remove remnants of architecture-specific time storage
` [PATCH 17/17] vdso: Remove kconfig symbol GENERIC_VDSO_DATA_STORE
[PATCH] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
2024-12-14 9:58 UTC
[RFC v2 00/13] LKMM *generic* atomics in Rust
2024-12-13 20:28 UTC (11+ messages)
` [RFC v2 02/13] rust: sync: Add basic atomic operation mapping framework
` [RFC v2 04/13] rust: sync: atomic: Add generic atomics
[PATCH 5.4 243/321] x86/asm/crypto: Annotate local functions
2024-12-13 12:14 UTC (5+ messages)
I urge you to understand my viewpoint accurately
2024-12-13 4:25 UTC
[PATCH v3 0/6] Enable strict percpu address space checks
2024-12-13 7:13 UTC (14+ messages)
` [PATCH v3 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH v3 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH v3 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH v3 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH v3 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH v3 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
[PATCH] tools/memory-model: Fix litmus-tests's file names for case-insensitive filesystem
2024-12-12 23:09 UTC (12+ messages)
[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
2024-12-12 22:03 UTC (8+ messages)
` [PATCH v7 3/7] Adjust symbol ordering in text output section
` [PATCH v7 3/7] Adjust symbol ordering in text output section [openrisc boot failure]
` [PATCH v7 7/7] Add Propeller configuration for kernel build
[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
2024-12-12 21:37 UTC (4+ messages)
` [PATCH v4 18/19] f2fs: switch to using the crc32 library
` [PATCH v4 19/19] scsi: target: iscsi: switch to using the crc32c library
[PATCH v2 00/12] Wire up CRC-T10DIF library functions to arch-optimized code
2024-12-12 21:36 UTC (15+ messages)
` [PATCH v2 01/12] lib/crc-t10dif: stop wrapping the crypto API
` [PATCH v2 02/12] lib/crc-t10dif: add support for arch overrides
` [PATCH v2 03/12] crypto: crct10dif - expose arch-optimized lib function
` [PATCH v2 04/12] x86/crc-t10dif: expose CRC-T10DIF function through lib
` [PATCH v2 05/12] arm/crc-t10dif: "
` [PATCH v2 06/12] arm64/crc-t10dif: "
` [PATCH v2 07/12] powerpc/crc-t10dif: "
` [PATCH v2 08/12] lib/crc_kunit.c: add KUnit test suite for CRC library functions
` [PATCH v2 09/12] lib/crc16_kunit: delete obsolete crc16_kunit.c
` [PATCH v2 10/12] lib/crc32test: delete obsolete crc32test.c
` [PATCH v2 11/12] powerpc/crc: delete obsolete crc-vpmsum_test.c
` [PATCH v2 12/12] MAINTAINERS: add entry for CRC library
[PATCH v12 0/5] Tracepoints and static branch in Rust
2024-12-12 12:40 UTC (3+ messages)
[PATCH] mm/early_ioremap: Add null pointer checks to prevent NULL-pointer dereference
2024-12-12 10:10 UTC
[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
2024-12-11 22:33 UTC (2+ messages)
[PATCH v3] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs
2024-12-11 22:33 UTC (2+ messages)
[PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
2024-12-11 22:32 UTC (2+ messages)
[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
2024-12-11 10:23 UTC (4+ messages)
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user
[PATCH v9 00/15] arm64: support poll_idle()
2024-12-10 20:14 UTC (4+ messages)
` [PATCH v9 05/15] arm64: barrier: add support for smp_cond_relaxed_timeout()
[PATCH 0/3] Update reference to include/asm-<arch>
2024-12-10 10:16 UTC (10+ messages)
` [PATCH 1/3] checkpatch: "
` [PATCH 2/3] kbuild: Drop support for include/asm-<arch> in headers_check.pl
` [PATCH 3/3] include: Update references to include/asm-<arch>
[PATCH v21 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-10 2:12 UTC (21+ messages)
` [PATCH v21 01/20] fgraph: Get ftrace recursion lock in function_graph_enter
` [PATCH v21 02/20] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v21 03/20] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v21 04/20] fgraph: Pass ftrace_regs to retfunc
` [PATCH v21 05/20] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v21 06/20] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v21 07/20] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v21 08/20] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v21 09/20] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v21 10/20] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v21 11/20] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v21 12/20] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v21 13/20] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v21 14/20] fprobe: Add fprobe_header encoding feature
` [PATCH v21 15/20] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v21 16/20] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v21 17/20] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v21 18/20] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v21 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v21 20/20] bpf: Use ftrace_get_symaddr() for kprobe_multi probes
[PATCH v3 0/5] Introduce new headers for Hyper-V
2024-12-09 19:19 UTC (11+ messages)
` [PATCH v3 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH v3 3/5] hyperv: Add new Hyper-V headers in include/hyperv
` [PATCH v3 4/5] hyperv: Switch from hyperv-tlfs.h to hyperv/hvhdk.h
` [PATCH v3 5/5] hyperv: Remove the now unused hyperv-tlfs.h files
[PATCH] tools/memory-model: Fix litmus-tests's file names
2024-12-09 15:00 UTC
[RESEND v4 0/3] mm/pkey: Add PKEY_UNRESTRICTED macro
2024-12-09 9:47 UTC (4+ messages)
` [RESEND v4 1/3] "
` [RESEND v4 2/3] selftests/mm: Use "
` [RESEND v4 3/3] selftests/powerpc: "
[PATCH v19 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-09 9:29 UTC (8+ messages)
` [PATCH v19 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v19 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v19 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()
[PATCH v20 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-12-09 6:36 UTC (27+ messages)
` [PATCH v20 01/19] fgraph: Pass ftrace_regs to entryfunc
` [PATCH v20 02/19] fgraph: Replace fgraph_ret_regs with ftrace_regs
` [PATCH v20 03/19] fgraph: Pass ftrace_regs to retfunc
` [PATCH v20 04/19] fprobe: Use ftrace_regs in fprobe entry handler
` [PATCH v20 05/19] fprobe: Use ftrace_regs in fprobe exit handler
` [PATCH v20 06/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v20 07/19] tracing: Add ftrace_fill_perf_regs() for perf event
` [PATCH v20 08/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v20 09/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v20 10/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC
` [PATCH v20 11/19] s390/tracing: Enable HAVE_FTRACE_GRAPH_FUNC
` [PATCH v20 12/19] fprobe: Rewrite fprobe on function-graph tracer
` [PATCH v20 13/19] fprobe: Add fprobe_header encoding feature
` [PATCH v20 14/19] tracing/fprobe: Remove nr_maxactive from fprobe
` [PATCH v20 15/19] selftests: ftrace: Remove obsolate maxactive syntax check
` [PATCH v20 16/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe
` [PATCH v20 17/19] Documentation: probes: Update fprobe on function-graph tracer
` [PATCH v20 18/19] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
` [PATCH v20 19/19] bpf: Use ftrace_get_symaddr() in get_entry_ip()
[PATCH v7 00/32] riscv control-flow integrity for usermode
2024-12-08 15:51 UTC (2+ messages)
[PATCH v2 0/6] Enable strict percpu address space checks
2024-12-06 20:13 UTC (10+ messages)
` [PATCH v2 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH v2 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH v2 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH v2 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH v2 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH v2 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
[GIT PULL] LoongArch fixes for v6.13-rc2
2024-12-05 18:04 UTC (2+ messages)
[PATCH net-next v2] selftests/net: call sendmmsg via udpgso_bench.sh
2024-12-05 3:30 UTC (4+ messages)
[PATCH 0/6] Enable strict percpu address space checks
2024-12-04 7:24 UTC (2+ messages)
[PATCH] selftests/net: call sendmmsg via udpgso_bench.sh
2024-12-03 15:21 UTC (3+ messages)
[PATCH] LoongArch: Fix reserving screen info memory for above-4G firmware
2024-12-03 6:50 UTC
[PATCH 07/11] tools headers: Sync uapi/asm-generic/mman.h with the kernel sources
2024-12-03 3:53 UTC
[RFC][PATCHES] untangling asm/param.h
2024-12-02 4:04 UTC (4+ messages)
` [PATCH 1/3] xtensa: get rid uapi/asm/param.h
` [PATCH 2/3] alpha: regularize the situation with asm/param.h
` [PATCH 3/3] loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.h
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).