summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-08-13workqueue: Split alloc_workqueue into internal function and lockdep initMatthew Brost
2024-08-13sched_ext: define missing cfi stubs for sched_extManu Bretelle
2024-08-13perf/bpf: Don't call bpf_overflow_handler() for tracing eventsKyle Huey
2024-08-13printk/panic: Allow cpu backtraces to be written into ringbuffer during panicRyo Takakura
2024-08-13irqdomain: Remove stray '-' in the domain nameAndy Shevchenko
2024-08-13irqdomain: Clarify checks for bus_tokenAndy Shevchenko
2024-08-12struct fd: representation changeAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-12bpf: Fix a kernel verifier crash in stacksafe()Yonghong Song
2024-08-13cpu/SMT: Enable SMT only if a core is onlineNysal Jan K.A
2024-08-12pidfd: prevent creation of pidfds for kthreadsChristian Brauner
2024-08-12srcu: Mark callbacks not currently participating in barrier operationPaul E. McKenney
2024-08-12srcu: Check for concurrent updates of heuristicsPaul E. McKenney
2024-08-12srcu: faster gp seq wrap-aroundJP Kobryn
2024-08-12rcu: Use system_unbound_wq to avoid disturbing isolated CPUsWaiman Long
2024-08-11Merge tag 'timers-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-08-11Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-08-11kernel/fork.c: get estimated free pages by memblock apiWei Yang
2024-08-11rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by()Thorsten Blum
2024-08-11context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLEValentin Schneider
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesti...Valentin Schneider
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()Valentin Schneider
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting i...Valentin Schneider
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()Valentin Schneider
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting()Valentin Schneider
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into ...Valentin Schneider
2024-08-10Merge tag 'dma-mapping-6.11-2024-08-10' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-08-09Merge tag 'irq-domain-24-08-09' into irq/coreThomas Gleixner
2024-08-09irqdomain: Allow giving name suffix for domainMatti Vaittinen
2024-08-09irqdomain: Cleanup domain name allocationThomas Gleixner
2024-08-09irqdomain: Simplify simple and legacy domain creationMatti Vaittinen
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt