index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2026-04-18
mm/vmscan: avoid false-positive -Wuninitialized warning
Arnd Bergmann
-2
/
+2
2026-04-18
MAINTAINERS: update Dave's kdump reviewer email address
Dave Young
-1
/
+1
2026-04-18
MAINTAINERS: drop include/linux/liveupdate from LIVE UPDATE
Pratyush Yadav (Google)
-1
/
+0
2026-04-18
MAINTAINERS: drop include/linux/kho/abi/ from KHO
Pratyush Yadav (Google)
-1
/
+0
2026-04-18
MAINTAINERS: update KHO and LIVE UPDATE maintainers
Pratyush Yadav (Google)
-3
/
+9
2026-04-18
MAINTAINERS: update kexec/kdump maintainers entries
Pasha Tatashin
-1
/
+10
2026-04-18
mm/migrate_device: remove dead migration entry check in migrate_vma_collect_h...
Davidlohr Bueso
-6
/
+0
2026-04-18
selftests: mm: skip charge_reserved_hugetlb without killall
Cao Ruichuang
-0
/
+5
2026-04-18
userfaultfd: allow registration of ranges below mmap_min_addr
Denis M. Karpov
-2
/
+0
2026-04-18
mm/vmstat: fix vmstat_shepherd double-scheduling vmstat_update
Breno Leitao
-1
/
+1
2026-04-18
mm/hugetlb: fix early boot crash on parameters without '=' separator
Thorsten Blum
-0
/
+3
2026-04-18
zram: reject unrecognized type= values in recompress_store()
Andrew Stellman
-0
/
+2
2026-04-18
docs: proc: document ProtectionKey in smaps
Kevin Brodsky
-0
/
+4
2026-04-18
mm/mprotect: special-case small folios when applying permissions
Pedro Falcato
-34
/
+57
2026-04-18
mm/mprotect: move softleaf code out of the main function
Pedro Falcato
-60
/
+67
2026-04-18
mm: remove '!root_reclaim' checking in should_abort_scan()
Zhaoyang Huang
-4
/
+0
2026-04-18
mm/sparse: fix comment for section map alignment
Muchun Song
-15
/
+10
2026-04-18
mm/page_io: use sio->len for PSWPIN accounting in sio_read_complete()
David Carlier
-1
/
+1
2026-04-18
selftests/mm: transhuge_stress: skip the test when thp not available
Chunyu Hu
-0
/
+4
2026-04-18
selftests/mm: split_huge_page_test: skip the test when thp is not available
Chunyu Hu
-0
/
+4
2026-04-18
selftests/mm/vm_util: robust write_file()
Chunyu Hu
-3
/
+12
2026-04-18
selftests/mm: move write_file helper to vm_util
Chunyu Hu
-48
/
+20
2026-04-18
selftests/mm: soft-dirty: skip two tests when thp is not available
Chunyu Hu
-1
/
+3
2026-04-18
selftests/mm/guard-regions: skip collapse test when thp not enabled
Chunyu Hu
-0
/
+4
2026-04-18
userfaultfd: mfill_atomic(): remove retry logic
Mike Rapoport (Microsoft)
-27
/
+0
2026-04-18
shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
Mike Rapoport (Microsoft)
-155
/
+106
2026-04-18
userfaultfd: introduce vm_uffd_ops->alloc_folio()
Mike Rapoport (Microsoft)
-44
/
+54
2026-04-18
shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUE
Mike Rapoport (Microsoft)
-17
/
+39
2026-04-18
userfaultfd: introduce vm_uffd_ops
Mike Rapoport (Microsoft)
-10
/
+69
2026-04-18
userfaultfd: move vma_can_userfault out of line
Mike Rapoport (Microsoft)
-33
/
+35
2026-04-18
userfaultfd: retry copying with locks dropped in mfill_atomic_pte_copy()
Mike Rapoport (Microsoft)
-24
/
+51
2026-04-18
userfaultfd: introduce mfill_get_vma() and mfill_put_vma()
Mike Rapoport (Microsoft)
-50
/
+75
2026-04-18
userfaultfd: introduce mfill_establish_pmd() helper
Mike Rapoport (Microsoft)
-50
/
+52
2026-04-18
userfaultfd: introduce struct mfill_state
Mike Rapoport (Microsoft)
-66
/
+81
2026-04-18
userfaultfd: introduce mfill_copy_folio_locked() helper
Mike Rapoport (Microsoft)
-24
/
+35
2026-04-18
mm/memfd_luo: remove folio from page cache when accounting fails
Chenghao Duan
-1
/
+3
2026-04-18
mm/memfd_luo: fix physical address conversion in put_folios cleanup
Chenghao Duan
-1
/
+6
2026-04-18
mm/memfd_luo: use i_size_write() to set inode size during retrieve
Chenghao Duan
-1
/
+1
2026-04-18
mm/memfd_luo: remove unnecessary memset in zero-size memfd path
Chenghao Duan
-1
/
+0
2026-04-18
mm/memfd_luo: optimize shmem_recalc_inode calls in retrieve path
Chenghao Duan
-2
/
+6
2026-04-18
mm/memfd: use folio_nr_pages() for shmem inode accounting
Chenghao Duan
-4
/
+6
2026-04-18
mm/sparse: fix preinited section_mem_map clobbering on failure path
Muchun Song
-1
/
+0
2026-04-18
zram: do not forget to endio for partial discard requests
Sergey Senozhatsky
-1
/
+2
2026-04-18
lib: test_hmm: implement a device release method
Alistair Popple
-3
/
+15
2026-04-18
selftests/mm: hmm-tests: don't hardcode THP size to 2MB
Alistair Popple
-67
/
+16
2026-04-18
lib: test_hmm: evict device pages on file close to avoid use-after-free
Alistair Popple
-50
/
+62
2026-04-18
selftests/mm: skip hugetlb_dio tests when DIO alignment is incompatible
Li Wang
-22
/
+69
2026-04-18
tools/testing/selftests: add merge test for partial msealed range
Lorenzo Stoakes (Oracle)
-0
/
+88
2026-04-18
mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()
Jackie Liu
-11
/
+12
2026-04-18
Docs/admin-guide/mm/damon/lru_sort: warn commit_inputs vs param updates race
SeongJae Park
-0
/
+4
[prev]
[next]