aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
45 hoursMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-20/+93
4 daysMerge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+36
4 daysMerge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+23
4 daysMerge tag 'dma-mapping-7.1-2026-05-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+10
4 daysMerge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-8/+15
5 daysMerge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+29
5 dayssched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()Samuele Mariotti1-2/+15
5 daystracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)1-4/+13
5 daystracing: Create output file from cmd_check_undefinedThomas Weißschuh1-1/+2
5 daystracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort1-1/+1
5 daystracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier1-1/+1
5 daysring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+22
5 daysring-buffer: Fix reporting of missed events in iteratorSteven Rostedt1-5/+3
6 daystracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier1-4/+2
6 dayscgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li1-4/+3
6 daysMerge tag 'rcu-fixes.v7.1-20260519a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
6 daysbpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh1-0/+5
8 dayscgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-10/+20
8 dayssrcu: Don't queue workqueue handlers to never-online CPUsPaul E. McKenney1-6/+6
8 daysdma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang2-5/+8
9 dayssched_ext: Fix deadlock between scx_root_disable() and concurrent forksTejun Heo1-1/+21
9 daysMerge tag 'trace-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+4
9 daysbpf: Check global subprog exception pathsKumar Kartikeya Dwivedi2-7/+29
9 daysMerge tag 'irq-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+14
10 daystracing: Fix desc in error path for the trace remote test moduleVincent Donnefort1-2/+2
11 daysring-buffer remote: Avoid unexpected symbol warnings (arm, s390)Arnd Bergmann1-2/+2
11 daysbpf: make bpf_session_is_return() reference optionalArnd Bergmann1-0/+4
12 daysMerge tag 'audit-pr-20260513' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+5
12 daysptrace: slightly saner 'get_dumpable()' logicLinus Torvalds2-6/+17
12 daysbpf: Use array_map_meta_equal for percpu array inner map replacementGuannan Wang1-1/+1
13 daysMerge tag 'sched_ext-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-82/+195
13 daysMerge tag 'cgroup-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-28/+43
13 daysMerge tag 'wq-for-7.1-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+15
13 dayssched_ext: Use HK_TYPE_DOMAIN_BOOT to detect isolcpus= domain isolationAndrea Righi1-2/+1
13 dayscgroup/cpuset: Return only actually allocated CPUs during partition invalidationsunshaojie1-1/+2
13 daysMerge tag 'fixes-2026-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
14 dayssched_ext: Defer sub_kset base put to scx_sched_free_rcu_workTejun Heo1-2/+4
14 dayssched_ext: INIT_LIST_HEAD() &sch->all in scx_alloc_and_add_sched()Tejun Heo1-0/+1
14 dayssched_ext: Drop NONE early return in scx_disable_and_exit_task()Tejun Heo1-10/+2
14 daysaudit: enforce AUDIT_LOCKED for AUDIT_TRIM and AUDIT_MAKE_EQUIVSergio Correia1-0/+4
14 daysaudit: fix incorrect inheritable capability in CAPSET recordsSergio Correia1-1/+1
14 daysMerge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+23
2026-05-11sched_ext: Avoid UAF in scx_root_enable_workfn() init failure pathTejun Heo1-1/+1
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang3-18/+29
2026-05-11exit: prevent preemption of oopsing TASK_DEAD taskJann Horn1-0/+1
2026-05-11bpf: Fix s16 truncation for large bpf-to-bpf call offsetsYazhou Tang3-10/+43
2026-05-11bpf: Fix out-of-bounds read in bpf_patch_call_args()Yazhou Tang2-2/+11
2026-05-11irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RTJiayuan Chen1-0/+7
2026-05-11genirq/chip: Don't call add_interrupt_randomness() for NMIsMark Rutland1-2/+7
2026-05-11fprobe: Fix unregister_fprobe() to wait for RCU grace periodMasami Hiramatsu (Google)2-3/+23