summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-08-15locking/csd_lock: Provide an indication of ongoing CSD-lock stallPaul E. McKenney1-0/+16
2024-08-14Merge tag 'vfs-6.11-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+22
2024-08-14rcuscale: Print detailed grace-period and barrier diagnosticsPaul E. McKenney1-0/+18
2024-08-14rcu: Mark callbacks not currently participating in barrier operationPaul E. McKenney1-0/+3
2024-08-14rcuscale: Dump grace-period statistics when rcu_scale_writer() stallsPaul E. McKenney1-0/+10
2024-08-14rcuscale: Dump stacks of stalled rcu_scale_writer() instancesPaul E. McKenney1-2/+21
2024-08-14rcuscale: Save a few lines with whitespace-only changePaul E. McKenney1-7/+3
2024-08-14refscale: Optimize process_durations()Christophe JAILLET1-11/+14
2024-08-14rcu/tasks: Add rcu_barrier_tasks*() start time to diagnosticsPaul E. McKenney1-2/+6
2024-08-14rcu/tasks: Add detailed grace-period and barrier diagnosticsPaul E. McKenney1-2/+64
2024-08-14rcu/tasks: Mark callbacks not currently participating in barrier operationPaul E. McKenney1-0/+2
2024-08-14rcu: Provide rcu_barrier_cb_is_done() to check rcu_barrier() CBsPaul E. McKenney1-0/+5
2024-08-14rcu/tasks: Update rtp->tasks_gp_seq commentPaul E. McKenney1-1/+1
2024-08-14rcu/tasks: Check processor-ID assumptionsPaul E. McKenney1-0/+1
2024-08-14rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gp...Zqiang1-29/+53
2024-08-14rcu-tasks: Remove RCU Tasks Rude asynchronous APIsPaul E. McKenney1-38/+17
2024-08-14rcuscale: Stop testing RCU Tasks Rude asynchronous APIsPaul E. McKenney1-2/+0
2024-08-14rcutorture: Stop testing RCU Tasks Rude asynchronous APIsPaul E. McKenney1-8/+0
2024-08-14rcutorture: Add a stall_cpu_repeat module parameterPaul E. McKenney1-16/+40
2024-08-14hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.Sebastian Andrzej Siewior1-0/+2
2024-08-14timers: Add sparse annotation for timer_sync_wait_running().Sebastian Andrzej Siewior1-0/+2
2024-08-14perf: Really fix event_function_call() lockingNamhyung Kim1-5/+8
2024-08-13bpf: more trivial fdget() conversionsAl Viro1-15/+7
2024-08-13bpf: trivial conversions for fdget()Al Viro3-21/+9
2024-08-13bpf: switch maps to CLASS(fd, ...)Al Viro3-121/+42
2024-08-13bpf: factor out fetching bpf_map from FD and adding it to used_maps listAndrii Nakryiko1-49/+66
2024-08-13bpf: switch fdget_raw() uses to CLASS(fd_raw, ...)Al Viro1-16/+8
2024-08-13bpf: convert __bpf_prog_get() to CLASS(fd, ...)Al Viro1-22/+9
2024-08-13Merge remote-tracking branch 'vfs/stable-struct_fd'Andrii Nakryiko15-274/+284
2024-08-13sched_ext: Don't use double locking to migrate tasks across CPUsTejun Heo1-88/+46
2024-08-13workqueue: Add interface for user-defined workqueue lockdep mapMatthew Brost1-0/+28
2024-08-13workqueue: Change workqueue lockdep map to pointerMatthew Brost1-7/+9
2024-08-13workqueue: Split alloc_workqueue into internal function and lockdep initMatthew Brost1-8/+23
2024-08-13sched_ext: define missing cfi stubs for sched_extManu Bretelle1-0/+6
2024-08-13perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey1-1/+2
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura2-2/+8
2024-08-13irqdomain: Remove stray '-' in the domain nameAndy Shevchenko1-2/+2
2024-08-13irqdomain: Clarify checks for bus_tokenAndy Shevchenko1-8/+14
2024-08-12struct fd: representation changeAl Viro1-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro13-68/+68
2024-08-12bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song1-2/+3
2024-08-13cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A1-1/+11
2024-08-12pidfd: prevent creation of pidfds for kthreadsChristian Brauner1-3/+22
2024-08-12srcu: Mark callbacks not currently participating in barrier operationPaul E. McKenney1-0/+2
2024-08-12srcu: Check for concurrent updates of heuristicsPaul E. McKenney1-0/+2
2024-08-12srcu: faster gp seq wrap-aroundJP Kobryn2-6/+4
2024-08-12rcu: Use system_unbound_wq to avoid disturbing isolated CPUsWaiman Long1-4/+4
2024-08-11Merge tag 'timers-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+5
2024-08-11Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2024-08-11kernel/fork.c: get estimated free pages by memblock apiWei Yang1-1/+1