summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo
2025-06-20sched_ext: Merge branch 'for-6.16-fixes' into for-6.17Tejun Heo
2025-06-20sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)
2025-06-19kho: initialize tail pages for higher order folios properlyPratyush Yadav
2025-06-19ntp: Use ktime_get_ntp_seconds()Thomas Gleixner
2025-06-19pidfs: persist informationChristian Brauner
2025-06-19timekeeping: Provide ktime_get_ntp_seconds()Thomas Gleixner
2025-06-19timekeeping: Introduce auxiliary timekeepersAnna-Maria Behnsen
2025-06-19timekeeping: Add clock_valid flag to timekeeperThomas Gleixner
2025-06-19timekeeping: Prepare timekeeping_update_from_shadow()Thomas Gleixner
2025-06-19timekeeping: Make __timekeeping_advance() reusableAnna-Maria Behnsen
2025-06-19ntp: Rename __do_adjtimex() to ntp_adjtimex()Thomas Gleixner
2025-06-19ntp: Add timekeeper ID arguments to public functionsThomas Gleixner
2025-06-19ntp: Add support for auxiliary timekeepersThomas Gleixner
2025-06-19time: Introduce auxiliary POSIX clocksAnna-Maria Behnsen
2025-06-19timekeeping: Introduce timekeeper IDAnna-Maria Behnsen
2025-06-19timekeeping: Avoid double notification in do_adjtimex()Thomas Gleixner
2025-06-19timekeeping: Cleanup kernel doc of __ktime_get_real_seconds()Thomas Gleixner
2025-06-19timekeeping: Remove hardcoded access to tk_coreThomas Gleixner
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn
2025-06-18Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-06-18Merge tag 'wq-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-06-18Merge tag 'sched_ext-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-06-18cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file readsTejun Heo
2025-06-18sched/core: Relocate tg_get_cfs_*() and cpu_cfs_*_read_*()Tejun Heo
2025-06-18sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...Tejun Heo
2025-06-18fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt
2025-06-17bpf: Fix key serial argument of bpf_lookup_user_key()James Bottomley
2025-06-17bpf: Get rid of redundant 3rd argument of prepare_seq_file()Al Viro
2025-06-17cgroup: remove per-cpu per-subsystem locksShakeel Butt
2025-06-17cgroup: make css_rstat_updated nmi safeShakeel Butt
2025-06-17cgroup: support to enable nmi-safe css_rstat_updatedShakeel Butt
2025-06-17workqueue: Initialize wq_isolated_cpumask in workqueue_init_early()Chuyi Zhou
2025-06-17Merge branch 'WQ_PERCPU' into for-6.17Tejun Heo
2025-06-17workqueue: Add system_percpu_wq and system_dfl_wqMarco Crivellari
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...Tejun Heo
2025-06-17sched_ext: Make scx_group_set_weight() always update tg->scx.weightTejun Heo
2025-06-17bpf: Mark dentry->d_inode as trusted_or_nullSong Liu
2025-06-17printk: nbcon: Allow reacquire during panicJohn Ogness
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-16audit,module: restore audit logging in load failure caseRichard Guy Briggs
2025-06-16workqueue: Basic memory allocation profiling supportKent Overstreet
2025-06-16sched_ext: Return NULL in llc_spanCheng-Yang Chou
2025-06-16coredump: rename do_coredump() to vfs_coredump()Christian Brauner
2025-06-14clocksource: Use cpumask_next_wrap() in clocksource_watchdog()Yury Norov [NVIDIA]