tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
[pandora-kernel.git] / mm /
2018-05-31 Mel Gormanmm: pin address_space before dereferencing it while...
2018-05-31 Mike Kravetzhugetlbfs: check for pgoff value overflow
2018-05-31 chenjiemm/madvise.c: fix madvise() infinite loop under special...
2018-03-03 Anshuman Khandualmm/mprotect: add a cond_resched() inside change_pmd_range()
2018-01-07 Hugh DickinsKAISER: Kernel Address Isolation
2018-01-07 Ingo Molnarmm/mmu_context, sched/core: Fix mmu_context.h assumption
2017-11-26 SeongJae Parkmm/vmstat.c: fix wrong comment
2017-11-11 Ben Hutchingsmm/huge_memory: Fix unused label warning
2017-11-11 Chen YuPM/hibernate: touch NMI watchdog when creating snapshot
2017-11-11 zhong jiangmm/mempolicy: fix use after free when calling get_mempolicy
2017-10-12 Zefan Licpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be...
2017-10-12 Helge Dellermm: fix overflow check in expand_upwards()
2017-10-12 Michal Hockomm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes...
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-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-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-20 Michal Hockomm, gup: close FOLL MAP_PRIVATE race
2016-08-22 Richard Weinbergermm: Export migrate_page_move_mapping and migrate_page_copy
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-04-01 Andrea Arcangelimm: thp: fix SMP race condition between THP page fault...
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-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...