summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-03sched: Combine the last put_prev_task() and the first set_next_task()Peter Zijlstra3-16/+14
2024-09-03sched: Rework pick_next_task()Peter Zijlstra7-74/+37
2024-09-03sched: Split up put_prev_task_balance()Peter Zijlstra1-6/+6
2024-09-03sched: Clean up DL server vs core schedPeter Zijlstra3-24/+8
2024-09-03sched: Fixup set_next_task() implementationsPeter Zijlstra2-34/+34
2024-09-03sched: Use set_next_task(.first) where requiredPeter Zijlstra2-2/+6
2024-09-03sched/fair: Properly deactivate sched_delayed task upon class changeValentin Schneider1-8/+17
2024-09-03sched/deadline: Fix schedstats vs deadline serversHuang Shijie1-22/+16
2024-09-01kthread: fix task state in kthread worker if being frozenChen Yu1-1/+9
2024-09-01Document/kexec: generalize crash hotplug descriptionSourabh Jain1-13/+20
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula1-0/+1
2024-09-01watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...Waiman Long1-1/+4
2024-09-01locking/ww_mutex/test: add MODULE_DESCRIPTION()Jeff Johnson1-0/+1
2024-09-01crash: fix crash memory reserve exceed system memory bugJinjie Ruan1-0/+3
2024-09-01kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()Uros Bizjak1-1/+2
2024-09-01mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao1-1/+1
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel2-0/+9
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand1-2/+2
2024-09-01task_stack: uninline stack_not_usedPasha Tatashin2-3/+20
2024-09-01vmstat: kernel stack usage histogramPasha Tatashin1-0/+38
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan1-2/+1
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich1-2/+1
2024-09-01kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=yPetr Tesarik1-1/+1
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2024-09-01Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+5
2024-09-01tinyconfig: remove unnecessary 'is not set' for choice blocksMasahiro Yamada1-6/+0
2024-08-30sched_ext: Use sched_clock_cpu() instead of rq_clock_task() in touch_core_sch...Tejun Heo1-2/+6
2024-08-30sched_ext: Use task_can_run_on_remote_rq() test in dispatch_to_local_dsq()Tejun Heo1-20/+20
2024-08-30cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong3-1/+16
2024-08-30cgroup/cpuset: rename functions shared between v1 and v2Chen Ridong3-56/+56
2024-08-30cgroup/cpuset: move v1 interfaces to cpuset-v1.cChen Ridong3-199/+199
2024-08-30cgroup/cpuset: move validate_change_legacy to cpuset-v1.cChen Ridong3-73/+74
2024-08-30cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong3-94/+98
2024-08-30cgroup/cpuset: add callback_lock helperChen Ridong2-0/+12
2024-08-30cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong3-42/+45
2024-08-30cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong3-61/+66
2024-08-30cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong3-134/+141
2024-08-30cgroup/cpuset: move common code to cpuset-internal.hChen Ridong2-235/+236
2024-08-30cgroup/cpuset: introduce cpuset-v1.cChen Ridong3-1/+10
2024-08-30cgroup/cpuset: Account for boot time isolated CPUsWaiman Long1-5/+18
2024-08-30bpf: Fix a crash when btf_parse_base() returns an error pointerMartin KaFai Lau1-1/+1
2024-08-30bpf: Use sockfd_put() helperJinjie Ruan1-1/+1
2024-08-30bpf: Remove custom build ruleAlexey Gladkov4-6/+6
2024-08-30drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-0/+9
2024-08-30padata: Honor the caller's alignment in case of chunk_size 0Kamlesh Gurudasani1-0/+3
2024-08-29bpf: Make the pointer returned by iter next method validJuntong Deng1-4/+22
2024-08-29bpf: Export bpf_base_func_protoMartin KaFai Lau1-0/+1
2024-08-29bpf: Add gen_epilogue to bpf_verifier_opsMartin KaFai Lau1-1/+45
2024-08-29bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologueMartin KaFai Lau1-0/+6
2024-08-29bpf: Move insn_buf[16] to bpf_verifier_envMartin KaFai Lau1-7/+8