aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-03-24FROMLIST: mm: mmap: Add new /proc tunable for mmap_base ASLR.dcashman
2015-09-23Merge tag 'v3.10.89' into edison-3.10.17Brian Wood
2015-09-22Merge branch 'google_source_common' into edison-3.10.17Brian Wood
2015-09-13mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li
2015-08-16mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-08-10mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-08-07Page cache miss tracing using ftrace on mm/filemapDaniel Campello
2015-06-22mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-05-28mm: change invalidatepage prototype to accept lengthLukas Czerner
2015-05-28bludgeon the flounder kernel until it builds on i386 for qemu testingTheodore Ts'o
2015-05-28vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara
2015-05-28ext4: backport mm portion of: fix data integrity sync in ordered modeTheodore Ts'o
2015-05-28mm: add find_get_page_flags() for 3.18 ext4 backportTheodore Ts'o
2015-05-17mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi
2015-04-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-04-19writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-04-19writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-04-19mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng
2015-03-18mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-03-18mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-03-18mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-18mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-18mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-03-11mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep
2015-02-11mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds
2015-01-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka
2014-12-16mm: fix swapoff hang after page migration and forkHugh Dickins
2014-12-16mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang
2014-11-21mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2014-11-21mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2014-11-21mm: memcg: rework and document OOM waiting and wakeupJohannes Weiner
2014-11-21mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2014-11-14mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara
2014-11-14cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan
2014-11-14OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko
2014-11-14vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara
2014-11-14Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck
2014-11-07memcg: add permission checkRom Lemarchand
2014-10-09mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman
2014-10-09mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long
2014-10-05vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov
2014-10-05oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov
2014-10-05oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov
2014-10-05oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov
2014-10-05percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo
2014-10-05percpu: fix pcpu_alloc_pages() failure pathTejun Heo
2014-10-05percpu: free percpu allocation info for uniprocessor systemHonggang Li