aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-07-22UBUNTU: SAUCE: (no-up) add tracing for user initiated readahead requestsAndy Whitcroft4-1/+12
2019-07-22UBUNTU: ubuntu: AUFS -- update to c8bcd8c8a52e387b3da4c5970b59f033468f3813Wen-chien Jesse Sung3-0/+24
2019-07-22mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins1-1/+1
2019-07-22hugetlb: fix race condition in hugetlb_fault()Chris Metcalf1-0/+2
2019-07-22slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter1-1/+2
2019-07-22bootmem/sparsemem: remove limit constraint in alloc_bootmem_sectionNishanth Aravamudan2-22/+13
2019-07-22mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read modeAndrea Arcangeli6-10/+20
2019-07-22mm: thp: fix BUG on mm->nr_ptesAndrea Arcangeli1-3/+3
2019-07-22NOMMU: Don't need to clear vm_mm when deleting a VMADavid Howells1-2/+0
2019-07-22mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov1-1/+4
2019-07-22NOMMU: Lock i_mmap_mutex for access to the VMA prio listDavid Howells1-0/+7
2019-07-22slub: fix a possible memleak in __slab_alloc()Eric Dumazet1-0/+6
2019-07-22mm: fix UP THP spin_is_locked BUGsHugh Dickins2-3/+3
2019-07-22mm: compaction: check for overlapping nodes during isolation for migrationMel Gorman1-1/+10
2019-07-22mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block ...Mel Gorman1-0/+13
2019-07-22mm/filemap_xip.c: fix race condition in xip_file_fault()Carsten Otte1-1/+6
2019-07-22readahead: fix pipeline break caused by block plugShaohua Li1-4/+4
2019-07-22mm: fix NULL ptr dereference in __count_immobile_pagesMichal Hocko1-0/+11
2019-07-22memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki2-16/+46
2019-07-22mm: hugetlb: fix non-atomic enqueue of huge pageHillf Danton1-1/+1
2019-07-22memcg: keep root group unchanged if creation failsHillf Danton1-2/+1
2019-07-22vfs: __read_cache_page should use gfp argument rather than GFP_KERNELDave Kleikamp1-5/+2
2019-07-22oom: fix integer overflow of points in oom_badnessFrantisek Hrbata1-1/+1
2019-07-22percpu: fix per_cpu_ptr_to_phys() handling of non-page-aligned addressesEugene Surovegin1-2/+4
2019-07-22percpu: fix chunk range calculationTejun Heo2-20/+26
2019-07-22mm: vmalloc: check for page allocation failure before vmlist insertionMel Gorman1-0/+2
2019-07-22mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...Michal Hocko1-1/+7
2019-07-22thp: set compound tail page _count to zeroYouquan Song2-1/+2
2019-07-22hugetlb: release pages in the error path of hugetlb_cow()Hillf Danton1-0/+2
2019-07-22backing-dev: ensure wakeup_timer is deletedRabin Vincent1-0/+8
2019-07-22mm: thp: tail page refcounting fixAndrea Arcangeli4-42/+126
2019-07-22mm: avoid null pointer access in vm_struct via /proc/vmallocinfoMitsuo Hayasaka1-17/+48
2019-07-22mm: avoid livelock on !__GFP_FS allocationsMel Gorman1-0/+22
2019-07-22mm: fix race between mremap and removing migration entryHugh Dickins1-4/+4
2019-07-22memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki1-6/+12
2019-07-22writeback: introduce .tagged_writepages for the WB_SYNC_NONE sync stageWu Fengguang1-2/+2
2019-07-22mm: sync vmalloc address space page tables in alloc_vm_area()David Vrabel1-0/+8
2019-07-22mm: page allocator: reconsider zones for allocation after direct reclaimMel Gorman1-0/+23
2019-07-22mm: page allocator: initialise ZLC for first zone eligible for zone_reclaimMel Gorman1-13/+22
2019-07-22mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch1-3/+4
2019-07-22base code from marvellLubomir Rintel4-6/+761
2011-08-04oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov1-1/+3
2011-08-04memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura1-1/+1
2011-08-04mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra1-0/+1
2011-08-04mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-1/+57
2011-07-19vmscan: fix a livelock in kswapdShaohua Li1-1/+2
2011-07-08mm/nommu.c: fix remap_pfn_range()Bob Liu1-3/+6
2011-07-08memcg: fix numa scan information update to be triggered by memory eventKAMEZAWA Hiroyuki1-6/+27
2011-07-08memcg: fix reclaimable lru check in memcgKAMEZAWA Hiroyuki1-31/+76
2011-07-08mm: __tlb_remove_page() check the correct batchShaohua Li1-0/+1
2011-07-08mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfullyMel Gorman1-13/+21
2011-07-08mm: vmscan: evaluate the watermarks against the correct classzoneMel Gorman1-1/+1
2011-07-08mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...Mel Gorman1-10/+13
2011-07-08mm: vmscan: correct check for kswapd sleeping in sleeping_prematurelyMel Gorman1-1/+1
2011-06-27memcg: fix direct softlimit reclaim to be called in limit pathKAMEZAWA Hiroyuki1-12/+15
2011-06-27mm: fix assertion mapping->nrpages == 0 in end_writeback()Jan Kara1-0/+5
2011-06-27mm/memory-failure.c: fix spinlock vs mutex orderPeter Zijlstra2-18/+8
2011-06-27tmpfs: add shmem_read_mapping_page_gfpHugh Dickins1-0/+23
2011-06-27tmpfs: take control of its truncate_rangeHugh Dickins2-24/+31
2011-06-27mm: move shmem prototypes to shmem_fs.hHugh Dickins2-1/+2
2011-06-27mm: move vmtruncate_range to truncate.cHugh Dickins2-24/+24
2011-06-22mm, hotplug: protect zonelist building with zonelists_mutexDavid Rientjes1-0/+2
2011-06-22mm, hotplug: fix error handling in mem_online_node()David Rientjes1-1/+1
2011-06-17mm: avoid anon_vma_chain allocation under anon_vma lockLinus Torvalds1-8/+12
2011-06-17mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas()Peter Zijlstra1-21/+28
2011-06-17mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone()Linus Torvalds1-3/+36
2011-06-16migrate: don't account swapcache as shmemAndrea Arcangeli1-1/+1
2011-06-16mm: get rid of the most spurious find_vma_prev() usersLinus Torvalds1-9/+3
2011-06-15ksm: fix NULL pointer dereference in scan_get_next_rmap_item()Hugh Dickins1-0/+6
2011-06-15mm: compaction: abort compaction if too many pages are isolated and caller is...Mel Gorman1-5/+24
2011-06-15mm: vmscan: do not use page_count without a page pinAndrea Arcangeli1-2/+14
2011-06-15mm: compaction: ensure that the compaction free scanner does not move to the ...Mel Gorman1-1/+12
2011-06-15compaction: checks correct fragmentation indexShaohua Li1-2/+4
2011-06-15mm/memory-failure.c: fix page isolated count mismatchMinchan Kim1-1/+3
2011-06-15memcg: avoid percpu cached charge draining at softlimitKAMEZAWA Hiroyuki1-1/+7
2011-06-15memcg: fix percpu cached charge draining frequencyKAMEZAWA Hiroyuki1-16/+38
2011-06-15memcg: fix wrong check of noswap with softlimitKAMEZAWA Hiroyuki1-1/+1
2011-06-15memcg: fix init_page_cgroup nid with sparsememKAMEZAWA Hiroyuki1-18/+53
2011-06-15mm: memory.numa_stat: fix file permissionKAMEZAWA Hiroyuki1-0/+1
2011-06-15mm: fix negative commitlimit when gigantic hugepages are allocatedRafael Aquini1-0/+8
2011-06-15mm/memory_hotplug.c: fix building of node hotplug zonelistKAMEZAWA Hiroyuki1-0/+6
2011-06-15mm: compaction: fix special case -1 order checksMichal Hocko1-14/+14
2011-06-15mm: fix wrong kunmap_atomic() pointerSteven Rostedt1-2/+4
2011-06-15vmscan: implement swap token priority agingKOSAKI Motohiro1-1/+10
2011-06-15vmscan: implement swap token traceKOSAKI Motohiro1-1/+10
2011-06-15vmscan,memcg: memcg aware swap tokenKOSAKI Motohiro3-30/+77
2011-06-15mm/memory.c: fix kernel-doc notationRandy Dunlap1-1/+1
2011-06-15mm: remove khugepaged double thp vmstat update with CONFIG_NUMA=nAndrea Arcangeli1-4/+1
2011-06-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2-12/+9
2011-06-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+1
2011-06-06mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins1-2/+2
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-06-03SLAB: Record actual last user of freed objects.Suleiman Souhlal1-4/+5
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf1-8/+4
2011-06-02Revert "mm: fail GFP_DMA allocations when ZONE_DMA is not configured"Linus Torvalds1-4/+0
2011-05-29mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vmaPeter Zijlstra1-1/+6
2011-05-28mm: fix page_lock_anon_vma leaving mutex lockedHugh Dickins1-5/+8
2011-05-28mm: fix kernel BUG at mm/rmap.c:1017!Hugh Dickins1-2/+2
2011-05-28tmpfs: fix race between truncate and writepageHugh Dickins1-1/+1
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+15
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2011-05-28Cache xattr security drop check for write v2Andi Kleen1-2/+12
2011-05-28mm: Wait for writeback when grabbing pages to begin a writeDarrick J. Wong1-1/+3
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-4/+4
2011-05-26Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-4/+0
2011-05-26memcg: add the pagefault count into memcg statsYing Han4-5/+56
2011-05-26memcg: add memory.numastat api for numa statisticsYing Han1-0/+155
2011-05-26memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han2-4/+4
2011-05-26memcg: remove unused retry signal from reclaimJohannes Weiner1-1/+1
2011-05-26memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki2-30/+34
2011-05-26memcg: reclaim memory from nodes in round-robin orderYing Han2-7/+105
2011-05-26memcg: move page-freeing code out of lockNamhyung Kim1-9/+13
2011-05-26memcg: fix off-by-one when calculating swap cgroup map lengthNamhyung Kim1-1/+1
2011-05-26memcg: mark init_section_page_cgroup() properlyNamhyung Kim1-2/+2
2011-05-26memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()Michal Hocko1-3/+2
2011-05-26memcg: add the soft_limit reclaim in global direct reclaim.Ying Han1-2/+14
2011-05-26memcg: count the soft_limit reclaim in global background reclaimYing Han2-12/+33
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum1-12/+6
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds5-0/+285
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro5-12/+12
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer2-0/+17
2011-05-26mm: cleancache core ops functions and configDan Magenheimer3-0/+268
2011-05-25slub: remove no-longer used 'unlock_out' labelLinus Torvalds1-1/+0
2011-05-25maccess,probe_kernel: Make write/read src const void *Steven Rostedt1-4/+4
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2011-05-25nommu: add page alignment to mmapBob Liu1-9/+14
2011-05-25mm: batch activate_page() to reduce lock contentionShaohua Li1-5/+40
2011-05-25mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry1-1/+1
2011-05-25memsw: remove noswapaccount kernel parameterMichal Hocko1-10/+3
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson1-183/+0
2011-05-25mm: remove check_huge_range()Stephen Wilson1-35/+0
2011-05-25mm: make gather_stats() type-safe and remove forward declarationStephen Wilson1-4/+4
2011-05-25mm: remove MPOL_MF_STATSStephen Wilson1-4/+1
2011-05-25mm: use walk_page_range() instead of custom page table walking codeStephen Wilson1-7/+68
2011-05-25mm: export get_vma_policy()Stephen Wilson1-1/+1
2011-05-25tmpfs: implement generic xattr supportEric Paris1-54/+266
2011-05-25memblock/nobootmem: remove unneeded code from alloc_bootmem_node_high()Yinghai Lu1-23/+0
2011-05-25mm: fail GFP_DMA allocations when ZONE_DMA is not configuredDavid Rientjes1-0/+4
2011-05-25mm: remove dependency on CONFIG_FLATMEM from online_page()Daniel Kiper1-4/+0
2011-05-25mm: filter unevictable page out in deactivate_page()Minchan Kim1-0/+7
2011-05-25readahead: trigger mmap sequential readahead on PG_readaheadWu Fengguang1-4/+2
2011-05-25readahead: reduce unnecessary mmap_miss increasesAndi Kleen1-1/+2
2011-05-25readahead: return early when readahead is disabledWu Fengguang1-6/+6
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han2-17/+20
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han2-14/+39
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang1-1/+1
2011-05-25mm: check if any page in a pageblock is reserved before marking it MIGRATE_RE...Arve Hjønnevåg1-2/+17
2011-05-25mm: strictly require elevated page refcount in isolate_lru_page()Konstantin Khlebnikov1-1/+4
2011-05-25mem-hwpoison: fix page refcount around isolate_lru_page()Konstantin Khlebnikov1-5/+6
2011-05-25mem-hotplug: call isolate_lru_page with elevated refcountKonstantin Khlebnikov1-1/+3
2011-05-25mm: print vmalloc() state after allocation failuresDave Hansen1-2/+7
2011-05-25mm: break out page allocation warning codeDave Hansen1-21/+41
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-1/+0
2011-05-25mm: thp: optimize memcg charge in khugepagedAndrea Arcangeli1-10/+11
2011-05-25mm: uninline large generic tlb.h functionsPeter Zijlstra1-2/+122
2011-05-25mm: optimize page_lock_anon_vma() fast-pathPeter Zijlstra1-4/+82
2011-05-25mm: convert anon_vma->lock to a mutexPeter Zijlstra3-11/+11
2011-05-25mm: use refcounts for page_lock_anon_vma()Peter Zijlstra2-28/+31
2011-05-25mm: improve page_lock_anon_vma() commentPeter Zijlstra1-2/+16
2011-05-25mm: revert page_lock_anon_vma() lock annotationPeter Zijlstra1-3/+1
2011-05-25mm: Convert i_mmap_lock to a mutexPeter Zijlstra9-47/+47
2011-05-25mm: Remove i_mmap_lock lockbreakPeter Zijlstra3-181/+28
2011-05-25mm: extended batches for generic mmu_gatherPeter Zijlstra1-1/+1
2011-05-25mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra1-0/+77
2011-05-25mm: mmu_gather reworkPeter Zijlstra2-32/+32
2011-05-25mm: make expand_downwards() symmetrical with expand_upwards()Michal Hocko2-7/+2
2011-05-25mm/vmalloc: remove guard page from between vmap blocksJohannes Weiner1-3/+3
2011-05-25oom: replace PF_OOM_ORIGIN with toggling oom_score_adjDavid Rientjes3-13/+36
2011-05-25mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KS...Andrea Arcangeli1-1/+1
2011-05-25mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occurKOSAKI Motohiro2-2/+3
2011-05-25mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occursKOSAKI Motohiro2-6/+7
2011-05-25mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should...KOSAKI Motohiro2-4/+4
2011-05-25x86,mm: make pagefault killableKOSAKI Motohiro1-7/+24
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro1-0/+11
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-129/+132
2011-05-25mm: nommu: fix a compile warning in do_mmap_pgoff()Namhyung Kim1-3/+3
2011-05-25mm: nommu: fix a potential memory leak in do_mmap_private()Namhyung Kim1-1/+1
2011-05-25mm: nommu: check the vma list when unmapping file-mapped vmaNamhyung Kim1-4/+2
2011-05-25mm: nommu: find vma using the sorted vma listNamhyung Kim1-8/+4
2011-05-25mm: nommu: don't scan the vma list when deletingNamhyung Kim1-7/+8
2011-05-25mm: nommu: sort mm->mmap list properlyNamhyung Kim4-45/+44
2011-05-25mm: remove unused zone_idx variable from set_migratetype_isolateSergey Senozhatsky1-2/+0
2011-05-25mmap: avoid merging cloned VMAsShaohua Li1-5/+13
2011-05-25mmap: avoid unnecessary anon_vma lockShaohua Li1-1/+1
2011-05-25mmap: add alignment for some variablesShaohua Li1-3/+7
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2-17/+11
2011-05-25mm: vmscan: correctly check if reclaimer should schedule during shrink_slabMinchan Kim1-2/+7
2011-05-25mm: vmscan: correct use of pgdat_balanced in sleeping_prematurelyJohannes Weiner1-1/+1
2011-05-25slub: Fix double bit unlock in debug modeChristoph Lameter1-1/+2
2011-05-24Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-7/+4
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-2/+4
2011-05-24Merge branch 'fixes-2.6.39' into for-2.6.40Tejun Heo8-18/+21
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-100/+65
2011-05-23Merge branch 'slab/next' into for-linusPekka Enberg1-100/+65
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2011-05-23[S390] merge page_test_dirty and page_clear_dirtyMartin Schwidefsky1-7/+4
2011-05-21slub: Remove node check in slab_freeChristoph Lameter1-1/+3
2011-05-20tmpfs: fix highmem swapoff crash regressionHugh Dickins1-1/+2
2011-05-20vmalloc: remove vmalloc_sync_all() from alloc_vm_area()Jeremy Fitzhardinge1-4/+0
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds4-0/+4