messages from 2025-01-01 04:56:08 to 2025-01-20 22:06:17 UTC [more...]
[PATCH v2 0/5] Move kvfree_rcu() into SLAB (v2)
2025-01-20 22:06 UTC (13+ messages)
` [External Mail] "
[GIT PULL] slab updates for 6.14
2025-01-20 20:35 UTC (3+ messages)
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-01-20 16:09 UTC (52+ messages)
` [PATCH v4 01/30] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v4 02/30] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 05/30] jump_label: Add annotations for validating noinstr usage
` [PATCH v4 06/30] static_call: Add read-only-after-init static calls
` [PATCH v4 07/30] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v4 08/30] x86/idle: Mark x86_idle "
` [PATCH v4 09/30] x86/paravirt: Mark pv_steal_clock "
` [PATCH v4 10/30] riscv/paravirt: "
` [PATCH v4 11/30] loongarch/paravirt: "
` [PATCH v4 12/30] arm64/paravirt: "
` [PATCH v4 13/30] arm/paravirt: "
` [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v4 15/30] sched/clock: Mark sched_clock_running key "
` [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key "
` [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls
` [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits
` [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 27/30] x86/tlb: Make __flush_tlb_local() noinstr-compliant
` [PATCH v4 28/30] x86/tlb: Make __flush_tlb_all() noinstr
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [PATCH v4 30/30] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE
Kernel Oops on alpha with kernel version >=6.9.x
2025-01-20 13:19 UTC (23+ messages)
[PATCH v7 00/16] Device / Driver PCI / Platform Rust abstractions
2025-01-20 12:54 UTC (19+ messages)
` [PATCH v7 02/16] rust: implement generic driver registration
` [PATCH v7 03/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v7 04/16] rust: add rcu abstraction
` [PATCH v7 07/16] rust: add `io::{Io, IoRaw}` base types
` [PATCH v7 08/16] rust: add devres abstraction
[GIT PULL] kthread updates for v6.14
2025-01-19 23:38 UTC
[PATCH v4] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
2025-01-17 23:24 UTC
[GIT PULL] RCU changes for v6.14
2025-01-17 17:24 UTC
[PATCH 0/3 v3] hrtimer: Fix timers queued locally from offline CPUs
2025-01-17 15:20 UTC (5+ messages)
` [PATCH 1/3 v3] hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
[PATCH v3] memcg: fix soft lockup in the OOM process
2025-01-17 6:59 UTC (10+ messages)
[PATCH rcu 0/17] SRCU updates, including SRCU-fast
2025-01-17 0:07 UTC (26+ messages)
` [PATCH rcu 01/17] srcu: Make Tiny SRCU able to operate in preemptible kernels
` [PATCH rcu 02/17] srcu: Define SRCU_READ_FLAVOR_ALL in terms of symbols
` [PATCH rcu 03/17] srcu: Use ->srcu_gp_seq for rcutorture reader batch
` [PATCH rcu 04/17] srcu: Pull ->srcu_{un,}lock_count into a new srcu_ctr structure
` [PATCH rcu 05/17] srcu: Make SRCU readers use ->srcu_ctrs for counter selection
` [PATCH rcu 06/17] srcu: Make Tree SRCU updates independent of ->srcu_idx
` [PATCH rcu 07/17] srcu: Force synchronization for srcu_get_delay()
` [PATCH rcu 08/17] srcu: Rename srcu_check_read_flavor_lite() to srcu_check_read_flavor_force()
` [PATCH rcu 09/17] srcu: Add SRCU_READ_FLAVOR_SLOWGP to flag need for synchronize_rcu()
` [PATCH rcu 10/17] srcu: Pull pointer-to-integer conversion into __srcu_ptr_to_ctr()
` [PATCH rcu 11/17] srcu: Pull integer-to-pointer conversion into __srcu_ctr_to_ptr()
` [PATCH rcu 12/17] srcu: Move SRCU Tree/Tiny definitions from srcu.h
` [PATCH rcu 13/17] srcu: Add SRCU-fast readers
` [PATCH rcu 14/17] rcutorture: Add ability to test srcu_read_{,un}lock_fast()
` [PATCH rcu 15/17] refscale: Add srcu_read_lock_fast() support using "srcu-fast"
` [PATCH rcu 16/17] rcutorture: Make scenario SRCU-P use srcu_read_lock_fast()
` [PATCH rcu 17/17] srcu: Fix srcu_read_unlock_{lite,nmisafe}() kernel-doc
[PATCH rcu 0/7] Documentation upates
2025-01-16 22:57 UTC (11+ messages)
` [PATCH rcu 1/7] doc: Add broken-timing possibility to stallwarn.rst
` [PATCH rcu 2/7] docs: Improve discussion of this_cpu_ptr(), add raw_cpu_ptr()
` [PATCH rcu 3/7] rcu: Document self-propagating callbacks
` [PATCH rcu 4/7] srcu: Point call_srcu() to call_rcu() for detailed memory ordering
` [PATCH rcu 5/7] rcu: Add CONFIG_RCU_LAZY delays to call_rcu() kernel-doc header
` [PATCH rcu 6/7] rcu: Clarify RCU_LAZY and RCU_LAZY_DEFAULT_OFF help text
` [PATCH rcu 7/7] rcu: Remove references to old grace-period-wait primitives
[PATCH rcu 0/11] Torture-test updates
2025-01-16 20:24 UTC (12+ messages)
` [PATCH rcu 01/11] torture: Add get_torture_init_jiffies() for test-start time
` [PATCH rcu 02/11] rcutorture: Add a test_boost_holdoff module parameter
` [PATCH rcu 03/11] rcutorture: Include grace-period sequence numbers in failure/close-call
` [PATCH rcu 04/11] rcutorture: Expand failure/close-call grace-period output
` [PATCH rcu 05/11] rcu: Trace expedited grace-period numbers in hexadecimal
` [PATCH rcu 06/11] rcutorture: Add ftrace-compatible timestamp to GP# failure/close-call output
` [PATCH rcu 07/11] rcutorture: Make cur_ops->format_gp_seqs take buffer length
` [PATCH rcu 08/11] rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to bool
` [PATCH rcu 09/11] rcutorture: Complain when invalid SRCU reader_flavor is specified
` [PATCH rcu 10/11] srcu: Add FORCE_NEED_SRCU_NMI_SAFE Kconfig for testing
` [PATCH rcu 11/11] torture: Make SRCU lockdep testing use srcu_read_lock_nmisafe()
[PATCH rcu 0/9] Lazy-preemption-related updates
2025-01-16 20:13 UTC (10+ messages)
` [PATCH rcu 1/9] rcu: fix header guard for rcu_all_qs()
` [PATCH rcu 2/9] rcu: rename PREEMPT_AUTO to PREEMPT_LAZY
` [PATCH rcu 3/9] sched: update __cond_resched comment about RCU quiescent states
` [PATCH rcu 4/9] rcu: handle unstable rdp in rcu_read_unlock_strict()
` [PATCH rcu 5/9] rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
` [PATCH rcu 6/9] osnoise: provide quiescent states
` [PATCH rcu 7/9] rcu: limit PREEMPT_RCU configurations
` [PATCH rcu 8/9] rcutorture: Make scenario TREE10 build CONFIG_PREEMPT_LAZY=y
` [PATCH rcu 9/9] rcutorture: Make scenario TREE07 "
[PATCH rcu 0/5] Miscellaneous fixes
2025-01-16 20:05 UTC (6+ messages)
` [PATCH rcu 1/5] rcu: Split rcu_report_exp_cpu_mult() mask parameter and use for tracing
` [PATCH rcu 2/5] rcu: Remove READ_ONCE() for rdp->gpwrap access in __note_gp_changes()
` [PATCH rcu 3/5] rcu: Fix get_state_synchronize_rcu_full() GP-start detection
` [PATCH rcu 4/5] rcu-tasks: Move RCU Tasks self-tests to core_initcall()
` [PATCH rcu 5/5] rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()
[PATCH] srcu: refactor __srcu_read_(un)lock_lite() declarations
2025-01-16 16:03 UTC (2+ messages)
"WARNING in rcu_sr_normal_complete" in Linux Kernel v6.12-rc4
2025-01-16 14:03 UTC (2+ messages)
Supposed CPU stall in RCU reported by security firm
2025-01-15 10:46 UTC
[PATCH RFC] rcu/nocb: Print segment lengths in show_rcu_nocb_gp_state()
2025-01-09 19:07 UTC
[PATCH] checkpatch: Remove migrated RCU APIs from deprecated_apis
2025-01-09 17:00 UTC (5+ messages)
[PATCH v2] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
2025-01-09 2:46 UTC
[PATCH] rcu/cpu_stall_cputime: fix the hardirq count for x86 architecture
2025-01-09 2:32 UTC (3+ messages)
Taking page faults in RCU critical sections
2025-01-08 18:01 UTC (9+ messages)
[PATCH 10/19] sched,arm64: Handle CPU isolation on last resort fallback rq selection
2025-01-08 15:50 UTC (4+ messages)
[paulmckrcu:dev.2024.12.24a] [srcu] 9216c28c6a: BUG:unable_to_handle_page_fault_for_address
2025-01-08 15:05 UTC (13+ messages)
watchdog: BUG: soft lockup in note_gp_changes in kernel/rcu/tree.c
2025-01-06 6:37 UTC (3+ messages)
[syzbot] [perf?] [trace?] KCSAN: assert: race in srcu_gp_start_if_needed
2025-01-04 1:14 UTC (2+ messages)
[PATCH] doc/RCU/listRCU: fix an example code snippets
2025-01-01 8:23 UTC
[PATCH 0/3 v2] hrtimer: Fix timers queued locally from offline CPUs
2025-01-01 4:56 UTC (2+ messages)
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