summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-31vhost: Fix Spectre V1 vulnerabilityJason Wang1-0/+2
2018-10-31net: drop a space before tabsBo YU1-1/+1
2018-10-31net: add an identifier name for 'struct sock *'Bo YU1-1/+1
2018-10-31net: hns3: fix spelling mistake "intrerrupt" -> "interrupt"Colin Ian King1-1/+1
2018-10-31lib: Remove umoddi3 and udivmoddi4Palmer Dabbelt5-347/+0
2018-10-31Move EM_RISCV into elf-em.hPalmer Dabbelt2-3/+1
2018-10-31RISC-V: properly determine hardware capsAndreas Schwab1-3/+5
2018-10-31Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt4-346/+0
2018-10-31Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"Palmer Dabbelt1-1/+0
2018-10-31Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linuxLinus Torvalds27-620/+158
2018-10-31Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-3/+6
2018-10-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds284-4223/+20482
2018-10-31ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl1-1/+3
2018-10-31Merge tag 'vfio-v4.20-rc1.v2' of git://github.com/awilliam/linux-vfioLinus Torvalds5-23/+204
2018-10-31i40e: Update status codesMitch Williams2-4/+10
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds102-385/+6166
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher8-13/+30
2018-10-31fm10k: bump driver version to match out-of-tree releaseJacob Keller1-1/+1
2018-10-31fm10k: add missing device IDs to the upstream driverJacob Keller2-0/+4
2018-10-31fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller1-20/+28
2018-10-31fm10k: fix SM mailbox full conditionNgai-Mint Kwan1-1/+2
2018-10-31igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-1/+7
2018-10-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds423-3094/+1918
2018-10-31mm/gup.c: fix __get_user_pages_fast() commentFengguang Wu1-2/+2
2018-10-31mm: Fix warning in insert_pfn()Jan Kara1-2/+7
2018-10-31memory-hotplug.rst: add some details about locking internalsDavid Hildenbrand1-1/+41
2018-10-31powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()David Hildenbrand1-1/+3
2018-10-31powerpc/powernv: hold device_hotplug_lock when calling device_online()David Hildenbrand1-0/+2
2018-10-31mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand2-20/+21
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand6-7/+32
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand5-7/+15
2018-10-31mm/memblock.c: warn if zero alignment was requestedMike Rapoport1-0/+11
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport50-96/+120
2018-10-31docs/boot-time-mm: remove bootmem documentationMike Rapoport1-60/+9
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport275-476/+353
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport11-16/+19
2018-10-31mm: remove nobootmemMike Rapoport3-129/+104
2018-10-31memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport4-4/+4
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport35-39/+39
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport5-31/+6
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport15-52/+24
2018-10-31mm: nobootmem: remove bootmem allocation APIsMike Rapoport2-271/+0
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport19-26/+28
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport12-24/+36
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport10-13/+16
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport7-11/+16
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport3-9/+6
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport4-12/+14
2018-10-31memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport1-4/+4
2018-10-31memblock: add align parameter to memblock_alloc_node()Mike Rapoport2-3/+3