summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
21 hoursptrace: slightly saner 'get_dumpable()' logicLinus Torvalds2-6/+17
44 hoursbpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov1-3/+16
44 hourssched_ext: Use dsq->first_task instead of list_empty() in dispatch_enqueue() ...Tejun Heo1-4/+6
44 hourssched_ext: idle: Recheck prev_cpu after narrowing allowed maskDavid Carlier1-6/+6
44 hourstracing/fprobe: Check the same type fprobe on table as the unregistered oneMasami Hiramatsu (Google)1-17/+65
44 hourstracing/probes: Limit size of event probe to 3KSteven Rostedt2-1/+9
44 hourstracing/fprobe: Unregister fprobe even if memory allocation failsMasami Hiramatsu (Google)1-10/+15
44 hourstracing/fprobe: Remove fprobe from hash in failure pathMasami Hiramatsu (Google)1-43/+47
44 hourstracing/fprobe: Avoid kcalloc() in rcu_read_lock sectionMasami Hiramatsu (Google)1-47/+45
44 hoursrseq: Don't advertise time slice extensions if disabledThomas Gleixner1-4/+5
44 hoursrseq: Set rseq::cpu_id_start to 0 on unregistrationThomas Gleixner1-11/+9
44 hourssched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup settersTejun Heo1-3/+6
44 hoursexit: prevent preemption of oopsing TASK_DEAD taskJann Horn1-0/+1
44 hourstracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()David Carlier1-0/+2
9 daysrtmutex: Use waiter::task instead of current in remove_waiter()Keenan Dong1-5/+8
9 daystaskstats: set version in TGID exit notificationsYiyang Chen1-0/+1
9 daysring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)1-6/+7
9 daysrandomize_kstack: Maintain kstack_offset per taskRyan Roberts1-0/+2
9 daystracing/fprobe: Reject registration of a registered fprobe before initMasami Hiramatsu (Google)1-11/+10
9 dayssched: Use u64 for bandwidth ratio calculationsJoseph Salisbury3-3/+3
2026-04-22clockevents: Add missing resets of the next_event_forced flagThomas Gleixner2-1/+7
2026-04-12Merge tag 'wq-for-7.0-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+13
2026-04-12Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+30
2026-04-12Merge tag 'sched-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-04-11Merge tag 'probes-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-04-10Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-13/+17
2026-04-10clockevents: Prevent timer interrupt starvationThomas Gleixner5-9/+29
2026-04-09Merge tag 'dma-mapping-7.0-2026-04-09' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2026-04-08sched/deadline: Use revised wakeup rule for dl_serverPeter Zijlstra1-1/+1
2026-04-07Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+7
2026-04-07tick/nohz: Fix inverted return value in check_tick_dependency() fast pathJosh Snyder1-1/+1
2026-04-06liveupdate: propagate file deserialization failuresLeo Timmins1-2/+7
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou1-1/+1
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-8/+6
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley1-10/+13
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley1-7/+8
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-26/+54
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi1-14/+35
2026-04-03Merge tag 'pm-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+2
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-7/+59
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min1-12/+19
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann1-3/+24
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya1-0/+4
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra1-1/+3
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra1-7/+3
2026-04-01workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple i...Matthew Brost1-1/+13
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi1-2/+23
2026-03-31bpf: Fix regsafe() for pointers to packetAlexei Starovoitov1-1/+6
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-26/+74