aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-11/+38
2019-07-19Remove references to dead website.Dave Jones3-10/+0
2019-07-19Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+1
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds20-329/+861
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds25-1120/+112
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds13-2217/+2277
2019-07-19Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-5/+14
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-144/+164
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds60-533/+581
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds102-400/+965
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds71-1020/+1087
2019-07-19tracing: Fix user stack trace "??" outputEiichi Tsukata1-8/+1
2019-07-19csky: Fixup abiv1 memset errorGuo Ren4-42/+0
2019-07-19csky: Improve tlb operation with help of asidGuo Ren1-4/+132
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren6-2/+74
2019-07-19csky: Add new asid lib code from armGuo Ren3-0/+268
2019-07-19csky: Revert mmu ASID mechanismGuo Ren6-295/+14
2019-07-19dt-bindings: csky: Add csky PMU bindingsMao Han1-0/+38
2019-07-19dt-bindings: interrupt-controller: Update csky mpintcGuo Ren1-4/+16
2019-07-19csky: Fixup some error count in 810 & 860.Guo Ren1-6/+54
2019-07-19csky: Fix perf record in kernel/user spaceMao Han1-12/+14
2019-07-19csky: Add pmu interrupt supportMao Han1-15/+246
2019-07-19csky: Add count-width property for csky pmuMao Han1-1/+14
2019-07-19csky: Init pmu as a deviceMao Han1-2/+48
2019-07-19csky: Fixup no panic in kernel for some trapsGuo Ren1-0/+5
2019-07-19csky: Select intc & timer driversGuo Ren1-0/+4
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet4-6/+9
2019-07-18ag71xx: fix return value check in ag71xx_probe()Wei Yongjun1-2/+2
2019-07-18ag71xx: fix error return code in ag71xx_probe()Wei Yongjun1-1/+3
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce33-322/+270
2019-07-18mm: migrate: remove unused mode argumentKeith Busch6-10/+8
2019-07-18mm/sparsemem: cleanup 'section number' data typesDan Williams2-9/+9
2019-07-18libnvdimm/pfn: stop padding pmem namespaces to section alignmentDan Williams3-78/+16
2019-07-18libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fieldsDan Williams3-4/+17
2019-07-18mm/devm_memremap_pages: enable sub-section remapDan Williams1-34/+23
2019-07-18mm: document ZONE_DEVICE memory-model implicationsDan Williams1-0/+40
2019-07-18mm/sparsemem: support sub-section hotplugDan Williams4-96/+141
2019-07-18mm/sparsemem: prepare for sub-section rangesDan Williams3-54/+81
2019-07-18mm: kill is_dev_zone() helperDan Williams2-13/+1
2019-07-18mm/hotplug: kill is_dev_zone() usage in __remove_pages()Dan Williams1-3/+1
2019-07-18mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams4-33/+46
2019-07-18mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removalDan Williams1-25/+12
2019-07-18mm/sparsemem: add helpers track active portions of a section at bootDan Williams3-3/+75
2019-07-18mm/sparsemem: introduce a SECTION_IS_EARLY flagDan Williams2-12/+16
2019-07-18mm/sparsemem: introduce struct mem_section_usageDan Williams4-53/+76
2019-07-18drivers/base/memory.c: get rid of find_memory_block_hinted()David Hildenbrand2-28/+14
2019-07-18mm/memory_hotplug: move and simplify walk_memory_blocks()David Hildenbrand4-57/+45
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfnsDavid Hildenbrand5-41/+32
2019-07-18mm: make register_mem_sect_under_node() staticDavid Hildenbrand2-8/+2
2019-07-18drivers/base/memory: use "unsigned long" for block idsDavid Hildenbrand1-11/+11