Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-07-12mm/slab: sanity-check page type when looking up cacheKees Cook
2019-07-12mm/slab: validate cache membership under freelist hardeningKees Cook
2019-07-12mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns
2019-07-12mm/memcontrol: fix wrong statistics in memory.statYafang Shao
2019-07-12mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang
2019-07-11Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2019-07-11Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xf...Linus Torvalds
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-07-06Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-07-05swap_readpage(): avoid blk_wake_io_task() if !synchronousOleg Nesterov
2019-07-05mm/vmscan.c: prevent useless kswapd loopsShakeel Butt
2019-07-05mm/page_alloc.c: fix regression with deferred struct page initJuergen Gross
2019-06-29mm, swap: fix THP swap outHuang Ying
2019-06-29mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warningArnd Bergmann
2019-06-29mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King
2019-06-29mm/oom_kill.c: fix uninitialized oc->constraintYafang Shao
2019-06-29mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi
2019-06-29mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi
2019-06-29mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang
2019-06-24arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel
2019-06-21mm: add filemap_fdatawait_range_keep_errors()Ross Zwisler
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet
2019-06-14mm/devm_memremap_pages: fix final page put raceDan Williams
2019-06-14mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim
2019-06-14coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli
2019-06-14mm/mlock.c: change count_mm_mlocked_page_nr return typeswkhack
2019-06-14mm: mmu_gather: remove __tlb_reset_range() for force flushYang Shi
2019-06-14mm/vmscan.c: fix recent_rotated historyKirill Tkhai
2019-06-14mm/mlock.c: mlockall error for flag MCL_ONFAULTPotyra, Stefan
2019-06-14mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt
2019-06-14mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner
2019-06-09vfs: add missing checks to copy_file_rangeAmir Goldstein
2019-06-09vfs: remove redundant checks from generic_remap_checks()Amir Goldstein
2019-06-09vfs: introduce generic_file_rw_checks()Amir Goldstein
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 403Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 263Thomas Gleixner
2019-06-03mm/vmalloc: Avoid rare case of flushing TLB with weird argumentsRick Edgecombe
2019-06-03mm/vmalloc: Fix calculation of direct map addr rangeRick Edgecombe
2019-06-02mm, compaction: make sure we isolate a valid PFNSuzuki K Poulose