aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus Torvalds2-6/+5
2024-08-11Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2024-08-11kernel/fork.c: get estimated free pages by memblock apiWei Yang1-1/+1
2024-08-11rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by()Thorsten Blum1-2/+3
2024-08-11context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLEValentin Schneider2-5/+5
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesting_cpu()Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()Valentin Schneider2-15/+15
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting into .nmi_nestingValentin Schneider2-17/+17
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()Valentin Schneider1-1/+1
2024-08-11context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting()Valentin Schneider2-8/+8
2024-08-11context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into .nestingValentin Schneider2-9/+9
2024-08-10Merge tag 'dma-mapping-6.11-2024-08-10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+4
2024-08-09Merge tag 'irq-domain-24-08-09' into irq/coreThomas Gleixner1-85/+113
2024-08-09irqdomain: Allow giving name suffix for domainMatti Vaittinen1-7/+23
2024-08-09irqdomain: Cleanup domain name allocationThomas Gleixner1-51/+55
2024-08-09irqdomain: Simplify simple and legacy domain creationMatti Vaittinen1-33/+41
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt1-1/+1
2024-08-09Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+2
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long1-1/+8
2024-08-09module: make waiting for a concurrent module loader interruptibleLinus Torvalds1-15/+25
2024-08-08sched_ext: Improve logging around enable/disableTejun Heo1-8/+12
2024-08-08sched_ext: Make scx_rq_online() also test cpu_active() in addition to SCX_RQ_ONLINETejun Heo1-1/+8
2024-08-08sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()Tejun Heo1-4/+6
2024-08-08Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds8-39/+57
2024-08-08Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds1-0/+6
2024-08-08module: warn about excessively long module waitsLinus Torvalds1-7/+20
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDaniel Vetter2-4/+9
2024-08-08x86/split_lock: Move Split and Bus lock code to a dedicated fileRavi Bangoria1-1/+1
2024-08-08module: Fix KCOV-ignored file nameDmitry Vyukov1-1/+1
2024-08-08kcov: Add interrupt handling self testDmitry Vyukov1-0/+31
2024-08-08genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_baseJiri Slaby (SUSE)1-1/+0
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-3/+19
2024-08-08perf: Optimize __pmu_ctx_sched_out()Peter Zijlstra1-1/+1