summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-167-11/+11
|\
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-115-5/+5
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-113-5/+5
* | Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-144-83/+308
|\ \
| * | sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou2022-09-092-13/+127
| * | sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou2022-09-091-30/+19
| * | sched/psi: Consolidate cgroup_psi()Chengming Zhou2022-09-091-5/+5
| * | sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou2022-09-094-2/+102
| * | sched/psi: Remove NR_ONCPU task accountingJohannes Weiner2022-09-091-11/+30
| * | sched/psi: Optimize task switch inside shared cgroups againChengming Zhou2022-09-091-12/+9
| * | sched/psi: Move private helpers to sched/stats.hChengming Zhou2022-09-091-0/+4
| * | sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou2022-09-091-3/+4
| * | sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou2022-09-091-0/+3
| * | sched/psi: Fix periodic aggregation shut offChengming Zhou2022-09-091-14/+14
| * | Merge branch 'driver-core/driver-core-next'Peter Zijlstra2022-09-091-0/+20
| |\ \
* | \ \ Merge tag 'trace-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-10-136-123/+146
|\ \ \ \
| * | | | tracing: Fix reading strings from synthetic eventsSteven Rostedt (Google)2022-10-121-6/+17
| * | | | tracing: Add "(fault)" name injection to kernel probesSteven Rostedt (Google)2022-10-121-6/+25
| * | | | tracing: Move duplicate code of trace_kprobe/eprobe.c into headerSteven Rostedt (Google)2022-10-123-110/+106
| * | | | ring-buffer: Fix kernel-docJiapeng Chong2022-10-121-3/+3
| * | | | ftrace: Fix char print issue in print_ip_ins()Zheng Yejian2022-10-121-4/+1
* | | | | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-1214-82/+101
|\ \ \ \ \
| * | | | | fork: remove duplicate included header filesXu Panda2022-10-111-1/+0
| * | | | | relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi2022-10-031-4/+1
| * | | | | latencytop: use the last element of latency_record of systemwuchi2022-09-111-2/+2
| * | | | | kernel/utsname_sysctl.c: print kernel archPetr Vorel2022-09-111-0/+7
| * | | | | kernel/profile.c: simplify duplicated code in profile_setup()wuchi2022-09-111-18/+14
| * | | | | fail_function: fix wrong use of fei_attr_remove()Yang Yingliang2022-09-111-1/+1
| * | | | | fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang2022-09-111-6/+5
| * | | | | fail_function: switch to memdup_user_nul() helperYang Yingliang2022-09-111-9/+4
| * | | | | smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak2022-09-111-7/+8
| * | | | | task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak2022-09-111-7/+9
| * | | | | kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco2022-09-111-4/+4
| * | | | | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-0/+4
| * | | | | panic, kexec: make __crash_kexec() NMI safeValentin Schneider2022-09-114-20/+30
| * | | | | kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider2022-09-112-5/+14
* | | | | | Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-121-0/+24
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | genirq: Provide generic_handle_domain_irq_safe().Sebastian Andrzej Siewior2022-09-191-0/+24
* | | | | | Merge tag 'gfs2-nopid-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-101-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ gfs2: Merge branch 'for-next.nopid' into for-nextAndreas Gruenbacher2022-10-091-0/+1
| |\ \ \ \ \ \
| | * | | | | | gfs2: Add glockfd debugfs fileAndreas Gruenbacher2022-06-291-0/+1
* | | | | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-1021-88/+318
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/madvise: add file and shmem support to MADV_COLLAPSEZach O'Keefe2022-10-031-1/+1
| * | | | | | | | bpf: kmsan: initialize BPF registers with zeroesAlexander Potapenko2022-10-031-1/+1
| * | | | | | | | entry: kmsan: introduce kmsan_unpoison_entry_regs()Alexander Potapenko2022-10-031-0/+5
| * | | | | | | | kcov: kmsan: unpoison area->list in kcov_remote_area_put()Alexander Potapenko2022-10-031-0/+7
| * | | | | | | | dma: kmsan: unpoison DMA mappingsAlexander Potapenko2022-10-031-3/+7
| * | | | | | | | kmsan: handle task creation and exitingAlexander Potapenko2022-10-032-0/+4
| * | | | | | | | kmsan: disable instrumentation of unsupported common kernel codeAlexander Potapenko2022-10-032-1/+3