summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
16 hoursptrace: slightly saner 'get_dumpable()' logicLinus Torvalds2-6/+17
39 hourstracepoint: balance regfunc() on func_add() failure in tracepoint_add_func()David Carlier1-0/+2
39 hoursbpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov1-3/+16
39 hoursexit: prevent preemption of oopsing TASK_DEAD taskJann Horn1-0/+1
39 hoursmm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-4/+1
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 daysrandomize_kstack: Maintain kstack_offset per taskRyan Roberts1-0/+2
9 dayssched: Use u64 for bandwidth ratio calculationsJoseph Salisbury3-3/+3
9 dayspadata: Fix pd UAF once and for allHerbert Xu1-99/+37
2026-04-22kernel: be more careful about dup_mmap() failures and uprobe registeringLiam R. Howlett2-3/+18
2026-04-22sched/deadline: Use revised wakeup rule for dl_serverPeter Zijlstra1-1/+1
2026-04-22tracing/probe: reject non-closed empty immediate stringsPengpeng Hou1-1/+1
2026-04-18workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple i...Matthew Brost1-1/+13
2026-04-18sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi1-12/+36
2026-04-18blktrace: fix __this_cpu_read/write in preemptible contextChaitanya Kulkarni1-2/+2
2026-04-11bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-0/+24
2026-04-11bpf: Add third round of bounds deductionPaul Chaignon1-0/+1
2026-04-11bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon1-0/+52
2026-04-11sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra1-7/+3
2026-04-11sched/fair: Use protect_slice() instead of direct comparisonVincent Guittot1-1/+1
2026-04-11bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
2026-04-11bpf: Fix regsafe() for pointers to packetAlexei Starovoitov1-1/+6
2026-04-02futex: Require sys_futex_requeue() to have identical flagsPeter Zijlstra1-0/+8
2026-04-02tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang1-5/+5
2026-04-02tracing: Switch trace_osnoise.c code over to use guard() and __free()Steven Rostedt1-27/+13
2026-04-02futex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso1-1/+2
2026-04-02alarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng1-1/+1
2026-04-02sysctl: fix uninitialized variable in proc_do_large_bitmapMarc Buerg1-1/+1
2026-04-02PM: hibernate: Drain trailing zero pages on userspace restoreAlberto Garcia1-0/+11
2026-04-02dma: swiotlb: add KMSAN annotations to swiotlb_bounce()Shigeru Yoshida1-2/+19
2026-04-02sched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su1-1/+1
2026-04-02module: Fix kernel panic when a symbol st_shndx is out of boundsIhor Solodrai1-0/+7
2026-04-02bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade1-1/+1
2026-04-02bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu1-8/+14
2026-04-02bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi1-4/+20
2026-04-02perf: Make sure to use pmu_ctx->pmu for groupsPeter Zijlstra1-11/+8
2026-04-02bpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar1-0/+21
2026-03-25ring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)1-1/+1
2026-03-25sched: idle: Consolidate the handling of two special casesRafael J. Wysocki1-9/+21
2026-03-25kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
2026-03-25kprobes: Remove unneeded gotoMasami Hiramatsu (Google)1-24/+21
2026-03-25sched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
2026-03-25sched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou1-1/+0
2026-03-25x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-3/+7
2026-03-25tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt1-0/+6
2026-03-25fgraph: Fix thresh_return clear per-task notraceShengming Hu1-2/+4
2026-03-25sched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo1-10/+54
2026-03-25sched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo1-4/+20
2026-03-25tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3