aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu2-10/+29
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski1-0/+1
2016-11-11memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen1-2/+2
2016-11-11mm/filemap: don't allow partially uptodate page for pipesEryu Guan1-0/+3
2016-11-11mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz1-0/+66
2016-11-11mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi1-7/+5
2016-11-11swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-11-11mm/cma.c: check the max limit for cma allocationShiraz Hashim1-0/+3
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins1-0/+2
2016-11-11mm: remove extra newline from allocation stall warningTetsuo Handa1-1/+1
2016-11-01Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook1-1/+1
2016-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-26/+56
2016-10-27mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2-0/+11
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas1-2/+5
2016-10-27mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2-16/+28
2016-10-27mm: page_alloc: use KERN_CONT where appropriateJoe Perches1-7/+9
2016-10-27mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-10-27mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim1-1/+1
2016-10-27Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testingLinus Torvalds1-1/+1
2016-10-27mm: remove unused variable in memory hotplugLinus Torvalds1-1/+0
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds3-144/+3
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes2-3/+2
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+3
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski1-1/+3
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds7-71/+73
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes3-11/+8
2016-10-19mm/numa: Remove duplicated include from mprotect.cWei Yongjun1-1/+0
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-12/+6
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-11/+21
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2-16/+12
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes3-24/+8
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-11/+2
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes3-11/+14
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes3-20/+8
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes3-13/+23
2016-10-18mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes1-14/+33
2016-10-18mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov1-3/+19
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds1-18/+20
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds1-3/+0
2016-10-11mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas5-9/+56
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+11
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro11-56/+60
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-15/+0
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-0/+5
2016-10-10Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+85
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-1/+1
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds34-873/+1250
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-10-07seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-1/+1
2016-10-07proc: much faster /proc/vmstatAlexey Dobriyan1-1/+4
2016-10-07mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-2/+2
2016-10-07mm: warn about allocations which stall for too longMichal Hocko1-0/+10
2016-10-07mm: consolidate warn_alloc_failed usersMichal Hocko2-23/+18
2016-10-07vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2016-10-07mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-1/+1
2016-10-07oom: print nodemask in the oom reportMichal Hocko1-2/+5
2016-10-07mm: clarify why we avoid page_mapcount() for slab pages in dump_page()Kirill A. Shutemov1-0/+5
2016-10-07mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli1-18/+41
2016-10-07mm: vma_adjust: minor comment correctionAndrea Arcangeli1-1/+1
2016-10-07mm: vma_adjust: remove superfluous check for next not NULLAndrea Arcangeli1-1/+1
2016-10-07mm: vma_merge: fix vm_page_prot SMP race condition against rmap_walkAndrea Arcangeli2-27/+131
2016-10-07mm: vma_adjust: remove superfluous confusing update in remove_next == 1 caseAndrea Arcangeli1-2/+22
2016-10-07mm: vm_page_prot: update with WRITE_ONCE/READ_ONCEAndrea Arcangeli4-10/+12
2016-10-07mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang1-1/+6
2016-10-07mm/page_isolation: fix typo: "paes" -> "pages"Yisheng Xie1-1/+1
2016-10-07mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer1-3/+9
2016-10-07mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2-6/+24
2016-10-07mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer1-6/+7
2016-10-07mm: nobootmem: move the comment of free_all_bootmemWanlong Gao1-5/+5
2016-10-07mm/shmem.c: constify anon_opsRasmus Villemoes1-1/+1
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-10/+13
2016-10-07mm/page_io.c: replace some BUG_ON()s with VM_BUG_ON_PAGE()Andrew Morton1-3/+4
2016-10-07mm: don't emit warning from pagefault_out_of_memory()Tetsuo Handa1-11/+1
2016-10-07mm, compaction: restrict fragindex to costly ordersVlastimil Babka1-2/+7
2016-10-07mm, compaction: ignore fragindex from compaction_zonelist_suitable()Vlastimil Babka1-17/+18
2016-10-07mm, page_alloc: pull no_progress_loops update to should_reclaim_retry()Vlastimil Babka1-14/+14
2016-10-07mm, compaction: make full priority ignore pageblock suitabilityVlastimil Babka2-3/+9
2016-10-07mm, compaction: restrict full priority to non-costly ordersVlastimil Babka1-1/+4
2016-10-07mm, compaction: more reliably increase direct compaction priorityVlastimil Babka1-14/+19
2016-10-07Revert "mm, oom: prevent premature OOM killer invocation for high order request"Vlastimil Babka1-2/+49
2016-10-07mm, swap: use offset of swap entry as key of swap cacheHuang Ying4-10/+12
2016-10-07mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
2016-10-07mm/memcontrol.c: make the walk_page_range() limit obviousJames Morse1-2/+4
2016-10-07thp: reduce usage of huge zero page's atomic counterAaron Lu3-17/+27
2016-10-07cpu: fix node state for whether it contains CPUTim Chen1-0/+11
2016-10-07thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani1-0/+43
2016-10-07mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo1-0/+3
2016-10-07mm: mlock: check against vma for actual mlock() sizeSimon Guo1-0/+49
2016-10-07oom: warn if we go OOM for higher order and compaction is disabledMichal Hocko1-0/+2
2016-10-07mm: don't use radix tree writeback tags for pages in swap cacheHuang Ying2-2/+4
2016-10-07mm/bootmem.c: replace kzalloc() by kzalloc_node()zijun_hu1-12/+2
2016-10-07mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu1-5/+5
2016-10-07mm/memblock.c: expose total reserved memorySrikar Dronamraju1-0/+5
2016-10-07mm: introduce arch_reserved_kernel_pages()Srikar Dronamraju1-0/+12
2016-10-07mm: use zonelist name instead of using hardcoded indexAneesh Kumar K.V3-6/+6
2016-10-07oom, oom_reaper: allow to reap mm shared by the kthreadsMichal Hocko1-7/+7
2016-10-07mm: make sure that kthreads will not refault oom reaped memoryMichal Hocko2-0/+21
2016-10-07mm, oom: enforce exit_oom_victim on current taskTetsuo Handa1-3/+2
2016-10-07oom, suspend: fix oom_killer_disable vs. pm suspend properlyMichal Hocko1-20/+20
2016-10-07mm, oom: get rid of signal_struct::oom_victimsMichal Hocko1-10/+7
2016-10-07oom: keep mm of the killed task availableMichal Hocko1-32/+19
2016-10-07mm,oom_reaper: do not attempt to reap a task twiceTetsuo Handa1-12/+3
2016-10-07mm,oom_reaper: reduce find_lock_task_mm() usageTetsuo Handa1-43/+38
2016-10-07mm, swap: add swap_cluster_listHuang Ying1-70/+63
2016-10-07mm: unrig VMA cache hit ratioAlexey Dobriyan1-4/+4
2016-10-07do_generic_file_read(): fail immediately if killedBart Van Assche1-1/+3
2016-10-07mm/page_owner: don't define fields on struct page_ext by hard-codingJoonsoo Kim1-25/+58
2016-10-07mm/page_ext: support extra space allocation by page_ext userJoonsoo Kim2-11/+32
2016-10-07mm/page_ext: rename offset to indexJoonsoo Kim1-3/+3
2016-10-07mm/page_owner: move page_owner specific function to page_owner.cJoonsoo Kim2-79/+77
2016-10-07mm/debug_pagealloc.c: don't allocate page_ext if we don't use guard pageJoonsoo Kim1-1/+7
2016-10-07mm/debug_pagealloc.c: clean-up guard page handling codeJoonsoo Kim1-16/+18
2016-10-07mm, vmscan: get rid of throttle_vm_writeoutMichal Hocko2-32/+0
2016-10-07mm: fix set pageblock migratetype in deferred struct page initXishi Qiu1-7/+13
2016-10-07mem-hotplug: fix node spanned pages when we have a movable nodeXishi Qiu1-31/+23
2016-10-07mm, vmscan: make compaction_ready() more accurate and readableVlastimil Babka1-23/+20
2016-10-07mm, compaction: require only min watermarks for non-costly ordersVlastimil Babka2-3/+12
2016-10-07mm, compaction: use proper alloc_flags in __compaction_suitable()Vlastimil Babka2-3/+11
2016-10-07mm, compaction: create compact_gap wrapperVlastimil Babka2-7/+6
2016-10-07mm, compaction: use correct watermark when checking compaction successVlastimil Babka1-3/+3
2016-10-07mm, compaction: add the ultimate direct compaction priorityVlastimil Babka1-1/+4
2016-10-07mm, compaction: don't recheck watermarks after COMPACT_SUCCESSVlastimil Babka1-8/+3
2016-10-07mm, compaction: rename COMPACT_PARTIAL to COMPACT_SUCCESSVlastimil Babka2-7/+7
2016-10-07mm, compaction: cleanup unused functionsVlastimil Babka1-43/+17
2016-10-07mm, compaction: make whole_zone flag ignore cached scanner positionsVlastimil Babka2-23/+22
2016-10-07mm/oom_kill.c: fix task_will_free_mem() commentMichal Hocko1-2/+3
2016-10-07mm: memcontrol: add sanity checks for memcg->id.ref on get/putVladimir Davydov1-1/+5
2016-10-07mm/vmalloc.c: fix align value calculation errorzijun_hu1-4/+4
2016-10-07mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov2-166/+148
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-114/+1
2016-10-06Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-114/+1
2016-10-05mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner1-1/+0
2016-10-05mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner1-16/+30
2016-10-05mm/percpu.c: fix potential memory leakage for pcpu_embed_first_chunk()zijun_hu1-18/+18
2016-10-05mm/percpu.c: correct max_distance calculation for pcpu_embed_first_chunk()zijun_hu1-6/+8
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-126/+79
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2016-10-03Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+0
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+5
2016-10-03fs: update atime before I/O in generic_file_read_iterChristoph Hellwig1-7/+7
2016-10-02Merge branches 'pm-devfreq' and 'pm-sleep'Rafael J. Wysocki1-2/+0
2016-09-30mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner2-63/+61
2016-09-30Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar6-35/+17
2016-09-28mem-hotplug: use nodes that contain memory as mask in new_node_page()Li Zhong1-5/+5
2016-09-28mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-10/+10
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-25mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes2-8/+7
2016-09-24Merge branch 'hughd-fixes' (patches from Hugh Dickins)Linus Torvalds2-21/+3
2016-09-24mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins1-19/+0
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins1-1/+2
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani1-1/+1
2016-09-22Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar8-53/+85
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-20mm: usercopy: Check for module addressesLaura Abbott1-1/+4
2016-09-19mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accountingJohannes Weiner1-9/+22
2016-09-19mm: fix the page_swap_info() BUG_ON checkSantosh Shilimkar2-1/+3
2016-09-19mm: avoid endless recursion in dump_page()Kirill A. Shutemov1-2/+4
2016-09-19mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin()Ebru Akagunduz1-5/+5
2016-09-19khugepaged: fix use-after-free in collapse_huge_page()Kirill A. Shutemov1-7/+8
2016-09-19mem-hotplug: don't clear the only node in new_node_page()Li Zhong1-1/+3
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov1-0/+8
2016-09-13sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flagsRik van Riel2-2/+2
2016-09-13PM / Hibernate: allow hibernation with PAGE_POISONING_ZEROAnisse Astier1-2/+0
2016-09-10Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2016-09-09mm: fix show_smap() for zone_device-pmd rangesDan Williams1-2/+2
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-6/+55
2016-09-09x86/pkeys: Make mprotect_key() mask off additional vm_flagsDave Hansen1-1/+10
2016-09-09mm: Implement new pkey_mprotect() system callDave Hansen1-4/+26
2016-09-07usercopy: remove page-spanning test for nowKees Cook1-26/+35
2016-09-06mm/writeback: Convert to hotplug state machineSebastian Andrzej Siewior1-19/+7
2016-09-06slub: Convert to hotplug state machineSebastian Andrzej Siewior1-44/+21
2016-09-06slab: Convert to hotplug state machineSebastian Andrzej Siewior1-63/+51
2016-09-01mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes1-0/+17
2016-09-01mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman2-13/+13
2016-09-01mm, oom: prevent premature OOM killer invocation for high order requestMichal Hocko1-49/+2
2016-08-26mm: silently skip readahead for DAX inodesRoss Zwisler1-0/+9
2016-08-26mm: memcontrol: avoid unused function warningArnd Bergmann1-18/+18
2016-08-26mm: clarify COMPACTION Kconfig textMichal Hocko1-1/+8
2016-08-26soft_dirty: fix soft_dirty during THP splitAndrea Arcangeli1-1/+6
2016-08-25arm64: Introduce execute-only page access permissionsCatalin Marinas1-0/+5
2016-08-22usercopy: fix overlap check for kernel textJosh Poimboeuf1-1/+1
2016-08-22usercopy: avoid potentially undefined behavior in pointer mathEric Biggers1-1/+1
2016-08-11mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdatsReza Arbab1-0/+2
2016-08-11mm, oom: fix uninitialized ret in task_will_free_mem()Geert Uytterhoeven1-1/+1
2016-08-11kasan: remove the unnecessary WARN_ONCE from quarantine.cAlexander Potapenko1-5/+2
2016-08-11mm: memcontrol: fix memcg id ref counter on swap charge moveVladimir Davydov1-6/+18
2016-08-11mm: memcontrol: fix swap counter leak on swapout from offline cgroupVladimir Davydov1-6/+38
2016-08-11proc, meminfo: use correct helpers for calculating LRU sizes in meminfoMel Gorman1-1/+1
2016-08-11mm/hugetlb: fix incorrect hugepages count during mem hotplugzhong jiang1-0/+1
2016-08-10mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lockChris Wilson1-1/+5