- 332391a fs: Fix page cache inconsistency when mixing buffered and AIO DIO by Lukas Czerner · 7 years ago
- e253d98 Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 7a95bdb Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 11a19c7 sched/wait: Introduce wakeup boomark in wake_up_page_bit by Tim Chen · 7 years ago
- 5f48f0b mm, page_owner: skip unnecessary stack_trace entries by Prakash Gupta · 7 years ago
- 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
- 0b045bd mm/backing-dev.c: fix an error handling path in 'cgwb_create()' by Christophe JAILLET · 7 years ago
- fa90b2f mem/memcg: cache rightmost node by Davidlohr Bueso · 7 years ago
- f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
- 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
- 149728e mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced() by Anshuman Khandual · 7 years ago
- b6b1fd2 mm/swapfile.c: fix swapon frontswap_map memory leak on error by David Rientjes · 7 years ago
- 8606a1a mm: kvfree the swap cluster info if the swap file is unsatisfactory by Darrick J. Wong · 7 years ago
- f19360f mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt by Tetsuo Handa · 7 years ago
- b4ccec4 mm/sparse.c: fix typo in online_mem_sections by Michal Hocko · 7 years ago
- de0c799 mm/memory.c: fix mem_cgroup_oom_disable() call missing by Laurent Dufour · 7 years ago
- 475d048 mm: memcontrol: use per-cpu stocks for socket memory uncharging by Roman Gushchin · 7 years ago
- 3a77d21 mm: fadvise: avoid fadvise for fs without backing device by Shakeel Butt · 7 years ago
- 3eb95fe mm/zsmalloc.c: change stat type parameter to int by Matthias Kaehlcke · 7 years ago
- 9472f23 mm/mlock.c: use page_zone() instead of page_zone_id() by Joonsoo Kim · 7 years ago
- 6380322 mm: consider the number in local CPUs when reading NUMA stats by Kemi Wang · 7 years ago
- 1d90ca8 mm: update NUMA counter threshold size by Kemi Wang · 7 years ago
- 3a321d2 mm: change the call sites of numa statistics items by Kemi Wang · 7 years ago
- fde26be mm/memory.c: remove reduntant check for write access by Anshuman Khandual · 7 years ago
- 98c70ba mm: remove useless vma parameter to offset_il_node by Laurent Dufour · 7 years ago
- 6b368cd mm/hmm: avoid bloating arch that do not make use of HMM by Jérôme Glisse · 7 years ago
- d3df0a4 mm/hmm: add new helper to hotplug CDM memory region by Jérôme Glisse · 7 years ago
- df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
- 8315ada mm/migrate: allow migrate_vma() to alloc new page on empty entry by Jérôme Glisse · 7 years ago
- a5430dd mm/migrate: support un-addressable ZONE_DEVICE page in migration by Jérôme Glisse · 7 years ago
- 8c3328f mm/migrate: migrate_vma() unmap page from vma while collecting pages by Jérôme Glisse · 7 years ago
- 8763cb4 mm/migrate: new memory migration helper for use with device memory by Jérôme Glisse · 7 years ago
- 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
- 858b54d mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory by Jérôme Glisse · 7 years ago
- 4ef589d mm/hmm/devmem: device memory hotplug using ZONE_DEVICE by Jérôme Glisse · 7 years ago
- c733a82 mm/memcontrol: support MEMORY_DEVICE_PRIVATE by Jérôme Glisse · 7 years ago
- a9d5ade mm/memcontrol: allow to uncharge page without using page->lru field by Jérôme Glisse · 7 years ago
- 7b2d55d2 mm/ZONE_DEVICE: special case put_page() for device private pages by Jérôme Glisse · 7 years ago
- 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
- 74eee18 mm/hmm/mirror: device page fault handler by Jérôme Glisse · 7 years ago
- da4c3c7 mm/hmm/mirror: helper to snapshot CPU page table by Jérôme Glisse · 7 years ago
- c0b1240 mm/hmm/mirror: mirror process address space on device with HMM helpers by Jérôme Glisse · 7 years ago
- 133ff0e mm/hmm: heterogeneous memory management (HMM for short) by Jérôme Glisse · 7 years ago
- 8135d89 mm: memory_hotplug: memory hotremove supports thp migration by Naoya Horiguchi · 7 years ago
- e8db67e mm: migrate: move_pages() supports thp migration by Naoya Horiguchi · 7 years ago
- c863379 mm: mempolicy: mbind and migrate_pages support thp migration by Naoya Horiguchi · 7 years ago
- ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
- 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
- 616b837 mm: thp: enable thp migration in generic path by Zi Yan · 7 years ago
- 9c670ea mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION by Naoya Horiguchi · 7 years ago
- b5ff816 mm: thp: introduce separate TTU flag for thp freezing by Naoya Horiguchi · 7 years ago
- 88aaa2a mm: mempolicy: add queue_pages_required() by Naoya Horiguchi · 7 years ago
- a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
- bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 608c1d3 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
- a7cbfd0 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
- d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
- c79b57e mm: hugetlb: clear target sub-page last when clearing huge page by Huang Ying · 7 years ago
- 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
- a2468cc swap: choose swap device according to numa node by Aaron Lu · 7 years ago
- da99ecf mm: replace TIF_MEMDIE checks by tsk_is_oom_victim by Michal Hocko · 7 years ago
- cd04ae1 mm, oom: do not rely on TIF_MEMDIE for memory reserves access by Michal Hocko · 7 years ago
- d30561c z3fold: use per-cpu unbuddied lists by Vitaly Wool · 7 years ago
- 81a0298 mm, swap: don't use VMA based swap readahead if HDD is used as swap by Huang Ying · 7 years ago
- d9bfcfd mm, swap: add sysfs interface for VMA based swap readahead by Huang Ying · 7 years ago
- ec56017 mm, swap: VMA based swap readahead by Huang Ying · 7 years ago
- c4fa630 mm, swap: fix swap readahead marking by Huang Ying · 7 years ago
- cbc65df mm, swap: add swap readahead hit statistics by Huang Ying · 7 years ago
- 894e58c mm/vmalloc.c: don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
- f113e64 mm/vmstat.c: fix wrong comment by SeongJae Park · 7 years ago
- 749df87 mm/shmem: add hugetlbfs support to memfd_create() by Mike Kravetz · 7 years ago
- ab1b597 mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookups by Dan Williams · 7 years ago
- c568da2 mm/vmalloc.c: halve the number of comparisons performed in pcpu_get_vm_areas() by Wei Yang · 7 years ago
- 88d6ac4 mm/vmstat: fix divide error at __fragmentation_index by Wen Yang · 7 years ago
- 79b63f1 mm, hugetlb: do not allocate non-migrateable gigantic pages from movable zones by Michal Hocko · 7 years ago
- 2376dd7 userfaultfd: call userfaultfd_unmap_prep only if __split_vma succeeds by Andrea Arcangeli · 7 years ago
- c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
- 8fb44e5 userfaultfd: shmem: wire up shmem_mfill_zeropage_pte by Mike Rapoport · 7 years ago
- 3217d3c userfaultfd: mcopy_atomic: introduce mfill_atomic_pte helper by Mike Rapoport · 7 years ago
- 8d10396 userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd support by Mike Rapoport · 7 years ago
- 0f07969 shmem: introduce shmem_inode_acct_block by Mike Rapoport · 7 years ago
- b1cc94a shmem: shmem_charge: verify max_block is not exceeded before inode update by Mike Rapoport · 7 years ago
- fe490cc mm, THP, swap: add THP swapping out fallback counting by Huang Ying · 7 years ago
- bd4c82c2 mm, THP, swap: delay splitting THP after swapped out by Huang Ying · 7 years ago
- d6810d7 memcg, THP, swap: make mem_cgroup_swapout() support THP by Huang Ying · 7 years ago
- abe2895 memcg, THP, swap: avoid to duplicated charge THP in swap cache by Huang Ying · 7 years ago
- 3e14a57 memcg, THP, swap: support move mem cgroup charge for THP swapped out by Huang Ying · 7 years ago
- 5980768 mm, THP, swap: support splitting THP for THP swap out by Huang Ying · 7 years ago
- 225311a mm: test code to write THP to swap device as a whole by Huang Ying · 7 years ago
- f0eea18 mm, THP, swap: don't allocate huge cluster for file backed swap device by Huang Ying · 7 years ago
- ba3c4ce mm, THP, swap: make reuse_swap_page() works for THP swapped out by Huang Ying · 7 years ago
- e070982 mm, THP, swap: support to reclaim swap space for THP swapped out by Huang Ying · 7 years ago
- a3aea83 mm, THP, swap: support to clear swap cache flag for THP swapped out by Huang Ying · 7 years ago
- 04fecbf mm: memcontrol: use int for event/state parameter in several functions by Matthias Kaehlcke · 7 years ago
- 67e5ed9 mm/hugetlb.c: constify attribute_group structures by Arvind Yadav · 7 years ago
- 8aa95a2 mm/huge_memory.c: constify attribute_group structures by Arvind Yadav · 7 years ago
- fd147cb mm/page_idle.c: constify attribute_group structures by Arvind Yadav · 7 years ago
- 1fdaaa2 mm/slub.c: constify attribute_group structures by Arvind Yadav · 7 years ago