summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-06-23bpf: Mark cgroup_subsys_state->cgroup RCU safeSong Liu-0/+5
2025-06-23bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's nodeSong Liu-0/+3
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman-74/+142
2025-06-22Merge tag 'irq_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-8/+9
2025-06-22Merge tag 'perf_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-50/+83
2025-06-22Merge tag 'locking_urgent_for_v6.16_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-2/+12
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo-10/+91
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo-20/+17
2025-06-20sched_ext: Merge branch 'for-6.16-fixes' into for-6.17Tejun Heo-8/+15
2025-06-20sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo-161/+178
2025-06-20rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)-0/+4
2025-06-19kho: initialize tail pages for higher order folios properlyPratyush Yadav-12/+17
2025-06-19ntp: Use ktime_get_ntp_seconds()Thomas Gleixner-2/+2
2025-06-19pidfs: persist informationChristian Brauner-1/+1
2025-06-19timekeeping: Provide ktime_get_ntp_seconds()Thomas Gleixner-0/+12
2025-06-19timekeeping: Introduce auxiliary timekeepersAnna-Maria Behnsen-2/+20
2025-06-19timekeeping: Add clock_valid flag to timekeeperThomas Gleixner-2/+3
2025-06-19timekeeping: Prepare timekeeping_update_from_shadow()Thomas Gleixner-5/+7
2025-06-19timekeeping: Make __timekeeping_advance() reusableAnna-Maria Behnsen-6/+6
2025-06-19ntp: Rename __do_adjtimex() to ntp_adjtimex()Thomas Gleixner-5/+5
2025-06-19ntp: Add timekeeper ID arguments to public functionsThomas Gleixner-26/+30
2025-06-19ntp: Add support for auxiliary timekeepersThomas Gleixner-19/+22
2025-06-19time: Introduce auxiliary POSIX clocksAnna-Maria Behnsen-2/+13
2025-06-19timekeeping: Introduce timekeeper IDAnna-Maria Behnsen-2/+3
2025-06-19timekeeping: Avoid double notification in do_adjtimex()Thomas Gleixner-42/+56
2025-06-19timekeeping: Cleanup kernel doc of __ktime_get_real_seconds()Thomas Gleixner-3/+8
2025-06-19timekeeping: Remove hardcoded access to tk_coreThomas Gleixner-1/+1
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn-3/+7
2025-06-18Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+1
2025-06-18Merge tag 'wq-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2025-06-18Merge tag 'sched_ext-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-8/+15
2025-06-18cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong-2/+1
2025-06-18printk: ringbuffer: Add KUnit testThomas Weißschuh-0/+305
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo-113/+106
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file readsTejun Heo-18/+40
2025-06-18sched/core: Relocate tg_get_cfs_*() and cpu_cfs_*_read_*()Tejun Heo-67/+67
2025-06-18sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...Tejun Heo-11/+13
2025-06-18fgraph: Do not enable function_graph tracer when setting funcgraph-argsSteven Rostedt-0/+6
2025-06-17bpf: Fix key serial argument of bpf_lookup_user_key()James Bottomley-1/+1
2025-06-17bpf: Get rid of redundant 3rd argument of prepare_seq_file()Al Viro-6/+5
2025-06-17cgroup: remove per-cpu per-subsystem locksShakeel Butt-96/+4
2025-06-17cgroup: make css_rstat_updated nmi safeShakeel Butt-12/+53
2025-06-17cgroup: support to enable nmi-safe css_rstat_updatedShakeel Butt-2/+21
2025-06-17workqueue: Initialize wq_isolated_cpumask in workqueue_init_early()Chuyi Zhou-1/+2
2025-06-17Merge branch 'WQ_PERCPU' into for-6.17Tejun Heo-4/+9
2025-06-17workqueue: Add system_percpu_wq and system_dfl_wqMarco Crivellari-4/+9
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...Tejun Heo-2/+9
2025-06-17sched_ext: Make scx_group_set_weight() always update tg->scx.weightTejun Heo-6/+6
2025-06-17bpf: Mark dentry->d_inode as trusted_or_nullSong Liu-3/+2
2025-06-17printk: nbcon: Allow reacquire during panicJohn Ogness-22/+41