summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-15rtmutex: Drop rt_mutex::wait_lock before schedulingRoland Xu
2024-08-15tracing/fgraph: Have fgraph handle previous boot function addressesSteven Rostedt
2024-08-15tracing: Allow boot instances to use reserve_mem boot memorySteven Rostedt (Google)
2024-08-14tracing: Fix ifdef of snapshots to not prevent last_boot_info fileSteven Rostedt
2024-08-14Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt
2024-08-15refscale: Constify struct ref_scale_opsChristophe JAILLET
2024-08-15rcuscale: Count outstanding callbacks per-task rather than per-CPUPaul E. McKenney
2024-08-15rcuscale: NULL out top-level pointers to heap memoryPaul E. McKenney
2024-08-15rcuscale: Use special allocator for rcu_scale_writer()Paul E. McKenney
2024-08-15rcuscale: Make rcu_scale_writer() tolerate repeated GFP_KERNEL failurePaul E. McKenney
2024-08-15rcuscale: Make all writer tasks report upon hangPaul E. McKenney
2024-08-15rcuscale: Provide clear error when async specified without primitivesPaul E. McKenney
2024-08-15rcu: Let dump_cpu_task() be used without preemption disabledRyo Takakura
2024-08-15rcu: Summarize expedited RCU CPU stall warnings during CSD-lock stallsPaul E. McKenney
2024-08-15rcu: Extract synchronize_rcu_expedited_stall() from synchronize_rcu_expedited...Paul E. McKenney
2024-08-15rcu: Summarize RCU CPU stall warnings during CSD-lock stallsPaul E. McKenney
2024-08-15smp: print only local CPU info when sched_clock goes backwardRik van Riel
2024-08-15locking/csd-lock: Use backoff for repeated reports of same incidentPaul E. McKenney
2024-08-15locking/csd_lock: Provide an indication of ongoing CSD-lock stallPaul E. McKenney
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-08-14rcuscale: Print detailed grace-period and barrier diagnosticsPaul E. McKenney
2024-08-14rcu: Mark callbacks not currently participating in barrier operationPaul E. McKenney
2024-08-14rcuscale: Dump grace-period statistics when rcu_scale_writer() stallsPaul E. McKenney
2024-08-14rcuscale: Dump stacks of stalled rcu_scale_writer() instancesPaul E. McKenney
2024-08-14rcuscale: Save a few lines with whitespace-only changePaul E. McKenney
2024-08-14refscale: Optimize process_durations()Christophe JAILLET
2024-08-14rcu/tasks: Add rcu_barrier_tasks*() start time to diagnosticsPaul E. McKenney
2024-08-14rcu/tasks: Add detailed grace-period and barrier diagnosticsPaul E. McKenney
2024-08-14rcu/tasks: Mark callbacks not currently participating in barrier operationPaul E. McKenney
2024-08-14rcu: Provide rcu_barrier_cb_is_done() to check rcu_barrier() CBsPaul E. McKenney
2024-08-14rcu/tasks: Update rtp->tasks_gp_seq commentPaul E. McKenney
2024-08-14rcu/tasks: Check processor-ID assumptionsPaul E. McKenney
2024-08-14rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gp...Zqiang
2024-08-14rcu-tasks: Remove RCU Tasks Rude asynchronous APIsPaul E. McKenney
2024-08-14rcuscale: Stop testing RCU Tasks Rude asynchronous APIsPaul E. McKenney
2024-08-14rcutorture: Stop testing RCU Tasks Rude asynchronous APIsPaul E. McKenney
2024-08-14rcutorture: Add a stall_cpu_repeat module parameterPaul E. McKenney
2024-08-14hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.Sebastian Andrzej Siewior
2024-08-14timers: Add sparse annotation for timer_sync_wait_running().Sebastian Andrzej Siewior
2024-08-14perf: Really fix event_function_call() lockingNamhyung Kim
2024-08-13bpf: more trivial fdget() conversionsAl Viro
2024-08-13bpf: trivial conversions for fdget()Al Viro
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro
2024-08-13bpf: factor out fetching bpf_map from FD and adding it to used_maps listAndrii Nakryiko
2024-08-13bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)Al Viro
2024-08-13bpf: convert __bpf_prog_get() to CLASS(fd, ...)Al Viro
2024-08-13Merge remote-tracking branch 'vfs/stable-struct_fd'Andrii Nakryiko
2024-08-13sched_ext: Don't use double locking to migrate tasks across CPUsTejun Heo
2024-08-13workqueue: Add interface for user-defined workqueue lockdep mapMatthew Brost
2024-08-13workqueue: Change workqueue lockdep map to pointerMatthew Brost