index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
mm/huge pud: use transparent huge pud helpers only with CONFIG_TRANSPARENT_HU...
Aneesh Kumar K.V
2
-1
/
+3
2023-08-18
mm: add pud_same similar to __HAVE_ARCH_P4D_SAME
Aneesh Kumar K.V
1
-0
/
+3
2023-08-18
mm/vmemmap: allow architectures to override how vmemmap optimization works
Aneesh Kumar K.V
1
-0
/
+3
2023-08-18
mm/vmemmap: improve vmemmap_can_optimize and allow architectures to override
Aneesh Kumar K.V
2
-5
/
+24
2023-08-18
mm: change pudp_huge_get_and_clear_full take vm_area_struct as arg
Aneesh Kumar K.V
3
-4
/
+4
2023-08-18
mm/hugepage pud: allow arch-specific helper function to check huge page pud s...
Aneesh Kumar K.V
3
-10
/
+11
2023-08-18
mm: handle faults that merely update the accessed bit under the VMA lock
Matthew Wilcox (Oracle)
1
-6
/
+17
2023-08-18
mm: handle swap and NUMA PTE faults under the VMA lock
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-08-18
mm: run the fault-around code under the VMA lock
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-08-18
mm: move FAULT_FLAG_VMA_LOCK check down from do_fault()
Matthew Wilcox (Oracle)
1
-5
/
+15
2023-08-18
mm: move FAULT_FLAG_VMA_LOCK check down in handle_pte_fault()
Matthew Wilcox (Oracle)
1
-5
/
+11
2023-08-18
mm: handle some PMD faults under the VMA lock
Matthew Wilcox (Oracle)
1
-14
/
+25
2023-08-18
mm: handle PUD faults under the VMA lock
Matthew Wilcox (Oracle)
1
-13
/
+24
2023-08-18
mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()
Matthew Wilcox (Oracle)
2
-9
/
+15
2023-08-18
mm: allow per-VMA locks on file-backed VMAs
Matthew Wilcox (Oracle)
5
-31
/
+9
2023-08-18
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Matthew Wilcox (Oracle)
6
-16
/
+6
2023-08-18
mm/mmap: change vma iteration order in do_vmi_align_munmap()
Liam R. Howlett
1
-14
/
+13
2023-08-18
maple_tree: reduce resets during store setup
Liam R. Howlett
1
-11
/
+26
2023-08-18
maple_tree: refine mas_preallocate() node calculations
Liam R. Howlett
1
-1
/
+43
2023-08-18
maple_tree: update mas_preallocate() testing
Liam R. Howlett
1
-11
/
+16
2023-08-18
maple_tree: move mas_wr_end_piv() below mas_wr_extend_null()
Liam R. Howlett
1
-16
/
+15
2023-08-18
mm: set up vma iterator for vma_iter_prealloc() calls
Liam R. Howlett
4
-57
/
+64
2023-08-18
mm: use vma_iter_clear_gfp() in nommu
Liam R. Howlett
3
-20
/
+16
2023-08-18
maple_tree: adjust node allocation on mas_rebalance()
Liam R. Howlett
1
-1
/
+1
2023-08-18
maple_tree: re-introduce entry to mas_preallocate() arguments
Liam R. Howlett
5
-21
/
+22
2023-08-18
mm: remove re-walk from mmap_region()
Liam R. Howlett
2
-5
/
+18
2023-08-18
maple_tree: introduce __mas_set_range()
Liam R. Howlett
1
-3
/
+18
2023-08-18
mm: remove prev check from do_vmi_align_munmap()
Liam R. Howlett
1
-2
/
+0
2023-08-18
mm: change do_vmi_align_munmap() tracking of VMAs to remove
Liam R. Howlett
4
-29
/
+34
2023-08-18
maple_tree: add benchmarking for mas_prev()
Liam R. Howlett
1
-0
/
+37
2023-08-18
maple_tree: add benchmarking for mas_for_each
Liam R. Howlett
1
-0
/
+39
2023-08-18
mm: don't drop VMA locks in mm_drop_all_locks()
Jann Horn
3
-1
/
+19
2023-08-18
mm/page_io: convert bio_associate_blkg_from_page() to take in a folio
ZhangPeng
1
-5
/
+5
2023-08-18
mm/page_io: convert count_swpout_vm_event() to take in a folio
ZhangPeng
1
-6
/
+6
2023-08-18
mm/page_io: use a folio in swap_writepage_bdev_async()
ZhangPeng
1
-2
/
+3
2023-08-18
mm/page_io: use a folio in swap_writepage_bdev_sync()
ZhangPeng
1
-2
/
+3
2023-08-18
mm/page_io: use a folio in sio_read_complete()
ZhangPeng
1
-5
/
+5
2023-08-18
mm/page_io: use a folio in __end_swap_bio_read()
ZhangPeng
1
-3
/
+3
2023-08-18
mm/page_io: use a folio in __end_swap_bio_write()
ZhangPeng
1
-4
/
+4
2023-08-18
mm/page_io: introduce bio_first_folio_all()
ZhangPeng
2
-0
/
+6
2023-08-18
mm/page_io: remove unneeded SetPageError()
ZhangPeng
1
-3
/
+0
2023-08-18
mm/page_io: remove unneeded ClearPageUptodate()
ZhangPeng
1
-2
/
+0
2023-08-18
mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is set
Kemeng Shi
1
-2
/
+2
2023-08-18
mm/compaction: correct comment of candidate pfn in fast_isolate_freepages
Kemeng Shi
1
-1
/
+1
2023-08-18
mm/mprotect: fix obsolete function name in change_pte_range()
Miaohe Lin
1
-1
/
+1
2023-08-18
selftests/mm: run all tests from run_vmtests.sh
Ryan Roberts
3
-40
/
+64
2023-08-18
selftests/mm: optionally pass duration to transhuge-stress
Ryan Roberts
1
-2
/
+10
2023-08-18
selftests/mm: make migration test robust to failure
Ryan Roberts
2
-4
/
+10
2023-08-18
selftests/mm: va_high_addr_switch should skip unsupported arm64 configs
Ryan Roberts
1
-1
/
+1
2023-08-18
selftests/mm: fix thuge-gen test bugs
Ryan Roberts
1
-2
/
+2
[next]