summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* proc: use seq_puts() everywhereAlexey Dobriyan2019-03-053-10/+10
* proc: read kernel cpu stat pointer onceAlexey Dobriyan2019-03-051-28/+32
* proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-053-3/+3
* fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu2019-03-051-8/+8
* fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu2019-03-051-8/+8
* proc: return exit code 4 for skipped testsAlexey Dobriyan2019-03-055-5/+5
* mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador2019-03-051-0/+17
* mm/sparse: fix a bad comparisonQian Cai2019-03-051-1/+1
* mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek2019-03-051-1/+4
* writeback: fix inode cgroup switching commentGreg Thelen2019-03-052-2/+2
* mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai2019-03-051-3/+1
* mm/hotplug: fix an imbalance with DEBUG_PAGEALLOCQian Cai2019-03-051-0/+1
* mm/memcontrol.c: fix bad line in commentQian Cai2019-03-051-1/+1
* mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan2019-03-051-1/+3
* mm/page_ext.c: fix an imbalance with kmemleakQian Cai2019-03-051-0/+1
* mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin2019-03-051-10/+9
* mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2019-03-0513-58/+55
* mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin2019-03-053-5/+4
* mm/swapfile.c: use struct_size() in kvzalloc()Gustavo A. R. Silva2019-03-051-2/+1
* mm/cma_debug.c: remove static scoped cma_debugfs_rootYue Hu2019-03-051-5/+4
* tmpfs: test link accounting with O_TMPFILEAlexey Dobriyan2019-03-054-0/+76
* MAINTAINERS: add entry for memblockMike Rapoport2019-03-051-0/+8
* mm/shmem: make find_get_pages_range() work for huge pageYu Zhao2019-03-051-2/+2
* mm: unexport free_reserved_areaChristoph Hellwig2019-03-051-1/+0
* tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding2019-03-051-9/+11
* tools/vm/slabinfo: align usage output columnsTobin C. Harding2019-03-051-3/+3
* tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding2019-03-051-5/+6
* tools/vm/slabinfo: update options in usage messageTobin C. Harding2019-03-051-1/+1
* include/linux/compaction.h: fix potential build errorYu Zhao2019-03-051-1/+1
* mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador2019-03-051-2/+2
* mm: page_cache_add_speculative(): refactor out some code duplicationjohn.hubbard@gmail.com2019-03-051-22/+9
* mm/migrate.c: cleanup expected_page_refs()Jan Kara2019-03-051-4/+4
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-0512-59/+221
* docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-03-052-16/+16
* docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport2019-03-051-185/+182
* mm/page_poison: update comment after code movedMichael S. Tsirkin2019-03-051-1/+1
* numa: make "nr_online_nodes" unsigned intAlexey Dobriyan2019-03-052-4/+4
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-0512-16/+14
* mm,oom: don't kill global init via memory.oom.groupTetsuo Handa2019-03-051-1/+2
* mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan2019-03-051-22/+29
* mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai2019-03-051-30/+14
* mm: ksm: do not block on page lock when searching stable treeYang Shi2019-03-051-10/+35
* mm: memcontrol: expose THP events on a per-memcg basisChris Down2019-03-054-0/+36
* mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi2019-03-051-4/+3
* mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi2019-03-051-1/+1
* selftests/memfd: add tests for F_SEAL_FUTURE_WRITE sealJoel Fernandes (Google)2019-03-051-0/+74
* mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)2019-03-054-5/+26
* powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V2019-03-051-17/+7
* powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V2019-03-051-87/+38
* mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V2019-03-054-27/+182