Commit Graph

5059 Commits (c196e32a111b0ee356d67acceb938ae0b5e63ef0)

Author SHA1 Message Date
Bob Liu f67d9b1576 nommu: add page alignment to mmap 14 years ago
Shaohua Li eb709b0d06 mm: batch activate_page() to reduce lock contention 14 years ago
Andrew Barry cfa54a0fcf mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath() 14 years ago
Michal Hocko a2c8990aed memsw: remove noswapaccount kernel parameter 14 years ago
Stephen Wilson f69ff943df mm: proc: move show_numa_map() to fs/proc/task_mmu.c 14 years ago
Stephen Wilson 9840e37239 mm: remove check_huge_range() 14 years ago
Stephen Wilson 722e2ee09b mm: make gather_stats() type-safe and remove forward declaration 14 years ago
Stephen Wilson b1f72d1857 mm: remove MPOL_MF_STATS 14 years ago
Stephen Wilson 29ea2f6982 mm: use walk_page_range() instead of custom page table walking code 14 years ago
Stephen Wilson d98f6cb67f mm: export get_vma_policy() 14 years ago
Eric Paris b09e0fa4b4 tmpfs: implement generic xattr support 14 years ago
Yinghai Lu 4eb317072b memblock/nobootmem: remove unneeded code from alloc_bootmem_node_high() 14 years ago
David Rientjes a197b59ae6 mm: fail GFP_DMA allocations when ZONE_DMA is not configured 14 years ago
Daniel Kiper a3bc42f584 mm: remove dependency on CONFIG_FLATMEM from online_page() 14 years ago
Minchan Kim 821ed6bbed mm: filter unevictable page out in deactivate_page() 14 years ago
Wu Fengguang 2cbea1d3ab readahead: trigger mmap sequential readahead on PG_readahead 14 years ago
Andi Kleen 207d04baa3 readahead: reduce unnecessary mmap_miss increases 14 years ago
Wu Fengguang 275b12bf54 readahead: return early when readahead is disabled 14 years ago
Ying Han 1495f230fa vmscan: change shrinker API by passing shrink_control struct 14 years ago
Ying Han a09ed5e000 vmscan: change shrink_slab() interfaces by passing shrink_control 14 years ago
Wu Fengguang 7b1de5868b readahead: readahead page allocations are OK to fail 14 years ago
Arve Hjønnevåg 6d3163ce86 mm: check if any page in a pageblock is reserved before marking it MIGRATE_RESERVE 14 years ago
Konstantin Khlebnikov 0c917313a8 mm: strictly require elevated page refcount in isolate_lru_page() 14 years ago
Konstantin Khlebnikov bd486285f2 mem-hwpoison: fix page refcount around isolate_lru_page() 14 years ago
Konstantin Khlebnikov 700c2a46e8 mem-hotplug: call isolate_lru_page with elevated refcount 14 years ago
Dave Hansen 22943ab116 mm: print vmalloc() state after allocation failures 14 years ago
Dave Hansen a238ab5b02 mm: break out page allocation warning code 14 years ago
KOSAKI Motohiro de03c72cfc mm: convert mm->cpu_vm_cpumask into cpumask_var_t 14 years ago
Andrea Arcangeli 692e0b3542 mm: thp: optimize memcg charge in khugepaged 14 years ago
Peter Zijlstra 9547d01bfb mm: uninline large generic tlb.h functions 14 years ago
Peter Zijlstra 88c22088bf mm: optimize page_lock_anon_vma() fast-path 14 years ago
Peter Zijlstra 2b575eb64f mm: convert anon_vma->lock to a mutex 14 years ago
Peter Zijlstra 746b18d421 mm: use refcounts for page_lock_anon_vma() 14 years ago
Peter Zijlstra 6111e4ca68 mm: improve page_lock_anon_vma() comment 14 years ago
Peter Zijlstra 25aeeb046e mm: revert page_lock_anon_vma() lock annotation 14 years ago
Peter Zijlstra 3d48ae45e7 mm: Convert i_mmap_lock to a mutex 14 years ago
Peter Zijlstra 97a894136f mm: Remove i_mmap_lock lockbreak 14 years ago
Peter Zijlstra e303297e6c mm: extended batches for generic mmu_gather 14 years ago
Peter Zijlstra 2672391169 mm, powerpc: move the RCU page-table freeing into generic code 14 years ago
Peter Zijlstra d16dfc550f mm: mmu_gather rework 14 years ago
Michal Hocko d05f3169c0 mm: make expand_downwards() symmetrical with expand_upwards() 14 years ago
Johannes Weiner 248ac0e194 mm/vmalloc: remove guard page from between vmap blocks 14 years ago
David Rientjes 72788c3856 oom: replace PF_OOM_ORIGIN with toggling oom_score_adj 14 years ago
Andrea Arcangeli c6a140bf16 mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPD 14 years ago
KOSAKI Motohiro a6cccdc36c mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur 14 years ago
KOSAKI Motohiro 1b79acc911 mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs 14 years ago
KOSAKI Motohiro 839a4fcc8a mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should be __meminit. 14 years ago
KOSAKI Motohiro 37b23e0525 x86,mm: make pagefault killable 14 years ago
KOSAKI Motohiro f62e00cc3a mm: introduce wait_on_page_locked_killable() 14 years ago
KOSAKI Motohiro fa25c503df mm: per-node vmstat: show proper vmstats 14 years ago