Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | smpboot: use atomic_try_cmpxchg in cpu_wait_death and cpu_report_death | Uros Bizjak | 2022-09-11 | 1 | -7/+8 | |
| * | | | | | | | task_work: use try_cmpxchg in task_work_add, task_work_cancel_match and task_... | Uros Bizjak | 2022-09-11 | 1 | -7/+9 | |
| * | | | | | | | kexec: replace kmap() with kmap_local_page() | Fabio M. De Francesco | 2022-09-11 | 1 | -4/+4 | |
| * | | | | | | | kernel: exit: cleanup release_thread() | Kefeng Wang | 2022-09-11 | 1 | -0/+4 | |
| * | | | | | | | panic, kexec: make __crash_kexec() NMI safe | Valentin Schneider | 2022-09-11 | 4 | -20/+30 | |
| * | | | | | | | kexec: turn all kexec_mutex acquisitions into trylocks | Valentin Schneider | 2022-09-11 | 2 | -5/+14 | |
* | | | | | | | | Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-10-12 | 1 | -0/+24 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | genirq: Provide generic_handle_domain_irq_safe(). | Sebastian Andrzej Siewior | 2022-09-19 | 1 | -0/+24 | |
* | | | | | | | | Merge tag 'gfs2-nopid-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-10-10 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | gfs2: Merge branch 'for-next.nopid' into for-next | Andreas Gruenbacher | 2022-10-09 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gfs2: Add glockfd debugfs file | Andreas Gruenbacher | 2022-06-29 | 1 | -0/+1 | |
* | | | | | | | | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-10 | 21 | -88/+318 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mm/madvise: add file and shmem support to MADV_COLLAPSE | Zach O'Keefe | 2022-10-03 | 1 | -1/+1 | |
| * | | | | | | | | | | bpf: kmsan: initialize BPF registers with zeroes | Alexander Potapenko | 2022-10-03 | 1 | -1/+1 | |
| * | | | | | | | | | | entry: kmsan: introduce kmsan_unpoison_entry_regs() | Alexander Potapenko | 2022-10-03 | 1 | -0/+5 | |
| * | | | | | | | | | | kcov: kmsan: unpoison area->list in kcov_remote_area_put() | Alexander Potapenko | 2022-10-03 | 1 | -0/+7 | |
| * | | | | | | | | | | dma: kmsan: unpoison DMA mappings | Alexander Potapenko | 2022-10-03 | 1 | -3/+7 | |
| * | | | | | | | | | | kmsan: handle task creation and exiting | Alexander Potapenko | 2022-10-03 | 2 | -0/+4 | |
| * | | | | | | | | | | kmsan: disable instrumentation of unsupported common kernel code | Alexander Potapenko | 2022-10-03 | 2 | -1/+3 | |
| * | | | | | | | | | | hugetlb: add vma based lock for pmd sharing | Mike Kravetz | 2022-10-03 | 1 | -4/+2 | |
| * | | | | | | | | | | uprobes: use new_folio in __replace_page() | Matthew Wilcox (Oracle) | 2022-10-03 | 1 | -4/+5 | |
| * | | | | | | | | | | uprobes: use folios more widely in __replace_page() | Matthew Wilcox (Oracle) | 2022-10-03 | 1 | -9/+10 | |
| * | | | | | | | | | | mm: remove the vma linked list | Liam R. Howlett | 2022-09-26 | 1 | -18/+1 | |
| * | | | | | | | | | | bpf: remove VMA linked list | Liam R. Howlett | 2022-09-26 | 1 | -5/+5 | |
| * | | | | | | | | | | fork: use VMA iterator | Matthew Wilcox (Oracle) | 2022-09-26 | 1 | -2/+5 | |
| * | | | | | | | | | | sched: use maple tree iterator to walk VMAs | Matthew Wilcox (Oracle) | 2022-09-26 | 1 | -3/+7 | |
| * | | | | | | | | | | perf: use VMA iterator | Matthew Wilcox (Oracle) | 2022-09-26 | 2 | -4/+8 | |
| * | | | | | | | | | | acct: use VMA iterator instead of linked list | Matthew Wilcox (Oracle) | 2022-09-26 | 1 | -6/+5 | |
| * | | | | | | | | | | mm: remove vmacache | Liam R. Howlett | 2022-09-26 | 2 | -17/+0 | |
| * | | | | | | | | | | mm: remove rb tree. | Liam R. Howlett | 2022-09-26 | 1 | -8/+0 | |
| * | | | | | | | | | | kernel/fork: use maple tree for dup_mmap() during forking | Liam R. Howlett | 2022-09-26 | 1 | -2/+13 | |
| * | | | | | | | | | | mm: start tracking VMAs with maple tree | Liam R. Howlett | 2022-09-26 | 1 | -3/+17 | |
| * | | | | | | | | | | mm/demotion: update node_is_toptier to work with memory tiers | Aneesh Kumar K.V | 2022-09-26 | 1 | -0/+1 | |
| * | | | | | | | | | | mm: multi-gen LRU: kill switch | Yu Zhao | 2022-09-26 | 1 | -1/+0 | |
| * | | | | | | | | | | mm: multi-gen LRU: support page table walks | Yu Zhao | 2022-09-26 | 3 | -0/+11 | |
| * | | | | | | | | | | mm: multi-gen LRU: minimal implementation | Yu Zhao | 2022-09-26 | 1 | -0/+2 | |
| * | | | | | | | | | | mm: multi-gen LRU: groundwork | Yu Zhao | 2022-09-26 | 1 | -0/+5 | |
| * | | | | | | | | | | delayacct: support re-entrance detection of thrashing accounting | Yang Yang | 2022-09-26 | 1 | -2/+11 | |
| * | | | | | | | | | | memory tiering: adjust hot threshold automatically | Huang Ying | 2022-09-11 | 2 | -5/+55 | |
| * | | | | | | | | | | memory tiering: rate limit NUMA migration throughput | Huang Ying | 2022-09-11 | 2 | -2/+39 | |
| * | | | | | | | | | | memory tiering: hot page selection with hint page fault latency | Huang Ying | 2022-09-11 | 3 | -0/+101 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2022-10-10 | 1 | -0/+17 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ \ \ | Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal' | Rafael J. Wysocki | 2022-10-10 | 1 | -0/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | kernel/reboot: Add SYS_OFF_MODE_RESTART_PREPARE mode | Kai-Heng Feng | 2022-10-04 | 1 | -0/+17 | |
| | |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d... | Linus Torvalds | 2022-10-10 | 1 | -17/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | swiotlb: don't panic! | Robin Murphy | 2022-09-20 | 1 | -11/+19 | |
| * | | | | | | | | | | | | swiotlb: replace kmap_atomic() with memcpy_{from,to}_page() | Fabio M. De Francesco | 2022-09-20 | 1 | -6/+4 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux | Linus Torvalds | 2022-10-10 | 2 | -6/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot() | Valentin Schneider | 2022-10-06 | 1 | -4/+1 | |
| * | | | | | | | | | | | | lib/cpumask: add FORCE_NR_CPUS config option | Yury Norov | 2022-09-20 | 1 | -1/+1 |