aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-24bpf, verifier: Improve precision for BPF_ADD and BPF_SUBHarishankar Vishwanathan1-20/+56
2025-06-24sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panicDavid Dai2-0/+42
2025-06-24kheaders: double-quote variables to satisfy shellcheckMasahiro Yamada1-1/+1
2025-06-24kheaders: rebuild kheaders_data.tar.xz when KBUILD_BUILD_TIMESTAMP is changedMasahiro Yamada2-2/+3
2025-06-24kheaders: rebuild kheaders_data.tar.xz when a file is modified within a minuteMasahiro Yamada3-77/+66
2025-06-23bpf: Specify access type of bpf_sysctl_get_name argsJerome Marchand1-1/+1
2025-06-23kernel/sched/ext.c: fix typo "occured" -> "occurred" in commentsKe Ma1-2/+2
2025-06-23workqueue: Remove unused work_on_cpu_safeDr. David Alan Gilbert1-25/+0
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro1-29/+34
2025-06-23sched/wait: Add a waitqueue helper for fully exclusive priority waitersSean Christopherson1-0/+18
2025-06-23sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()Sean Christopherson1-2/+2
2025-06-23bpf: Make update_prog_stats() always_inlineMenglong Dong1-18/+23
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds1-12/+17
2025-06-23bpf: Mark cgroup_subsys_state->cgroup RCU safeSong Liu1-0/+5
2025-06-23bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu1-0/+3
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman15-74/+142
2025-06-22Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-8/+9
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-50/+83
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+12
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo4-10/+91
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo2-20/+17
2025-06-20sched_ext: Merge branch 'for-6.16-fixes' into for-6.17Tejun Heo3-8/+15
2025-06-20sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo3-161/+178
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)1-0/+4
2025-06-19kho: initialize tail pages for higher order folios properlyPratyush Yadav1-12/+17
2025-06-19ntp: Use ktime_get_ntp_seconds()Thomas Gleixner1-2/+2
2025-06-19pidfs: persist informationChristian Brauner1-1/+1
2025-06-19timekeeping: Provide ktime_get_ntp_seconds()Thomas Gleixner2-0/+12
2025-06-19timekeeping: Introduce auxiliary timekeepersAnna-Maria Behnsen1-2/+20
2025-06-19timekeeping: Add clock_valid flag to timekeeperThomas Gleixner1-2/+3
2025-06-19timekeeping: Prepare timekeeping_update_from_shadow()Thomas Gleixner1-5/+7
2025-06-19timekeeping: Make __timekeeping_advance() reusableAnna-Maria Behnsen1-6/+6
2025-06-19ntp: Rename __do_adjtimex() to ntp_adjtimex()Thomas Gleixner3-5/+5
2025-06-19ntp: Add timekeeper ID arguments to public functionsThomas Gleixner3-26/+30
2025-06-19ntp: Add support for auxiliary timekeepersThomas Gleixner1-19/+22
2025-06-19time: Introduce auxiliary POSIX clocksAnna-Maria Behnsen1-2/+13
2025-06-19timekeeping: Introduce timekeeper IDAnna-Maria Behnsen1-2/+3
2025-06-19timekeeping: Avoid double notification in do_adjtimex()Thomas Gleixner1-42/+56
2025-06-19timekeeping: Cleanup kernel doc of __ktime_get_real_seconds()Thomas Gleixner1-3/+8
2025-06-19timekeeping: Remove hardcoded access to tk_coreThomas Gleixner1-1/+1
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn2-3/+7
2025-06-18Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1
2025-06-18Merge tag 'wq-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2025-06-18Merge tag 'sched_ext-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-8/+15
2025-06-18cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong1-2/+1
2025-06-18printk: ringbuffer: Add KUnit testThomas Weißschuh4-0/+305
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo3-113/+106
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file readsTejun Heo1-18/+40
2025-06-18sched/core: Relocate tg_get_cfs_*() and cpu_cfs_*_read_*()Tejun Heo1-67/+67
2025-06-18sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...Tejun Heo2-11/+13