aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/depmod.sh (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate includeSouptick Joarder1-1/+0
2019-03-05proc: more robust bulk read testAlexey Dobriyan1-0/+14
2019-03-05proc: test /proc/*/maps, smaps, smaps_rollup, statmAlexey Dobriyan3-0/+408
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan3-10/+10
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan1-28/+32
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang3-3/+3
2019-03-05fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu1-8/+8
2019-03-05fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu1-8/+8
2019-03-05proc: return exit code 4 for skipped testsAlexey Dobriyan5-5/+5
2019-03-05mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador1-0/+17
2019-03-05mm/sparse: fix a bad comparisonQian Cai1-1/+1
2019-03-05mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek1-1/+4
2019-03-05writeback: fix inode cgroup switching commentGreg Thelen2-2/+2
2019-03-05mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai1-3/+1
2019-03-05mm/hotplug: fix an imbalance with DEBUG_PAGEALLOCQian Cai1-0/+1
2019-03-05mm/memcontrol.c: fix bad line in commentQian Cai1-1/+1
2019-03-05mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan1-1/+3
2019-03-05mm/page_ext.c: fix an imbalance with kmemleakQian Cai1-0/+1
2019-03-05mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin1-10/+9
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin13-58/+55
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin3-5/+4
2019-03-05mm/swapfile.c: use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+1
2019-03-05mm/cma_debug.c: remove static scoped cma_debugfs_rootYue Hu1-5/+4
2019-03-05tmpfs: test link accounting with O_TMPFILEAlexey Dobriyan4-0/+76
2019-03-05MAINTAINERS: add entry for memblockMike Rapoport1-0/+8
2019-03-05mm/shmem: make find_get_pages_range() work for huge pageYu Zhao1-2/+2
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig1-1/+0
2019-03-05tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding1-9/+11
2019-03-05tools/vm/slabinfo: align usage output columnsTobin C. Harding1-3/+3
2019-03-05tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding1-5/+6
2019-03-05tools/vm/slabinfo: update options in usage messageTobin C. Harding1-1/+1
2019-03-05include/linux/compaction.h: fix potential build errorYu Zhao1-1/+1
2019-03-05mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador1-2/+2
2019-03-05mm: page_cache_add_speculative(): refactor out some code duplicationjohn.hubbard@gmail.com1-22/+9
2019-03-05mm/migrate.c: cleanup expected_page_refs()Jan Kara1-4/+4
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport12-59/+221
2019-03-05docs/core-api/mm: fix user memory accessors formattingMike Rapoport2-16/+16
2019-03-05docs/mm: vmalloc: re-indent kernel-doc comemntsMike Rapoport1-185/+182
2019-03-05mm/page_poison: update comment after code movedMichael S. Tsirkin1-1/+1
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan2-4/+4
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan12-16/+14
2019-03-05mm,oom: don't kill global init via memory.oom.groupTetsuo Handa1-1/+2
2019-03-05mm, swap: bounds check swap_info array accesses to avoid NULL derefsDaniel Jordan1-22/+29
2019-03-05mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai1-30/+14
2019-03-05mm: ksm: do not block on page lock when searching stable treeYang Shi1-10/+35
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down4-0/+36
2019-03-05mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi1-4/+3
2019-03-05mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi1-1/+1
2019-03-05selftests/memfd: add tests for F_SEAL_FUTURE_WRITE sealJoel Fernandes (Google)1-0/+74
2019-03-05mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)4-5/+26