summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-18printk: ringbuffer: Add KUnit testThomas Weißschuh
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]
2025-06-14clocksource: Use cpumask_any_but() in clocksource_verify_choose_cpus()Yury Norov [NVIDIA]
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext_idle.hCheng-Yang Chou
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext_idle.cCheng-Yang Chou
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.hCheng-Yang Chou
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.cCheng-Yang Chou
2025-06-13Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2025-06-13bpf: Remove redundant free_verifier_state()/pop_stack()Luis Gerhorst
2025-06-13bpf: handle jset (if a & b ...) as a jump in CFG computationEduard Zingerman
2025-06-13posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov
2025-06-13bpf: Include verifier memory allocations in memcg statisticsEduard Zingerman
2025-06-13syscall_user_dispatch: Add PR_SYS_DISPATCH_INCLUSIVE_ONDmitry Vyukov
2025-06-13genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek
2025-06-13genirq: Add kunit tests for depth countsBrian Norris
2025-06-13genirq/cpuhotplug: Restore affinity even for suspended IRQBrian Norris
2025-06-13genirq/cpuhotplug: Rebalance managed interrupts across multi-CPU hotplugBrian Norris
2025-06-13padata: use cpumask_nth()Yury Norov