aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-10-02ntp: Move pps monitors into ntp_dataThomas Gleixner1-17/+16
2024-10-02ntp: Move pps_freq/stabil into ntp_dataThomas Gleixner1-15/+16
2024-10-02ntp: Move pps_shift/intcnt into ntp_dataThomas Gleixner1-26/+28
2024-10-02ntp: Move pps_fbase into ntp_dataThomas Gleixner1-7/+8
2024-10-02ntp: Move pps_jitter into ntp_dataThomas Gleixner1-6/+7
2024-10-02ntp: Move pps_ft into ntp_dataThomas Gleixner1-17/+19
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner1-5/+9
2024-10-02ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner1-16/+16
2024-10-02ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner1-20/+19
2024-10-02ntp: Move time_freq/reftime into ntp_dataThomas Gleixner1-20/+18
2024-10-02ntp: Move time_max/esterror into ntp_dataThomas Gleixner1-22/+16
2024-10-02ntp: Move time_offset/constant into ntp_dataThomas Gleixner1-25/+24
2024-10-02ntp: Move tick_stat* into ntp_dataThomas Gleixner1-90/+85
2024-10-02ntp: Move tick_length* into ntp_dataThomas Gleixner1-16/+18
2024-10-02ntp: Introduce struct ntp_dataThomas Gleixner1-29/+36
2024-10-02ntp: Read reference time only onceThomas Gleixner1-5/+5
2024-10-02ntp: Convert functions with only two states to boolThomas Gleixner1-17/+11
2024-10-02ntp: Cleanup formatting of codeAnna-Maria Behnsen1-24/+13
2024-10-02ntp: Clean up commentsThomas Gleixner1-66/+78
2024-10-02ntp: Make tick_usec staticThomas Gleixner1-1/+4
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner1-6/+2
2024-10-02sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_runningChen Yu1-1/+1
2024-10-02sched: Fix sched_delayed vs cfs_bandwidthMike Galbraith1-3/+6
2024-10-01rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)1-4/+5
2024-10-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman1-0/+5
2024-09-30Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds1-148/+172
2024-09-30cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.ceverestkc1-8/+8
2024-09-30Merge tag 'probes-fixes-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-1/+1
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt3-33/+51
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt4-25/+59
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt2-26/+61
2024-09-30tracing: Fix function timing profiler to initialize hashtableMasami Hiramatsu (Google)1-0/+4
2024-09-29close_range(): fix the logics in descriptor table trimmingAl Viro1-18/+14
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-1/+1
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-38/+86
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar3-30/+47
2024-09-28Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds3-73/+85
2024-09-27sched/ext: Use tg_cgroup() to elieminate duplicate codeZhang Qiao1-9/+2
2024-09-27sched/ext: Fix unmatch trailing comment of CONFIG_EXT_GROUP_SCHEDZhang Qiao1-1/+1
2024-09-27sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()Tejun Heo1-41/+75
2024-09-27sched_ext: Remove redundant p->nr_cpus_allowed checkerZhang Qiao1-10/+1
2024-09-27sched_ext: Decouple locks in scx_ops_enable()Tejun Heo1-40/+27
2024-09-27sched_ext: Decouple locks in scx_ops_disable_workfn()Tejun Heo1-20/+17
2024-09-27sched_ext: Add scx_cgroup_enabled to gate cgroup operations and fix scx_tg_online()Tejun Heo1-13/+22
2024-09-27sched_ext: Enable scx_ops_init_task() separatelyTejun Heo1-4/+10
2024-09-27sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions in scx_ops_enable()Tejun Heo1-2/+3
2024-09-27sched_ext: Initialize in bypass modeTejun Heo1-10/+15
2024-09-27sched_ext: Remove SCX_OPS_PREPPINGTejun Heo1-22/+7
2024-09-27sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable()Tejun Heo1-2/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro8-12/+0