summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2315/+4918
2019-03-06Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-964/+889
2019-03-06Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds-0/+854
2019-03-06Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-171/+232
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-744/+7122
2019-03-06Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-2851/+21290
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-1867/+389
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-19/+12
2019-03-06Merge tag 'y2038-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds-0/+3
2019-03-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-11/+48
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-324/+1165
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2608/+10259
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2127/+7044
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-567/+393
2019-03-06ipc: Fix building compat mode without sysvipcArnd Bergmann-0/+3
2019-03-05tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate includeSouptick Joarder-1/+0
2019-03-05proc: more robust bulk read testAlexey Dobriyan-0/+14
2019-03-05proc: test /proc/*/maps, smaps, smaps_rollup, statmAlexey Dobriyan-0/+408
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan-10/+10
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan-28/+32
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang-3/+3
2019-03-05fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu-8/+8
2019-03-05fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu-8/+8
2019-03-05proc: return exit code 4 for skipped testsAlexey Dobriyan-5/+5
2019-03-05mm,mremap: bail out earlier in mremap_to under map pressureOscar Salvador-0/+17
2019-03-05mm/sparse: fix a bad comparisonQian Cai-1/+1
2019-03-05mm/memory.c: do_fault: avoid usage of stale vm_area_structJan Stancek-1/+4
2019-03-05writeback: fix inode cgroup switching commentGreg Thelen-2/+2
2019-03-05mm/huge_memory.c: fix "orig_pud" set but not usedQian Cai-3/+1
2019-03-05mm/hotplug: fix an imbalance with DEBUG_PAGEALLOCQian Cai-0/+1
2019-03-05mm/memcontrol.c: fix bad line in commentQian Cai-1/+1
2019-03-05mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan-1/+3
2019-03-05mm/page_ext.c: fix an imbalance with kmemleakQian Cai-0/+1
2019-03-05mm/compaction: pass pgdat to too_many_isolated() instead of zoneAndrey Ryabinin-10/+9
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin-58/+55
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin-5/+4
2019-03-05mm/swapfile.c: use struct_size() in kvzalloc()Gustavo A. R. Silva-2/+1
2019-03-05mm/cma_debug.c: remove static scoped cma_debugfs_rootYue Hu-5/+4
2019-03-05tmpfs: test link accounting with O_TMPFILEAlexey Dobriyan-0/+76
2019-03-05MAINTAINERS: add entry for memblockMike Rapoport-0/+8
2019-03-05mm/shmem: make find_get_pages_range() work for huge pageYu Zhao-2/+2
2019-03-05mm: unexport free_reserved_areaChristoph Hellwig-1/+0
2019-03-05tools/vm/slabinfo: clean up usage menu debug itemsTobin C. Harding-9/+11
2019-03-05tools/vm/slabinfo: align usage output columnsTobin C. Harding-3/+3
2019-03-05tools/vm/slabinfo: put options in alphabetic orderTobin C. Harding-5/+6
2019-03-05tools/vm/slabinfo: update options in usage messageTobin C. Harding-1/+1
2019-03-05include/linux/compaction.h: fix potential build errorYu Zhao-1/+1
2019-03-05mm,memory_hotplug: explicitly pass the head to isolate_huge_pageOscar Salvador-2/+2
2019-03-05mm: page_cache_add_speculative(): refactor out some code duplicationjohn.hubbard@gmail.com-22/+9
2019-03-05mm/migrate.c: cleanup expected_page_refs()Jan Kara-4/+4