summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'seccomp-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-131-2/+2
|\
| * seccomp: Constify sysctl subhelpersKees Cook2024-05-081-2/+2
* | Merge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-05-131-0/+17
|\ \
| * | kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver2024-05-071-0/+17
| |/
* | Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds2024-05-1318-111/+580
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr...Uladzislau Rezki (Sony)2024-05-0112-77/+479
| |\ \ \ \ \
| | | | | * | rcutorture: Use rcu_gp_slow_register/unregister() only for rcutype testZqiang2024-04-161-4/+10
| | | | | * | rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang2024-04-161-5/+4
| | | | | * | rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang2024-04-161-2/+2
| | | | | * | rcutorture: Removing redundant function pointer initializationZqiang2024-04-161-12/+0
| | | | | * | rcutorture: Make rcutorture support print rcu-tasks gp stateZqiang2024-04-165-32/+53
| | | | | * | rcutorture: Use the gp_kthread_dbg operation specified by cur_opsZqiang2024-04-161-1/+2
| | | | | * | rcutorture: Re-use value stored to ->rtort_pipe_count instead of re-readinglinke li2024-04-161-1/+1
| | | | | * | rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney2024-04-161-1/+2
| | | | | * | rcutorture: Remove extraneous rcu_torture_pipe_update_one() READ_ONCE()Paul E. McKenney2024-04-161-1/+1
| | | | | * | rcutorture: ASSERT_EXCLUSIVE_WRITER() for ->rtort_pipe_count updatesPaul E. McKenney2024-04-091-0/+3
| | | | | * | rcutorture: Dump GP kthread state on insufficient cb-flood launderingPaul E. McKenney2024-04-091-1/+2
| | | | | * | rcutorture: Dump # online CPUs on insufficient cb-flood launderingPaul E. McKenney2024-04-091-2/+2
| | | | | |/
| | | | * | rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin2024-04-151-1/+1
| | | | * | rcu-tasks: Fix the comments for tasks_rcu_exit_srcu_stall_timerZqiang2024-04-151-1/+1
| | | | * | rcu-tasks: Replace exit_tasks_rcu_start() initialization with WARN_ON_ONCE()Paul E. McKenney2024-04-151-2/+1
| | | | * | rcu-tasks: Make Tasks RCU wait idly for grace-period delaysPaul E. McKenney2024-04-092-3/+7
| | | | |/
| | | * | rcu: Allocate WQ with WQ_MEM_RECLAIM bit setUladzislau Rezki (Sony)2024-04-151-1/+5
| | | * | rcu: Support direct wake-up of synchronize_rcu() usersUladzislau Rezki (Sony)2024-04-152-1/+29
| | | * | rcu: Add a trace event for synchronize_rcu_normal()Uladzislau Rezki (Sony)2024-04-151-1/+6
| | | * | rcu: Reduce synchronize_rcu() latencyUladzislau Rezki (Sony)2024-04-152-2/+331
| | | * | rcu: Add data structures for synchronize_rcu()Uladzislau Rezki (Sony)2024-04-111-0/+14
| | | |/
| | * | ftrace: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney2024-04-121-2/+1
| | * | bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTIONPaul E. McKenney2024-04-121-1/+1
| | * | tracing: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney2024-04-111-2/+2
| | * | bpf: Select new NEED_TASKS_RCU Kconfig optionPaul E. McKenney2024-04-091-1/+1
| | |/
| * | rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin2024-04-151-1/+2
| * | rcu: Inform KCSAN of one-byte cmpxchg() in rcu_trc_cmpxchg_need_qs()Paul E. McKenney2024-04-151-1/+9
| * | rcu: Make hotplug operations track GP state, not flagsPaul E. McKenney2024-04-153-10/+10
| * | rcu: Mark loads from rcu_state.n_online_cpusPaul E. McKenney2024-04-152-3/+7
| * | rcu: Mark writes to rcu_sync ->gp_count fieldPaul E. McKenney2024-04-151-2/+6
| * | rcu: Bring diagnostic read of rcu_state.gp_flags into alignmentPaul E. McKenney2024-04-151-1/+1
| * | rcu: Remove redundant READ_ONCE() of rcu_state.gp_flags in tree.cPaul E. McKenney2024-04-151-7/+4
| * | rcu: Make Tiny RCU explicitly disable preemptionPaul E. McKenney2024-04-151-0/+2
| * | rcu: Remove redundant BH disabling in TINY_RCUPaul E. McKenney2024-04-151-2/+0
| * | rcu: Create NEED_TASKS_RCU to factor out enablement logicPaul E. McKenney2024-04-151-1/+5
| * | srcu: Make Tiny SRCU explicitly disable preemptionPaul E. McKenney2024-04-151-5/+26
| * | rcu: Make TINY_RCU depend on !PREEMPT_RCU rather than !PREEMPTIONPaul E. McKenney2024-04-151-1/+1
| * | rcu: Add lockdep checks and kernel-doc header to rcu_softirq_qs()Paul E. McKenney2024-04-091-0/+28
| |/
* | timers/migration: Prevent out of bounds access on failureLevi Yun2024-05-081-2/+2
* | Merge tag 'irq-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-051-4/+8
|\ \
| * | softirq: Fix suspicious RCU usage in __do_softirq()Zqiang2024-04-291-4/+8
* | | Merge tag 'probes-fixes-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-051-1/+1
|\ \ \
| * | | tracing/probes: Fix memory leak in traceprobe_parse_probe_arg_body()LuMingYin2024-04-291-1/+1
* | | | Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-051-0/+12
|\ \ \ \