aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-05-05mm/hwpoison-inject: check PageLRU of hpageNaoya Horiguchi1-3/+3
2015-05-05mm/hwpoison-inject: fix refcounting in no-injection caseNaoya Horiguchi1-2/+5
2015-05-05mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-05mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-15/+15
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-79/+39
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds30-583/+1453
2015-04-15zsmalloc: remove extra cond_resched() in __zs_compactSergey Senozhatsky1-2/+0
2015-04-15zsmalloc: fix fatal corruption due to wrong size class selectionHeesub Shin1-5/+0
2015-04-15zsmalloc: remove unnecessary insertion/removal of zspage in compactionMinchan Kim1-3/+3
2015-04-15zsmalloc: micro-optimize zs_object_copy()Sergey Senozhatsky1-8/+7
2015-04-15zsmalloc: remove synchronize_rcu from zs_compact()Sergey Senozhatsky1-2/+0
2015-04-15mm/zsmalloc.c: fix comment for get_pages_per_zspageYinghao Xie1-1/+2
2015-04-15zsmalloc: zsmalloc documentationMinchan Kim1-29/+0
2015-04-15zsmalloc: add fullness into statMinchan Kim1-165/+184
2015-04-15zsmalloc: record handle in page->private for huge objectMinchan Kim1-12/+42
2015-04-15zsmalloc: adjust ZS_ALMOST_FULLMinchan Kim1-1/+1
2015-04-15zsmalloc: support compactionMinchan Kim1-19/+359
2015-04-15zsmalloc: factor out obj_[malloc|free]Minchan Kim1-38/+60
2015-04-15zsmalloc: decouple handle and objectMinchan Kim1-28/+98
2015-04-15mm/compaction.c: fix "suitable_migration_target() unused" warningAndrew Morton1-22/+23
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh1-4/+39
2015-04-15mm/memory: also print a_ops->readpage in print_bad_pte()Konstantin Khlebnikov1-6/+5
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin2-0/+36
2015-04-15mm/cma_debug.c: remove blank lines before DEFINE_SIMPLE_ATTRIBUTE()Andrew Morton1-5/+0
2015-04-15mm: cma: add functions to get region pages countersDmitry Safonov1-0/+40
2015-04-15thp: cleanup khugepaged startupKirill A. Shutemov1-10/+8
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov1-5/+36
2015-04-15mm: cma: add trace events for CMA allocations and freeingsStefan Strogin1-0/+5
2015-04-15mm/memblock.c: add debug output for memblock_add()Alexander Kuleshov1-2/+16
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi2-38/+6
2015-04-15mm: hugetlb: introduce page_huge_activeNaoya Horiguchi2-5/+50
2015-04-15mm: don't call __page_cache_release for hugetlbNaoya Horiguchi1-1/+9
2015-04-15mm/mmap.c: use while instead of if+gotoRasmus Villemoes1-7/+6
2015-04-15thp: do not adjust zone water marks if khugepaged is not startedKirill A. Shutemov1-1/+2
2015-04-15thp: handle errors in hugepage_init() properlyKirill A. Shutemov1-5/+20
2015-04-15mm, mempool: poison elements backed by slab allocatorDavid Rientjes1-2/+90
2015-04-15mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes1-0/+2
2015-04-15mm: remove rest of ACCESS_ONCE() usagesJason Low11-33/+33
2015-04-15mm: use READ_ONCE() for non-scalar typesJason Low1-2/+2
2015-04-15mm/mremap.c: clean up goto just return ERR_PTRDerek1-17/+8
2015-04-15mremap should return -ENOMEM when __vm_enough_memory failDerek1-1/+1
2015-04-15mm/vmalloc: get rid of dirty bitmap inside vmap_block structureRoman Pen1-18/+17
2015-04-15mm/vmalloc: occupy newly allocated vmap block just after allocationRoman Pen1-21/+37
2015-04-15mm/vmalloc: fix possible exhaustion of vmalloc space caused by vm_map_ram all...Roman Pen1-1/+1
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz1-4/+21
2015-04-15hugetlbfs: add minimum size accounting to subpoolsMike Kravetz1-23/+100
2015-04-15hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz1-2/+1
2015-04-15mm/compaction: reset compaction scanner positionsGioh Kim1-0/+8
2015-04-15mm, memcg: sync allocation and memcg charge gfp flags for THPMichal Hocko1-22/+20
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim2-13/+13
2015-04-15mm: allow compaction of unevictable pagesEric B Munson1-0/+7
2015-04-15mm/page-writeback: check-before-clear PageReclaimNaoya Horiguchi1-1/+2
2015-04-15mm/migrate: check-before-clear PageSwapCacheNaoya Horiguchi1-1/+2
2015-04-15mm/memory-failure.c: define page types for action_result() in one placeNaoya Horiguchi1-31/+77
2015-04-15memcg: remove obsolete commentVladimir Davydov1-5/+0
2015-04-15memcg: zap mem_cgroup_lookup()Vladimir Davydov1-16/+8
2015-04-15mm/oom_kill.c: fix typo in commentYaowei Bai1-1/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-4/+2
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-15/+15
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds30-818/+1199
2015-04-14memtest: use phys_addr_t for physical addressesVladimir Murzin1-8/+8
2015-04-14mm: move memtest under mmVladimir Murzin2-0/+119
2015-04-14mm, hugetlb: abort __get_user_pages if current has been oom killedDavid Rientjes1-0/+9
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes1-4/+6
2015-04-14memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan2-10/+13
2015-04-14mm: numa: remove migrate_ratelimitedMel Gorman1-20/+0
2015-04-14mm: memcontrol: let mem_cgroup_move_account() have effect only if MMU enabledChen Gang1-86/+86
2015-04-14mm: change vunmap to tear down huge KVA mappingsToshi Kani1-0/+4
2015-04-14mm: change __get_vm_area_node() to use fls_long()Toshi Kani1-1/+3
2015-04-14mm/page_alloc.c: clean up commentYaowei Bai1-1/+1
2015-04-14mm: cma: constify and use correct signness in mm/cma.cSasha Levin1-10/+14
2015-04-14mm, thp: really limit transparent hugepage allocation to local nodeDavid Rientjes2-3/+9
2015-04-14mm: remove GFP_THISNODEDavid Rientjes2-20/+24
2015-04-14mm, mempolicy: migrate_to_node should only migrate to nodeDavid Rientjes1-1/+2
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov1-181/+89
2015-04-14cleancache: forbid overriding cleancache_opsVladimir Davydov1-5/+7
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov1-3/+3
2015-04-14mm: refactor do_wp_page handling of shared vma into a functionShachar Raindel1-38/+48
2015-04-14mm: refactor do_wp_page, extract the page copy flowShachar Raindel1-118/+147
2015-04-14mm: refactor do_wp_page - rewrite the unlock flowShachar Raindel1-9/+12
2015-04-14mm: refactor do_wp_page, extract the reuse caseShachar Raindel1-49/+68
2015-04-14mm: completely remove dumping per-cpu lists from show_mem()Konstantin Khlebnikov1-20/+2
2015-04-14mm: hide per-cpu lists in output of show_mem()Konstantin Khlebnikov1-9/+30
2015-04-14page_writeback: clean up mess around cancel_dirty_page()Konstantin Khlebnikov3-38/+33
2015-04-14mm: incorporate zero pages into transparent huge pagesEbru Akagunduz1-8/+20
2015-04-14mm/compaction: enhance compaction finish conditionJoonsoo Kim3-7/+29
2015-04-14mm/page_alloc: factor out fallback freepage checkingJoonsoo Kim1-52/+91
2015-04-14mm/cma: change fallback behaviour for CMA freepageJoonsoo Kim1-17/+19
2015-04-14mm, hotplug: fix concurrent memory hot-add deadlockDavid Rientjes1-21/+12
2015-04-14mm-cma-allocation-trigger-fixAndrew Morton1-1/+1
2015-04-14mm: cma: release triggerSasha Levin1-0/+58
2015-04-14mm: cma: allocation triggerSasha Levin3-1/+63
2015-04-14mm: cma: debugfs interfaceSasha Levin5-15/+91
2015-04-14memory hotplug: use macro to switch between section and pfnSheng Yong1-1/+1
2015-04-14mm: memcontrol: update copyright noticeJohannes Weiner1-0/+6
2015-04-14mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He1-2/+2
2015-04-14mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2-118/+118
2015-04-14mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov1-4/+7
2015-04-14mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov3-9/+9
2015-04-14mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov3-5/+5
2015-04-14slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick1-2/+1
2015-04-14slub: use bool function return values of true/false not 1/0Joe Perches1-6/+6
2015-04-14mm/slub.c: parse slub_debug O option in switch statementChris J Arges1-9/+7
2015-04-14mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven1-3/+14
2015-04-14mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer1-2/+1
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds4-27/+14
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+2
2015-04-11mirror O_APPEND and O_DIRECT into iocb->ki_flagsAl Viro1-3/+3
2015-04-11switch generic_write_checks() to iocb and iterAl Viro1-25/+19
2015-04-11Merge branch 'for-linus' into for-nextAl Viro1-2/+8
2015-04-11generic_write_checks(): drop isblk argumentAl Viro1-43/+20
2015-04-11lift generic_write_checks() into callers of __generic_file_write_iter()Al Viro1-11/+6
2015-04-11__generic_file_write_iter: keep ->ki_pos and return value consistentAl Viro1-14/+10
2015-04-11direct_IO: remove rw from a_ops->direct_IO()Omar Sandoval2-5/+3
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11nommu: use __vfs_read()Al Viro1-2/+2
2015-04-11Merge branch 'for-davem' into for-nextAl Viro10-40/+58
2015-04-11process_vm_access: switch to {compat_,}import_iovec()Al Viro1-23/+12
2015-04-11Merge branch 'iocb' into for-nextAl Viro3-4/+2
2015-04-09Merge branch 'iocb' into for-davemAl Viro3-4/+2
2015-04-06fix mremap() vs. ioctx_kill() raceAl Viro1-2/+8
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig3-3/+2
2015-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-38/+53
2015-03-25mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman1-0/+1
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman2-2/+4
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman3-6/+14
2015-03-25mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2-19/+13
2015-03-25mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott1-0/+1
2015-03-25mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland1-2/+4
2015-03-25mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-03-25mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi1-1/+8
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2-3/+8
2015-03-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2015-03-24percpu: Fix trivial typos in commentsYannick Guerrini1-2/+2
2015-03-23writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-754/+1
2015-03-12fs: remove ki_nbytesChristoph Hellwig1-1/+0
2015-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-13/+30
2015-03-12memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov1-1/+3
2015-03-12mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep1-2/+2
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2-3/+12
2015-03-12mm/nommu.c: export symbol max_mapnrgchen gchen1-0/+1
2015-03-12mm: cma: fix CMA aligned offset calculationDanesh Petigara1-5/+7
2015-03-12mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes1-1/+3
2015-03-12mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko1-1/+2
2015-03-12mm: thp: Return the correct value for change_huge_pmdMel Gorman1-2/+2
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds2-2/+12
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner1-6/+6
2015-02-28memcg: fix low limit calculationMichal Hocko1-2/+2
2015-02-28mm/nommu: fix memory leakJoonsoo Kim1-3/+1
2015-02-23mm: shmem: check for mapping owner before dereferencingSasha Levin1-0/+3
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-11/+11
2015-02-17move iov_iter.c from mm/ to lib/Al Viro2-769/+1
2015-02-17new helper: dup_iter()Al Viro1-0/+15
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+8
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-9/+17
2015-02-16vfs: remove get_xip_memMatthew Wilcox4-28/+5
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-40/+0
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-206/+0
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2-238/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-7/+12
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox1-9/+32
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox2-2/+29
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds1-1/+1
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin3-0/+99
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-4/+6
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin1-4/+2
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin2-0/+15
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+29
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin1-0/+6
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin6-3/+160
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin1-0/+25
2015-02-13mm: slub: share object_err functionAndrey Ryabinin1-1/+1
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin5-0/+32
2015-02-13kasan: disable memory hotplugAndrey Ryabinin1-0/+21
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin5-0/+554
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+3
2015-02-13slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-12/+8
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+2
2015-02-13mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-13mm/util: add kstrdup_constAndrzej Hajda1-0/+38
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-400/+1217
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran2-4/+239
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran4-8/+12
2015-02-12mm: fix negative nr_isolated countsHugh Dickins1-1/+3
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-02-12mm/page_alloc: fix commentYaowei Bai1-1/+1
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-02-12mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes1-1/+1
2015-02-12mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes1-1/+1
2015-02-12mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes1-3/+14
2015-02-12mm/internal.h: don't split printk call in twoRasmus Villemoes1-2/+4
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-33/+5
2015-02-12mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim1-7/+10