| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-03-31 | 1 | -2/+1 |
|\ |
|
| * | kbuild: make -Woverride-init warnings more consistent | Arnd Bergmann | 2024-03-31 | 1 | -2/+1 |
* | | mm: clean up populate_vma_page_range() FOLL_* flag handling | Linus Torvalds | 2024-03-29 | 1 | -6/+8 |
* | | mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices | Johannes Weiner | 2024-03-26 | 1 | -4/+19 |
* | | userfaultfd: fix deadlock warning when locking src and dst VMAs | Lokesh Gidra | 2024-03-26 | 1 | -1/+2 |
* | | tmpfs: fix race on handling dquot rbtree | Carlos Maiolino | 2024-03-26 | 1 | -3/+7 |
* | | mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion | Johannes Weiner | 2024-03-26 | 1 | -0/+8 |
* | | mm: zswap: fix kernel BUG in sg_init_one | Barry Song | 2024-03-26 | 1 | -2/+12 |
* | | mm: cachestat: fix two shmem bugs | Johannes Weiner | 2024-03-26 | 1 | -0/+16 |
* | | mm,page_owner: fix recursion | Oscar Salvador | 2024-03-26 | 1 | -10/+23 |
* | | mm/memory: fix missing pte marker for !page on pte zaps | Peter Xu | 2024-03-26 | 1 | -1/+3 |
|/ |
|
* | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2024-03-22 | 1 | -1/+1 |
|\ |
|
| * | mm: Change mmap_rnd_bits_max to __ro_after_init | Sami Tolvanen | 2024-01-24 | 1 | -1/+1 |
* | | Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2024-03-21 | 1 | -4/+3 |
|\ \ |
|
| * | | treewide: replace or remove redundant def_bool in Kconfig files | Masahiro Yamada | 2024-02-20 | 1 | -4/+3 |
* | | | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 2024-03-15 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | mempool: kvmalloc pool | Kent Overstreet | 2024-03-13 | 1 | -0/+13 |
* | | | | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-03-15 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | treewide: update LLVM Bugzilla links | Nathan Chancellor | 2024-02-23 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-03-15 | 62 | -2944/+5490 |
|\ \ \ \ |
|
| * | | | | mm/zswap: remove the memcpy if acomp is not sleepable | Barry Song | 2024-03-13 | 1 | -2/+4 |
| * | | | | memtest: use {READ,WRITE}_ONCE in memory scanning | Qiang Zhang | 2024-03-13 | 1 | -2/+2 |
| * | | | | mm: prohibit the last subpage from reusing the entire large folio | Barry Song | 2024-03-13 | 1 | -0/+10 |
| * | | | | mm/huge_memory: skip invalid debugfs new_order input for folio split | Zi Yan | 2024-03-12 | 1 | -0/+6 |
| * | | | | mm/huge_memory: check new folio order when split a folio | Zi Yan | 2024-03-12 | 1 | -0/+3 |
| * | | | | mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failure | Byungchul Park | 2024-03-12 | 1 | -1/+20 |
| * | | | | mm: add an explicit smp_wmb() to UFFDIO_CONTINUE | James Houghton | 2024-03-12 | 2 | -4/+22 |
| * | | | | mm: fix list corruption in put_pages_list | Matthew Wilcox (Oracle) | 2024-03-12 | 1 | -2/+2 |
| * | | | | mm: remove folio from deferred split list before uncharging it | Matthew Wilcox (Oracle) | 2024-03-12 | 2 | -0/+9 |
| * | | | | filemap: avoid unnecessary major faults in filemap_fault() | ZhangPeng | 2024-03-06 | 1 | -0/+46 |
| * | | | | mm,page_owner: drop unnecessary check | Oscar Salvador | 2024-03-06 | 1 | -2/+1 |
| * | | | | mm,page_owner: check for null stack_record before bumping its refcount | Oscar Salvador | 2024-03-06 | 1 | -2/+7 |
| * | | | | mm: swap: fix race between free_swap_and_cache() and swapoff() | Ryan Roberts | 2024-03-06 | 1 | -1/+12 |
| * | | | | mm/kasan: use pXd_leaf() in shadow_mapped() | Peter Xu | 2024-03-06 | 1 | -9/+2 |
| * | | | | mm/zswap: global lru and shrinker shared by all zswap_pools fix | Chengming Zhou | 2024-03-06 | 1 | -39/+38 |
| * | | | | mm: memory: fix shift-out-of-bounds in fault_around_bytes_set | Kefeng Wang | 2024-03-06 | 1 | -1/+2 |
| * | | | | mm: page_alloc: use div64_ul() instead of do_div() | Thorsten Blum | 2024-03-06 | 1 | -1/+1 |
| * | | | | mm/mempolicy: use a folio in do_mbind() | Matthew Wilcox (Oracle) | 2024-03-06 | 1 | -7/+8 |
| * | | | | mm: make folio_pte_batch available outside of mm/memory.c | Barry Song | 2024-03-06 | 2 | -76/+93 |
| * | | | | mm: constify more page/folio tests | Matthew Wilcox (Oracle) | 2024-03-06 | 1 | -2/+2 |
| * | | | | mm: make dump_page() take a const argument | Matthew Wilcox (Oracle) | 2024-03-06 | 1 | -1/+1 |
| * | | | | mm: add __dump_folio() | Matthew Wilcox (Oracle) | 2024-03-06 | 1 | -55/+73 |
| * | | | | hugetlb: parallelize 1G hugetlb initialization | Gang Li | 2024-03-06 | 1 | -8/+43 |
| * | | | | hugetlb: parallelize 2M hugetlb allocation and initialization | Gang Li | 2024-03-06 | 1 | -17/+56 |
| * | | | | Author: Gang Li padata: dispatch works on | Gang Li Subject: padata: dispatch works on | 2024-03-06 | 1 | -0/+1 |
| * | | | | hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc | Gang Li | 2024-03-06 | 1 | -10/+12 |
| * | | | | hugetlb: split hugetlb_hstate_alloc_pages | Gang Li | 2024-03-06 | 1 | -44/+43 |
| * | | | | hugetlb: code clean for hugetlb_hstate_alloc_pages | Gang Li | 2024-03-06 | 1 | -17/+29 |
| * | | | | mm/zsmalloc: don't need to reserve LSB in handle | Chengming Zhou | 2024-03-05 | 1 | -4/+1 |
| * | | | | mm/memory.c: do_numa_page(): remove a redundant page table read | John Hubbard | 2024-03-05 | 1 | -6/+6 |