summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: vmalloc: pass proper vm_start into debugobjectsChintan Pandya2018-06-071-4/+5
| * | | mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-06-071-1/+2
| * | | mm: vmalloc: clean up vunmap to avoid pgtable ops twiceChintan Pandya2018-06-071-22/+7
| * | | mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func()Wei Yang2018-06-071-1/+1
| * | | mm/sparse.c: check __highest_present_section_nr only for a present sectionWei Yang2018-06-071-3/+1
| * | | mm, gup: prevent pmd checking race in follow_pmd_mask()Huang Ying2018-06-071-11/+27
| * | | mm: treat memory.low value inclusiveRoman Gushchin2018-06-071-3/+3
| * | | mm: memory.low hierarchical behaviorRoman Gushchin2018-06-072-29/+126
| * | | mm: rename page_counter's count/limit into usage/maxRoman Gushchin2018-06-074-74/+74
| * | | mm/memblock: introduce PHYS_ADDR_MAXStefan Agner2018-06-071-11/+11
| * | | mm: remove odd HAVE_PTE_SPECIALLaurent Dufour2018-06-071-9/+6
| * | | mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-073-3/+6
| * | | mm/page_alloc: remove realsize in free_area_init_core()Wei Yang2018-06-071-4/+4
| * | | mm: restructure memfd codeMike Kravetz2018-06-073-324/+346
| * | | mm/shmem: update file sealing comments and file checkingMike Kravetz2018-06-071-24/+26
| * | | mm/shmem: add __rcu annotations and properly deref radix entryMike Kravetz2018-06-071-7/+13
| * | | mm, memcontrol: implement memory.swap.eventsTejun Heo2018-06-071-1/+23
| * | | mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo2018-06-074-10/+10
| * | | mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-071-0/+1
| * | | mm/slub: remove obsolete commentCanjiang Lu2018-06-071-6/+0
| * | | mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-06-071-1/+1
| * | | slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-073-1/+7
| * | | fs/dax.c: use new return type vm_fault_tSouptick Joarder2018-06-071-4/+17
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | mm: Remove return value of zap_vma_ptes()Leon Romanovsky2018-06-011-4/+3
* | | | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-052-18/+23
|\ \ \ \
| * | | | mm: split ->readpages calls to avoid non-contiguous pages listsChristoph Hellwig2018-06-011-3/+13
| * | | | mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig2018-06-012-11/+6
| * | | | mm: give the 'ret' variable a better name __do_page_cache_readaheadChristoph Hellwig2018-06-011-5/+5
* | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\ \ \ \ \
| * | | | | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-1/+1
* | | | | | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-0410-18/+36
|\ \ \ \ \ \
| * | | | | | mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport2018-04-271-1/+18
| * | | | | | Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-277-23/+57
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport2018-04-271-2/+3
| * | | | | | Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-1610-17/+17
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | docs/vm: rename documentation files to .rstMike Rapoport2018-04-1610-17/+17
* | | | | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-68/+9
|\ \ \ \ \ \ \
| * | | | | | | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-15/+3
| * | | | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-162-57/+10
* | | | | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-042-28/+98
|\ \ \ \ \ \ \ \
| * | | | | | | | bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo2018-05-231-1/+17
| * | | | | | | | mempool: Add mempool_init()/mempool_exit()Kent Overstreet2018-05-141-27/+81
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-021-1/+1
* | | | | | | | mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins2018-06-021-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | kasan: fix memory hotplug during bootDavid Hildenbrand2018-05-251-1/+1
* | | | | | | kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand2018-05-251-0/+1
* | | | | | | mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-251-1/+1
OpenPOWER on IntegriCloud