aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin2-6/+2
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim2-4/+12
2022-09-13perf: Use sample_flags for callchainNamhyung Kim1-1/+1
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman28-121/+144
2022-09-11latencytop: use the last element of latency_record of systemwuchi1-2/+2
2022-09-11kernel/utsname_sysctl.c: print kernel archPetr Vorel1-0/+7
2022-09-11kernel/profile.c: simplify duplicated code in profile_setup()wuchi1-18/+14
2022-09-11fail_function: fix wrong use of fei_attr_remove()Yang Yingliang1-1/+1
2022-09-11fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang1-6/+5
2022-09-11fail_function: switch to memdup_user_nul() helperYang Yingliang1-9/+4
2022-09-11smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak1-7/+8
2022-09-11task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak1-7/+9
2022-09-11kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-0/+4
2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider4-20/+30
2022-09-11kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider2-5/+14
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying2-5/+55
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying2-2/+39
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying3-0/+101
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky1-1/+6
2022-09-10bpf: btf: fix truncated last_member_type_id in btf_struct_resolveLorenz Bauer1-1/+1
2022-09-10bpf: Export btf_type_by_id() and bpf_log()Daniel Xu2-0/+2
2022-09-10bpf: Remove duplicate PTR_TO_BTF_ID RO checkDaniel Xu1-3/+0
2022-09-10bpf: Simplify code by using for_each_cpu_wrap()Punit Agrawal1-32/+16
2022-09-10bpf: add missing percpu_counter_destroy() in htab_map_alloc()Tetsuo Handa1-0/+2
2022-09-10Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds3-13/+9
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2022-09-09ACPI: s2idle: Add a new ->check() callback for platform_s2idle_opsMario Limonciello1-0/+3
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou2-13/+127
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou1-30/+19
2022-09-09sched/psi: Consolidate cgroup_psi()Chengming Zhou1-5/+5
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou4-2/+102
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner1-11/+30
2022-09-09sched/psi: Optimize task switch inside shared cgroups againChengming Zhou1-12/+9
2022-09-09sched/psi: Move private helpers to sched/stats.hChengming Zhou1-0/+4
2022-09-09sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou1-3/+4
2022-09-09sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou1-0/+3
2022-09-09sched/psi: Fix periodic aggregation shut offChengming Zhou1-14/+14
2022-09-09Merge branch 'driver-core/driver-core-next'Peter Zijlstra1-0/+20
2022-09-08module/decompress: generate sysfs string at compile timeDavid Disseldorp1-1/+1
2022-09-08kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hund...Liu Shixin1-23/+20
2022-09-08kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.cLiu Shixin1-1/+8
2022-09-08sysctl: remove max_extfrag_thresholdLiu Shixin1-6/+1
2022-09-08module: Add debugfs interface to view unloaded tainted modulesAaron Tomlin1-0/+68
2022-09-08kernel/sysctl.c: remove unnecessary (void*) conversionsDong Chuanjian1-3/+3
2022-09-08kprobes: Prohibit probes in gate areaChristian A. Ehrhardt1-0/+1
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi1-107/+28
2022-09-07perf: Add a few assertionsPeter Zijlstra1-0/+2
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual1-7/+2