summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky
2022-09-10bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer
2022-09-10bpf: Export btf_type_by_id() and bpf_log()Daniel Xu
2022-09-10bpf: Remove duplicate PTR_TO_BTF_ID RO checkDaniel Xu
2022-09-10bpf: Simplify code by using for_each_cpu_wrap()Punit Agrawal
2022-09-10bpf: add missing percpu_counter_destroy() in htab_map_alloc()Tetsuo Handa
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou
2022-09-09sched/psi: Consolidate cgroup_psi()Chengming Zhou
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner
2022-09-09sched/psi: Optimize task switch inside shared cgroups againChengming Zhou
2022-09-09sched/psi: Move private helpers to sched/stats.hChengming Zhou
2022-09-09sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou
2022-09-09sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou
2022-09-09sched/psi: Fix periodic aggregation shut offChengming Zhou
2022-09-09Merge branch 'driver-core/driver-core-next'Peter Zijlstra
2022-09-08module/decompress: generate sysfs string at compile timeDavid Disseldorp
2022-09-08kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hund...Liu Shixin
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin
2022-09-08sysctl: remove max_extfrag_thresholdLiu Shixin
2022-09-08module: Add debugfs interface to view unloaded tainted modulesAaron Tomlin
2022-09-08kernel/sysctl.c: remove unnecessary (void*) conversionsDong Chuanjian
2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-09-07perf: Add a few assertionsPeter Zijlstra
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-07sched/completion: Add wait_for_completion_state()Peter Zijlstra
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra
2022-09-07sched: Change wait_task_inactive()s match_statePeter Zijlstra
2022-09-07freezer,umh: Clean up freezer/initrd interactionPeter Zijlstra
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu
2022-09-07sched/fair: Default to false in test_idle_cores()Abel Wu
2022-09-07sched/fair: Remove useless check in select_idle_core()Abel Wu
2022-09-07sched/fair: Avoid double search on same cpuAbel Wu
2022-09-07sched/fair: Remove redundant check in select_idle_smt()Abel Wu
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi
2022-09-07bpf: Fix resetting logic for unreferenced kptrsJules Irenge
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires
2022-09-07bpf/btf: bump BTF_KFUNC_SET_MAX_CNTBenjamin Tissoires
2022-09-07bpf/verifier: allow all functions to read user provided contextBenjamin Tissoires