summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | lib: Remove umoddi3 and udivmoddi4Palmer Dabbelt2018-10-311-1/+0
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"Palmer Dabbelt2018-10-311-1/+0
| * | | | | | | | | | | | Move EM_RISCV into elf-em.hPalmer Dabbelt2018-10-311-3/+0
| * | | | | | | | | | | | RISC-V: properly determine hardware capsAndreas Schwab2018-10-311-3/+5
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-3111-456/+19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | um: Make line/tty semantics use true write IRQAnton Ivanov2018-10-291-2/+2
| * | | | | | | | | | | | um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-10-291-1/+1
| * | | | | | | | | | | | um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf2018-10-291-1/+1
| * | | | | | | | | | | | um: NULL check before kfree is not neededYueHaibing2018-10-293-16/+8
| * | | | | | | | | | | | um: remove unused AIO codeChristoph Hellwig2018-10-293-424/+2
| * | | | | | | | | | | | um: Give start_idle_thread() a return codeRichard Weinberger2018-10-291-0/+5
| * | | | | | | | | | | | um: Remove update_debugregs()Richard Weinberger2018-10-291-2/+0
| * | | | | | | | | | | | um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger2018-10-291-10/+0
* | | | | | | | | | | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2018-10-311-25/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | c6x: switch to NO_BOOTMEMMike Rapoport2018-10-282-25/+2
* | | | | | | | | | | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-10-315-21/+61
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'clk-imx6-mmdc', 'clk-qcom-krait', 'clk-rockchip' and 'clk-smp...Stephen Boyd2018-10-194-0/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | ARM: Add Krait L2 register accessor functionsStephen Boyd2018-10-174-0/+61
| | |/ / / / / / / / / / / / / /
| * / / / / / / / / / / / / / / clk: davinci: kill davinci_clk_reset_assert/deassert()Bartosz Golaszewski2018-10-021-21/+0
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()David Hildenbrand2018-10-311-1/+3
* | | | | | | | | | | | | | | powerpc/powernv: hold device_hotplug_lock when calling device_online()David Hildenbrand2018-10-311-0/+2
* | | | | | | | | | | | | | | mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-311-1/+1
* | | | | | | | | | | | | | | mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2018-10-312-4/+4
* | | | | | | | | | | | | | | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-3137-55/+75
* | | | | | | | | | | | | | | mm: remove include/linux/bootmem.hMike Rapoport2018-10-31207-230/+151
* | | | | | | | | | | | | | | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport2018-10-315-6/+6
* | | | | | | | | | | | | | | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-3130-33/+33
* | | | | | | | | | | | | | | memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport2018-10-312-4/+5
* | | | | | | | | | | | | | | memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-3110-11/+14
* | | | | | | | | | | | | | | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-3117-23/+25
* | | | | | | | | | | | | | | memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-3111-24/+28
* | | | | | | | | | | | | | | memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-319-12/+14
* | | | | | | | | | | | | | | memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-317-11/+16
* | | | | | | | | | | | | | | memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport2018-10-313-9/+6
* | | | | | | | | | | | | | | memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport2018-10-314-12/+14
* | | | | | | | | | | | | | | memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport2018-10-311-4/+4
* | | | | | | | | | | | | | | memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2018-10-312-4/+4
* | | | | | | | | | | | | | | memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport2018-10-312-3/+4
* | | | | | | | | | | | | | | memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport2018-10-311-2/+4
* | | | | | | | | | | | | | | memblock: replace alloc_bootmem_low with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* | | | | | | | | | | | | | | memblock: replace alloc_bootmem_align with memblock_allocMike Rapoport2018-10-311-1/+1
* | | | | | | | | | | | | | | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-3119-31/+31
* | | | | | | | | | | | | | | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-3127-43/+42
* | | | | | | | | | | | | | | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-3128-30/+3
* | | | | | | | | | | | | | | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-3124-26/+0
* | | | | | | | | | | | | | | kernel/signal.c: fix a comment errorWeikang Shi2018-10-311-2/+2
* | | | | | | | | | | | | | | treewide: remove current_text_addrNick Desaulniers2018-10-3129-199/+2
| |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-303-0/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86: ptrace: Add function argument access APIMasami Hiramatsu2018-10-113-0/+46
* | | | | | | | | | | | | | | Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-10-303-22/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \