summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-10-02ntp: Remove unused tick_nsecThomas Gleixner-6/+2
2024-10-02sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_runningChen Yu-1/+1
2024-10-02sched: Fix sched_delayed vs cfs_bandwidthMike Galbraith-3/+6
2024-10-01rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)-4/+5
2024-10-01bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman-0/+5
2024-09-30Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-148/+172
2024-09-30cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.ceverestkc-8/+8
2024-09-30Merge tag 'probes-fixes-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-09-30ftrace: Have calltime be saved in the fgraph storageSteven Rostedt-33/+51
2024-09-30ftrace: Use a running sleeptime instead of saving on shadow stackSteven Rostedt-25/+59
2024-09-30fgraph: Use fgraph data to store subtime for profilerSteven Rostedt-26/+61
2024-09-30tracing: Fix function timing profiler to initialize hashtableMasami Hiramatsu (Google)-0/+4
2024-09-29close_range(): fix the logics in descriptor table trimmingAl Viro-18/+14
2024-09-30uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov-1/+1
2024-09-29Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-38/+86
2024-09-29Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar-30/+47
2024-09-28Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-73/+85
2024-09-27sched/ext: Use tg_cgroup() to elieminate duplicate codeZhang Qiao-9/+2
2024-09-27sched/ext: Fix unmatch trailing comment of CONFIG_EXT_GROUP_SCHEDZhang Qiao-1/+1
2024-09-27sched_ext: Factor out move_task_between_dsqs() from scx_dispatch_from_dsq()Tejun Heo-41/+75
2024-09-27sched_ext: Remove redundant p->nr_cpus_allowed checkerZhang Qiao-10/+1
2024-09-27sched_ext: Decouple locks in scx_ops_enable()Tejun Heo-40/+27
2024-09-27sched_ext: Decouple locks in scx_ops_disable_workfn()Tejun Heo-20/+17
2024-09-27sched_ext: Add scx_cgroup_enabled to gate cgroup operations and fix scx_tg_on...Tejun Heo-13/+22
2024-09-27sched_ext: Enable scx_ops_init_task() separatelyTejun Heo-4/+10
2024-09-27sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions in scx_ops_enable()Tejun Heo-2/+3
2024-09-27sched_ext: Initialize in bypass modeTejun Heo-10/+15
2024-09-27sched_ext: Remove SCX_OPS_PREPPINGTejun Heo-22/+7
2024-09-27sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable()Tejun Heo-2/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro-12/+0
2024-09-26sched_ext: Use shorter slice while bypassingTejun Heo-2/+4
2024-09-26sched_ext: Split the global DSQ per NUMA nodeTejun Heo-13/+60
2024-09-26sched_ext: Relocate find_user_dsq()Tejun Heo-5/+5
2024-09-26sched_ext: Allow only user DSQs for scx_bpf_consume(), scx_bpf_dsq_nr_queued(...Tejun Heo-14/+8
2024-09-26Revert "binfmt_elf, coredump: Log the reason of the failed core dumps"Linus Torvalds-20/+1
2024-09-26Merge tag 'probes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-52/+193
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2024-09-25Kbuild: make MODVERSIONS support depend on not being a compile test buildLinus Torvalds-0/+1
2024-09-25tracing/fprobe: Support raw tracepoints on future loaded modulesMasami Hiramatsu (Google)-50/+101
2024-09-25tracing/fprobe: Support raw tracepoint events on modulesMasami Hiramatsu (Google)-8/+38
2024-09-25tracepoint: Support iterating tracepoints in a loading moduleMasami Hiramatsu (Google)-8/+29
2024-09-25tracepoint: Support iterating over tracepoints on modulesMasami Hiramatsu (Google)-0/+21
2024-09-25uprobes: turn trace_uprobe's nhit counter to be per-CPU oneAndrii Nakryiko-3/+21
2024-09-25bpf: Use raw_spinlock_t in ringbufWander Lairson Costa-6/+6
2024-09-24Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-280/+158
2024-09-24sched_ext: Build fix for !CONFIG_SMPTejun Heo-0/+1
2024-09-24Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-6/+0
2024-09-24Merge tag 'dma-mapping-6.12-2024-09-24' of git://git.infradead.org/users/hch/...Linus Torvalds-28/+15
2024-09-24Merge tag 'sched_ext-for-6.12-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-8/+29
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1