aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-11hrtimer: Account nr_retries on recovered interrupt retriesLiang Hao1-1/+3
2026-08-11tracing: Cleanup event_enable_trigger_parse() by using __free()Steven Rostedt1-8/+8
2026-08-11tracing: Report every TP_printk double dereferenceDavid Carlier1-0/+2
2026-08-11timers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean1-1/+1
2026-08-11nohz: Replace dead select with choice defaultJulian Braha1-1/+0
2026-08-11timekeeping: Remove the unused ktime_get_clock_ts64()Thomas Weißschuh (Schneider Electric)1-34/+0
2026-08-10ftrace: deprecate disabling via ftrace_enabled sysctlAndrey Grodzovsky1-37/+6
2026-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.3-arena-argsTejun Heo72-1988/+3412
2026-08-10workqueue: skip the node_nr_active update for non-unbound workqueuesBreno Leitao1-2/+3
2026-08-10workqueue: rename alloc_unbound_pwq() to alloc_pwq()Breno Leitao1-4/+4
2026-08-10workqueue: allocate attrs for all workqueuesBreno Leitao1-5/+3
2026-08-10workqueue: rename wq->unbound_attrs to wq->attrsBreno Leitao1-19/+19
2026-08-10workqueue: test WQ_UNBOUND explicitly in the hotplug loopsBreno Leitao1-2/+2
2026-08-10workqueue: account nr_active by the backing poolBreno Leitao1-10/+16
2026-08-10workqueue: release pwq pools by pool typeBreno Leitao1-4/+10
2026-08-10workqueue: factor out alloc_and_link_percpu_pwqs()Breno Leitao1-19/+24
2026-08-10workqueue: factor out get_percpu_pool()Breno Leitao1-12/+16
2026-08-10timekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()Thomas Weißschuh (Schneider Electric)1-3/+5
2026-08-10cgroup/cpuset: Use WRITE_ONCE() for shared prs_err updatesGuopeng Zhang1-11/+13
2026-08-10timekeeping: Use READ_ONCE/WRITE_ONCE() for xtime_sec to prevent tearingDennis Moshegov1-3/+7
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng3-2/+20
2026-08-10sched: Avoid signed comparison of preempt_count() in __cant_migrate()Boqun Feng1-1/+1
2026-08-10sched: Remove the unused preempt_offset parameter of __cant_sleep()Boqun Feng1-2/+2
2026-08-10locking: Switch to _irq_{disable,enable}() variants in cleanup guardsBoqun Feng1-6/+6
2026-08-10irq: Add KUnit test for refcounted interrupt enable/disableLyude Paul2-0/+110
2026-08-10irq,spin_lock: Add counted interrupt disabling/enablingBoqun Feng2-2/+57
2026-08-10fprobe: Simplify fprobe_remove_ips() by reusing existing helpersMasami Hiramatsu (Google)1-9/+2
2026-08-10futex: Sanitize and document task_struct::futex::state transitionsThomas Gleixner2-40/+73
2026-08-10futex/pi: Reject cross-mm private futex ownersKyle Zeng1-0/+20
2026-08-09Merge tag 'trace-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds3-17/+33
2026-08-08ring-buffer: Fix crash passing ERR_PTR to kthread_stop()Hui Su1-1/+1
2026-08-08ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()Vincent Donnefort1-0/+1
2026-08-08ring-buffer: Prevent subbuf order change when resizing is disabledVincent Donnefort1-1/+1
2026-08-08ring-buffer: Prevent resizing of persistent ring bufferVincent Donnefort1-0/+2
2026-08-08ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf1-1/+5
2026-08-08ring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu1-4/+4
2026-08-08Merge tag 'locking-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2026-08-08preempt: Track NMI nesting to separate per-CPU counterJoel Fernandes1-0/+2
2026-08-08eventfs: Define event fields before directory creationAnubhav Shelat1-6/+7
2026-08-08ftrace: Drop extra comma in trace_buffered_event_enableLeon Hwang1-1/+1
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_modLeon Hwang1-3/+8
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_delLeon Hwang1-5/+8
2026-08-08ftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang1-1/+2
2026-08-08tracing/boot: Add support for eprobe, fprobe, and tprobe eventsMasami Hiramatsu (Google)2-0/+102
2026-08-08futex: Tell kmemleak we're not leaking __futex_queuesPeter Zijlstra1-0/+2
2026-08-08bpf: Reject tracing/freplace progs for struct_ops with arena argsKumar Kartikeya Dwivedi1-0/+10
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo4-22/+104
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo3-5/+64
2026-08-08bpf: Collect kfuncs after resolving program resourcesKumar Kartikeya Dwivedi1-5/+6
2026-08-08bpf: Split subprogram and kfunc collectionKumar Kartikeya Dwivedi1-9/+32