aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-29arm64: dts: qcom: apq8016-sbc: Standardize LED labels96b_ledsManivannan Sadhasivam
2018-10-29arm64: dts: xilinx: ultra96: Standardize LED labels and triggersManivannan Sadhasivam
2018-10-29arm64: dts: hisilicon: poplar: Standardize LED labels and triggersManivannan Sadhasivam
2018-10-29arm64: dts: hisilicon: hikey960: Standardize LED labels and triggersManivannan Sadhasivam
2018-10-29arm64: dts: hisilicon: hikey: Standardize LED labels and triggersManivannan Sadhasivam
2018-10-29arm64: dts: rockchip: rock960: Add on-board LED supportManivannan Sadhasivam
2018-10-29arm64: dts: rockchip: ficus: Add on-board LED supportManivannan Sadhasivam
2018-10-29Add linux-next specific files for 20181029Stephen Rothwell
2018-10-29Merge branch 'akpm/master'Stephen Rothwell
2018-10-29drivers/media/platform/sti/delta/delta-ipc.c: fix read buffer overflowAndi Kleen
2018-10-29vfs: replace current_kernel_time64 with ktime equivalentArnd Bergmann
2018-10-29mm/gup.c: fix __get_user_pages_fast() commentFengguang Wu
2018-10-29mm: Fix warning in insert_pfn()Jan Kara
2018-10-29memory-hotplug.rst: add some details about locking internalsDavid Hildenbrand
2018-10-29powerpc-powernv-hold-device_hotplug_lock-when-calling-memtrace_offline_pages-v3David Hildenbrand
2018-10-29powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()David Hildenbrand
2018-10-29powerpc/powernv: hold device_hotplug_lock when calling device_online()David Hildenbrand
2018-10-29mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand
2018-10-29mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand
2018-10-29mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand
2018-10-29drivers/android/binder_alloc.c: replace vm_insert_page with vmf_insert_pageSouptick Joarder
2018-10-29memblock-warn-if-zero-alignment-was-requested-fix-fixAndrew Morton
2018-10-29mm/memblock.c: use dump_stack() instead of WARN_ON_ONCE for the alignment checksStephen Rothwell
2018-10-29mm/memblock.c: warn if zero alignment was requestedMike Rapoport
2018-10-29memblock: fix missed uses of implicit alignmentMike Rapoport
2018-10-29memblock-stop-using-implicit-alignement-to-smp_cache_bytes-checkpatch-fixesAndrew Morton
2018-10-29memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-29docs/boot-time-mm: remove bootmem documentationMike Rapoport
2018-10-29x86/kaslr, ACPI/NUMA: fix for linux/bootmem.h removalStephen Rothwell
2018-10-29powerpc: fix up for removal of linux/bootmem.hStephen Rothwell
2018-10-29dma-direct: fix up for the removal of linux/bootmem.hStephen Rothwell
2018-10-29mm: remove include/linux/bootmem.hMike Rapoport
2018-10-29memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport
2018-10-29mm: remove nobootmemMike Rapoport
2018-10-29memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport
2018-10-29memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-29memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport
2018-10-29memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-29mm: nobootmem: remove bootmem allocation APIsMike Rapoport
2018-10-29memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-29memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport
2018-10-29memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport
2018-10-29memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport
2018-10-29memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport
2018-10-29memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport
2018-10-29memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport
2018-10-29memblock: add align parameter to memblock_alloc_node()Mike Rapoport
2018-10-29memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport
2018-10-29memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport
2018-10-29memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanicMike Rapoport