summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-10-2013-70/+128
|\
| * Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar2024-10-1715-182/+257
| |\
| * | sched/fair: Fix external p->on_rq usersPeter Zijlstra2024-10-146-6/+32
| * | sched/psi: Fix mistaken CPU pressure indication after corrupted task state bugJohannes Weiner2024-10-142-21/+39
| * | sched/core: Dequeue PSI signals for blocked tasks that are delayedPeter Zijlstra2024-10-111-1/+3
| * | sched: Fix delayed_dequeue vs switched_from_fair()Peter Zijlstra2024-10-115-34/+30
| * | sched/core: Disable page allocation in task_tick_mm_cid()Waiman Long2024-10-112-3/+16
| * | sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld2024-10-111-1/+1
| * | sched/eevdf: Fix wakeup-preempt by checking cfs_rq->nr_runningChen Yu2024-10-021-1/+1
| * | sched: Fix sched_delayed vs cfs_bandwidthMike Galbraith2024-10-021-3/+6
* | | Merge tag 'ftrace-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-10-191-8/+23
|\ \ \
| * | | fgraph: Allocate ret_stack_list with proper sizeSteven Rostedt2024-10-181-1/+2
| * | | fgraph: Use CPU hotplug mechanism to initialize idle shadow stacksSteven Rostedt2024-10-181-7/+21
* | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-189-59/+89
|\ \ \ \
| * | | | bpf: Fix print_reg_state's constant scalar dumpDaniel Borkmann2024-10-171-2/+1
| * | | | bpf: Fix incorrect delta propagation between linked registersDaniel Borkmann2024-10-171-5/+6
| * | | | bpf: Fix iter/task tid filteringJordan Rome2024-10-171-1/+1
| * | | | bpf: Fix truncation bug in coerce_reg_to_size_sx()Dimitar Kanaliev2024-10-151-4/+4
| * | | | bpf: Fix unpopulated path_size when uprobe_multi fields unsetTyrone Wu2024-10-101-19/+17
| * | | | bpf: fix kfunc btf caching for modulesToke Høiland-Jørgensen2024-10-101-1/+7
| * | | | bpf: fix unpopulated name_len field in perf_event link infoTyrone Wu2024-10-091-7/+22
| * | | | bpf: use kvzmalloc to allocate BPF verifier environmentRik van Riel2024-10-091-2/+2
| * | | | bpf: Check the remaining info_cnt before repeating btf fieldsHou Tao2024-10-091-4/+10
| * | | | bpf, lsm: Remove bpf_lsm_key_free hookThomas Weißschuh2024-10-081-4/+0
| * | | | bpf: Fix memory leak in bpf_core_applyJiri Olsa2024-10-071-0/+1
| * | | | bpf: devmap: provide rxq after redirectFlorian Kauer2024-10-021-4/+7
| * | | | bpf: sync_linked_regs() must preserve subreg_defEduard Zingerman2024-10-011-0/+5
| * | | | bpf: Use raw_spinlock_t in ringbufWander Lairson Costa2024-09-251-6/+6
* | | | | 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-141-0/+3
* | | | | Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-151-85/+101
|\ \ \ \ \
| * | | | | sched_ext: Remove unnecessary cpu_relax()David Vernet2024-10-141-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-092-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
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /