Age | Commit message (Expand) | Author |
2020-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-20 | mm: fix wake_page_function() comment typos | Linus Torvalds |
2020-09-19 | mm/memory_hotplug: drain per-cpu pages again during memory offline | Pavel Tatashin |
2020-09-19 | mm/thp: fix __split_huge_pmd_locked() for migration PMD | Ralph Campbell |
2020-09-19 | tmpfs: restore functionality of nr_inodes=0 | Byron Stanoszek |
2020-09-19 | mlock: fix unevictable_pgs event counts on THP | Hugh Dickins |
2020-09-19 | mm: fix check_move_unevictable_pages() on THP | Hugh Dickins |
2020-09-19 | mm: migration of hugetlbfs page skip memcg | Hugh Dickins |
2020-09-19 | ksm: reinstate memcg charge on copied pages | Hugh Dickins |
2020-09-17 | Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-09-17 | percpu: fix first chunk size calculation for populated bitmap | Sunghyun Jin |
2020-09-17 | mm: allow a controlled amount of unfairness in the page lock | Linus Torvalds |
2020-09-06 | Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-09-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-09-05 | mm/khugepaged.c: fix khugepaged's request size in collapse_file | David Howells |
2020-09-05 | mm/hugetlb: fix a race between hugetlb sysctl handlers | Muchun Song |
2020-09-05 | mm/hugetlb: try preferred node first when alloc gigantic page from cma | Li Xinhai |
2020-09-05 | mm/migrate: preserve soft dirty in remove_migration_pte() | Ralph Campbell |
2020-09-05 | mm/migrate: remove unnecessary is_zone_device_page() check | Ralph Campbell |
2020-09-05 | mm/rmap: fixup copying of soft dirty and uffd ptes | Alistair Popple |
2020-09-05 | mm/migrate: fixup setting UFFD_WP flag | Alistair Popple |
2020-09-05 | mm: madvise: fix vma user-after-free | Yang Shi |
2020-09-05 | mm: track page table modifications in __apply_to_page_range() | Joerg Roedel |
2020-09-05 | mm: slub: fix conversion of freelist_corrupted() | Eugeniu Rosca |
2020-09-05 | mm: memcg: fix memcg reclaim soft lockup | Xunlei Pang |
2020-09-05 | memcg: fix use-after-free in uncharge_batch | Michal Hocko |
2020-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-09-04 | Merge branch 'simplify-do_wp_page' | Linus Torvalds |
2020-09-04 | mm: Add PGREUSE counter | Peter Xu |
2020-09-04 | mm/gup: Remove enfornced COW mechanism | Peter Xu |
2020-09-04 | mm/ksm: Remove reuse_ksm_page() | Peter Xu |
2020-09-04 | mm: do_wp_page() simplification | Linus Torvalds |
2020-09-04 | memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC | Roger Pau Monne |
2020-09-03 | Merge branch 'gate-page-refcount' (patches from Dave Hansen) | Linus Torvalds |
2020-09-03 | mm: fix pin vs. gup mismatch with gate pages | Dave Hansen |
2020-09-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-08-30 | Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2020-08-28 | mm/error_inject: Fix allow_error_inject function signatures. | Alexei Starovoitov |
2020-08-24 | Revert "powerpc/64s: Remove PROT_SAO support" | Shawn Anastasio |
2020-08-21 | mm, page_alloc: fix core hung in free_pcppages_bulk() | Charan Teja Reddy |
2020-08-21 | mm: include CMA pages in lowmem_reserve at boot | Doug Berger |
2020-08-21 | mm/rodata_test.c: fix missing function declaration | Leon Romanovsky |
2020-08-21 | mm/vunmap: add cond_resched() in vunmap_pmd_range | Aneesh Kumar K.V |
2020-08-21 | khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter() | Hugh Dickins |
2020-08-21 | hugetlb_cgroup: convert comma to semicolon | Xu Wang |
2020-08-18 | mm/memory.c: skip spurious TLB flush for retried page fault | Yang Shi |
2020-08-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-08-14 | mm/swap.c: annotate data races for lru_rotate_pvecs | Qian Cai |
2020-08-14 | mm/rmap: annotate a data race at tlb_flush_batched | Qian Cai |
2020-08-14 | mm/mempool: fix a data race in mempool_free() | Qian Cai |