aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2017-11-21block/laptop_mode: Convert timers to use timer_setup()Kees Cook1-3/+4
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov3-0/+110
2017-11-17mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka1-15/+3
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka3-1/+3
2017-11-17mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka1-11/+14
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes1-12/+44
2017-11-17mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes1-2/+1
2017-11-17mm: shmem: remove unused info variableCorentin Labbe1-2/+0
2017-11-17mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool1-2/+8
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+15
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+21
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-8/+22
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds50-813/+1196
2017-11-15memory hotplug: fix comments when adding sectionFan Du1-1/+1
2017-11-15mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM...Oscar Salvador1-7/+7
2017-11-15mm: simplify nodemask printingMichal Hocko2-17/+7
2017-11-15mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa1-8/+0
2017-11-15mm/page_ext.c: check if page_ext is not preparedJaewon Kim1-4/+0
2017-11-15writeback: remove unused function parameterWang Long1-2/+2
2017-11-15mm: do not rely on preempt_count in print_vma_addrMichal Hocko1-5/+3
2017-11-15mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko1-2/+10
2017-11-15mm/hmm: remove redundant variable align_endColin Ian King1-2/+1
2017-11-15mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-15mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin1-9/+18
2017-11-15mm: don't warn about allocations which stall for too longTetsuo Handa1-10/+0
2017-11-15mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka1-3/+3
2017-11-15mm: mlock: remove lru_add_drain_all()Shakeel Butt1-5/+0
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang3-0/+80
2017-11-15shmem: convert shmem_init_inodecache() to voidweiping zhang1-6/+2
2017-11-15Unify migrate_pages and move_pages access checksOtto Ebeling1-9/+4
2017-11-15mm, pagevec: rename pagevec drained fieldMel Gorman1-2/+2
2017-11-15mm, page_alloc: simplify list handling in rmqueue_bulk()Vlastimil Babka1-9/+9
2017-11-15mm: remove __GFP_COLDMel Gorman3-18/+10
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman4-23/+18
2017-11-15mm: remove cold parameter for release_pagesMel Gorman2-5/+5
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman6-13/+13
2017-11-15mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman1-1/+4
2017-11-15mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman1-28/+63
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman4-13/+8
2017-11-15mm, page_alloc: enable/disable IRQs once when freeing a list of pagesMel Gorman1-14/+44
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara2-2/+101
2017-11-15mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara1-31/+41
2017-11-15mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara1-3/+3
2017-11-15mm: move accounting updates before page_cache_tree_delete()Jan Kara1-24/+25
2017-11-15mm: factor out page cache page freeing into a separate functionJan Kara1-13/+18
2017-11-15mm: refactor truncate_complete_page()Jan Kara1-14/+16
2017-11-15mm: speed up cancel_dirty_page() for clean pagesJan Kara1-2/+2
2017-11-15mm/page-writeback.c: convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-15mm, soft_offline: improve hugepage soft offlining error logLaszlo Toth1-1/+1
2017-11-15mm/page_alloc: make sure __rmqueue() etc are always inlineAaron Lu1-5/+5
2017-11-15mm: stop zeroing memory during allocation in vmemmapPavel Tatashin3-11/+22
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin1-0/+40
2017-11-15mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin2-15/+60
2017-11-15mm: deferred_init_memmap improvementsPavel Tatashin1-83/+105
2017-11-15mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du1-3/+3
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)4-131/+2
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)1-2/+0
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)5-9/+6
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)5-59/+0
2017-11-15mm/rmap.c: remove redundant variable cendColin Ian King1-3/+1
2017-11-15mm: consolidate page table accountingKirill A. Shutemov3-14/+9
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov5-14/+13
2017-11-15mm: account pud page tablesKirill A. Shutemov3-11/+18
2017-11-15kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov1-1/+1
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara3-4/+4
2017-11-15mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara1-0/+9
2017-11-15mm: use pagevec_lookup_range_tag() in write_cache_pages()Jan Kara1-18/+2
2017-11-15mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara1-8/+6
2017-11-15mm: implement find_get_pages_range_tag()Jan Kara2-13/+29
2017-11-15mm/page_owner.c: reduce page_owner structure sizeAyush Mittal1-2/+2
2017-11-15mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal1-1/+1
2017-11-15mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen1-2/+9
2017-11-15mm: remove unused pgdat->inactive_ratioAndrey Ryabinin2-5/+3
2017-11-15mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse4-10/+68
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse4-14/+96
2017-11-15zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky1-1/+1
2017-11-15mm/page-writeback.c: print a warning if the vm dirtiness settings are illogicalYafang Shao1-1/+4
2017-11-15mm/memblock.c: make the index explicit argument of for_each_memblock_typeGioh Kim1-4/+4
2017-11-15mm, memory_hotplug: remove timeout from __offline_memoryMichal Hocko1-7/+3
2017-11-15mm, memory_hotplug: do not fail offlining too earlyMichal Hocko1-30/+10
2017-11-15mm, page_alloc: fail has_unmovable_pages when seeing reserved pagesMichal Hocko1-0/+3
2017-11-15mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages()Michal Hocko2-6/+16
2017-11-15mm: drop migrate type checks from has_unmovable_pagesMichal Hocko1-4/+0
2017-11-15mm/page-writeback.c: remove unused parameter from balance_dirty_pages()Tahsin Erdogan1-3/+2
2017-11-15mm, swap: fix false error message in __swp_swapcount()Huang Ying1-0/+3
2017-11-15mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim2-9/+17
2017-11-15mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim3-23/+46
2017-11-15mm, swap: introduce SWP_SYNCHRONOUS_IOMinchan Kim1-0/+3
2017-11-15mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn1-1/+1
2017-11-15slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen1-0/+4
2017-11-15slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan2-5/+5
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan6-47/+48
2017-11-15mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes1-2/+2
2017-11-15mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen1-1/+1
2017-11-15mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi3-2/+67
2017-11-15mm: slabinfo: remove CONFIG_SLABINFOYang Shi4-9/+6
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds1-1/+2
2017-11-15mm/pagewalk.c: report holes in hugetlb rangesJann Horn1-1/+5
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds4-40/+20
2017-11-14virtio_balloon: fix deadlock on OOMMichael S. Tsirkin1-7/+21
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-45/+79
2017-11-13afs: Get rid of the afs_writeback recordDavid Howells1-0/+1
2017-11-10Merge branch 'x86/mm' into x86/asm, to merge branchesIngo Molnar2-10/+10
2017-11-07mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2-10/+10
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar56-8/+103
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar56-8/+103
2017-11-03block: add a poll_fn callback to struct request_queueChristoph Hellwig1-1/+1
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying1-6/+17
2017-11-03mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan1-0/+3
2017-11-03userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli1-2/+30
2017-11-03mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams1-0/+15
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman53-0/+53
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie22-126/+154
2017-10-30Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar2-20/+10
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-25locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Paul E. McKenney1-3/+3
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-1/+1
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-20/+10
2017-10-20mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov2-6/+21
2017-10-20Merge branch 'x86/urgent' into x86/mm, to pick up fixesIngo Molnar62-1977/+6526
2017-10-20Merge tag 'drm-intel-next-2017-10-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-8/+22
2017-10-19mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann1-5/+10
2017-10-14mm/page-writeback.c: make changes of dirty_writeback_centisecs take effect im...Yafang Shao1-1/+10
2017-10-13mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying1-34/+7
2017-10-13mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon1-15/+10
2017-10-13Revert "vmalloc: back off when the current task is killed"Johannes Weiner1-6/+0
2017-10-13mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon1-1/+1
2017-10-13mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().Zi Yan1-2/+1
2017-10-13mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin1-2/+5
2017-10-13mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi1-1/+6
2017-10-13mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove1-1/+2
2017-10-12mm/huge_memory.c: fixup grammar in commentMichael DeGuzis1-4/+4
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet1-15/+0
2017-10-09writeback: schedule periodic writeback with sysctlYafang Shao1-2/+8
2017-10-07mm/shmem: introduce shmem_file_setup_with_mntMatthew Auld1-8/+22
2017-10-06backing-dev: kill unused pdflush_proc_obsolete()Jens Axboe1-20/+0
2017-10-04percpu: don't forget to free the temporary struct pcpu_alloc_infoNicolas Pitre1-1/+2
2017-10-03mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU1-2/+2
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU1-1/+1
2017-10-03mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko1-0/+1
2017-10-03mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko1-0/+1
2017-10-03mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner2-13/+21
2017-10-03mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab1-1/+1
2017-10-03mm: fix data corruption caused by lazyfree pageShaohua Li1-0/+11
2017-10-03mm: avoid marking swap cached page as lazyfreeShaohua Li1-2/+2
2017-10-03mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton1-0/+8
2017-10-03mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy1-1/+1
2017-10-03mm: meminit: mark init_reserved_page as __meminitArnd Bergmann1-1/+1
2017-10-03z3fold: fix stale list handlingVitaly Wool1-4/+2
2017-10-03mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso1-8/+5
2017-10-03mm/memcg: avoid page count check for zone deviceJérôme Glisse1-1/+2
2017-10-03mm, memcg: remove hotplug locking from try_chargeMichal Hocko1-5/+15
2017-10-03mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko1-0/+16
2017-10-03z3fold: fix potential race in z3fold_reclaim_pageVitaly Wool1-1/+3
2017-10-03mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise1-2/+10
2017-10-03ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai1-1/+4
2017-10-03writeback: pass in '0' for nr_pages writeback in laptop modeJens Axboe1-16/+1
2017-10-03writeback: remove 'range_cyclic' argument for wb_start_writeback()Jens Axboe1-2/+2
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe1-1/+1
2017-09-28percpu: fix iteration to prevent skipping over blockDennis Zhou1-0/+4
2017-09-27percpu: fix starting offset for chunk statistics traversalDennis Zhou1-1/+1
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner1-2/+8
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+17
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+1
2017-09-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+3
2017-09-14sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen1-1/+21
2017-09-13mm, page_owner: skip unnecessary stack_trace entriesPrakash Gupta1-1/+1
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2-2/+2
2017-09-13mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov1-39/+58
2017-09-11mm/backing-dev.c: fix an error handling path in 'cgwb_create()'Christophe JAILLET1-2/+4
2017-09-08mem/memcg: cache rightmost nodeDavidlohr Bueso1-5/+18
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso4-14/+14
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-09-08mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual1-5/+0
2017-09-08mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes1-0/+1
2017-09-08mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong1-1/+1
2017-09-08mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa1-1/+2
2017-09-08mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko1-1/+1
2017-09-08mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour1-5/+5
2017-09-08mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin1-2/+4
2017-09-08mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt1-3/+3
2017-09-08mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke1-3/+6
2017-09-08mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim1-6/+4
2017-09-08mm: consider the number in local CPUs when reading NUMA statsKemi Wang1-2/+7
2017-09-08mm: update NUMA counter threshold sizeKemi Wang1-18/+10
2017-09-08mm: change the call sites of numa statistics itemsKemi Wang2-11/+160
2017-09-08mm/memory.c: remove reduntant check for write accessAnshuman Khandual1-3/+2
2017-09-08mm: remove useless vma parameter to offset_il_nodeLaurent Dufour1-4/+3
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse4-5/+11
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse1-5/+83
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse8-32/+118
2017-09-08mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse1-9/+196
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse3-28/+157
2017-09-08mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse1-29/+112
2017-09-08mm/migrate: new memory migration helper for use with device memoryJérôme Glisse1-0/+492
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse3-12/+56
2017-09-08mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse1-0/+81