summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-08-09Merge tag 'probes-fixes-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long
2024-08-09module: make waiting for a concurrent module loader interruptibleLinus Torvalds
2024-08-08sched_ext: Improve logging around enable/disableTejun Heo
2024-08-08sched_ext: Make scx_rq_online() also test cpu_active() in addition to SCX_RQ_...Tejun Heo
2024-08-08sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()Tejun Heo
2024-08-08Merge tag 'trace-v6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-08-08Merge tag 'bcachefs-2024-08-08' of git://evilpiepirate.org/bcachefsLinus Torvalds
2024-08-08module: warn about excessively long module waitsLinus Torvalds
2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter
2024-08-08module: Fix KCOV-ignored file nameDmitry Vyukov
2024-08-08kcov: Add interrupt handling self testDmitry Vyukov
2024-08-08genirq/irq_sim: Remove unused irq_sim_work_ctx:: Irq_baseJiri Slaby (SUSE)
2024-08-08Merge tag 'mm-hotfixes-stable-2024-08-07-18-32' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-08perf: Optimize __pmu_ctx_sched_out()Peter Zijlstra
2024-08-08perf: Add context time freezePeter Zijlstra
2024-08-08perf: Fix event_function_call() lockingPeter Zijlstra
2024-08-08perf: Extract a few helpersPeter Zijlstra