summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-09-13perf: Use sample_flags for callchainNamhyung Kim
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman
2022-09-11latencytop: use the last element of latency_record of systemwuchi
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi
2022-09-11fail_function: fix wrong use of fei_attr_remove()Yang Yingliang
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang
2022-09-11fail_function: switch to memdup_user_nul() helperYang Yingliang
2022-09-11smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying
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