aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-10rmap: fix compound check logic in page_remove_file_rmapSteve Capper1-1/+1
2016-08-10mm, rmap: fix false positive VM_BUG() in page_add_file_rmap()Kirill A. Shutemov1-2/+3
2016-08-10mm/page_alloc.c: recalculate some of node threshold when on/offline memoryJoonsoo Kim1-15/+35
2016-08-10mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changesJoonsoo Kim1-1/+1
2016-08-10thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann1-1/+3
2016-08-09mm: memcontrol: only mark charged pages with PageKmemcgVladimir Davydov2-11/+17
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds4-0/+342
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-2/+2
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+22
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+9
2016-08-04mm/memblock.c: fix NULL dereference errorzijun_hu1-1/+4
2016-08-04slub: drop bogus inline for fixup_red_left()Geert Uytterhoeven1-1/+1
2016-08-04mm: initialise per_cpu_nodestats for all online pgdats at bootMel Gorman1-5/+5
2016-08-04mm/memblock: fix a typo in a commentAlexander Kuleshov1-2/+2
2016-08-04mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabledzhong jiang1-0/+1
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-3/+3
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams1-0/+19
2016-08-03shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven1-1/+2
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds14-103/+124
2016-08-02mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick4-5/+5
2016-08-02mm: vmscan: fix memcg-aware shrinkers not called on global reclaimVladimir Davydov1-1/+1
2016-08-02kasan: avoid overflowing quarantine size on low memory systemsAlexander Potapenko1-2/+7
2016-08-02kasan: improve double-free reportsAndrey Ryabinin3-18/+41
2016-08-02mm/kasan: get rid of ->state in struct kasan_alloc_metaAndrey Ryabinin6-64/+39
2016-08-02mm/kasan: get rid of ->alloc_size in struct kasan_alloc_metaAndrey Ryabinin3-8/+4
2016-08-02mm/kasan, slub: don't disable interrupts when object leaves quarantineAndrey Ryabinin1-2/+6
2016-08-02mm/kasan: don't reduce quarantine in atomic contextsAndrey Ryabinin1-2/+2
2016-08-02mm/kasan: fix corruptions and false positive reportsAndrey Ryabinin1-1/+1
2016-08-02memcg: put soft limit reclaim out of way if the excess tree is emptyMichal Hocko1-0/+9
2016-08-02mm, hugetlb: fix huge_pte_alloc BUG_ONMichal Hocko1-1/+1
2016-08-02mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He1-0/+4
2016-08-02mm: move swap-in anonymous page into active listMinchan Kim1-0/+1
2016-08-02mm: fail prefaulting if page table allocation failsVegard Nossum1-0/+2
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2016-08-01powerpc/mm/hugetlb: Add flush_hugetlb_tlb_rangeAneesh Kumar K.V1-1/+9
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+2
2016-07-29mm: export filemap_check_errors() to modulesMiklos Szeredi1-1/+2