summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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-121-2/+2
| * kernel/utsname_sysctl.c: print kernel archPetr Vorel2022-09-121-0/+7
| * kernel/profile.c: simplify duplicated code in profile_setup()wuchi2022-09-121-18/+14
| * fail_function: fix wrong use of fei_attr_remove()Yang Yingliang2022-09-121-1/+1
| * fail_function: refactor code of checking return value of register_kprobe()Yang Yingliang2022-09-121-6/+5
| * fail_function: switch to memdup_user_nul() helperYang Yingliang2022-09-121-9/+4
| * smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_deathUros Bizjak2022-09-121-7/+8
| * task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_...Uros Bizjak2022-09-121-7/+9
| * kexec: replace kmap() with kmap_local_page()Fabio M. De Francesco2022-09-121-4/+4
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-121-0/+4
| * panic, kexec: make __crash_kexec() NMI safeValentin Schneider2022-09-124-20/+30
| * kexec: turn all kexec_mutex acquisitions into trylocksValentin Schneider2022-09-122-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-111-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-1121-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
| * | | | | hugetlb: add vma based lock for pmd sharingMike Kravetz2022-10-031-4/+2
| * | | | | uprobes: use new_folio in __replace_page()Matthew Wilcox (Oracle)2022-10-031-4/+5
| * | | | | uprobes: use folios more widely in __replace_page()Matthew Wilcox (Oracle)2022-10-031-9/+10
| * | | | | mm: remove the vma linked listLiam R. Howlett2022-09-271-18/+1
| * | | | | bpf: remove VMA linked listLiam R. Howlett2022-09-271-5/+5
| * | | | | fork: use VMA iteratorMatthew Wilcox (Oracle)2022-09-271-2/+5
| * | | | | sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-09-271-3/+7
| * | | | | perf: use VMA iteratorMatthew Wilcox (Oracle)2022-09-272-4/+8
| * | | | | acct: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-09-271-6/+5
| * | | | | mm: remove vmacacheLiam R. Howlett2022-09-272-17/+0
| * | | | | mm: remove rb tree.Liam R. Howlett2022-09-271-8/+0
| * | | | | kernel/fork: use maple tree for dup_mmap() during forkingLiam R. Howlett2022-09-271-2/+13
| * | | | | mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-271-3/+17
| * | | | | mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-271-0/+1
| * | | | | mm: multi-gen LRU: kill switchYu Zhao2022-09-271-1/+0
| * | | | | mm: multi-gen LRU: support page table walksYu Zhao2022-09-273-0/+11
| * | | | | mm: multi-gen LRU: minimal implementationYu Zhao2022-09-271-0/+2
| * | | | | mm: multi-gen LRU: groundworkYu Zhao2022-09-271-0/+5
| * | | | | delayacct: support re-entrance detection of thrashing accountingYang Yang2022-09-271-2/+11
| * | | | | memory tiering: adjust hot threshold automaticallyHuang Ying2022-09-122-5/+55
| * | | | | memory tiering: rate limit NUMA migration throughputHuang Ying2022-09-122-2/+39
| * | | | | memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-123-0/+101
| | |_|_|/ | |/| | |