summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* mremap: fix race between mremap() and page cleanningAaron Lu2016-11-17
* mm: kmemleak: scan .data.ro_after_initJakub Kicinski2016-11-11
* memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen2016-11-11
* mm/filemap: don't allow partially uptodate page for pipesEryu Guan2016-11-11
* mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz2016-11-11
* mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi2016-11-11
* swapfile: fix memory corruption via malformed swapfileJann Horn2016-11-11
* mm/cma.c: check the max limit for cma allocationShiraz Hashim2016-11-11
* shmem: fix pageflags after swapping DMA32 objectHugh Dickins2016-11-11
* mm: remove extra newline from allocation stall warningTetsuo Handa2016-11-11
* Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-11-01
|\
| * latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook2016-10-31
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-27
|\ \
| * | mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2016-10-27
| * | mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas2016-10-27
| * | mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2016-10-27
| * | mm: page_alloc: use KERN_CONT where appropriateJoe Perches2016-10-27
| * | mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov2016-10-27
| * | mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim2016-10-27
* | | Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testingLinus Torvalds2016-10-27
* | | mm: remove unused variable in memory hotplugLinus Torvalds2016-10-27
|/ /
* | mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-27
* | mm: unexport __get_user_pages()Lorenzo Stoakes2016-10-24
|/
* Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-22
|\
| * mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski2016-10-20
| * mm/numa: Remove duplicated include from mprotect.cWei Yongjun2016-10-19
* | Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-19
|\ \ | |/ |/|
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-19
| * mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-19
| * mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-19
| * mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
| * mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
| * mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
| * mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-19
| * mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2016-10-18
| * mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2016-10-18
| * mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes2016-10-18
| * mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-10-18
* | kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov2016-10-16
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-15
|\ \
| * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-10
| * | gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-10
* | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2016-10-14
|\ \ \
| * | | mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()zijun_hu2016-10-05
| * | | mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()zijun_hu2016-10-05
* | | | Disable the __builtin_return_address() warning globally after allLinus Torvalds2016-10-12
| |_|/ |/| |
* | | mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas2016-10-11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\ \ \
| * \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-10
| |\ \ \
| | * | | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27