summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
17 hoursptrace: slightly saner 'get_dumpable()' logicLinus Torvalds2-6/+17
40 hoursbpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov1-3/+16
40 hourssched_ext: idle: Recheck prev_cpu after narrowing allowed maskDavid Carlier1-6/+6
40 hourstracing/probes: Limit size of event probe to 3KSteven Rostedt2-1/+9
40 hoursexit: prevent preemption of oopsing TASK_DEAD taskJann Horn1-0/+1
40 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-27sched/debug: Fix avg_vruntime() usagePeter Zijlstra1-1/+3
2026-04-22dma-debug: Allow multiple invocations of overlapping entriesLeon Romanovsky1-3/+3
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-22dma-debug: suppress cacheline overlap warning when arch has no DMA alignment ...Mikhail Gavrilov1-0/+1
2026-04-22dma-debug: track cache clean flag in entriesMichael S. Tsirkin1-5/+22
2026-04-22dma-mapping: add DMA_ATTR_CPU_CACHE_CLEANMichael S. Tsirkin1-1/+2
2026-04-18workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple i...Matthew Brost1-1/+13
2026-04-11sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi1-14/+35
2026-04-11sched_ext: Refactor do_enqueue_task() local and global DSQ pathsTejun Heo1-9/+12
2026-04-11kallsyms: prevent module removal when printing module name and buildidPetr Mladek1-0/+3
2026-04-11kallsyms: cleanup code for appending the module buildidPetr Mladek1-9/+33
2026-04-11kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_b...Petr Mladek1-4/+8
2026-04-11kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()Petr Mladek1-1/+6
2026-04-11sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min1-12/+19
2026-04-11sched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()Cheng-Yang Chou1-1/+1
2026-04-11sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra1-7/+3
2026-04-11bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya1-0/+4
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: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-1/+1
2026-04-02futex: Require sys_futex_requeue() to have identical flagsPeter Zijlstra1-0/+8
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-02tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang1-5/+5
2026-04-02sysctl: fix uninitialized variable in proc_do_large_bitmapMarc Buerg1-1/+1
2026-04-02PM: sleep: Drop spurious WARN_ON() from pm_restore_gfp_mask()Youngjun Park1-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-02bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-0/+24
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: Fix exception exit lock checking for subprogsIhor Solodrai1-1/+2
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