summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-171-0/+3
|\
| * posix-clock: Fix missing timespec64 check in pc_clock_settime()Jinjie Ruan2024-10-151-0/+3
* | Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-161-85/+101
|\ \
| * | sched_ext: Remove unnecessary cpu_relax()David Vernet2024-10-151-1/+0
| * | sched_ext: Don't hold scx_tasks_lock for too longTejun Heo2024-10-101-2/+17
| * | sched_ext: Move scx_tasks_lock handling into scx_task_iter helpersTejun Heo2024-10-101-54/+56
| * | sched_ext: bypass mode shouldn't depend on ops.select_cpu()Tejun Heo2024-10-101-13/+15
| * | sched_ext: Move scx_buildin_idle_enabled check to scx_bpf_select_cpu_dfl()Tejun Heo2024-10-101-10/+10
| * | sched_ext: Start schedulers with consistent p->scx.slice valuesTejun Heo2024-10-101-1/+1
| * | Revert "sched_ext: Use shorter slice while bypassing"Tejun Heo2024-10-101-4/+2
| * | sched_ext: use correct function name in pick_task_scx() warning messageHonglei Wang2024-10-101-2/+2
* | | Merge tag 'trace-ringbuffer-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-10-152-21/+29
|\ \ \
| * | | ring-buffer: Fix reader locking when changing the sub buffer orderPetr Pavlu2024-10-151-18/+26
| * | | ring-buffer: Fix refcount setting of boot mapped buffersSteven Rostedt2024-10-141-3/+3
* | | | Merge tag 'rcu.fixes.6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-111-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker2024-10-101-1/+7
* | | | Merge tag 'trace-ringbuffer-v6.12-rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-10-101-3/+6
|\ \ \ \ | | |/ / | |/| |
| * | | ring-buffer: Do not have boot mapped buffers hook to CPU hotplugSteven Rostedt2024-10-091-3/+6
| |/ /
* | | Merge tag 'mm-hotfixes-stable-2024-10-09-15-46' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-102-4/+16
|\ \ \
| * | | resource, kunit: fix user-after-free in resource_test_region_intersects()Huang Ying2024-10-091-4/+14
| * | | kthread: unpark only parked kthreadFrederic Weisbecker2024-10-091-0/+2
| |/ /
* | | Merge tag 'sched_ext-for-6.12-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-083-19/+37
|\ \ \ | |/ / |/| / | |/
| * sched_ext, scx_qmap: Add and use SCX_ENQ_CPU_SELECTEDTejun Heo2024-10-071-0/+1
| * sched/core: Add ENQUEUE_RQ_SELECTED to indicate whether ->select_task_rq() wa...Tejun Heo2024-10-072-2/+9
| * sched/core: Make select_task_rq() take the pointer to wake_flags instead of v...Tejun Heo2024-10-071-5/+8
| * sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init()Tejun Heo2024-10-041-1/+0
| * sched_ext: Improve error reporting during loadingTejun Heo2024-10-041-11/+19
* | Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-10-043-11/+28
|\ \
| * | tracing/hwlat: Fix a race during cpuhp processingWei Li2024-10-031-0/+2
| * | tracing/timerlat: Fix a race during cpuhp processingWei Li2024-10-031-0/+2
| * | tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li2024-10-031-7/+6
| * | tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li2024-10-031-2/+5
| * | tracing: Fix trace_check_vprintf() when tp_printk is usedSteven Rostedt2024-10-031-2/+13
* | | Merge tag 'slab-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-10-041-4/+5
|\ \ \
| * | | rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)2024-10-011-4/+5
| |/ /
* | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-10-041-18/+14
|\ \ \
| * | | close_range(): fix the logics in descriptor table trimmingAl Viro2024-09-301-18/+14
| |/ /
* | | sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner2024-10-041-14/+12
* | | Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-032-2/+2
|\ \ \
| * | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-022-2/+2
| |/ /
* | | Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-09-301-148/+172
|\ \ \ | | |/ | |/|
| * | sched_ext: Remove redundant p->nr_cpus_allowed checkerZhang Qiao2024-09-271-10/+1
| * | sched_ext: Decouple locks in scx_ops_enable()Tejun Heo2024-09-271-40/+27
| * | sched_ext: Decouple locks in scx_ops_disable_workfn()Tejun Heo2024-09-271-20/+17
| * | sched_ext: Add scx_cgroup_enabled to gate cgroup operations and fix scx_tg_on...Tejun Heo2024-09-271-13/+22
| * | sched_ext: Enable scx_ops_init_task() separatelyTejun Heo2024-09-271-4/+10
| * | sched_ext: Fix SCX_TASK_INIT -> SCX_TASK_READY transitions in scx_ops_enable()Tejun Heo2024-09-271-2/+3
| * | sched_ext: Initialize in bypass modeTejun Heo2024-09-271-10/+15
| * | sched_ext: Remove SCX_OPS_PREPPINGTejun Heo2024-09-271-22/+7
| * | sched_ext: Relocate check_hotplug_seq() call in scx_ops_enable()Tejun Heo2024-09-271-2/+1