mm: shift VM_GROWS* check from mmap_region() to do_mmap_pgoff()
[pandora-kernel.git] / mm /
2017-09-16 Oleg Nesterovmm: shift VM_GROWS* check from mmap_region() to do_mmap...
2017-09-16 Hugh Dickinsmmap: EINVAL not ENOMEM when rejecting VM_GROWS
2017-09-16 Al Viromake get_file() return its argument
2017-09-16 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2017-09-15 Linus TorvaldsSanitize 'move_pages()' permission checks
2017-09-15 Sasha Levinmm: fix NULL ptr dereference in move_pages
2017-09-15 Sasha Levinmm: fix NULL ptr dereference in migrate_pages
2017-09-15 Christoph Lametermm: fix move/migrate_pages() race on task struct
2017-09-15 Jann Hornptrace: use fsuid, fsgid, effective creds for fs access...
2017-09-15 Yu Zhaoswap: cond_resched in swap_cgroup_prepare()
2017-08-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2017-07-02 Mikulas Patockamm: fix find_vma_prev
2017-07-02 KOSAKI Motohiromm: simplify find_vma_prev()
2017-07-02 Helge DellerAllow stack to grow up to address space limit
2017-07-02 Hugh Dickinsmm: larger stack guard gap, between vmas
2017-07-02 Linus Torvaldsmm: do not grow the stack vma just because of an overru...
2017-06-05 Chris Sallsmm/mempolicy.c: fix error handling in set_mempolicy...
2017-04-04 Michal Hockomm/huge_memory.c: fix up "mm/huge_memory.c: respect...
2017-03-16 Michal Hockomm, fs: check for fatal signals in do_generic_file_read()
2017-03-16 Keno Fischermm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thp
2017-02-23 Jann Hornswapfile: fix memory corruption via malformed swapfile
2016-12-21 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-11-20 Jan Karafs: Give dentry to inode_change_ok() instead of inode
2016-11-20 zhong jiangmm,ksm: fix endless looping in allocating memory when...
2016-11-20 Jia Hemm/hugetlb: avoid soft lockup in set_max_huge_pages()
2016-10-23 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-10-20 Michal Hockomm, gup: close FOLL MAP_PRIVATE race
2016-08-22 Richard Weinbergermm: Export migrate_page_move_mapping and migrate_page_copy
2016-07-03 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-06-15 Konstantin Khlebnikovmm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual...
2016-06-15 Bob Liuthp: introduce hugepage_vma_check()
2016-06-15 Nishanth Aravamudanhugetlb: ensure hugepage access is denied if hugepages...
2016-05-15 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-04-01 Andrea Arcangelimm: thp: fix SMP race condition between THP page fault...
2016-02-28 Christoph Lameterslub: Get rid of the node field
2016-02-28 Chris Metcalfarch/tile: allow building Linux with transparent huge...
2016-02-28 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2016-02-27 Tetsuo Handamm, vmstat: fix wrong WQ sleep when memory reclaim...
2016-02-13 Martijn Coenenmemcg: only free spare array when readers are done
2016-01-22 Michal Hockovmstat: allocate vmstat_wq before it is used
2016-01-22 Andrew Banmanmm/memory_hotplug.c: check for missing sections in...
2015-12-30 Naoya Horiguchimm: hugetlb: call huge_pte_alloc() only if ptep is...
2015-12-30 Michal Hockomm, vmstat: allow WQ concurrency to discover memory...
2015-12-13 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-11-17 Jan Karamm: make sendfile(2) killable
2015-11-17 Mel Gormanmm: hugetlbfs: skip shared VMAs when unmapping private...
2015-08-12 Kirill A. Shutemovmm: avoid setting up anonymous pages into file mapping
2015-08-12 Catalin Marinasmm: kmemleak: allow safe memory scanning during kmemlea...
2015-08-12 Jan Karafs: Fix S_NOSEC handling
2015-08-06 Joonsoo Kimslub: refactoring unfreeze_partials()
2015-08-06 Tejun Heowriteback: use |1 instead of +1 to protect against...
2015-07-02 Damien Ramondareadahead: fix sequential read cache miss detection
2015-07-02 Eric Dumazetslub: prefetch next freelist pointer in slab_alloc()
2015-06-07 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-05-09 Leon Yumm: fix anon_vma->degree underflow in anon_vma endless...
2015-05-09 Tejun Heowriteback: fix possible underflow in write bandwidth...
2015-05-09 Tejun Heowriteback: add missing INITIAL_JIFFIES init in global_u...
2015-05-09 Grazvydas Ignotasmm/memory.c: actually remap enough memory
2015-05-09 Roman Gushchinmm/nommu.c: fix arithmetic overflow in __vm_enough_memory()
2015-05-09 Roman Gushchinmm/mmap.c: fix arithmetic overflow in __vm_enough_memory()
2015-05-09 Naoya Horiguchimm/hugetlb: add migration entry check in __unmap_hugepa...
2015-05-09 Naoya Horiguchimm/hugetlb: add migration/hwpoisoned entry check in...
2015-05-09 Naoya Horiguchimm/hugetlb: fix getting refcount 0 page in hugetlb_fault()
2015-03-06 Shiraz Hashimmm: pagewalk: call pte_hole() for VM_PFNMAP during...
2015-02-20 Grazvydas Ignotasmm: actually remap enough memory
2015-02-20 Grazvydas Ignotasmm: allow remote_vm access to non-io pfnmap memory
2015-02-20 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2015-02-20 Linus Torvaldsvm: make stack guard page errors return VM_FAULT_SIGSEG...
2015-02-20 Linus Torvaldsvm: add VM_FAULT_SIGSEGV handling support
2015-02-20 Konstantin Khlebnikovmm: fix corner case in anon_vma endless growing prevention
2015-02-20 Linus Torvaldsmm: Don't count the stack guard page towards RLIMIT_STACK
2015-02-20 Johannes Weinermm: protect set_page_dirty() from ongoing truncation
2015-02-20 Miklos Szeredimm: remove unused arg of set_page_dirty_balance()
2015-02-20 Konstantin Khlebnikovmm: prevent endless growth of anon_vma hierarchy
2015-02-20 Linus Torvaldsmm: propagate error from stack expansion even for guard...
2015-01-01 Hugh Dickinsmm: fix swapoff hang after page migration and fork
2014-12-14 Jan Karamm: Remove false WARN_ON from pagecache_isize_extended()
2014-12-14 David Rientjesmm, thp: fix collapsing of hugepages on madvise
2014-12-14 Wang Nancgroup/kmemleak: add kmemleak_free() for cgroup dealloc...
2014-12-14 Will Deaconzap_pte_range: update addr when forcing flush after...
2014-12-14 Jan Karavfs: fix data corruption when blocksize < pagesize...
2014-11-08 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-11-05 Mel Gormanmm: migrate: Close race between migration completion...
2014-11-05 Miklos Szeredishmem: fix nlink for rename overwrite directory
2014-11-05 Honggang Lipercpu: free percpu allocation info for uniprocessor...
2014-11-05 Tejun Heopercpu: perform tlb flush after pcpu_map_pages() failure
2014-11-05 Tejun Heopercpu: fix pcpu_alloc_pages() failure path
2014-09-14 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-09-13 Andi Kleenslab/mempolicy: always use local policy from interrupt...
2014-09-13 David Rientjesmm, thp: do not allow thp faults to avoid cpuset restri...
2014-08-06 Catalin Marinasmm: kmemleak: avoid false negatives on vmalloc'ed objects
2014-08-06 Naoya Horiguchimm: hugetlb: fix copy_hugetlb_page_range()
2014-08-06 Hugh Dickinsshmem: fix splicing from a hole while it's punched
2014-08-06 Hugh Dickinsshmem: fix faulting into a hole, not taking i_mutex
2014-08-06 Hugh Dickinsshmem: fix faulting into a hole while it's punched
2014-08-06 Gu Zhengcpuset,mempolicy: fix sleeping function called from...
2014-07-11 Grazvydas Ignotasmm: hack: implement hugepage fb support
2014-07-11 Grazvydas Ignotasmm: hack: allow to change arm mem attributes through...
2014-07-11 Grazvydas IgnotasMerge branch 'stable-3.2' into pandora-3.2
2014-07-11 Hugh Dickinsmm: fix crashes from mbind() merging vmas
next