summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
35 hoursMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
3 daysMerge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
3 daysMerge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
4 daysMerge tag 'dma-mapping-7.1-2026-05-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
4 daysMerge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
4 daysMerge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
4 dayssched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()Samuele Mariotti
5 daystracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)
5 daystracing: Create output file from cmd_check_undefinedThomas Weißschuh
5 daystracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort
5 daystracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier
5 daysring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
5 daysring-buffer: Fix reporting of missed events in iteratorSteven Rostedt
5 daystracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier
5 dayscgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li
6 daysMerge tag 'rcu-fixes.v7.1-20260519a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
6 daysbpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh
7 dayscgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming
7 dayssrcu: Don't queue workqueue handlers to never-online CPUsPaul E. McKenney
8 daysdma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang
8 dayssched_ext: Fix deadlock between scx_root_disable() and concurrent forksTejun Heo
8 daysMerge tag 'trace-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
8 daysbpf: Check global subprog exception pathsKumar Kartikeya Dwivedi
8 daysMerge tag 'irq-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
9 daystracing: Fix desc in error path for the trace remote test moduleVincent Donnefort
10 daysring-buffer remote: Avoid unexpected symbol warnings (arm, s390)Arnd Bergmann
10 daysbpf: make bpf_session_is_return() reference optionalArnd Bergmann
11 daysMerge tag 'audit-pr-20260513' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
12 daysptrace: slightly saner 'get_dumpable()' logicLinus Torvalds
12 daysbpf: Use array_map_meta_equal for percpu array inner map replacementGuannan Wang
12 daysMerge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
12 daysMerge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
12 daysMerge tag 'wq-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
12 dayssched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolationAndrea Righi
12 dayscgroup/cpuset: Return only actually allocated CPUs during partition invalidationsunshaojie
13 daysMerge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
13 dayssched_ext: Defer sub_kset base put to scx_sched_free_rcu_workTejun Heo
13 dayssched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()Tejun Heo
13 dayssched_ext: Drop NONE early return in scx_disable_and_exit_task()Tejun Heo
13 daysaudit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia
13 daysaudit: fix incorrect inheritable capability in CAPSET recordsSergio Correia
13 daysMerge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-11sched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang
2026-05-11exit: prevent preemption of oopsing TASK_DEAD taskJann Horn
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang
2026-05-11irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen
2026-05-11genirq/chip: Don't call add_interrupt_randomness() for NMIsMark Rutland
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)