summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-10-02ntp: Move pps_valid into ntp_dataThomas Gleixner
2024-10-02ntp: Move ntp_next_leap_sec into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_adj/ntp_tick_adj into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_freq/reftime into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_max/esterror into ntp_dataThomas Gleixner
2024-10-02ntp: Move time_offset/constant into ntp_dataThomas Gleixner
2024-10-02ntp: Move tick_stat* into ntp_dataThomas Gleixner
2024-10-02ntp: Move tick_length* into ntp_dataThomas Gleixner
2024-10-02ntp: Introduce struct ntp_dataThomas Gleixner
2024-10-02ntp: Read reference time only onceThomas Gleixner
2024-10-02ntp: Convert functions with only two states to boolThomas Gleixner
2024-10-02ntp: Cleanup formatting of codeAnna-Maria Behnsen
2024-10-02ntp: Clean up commentsThomas Gleixner
2024-10-02ntp: Make tick_usec staticThomas Gleixner
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner
2024-10-02sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_runningChen Yu
2024-10-02sched: Fix sched_delayed vs cfs_bandwidthMike Galbraith
2024-10-01rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)
2024-10-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman
2024-09-30Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-09-30cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.ceverestkc
2024-09-30Merge tag 'probes-fixes-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt
2024-09-30tracing: Fix function timing profiler to initialize hashtableMasami Hiramatsu (Google)
2024-09-29close_range(): fix the logics in descriptor table trimmingAl Viro
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar
2024-09-28Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-27sched/ext: Use tg_cgroup() to elieminate duplicate codeZhang Qiao
2024-09-27sched/ext: Fix unmatch trailing comment of CONFIG_EXT_GROUP_SCHEDZhang Qiao
2024-09-27sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()Tejun Heo
2024-09-27sched_ext: Remove redundant p->nr_cpus_allowed checkerZhang Qiao
2024-09-27sched_ext: Decouple locks in scx_ops_enable()Tejun Heo
2024-09-27sched_ext: Decouple locks in scx_ops_disable_workfn()Tejun Heo
2024-09-27sched_ext: Add scx_cgroup_enabled to gate cgroup operations and fix scx_tg_on...Tejun Heo
2024-09-27sched_ext: Enable scx_ops_init_task() separatelyTejun Heo
2024-09-27sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions in scx_ops_enable()Tejun Heo
2024-09-27sched_ext: Initialize in bypass modeTejun Heo
2024-09-27sched_ext: Remove SCX_OPS_PREPPINGTejun Heo
2024-09-27sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable()Tejun Heo
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26sched_ext: Use shorter slice while bypassingTejun Heo
2024-09-26sched_ext: Split the global DSQ per NUMA nodeTejun Heo
2024-09-26sched_ext: Relocate find_user_dsq()Tejun Heo
2024-09-26sched_ext: Allow only user DSQs for scx_bpf_consume(), scx_bpf_dsq_nr_queued(...Tejun Heo
2024-09-26Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds
2024-09-26Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds