Age | Commit message (Expand) | Author | Files | Lines |
2022-06-17 | Merge tag 'fs_for_v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -9/+2 |
2022-06-16 | init: Initialize noop_backing_dev_info early | Jan Kara | 1 | -9/+2 |
2022-06-13 | usercopy: Make usercopy resilient against ridiculously large copies | Matthew Wilcox (Oracle) | 1 | -10/+9 |
2022-06-13 | usercopy: Cast pointer to an integer once | Matthew Wilcox (Oracle) | 1 | -5/+6 |
2022-06-13 | usercopy: Handle vm_map_ram() areas | Matthew Wilcox (Oracle) | 2 | -7/+5 |
2022-06-09 | mm/huge_memory: Fix xarray node memory leak | Matthew Wilcox (Oracle) | 1 | -2/+1 |
2022-06-09 | filemap: Cache the value of vm_flags | Matthew Wilcox (Oracle) | 1 | -4/+5 |
2022-06-09 | filemap: Don't release a locked folio | Matthew Wilcox (Oracle) | 1 | -0/+2 |
2022-06-06 | Merge tag 'mm-hotfixes-stable-2022-06-05' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 4 | -32/+32 |
2022-06-06 | Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -0/+16 |
2022-06-05 | Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -2/+2 |
2022-06-03 | mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate | Yury Norov | 1 | -2/+2 |
2022-06-02 | mm/oom_kill.c: fix vm_oom_kill_table[] ifdeffery | Andrew Morton | 1 | -29/+29 |
2022-06-02 | mm/memremap: fix missing call to untrack_pfn() in pagemap_range() | Miaohe Lin | 1 | -1/+1 |
2022-06-02 | mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock() | Zi Yan | 1 | -1/+1 |
2022-06-02 | mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ON | Muchun Song | 1 | -1/+1 |
2022-06-02 | delayacct: track delays from write-protect copy | Yang Yang | 2 | -0/+16 |
2022-06-01 | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+18 |
2022-05-28 | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2 | -10/+27 |
2022-05-27 | Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 12 | -87/+261 |
2022-05-27 | Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 5 | -9/+47 |
2022-05-27 | mm/shmem.c: suppress shift warning | Andrew Morton | 1 | -1/+1 |
2022-05-27 | mm: Kconfig: reorganize misplaced mm options | Vlastimil Babka | 2 | -0/+87 |
2022-05-27 | mm: kasan: fix input of vmalloc_to_page() | Kefeng Wang | 1 | -1/+1 |
2022-05-27 | mm: fix is_pinnable_page against a cma page | Minchan Kim | 1 | -2/+6 |
2022-05-27 | mm: filter out swapin error entry in shmem mapping | Miaohe Lin | 2 | -1/+7 |
2022-05-27 | mm/shmem: fix infinite loop when swap in shmem error at swapoff time | Miaohe Lin | 1 | -0/+39 |
2022-05-27 | mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range | Miaohe Lin | 1 | -5/+8 |
2022-05-27 | mm/swapfile: fix lost swap bits in unuse_pte() | Miaohe Lin | 1 | -3/+7 |
2022-05-27 | mm/swapfile: unuse_pte can map random data if swap read fails | Miaohe Lin | 2 | -1/+15 |
2022-05-27 | mm/z3fold: fix z3fold_page_migrate races with z3fold_map | Miaohe Lin | 1 | -4/+12 |
2022-05-27 | mm/z3fold: fix z3fold_reclaim_page races with z3fold_free | Miaohe Lin | 1 | -15/+3 |
2022-05-27 | mm/z3fold: always clear PAGE_CLAIMED under z3fold page lock | Miaohe Lin | 1 | -3/+3 |
2022-05-27 | mm/z3fold: put z3fold page back into unbuddied list when reclaim or migration... | Miaohe Lin | 1 | -0/+4 |
2022-05-27 | revert "mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc" | Miaohe Lin | 1 | -5/+3 |
2022-05-27 | mm/z3fold: throw warning on failure of trylock_page in z3fold_alloc | Miaohe Lin | 1 | -4/+3 |
2022-05-27 | mm/z3fold: remove buggy use of stale list for allocation | Miaohe Lin | 1 | -22/+1 |
2022-05-27 | mm/z3fold: fix possible null pointer dereferencing | Miaohe Lin | 1 | -1/+11 |
2022-05-27 | mm/z3fold: fix sheduling while atomic | Miaohe Lin | 1 | -2/+1 |
2022-05-27 | mm: split free page with properly free memory accounting and without race | Zi Yan | 3 | -9/+29 |
2022-05-27 | mm: page-isolation: skip isolated pageblock in start_isolate_page_range() | Zi Yan | 1 | -8/+18 |
2022-05-27 | mm/page_table_check: fix accessing unmapped ptep | Miaohe Lin | 1 | -1/+1 |
2022-05-27 | mm/page_alloc: always attempt to allocate at least one page during bulk alloc... | Mel Gorman | 1 | -2/+2 |
2022-05-27 | hugetlb: fix huge_pmd_unshare address update | Mike Kravetz | 1 | -1/+8 |
2022-05-27 | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -13/+129 |
2022-05-26 | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 76 | -2735/+5256 |
2022-05-25 | Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2 | -18/+19 |
2022-05-25 | mm: kfence: use PAGE_ALIGNED helper | Kefeng Wang | 1 | -3/+2 |
2022-05-25 | ksm: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2022-05-25 | Revert "mm/vmscan: never demote for memcg reclaim" | Johannes Weiner | 1 | -7/+2 |