summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-09-11smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak-7/+8
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak-7/+9
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco-4/+4
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-0/+4
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider-20/+30
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider-5/+14
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying-5/+55
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying-2/+39
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying-0/+101
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky-1/+6
2022-09-10bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer-1/+1
2022-09-10bpf: Export btf_type_by_id() and bpf_log()Daniel Xu-0/+2
2022-09-10bpf: Remove duplicate PTR_TO_BTF_ID RO checkDaniel Xu-3/+0
2022-09-10bpf: Simplify code by using for_each_cpu_wrap()Punit Agrawal-32/+16
2022-09-10bpf: add missing percpu_counter_destroy() in htab_map_alloc()Tetsuo Handa-0/+2
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds-13/+9
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-0/+1
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello-0/+3
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou-13/+127
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou-30/+19
2022-09-09sched/psi: Consolidate cgroup_psi()Chengming Zhou-5/+5
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou-2/+102
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner-11/+30
2022-09-09sched/psi: Optimize task switch inside shared cgroups againChengming Zhou-12/+9
2022-09-09sched/psi: Move private helpers to sched/stats.hChengming Zhou-0/+4
2022-09-09sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou-3/+4
2022-09-09sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou-0/+3
2022-09-09sched/psi: Fix periodic aggregation shut offChengming Zhou-14/+14
2022-09-09Merge branch 'driver-core/driver-core-next'Peter Zijlstra-0/+20
2022-09-08module/decompress: generate sysfs string at compile timeDavid Disseldorp-1/+1
2022-09-08kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hund...Liu Shixin-23/+20
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin-1/+8
2022-09-08sysctl: remove max_extfrag_thresholdLiu Shixin-6/+1
2022-09-08module: Add debugfs interface to view unloaded tainted modulesAaron Tomlin-0/+68
2022-09-08kernel/sysctl.c: remove unnecessary (void*) conversionsDong Chuanjian-3/+3
2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt-0/+1
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi-107/+28
2022-09-07perf: Add a few assertionsPeter Zijlstra-0/+2
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual-7/+2
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra-94/+141
2022-09-07sched/completion: Add wait_for_completion_state()Peter Zijlstra-0/+12
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra-8/+8
2022-09-07sched: Change wait_task_inactive()s match_statePeter Zijlstra-2/+2
2022-09-07freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra-0/+8
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra-33/+54
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra-14/+14
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu-6/+6
2022-09-07sched/fair: Default to false in test_idle_cores()Abel Wu-8/+8
2022-09-07sched/fair: Remove useless check in select_idle_core()Abel Wu-3/+0