summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
18 hoursrtmutex: Use waiter::task instead of current in remove_waiter()Keenan Dong
18 hourstaskstats: set version in TGID exit notificationsYiyang Chen
18 hoursring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)
18 hoursrandomize_kstack: Maintain kstack_offset per taskRyan Roberts
18 hourstracing/fprobe: Reject registration of a registered fprobe before initMasami Hiramatsu (Google)
18 hourssched: Use u64 for bandwidth ratio calculationsJoseph Salisbury
2026-04-22clockevents: Add missing resets of the next_event_forced flagThomas Gleixner
2026-04-12Merge tag 'wq-for-7.0-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-04-12Merge tag 'timers-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-12Merge tag 'sched-urgent-2026-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-11Merge tag 'probes-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-10Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-10clockevents: Prevent timer interrupt starvationThomas Gleixner
2026-04-09Merge tag 'dma-mapping-7.0-2026-04-09' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-08sched/deadline: Use revised wakeup rule for dl_serverPeter Zijlstra
2026-04-07Merge tag 'mm-hotfixes-stable-2026-04-06-15-27' of git://git.kernel.org/pub/s...Linus Torvalds
2026-04-07tick/nohz: Fix inverted return value in check_tick_dependency() fast pathJosh Snyder
2026-04-06liveupdate: propagate file deserialization failuresLeo Timmins
2026-04-06tracing/probe: reject non-closed empty immediate stringsPengpeng Hou
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley
2026-04-04prctl: rename branch landing pad implementation functions to be more explicitPaul Walmsley
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi
2026-04-03Merge tag 'pm-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra
2026-04-01workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple i...Matthew Brost
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi
2026-03-31bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-03-31Merge tag 'wq-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-31cgroup/cpuset: Skip security check for hotplug induced v1 task migrationWaiman Long
2026-03-31cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpu...Waiman Long
2026-03-30PM: EM: Fix NULL pointer dereference when perf domain ID is not foundChangwoo Min
2026-03-30sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo
2026-03-30dma-debug: suppress cacheline overlap warning when arch has no DMA alignment ...Mikhail Gavrilov
2026-03-29Merge tag 'timers-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-28Merge tag 'trace-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-03-28futex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso
2026-03-28tracing: Drain deferred trigger frees if kthread creation failsWesley Atwell
2026-03-27Merge tag 'sysctl-7.00-fixes-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-27tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang