aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport10-11/+14
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport17-23/+25
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport11-24/+28
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport9-12/+14
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: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2-4/+4
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport2-3/+4
2018-10-31memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanicMike Rapoport1-2/+4
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_lowMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_align with memblock_allocMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport19-31/+31
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport27-43/+42
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport28-30/+3
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport24-26/+0
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi1-2/+2
2018-10-31treewide: remove current_text_addrNick Desaulniers29-199/+2
2018-10-31powerpc/xmon: Relax frame size for clangJoel Stanley1-0/+6
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-0/+46
2018-10-30Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-22/+17
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-28/+228
2018-10-30x86/numa_emulation: Fix uniform-split numa emulationDave Jiang1-2/+10
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross4-47/+19
2018-10-30xtensa: clean up xtensa-specific property sectionsMax Filippov1-14/+3
2018-10-30xtensa: use DWARF_DEBUG in the vmlinux.lds.SMax Filippov1-17/+1
2018-10-29sparc64: Remvoe set_fs() from perf_callchain_user().David S. Miller1-5/+0
2018-10-29xtensa: add NOTES section to the linker scriptMax Filippov2-1/+2
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds33-554/+401
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+35
2018-10-29Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-45/+79
2018-10-29Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds472-6209/+28653
2018-10-29Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-11/+7
2018-10-29um: Make line/tty semantics use true write IRQAnton Ivanov1-2/+2
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King1-1/+1
2018-10-29um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf1-1/+1
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-4/+0
2018-10-29um: NULL check before kfree is not neededYueHaibing3-16/+8
2018-10-29um: remove unused AIO codeChristoph Hellwig3-424/+2
2018-10-29um: Give start_idle_thread() a return codeRichard Weinberger1-0/+5
2018-10-29um: Remove update_debugregs()Richard Weinberger1-2/+0
2018-10-29um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger1-10/+0
2018-10-29x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior2-1/+11
2018-10-29x86/paravirt: Remove GPL from pv_ops exportJuergen Gross1-1/+1
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds7-0/+14
2018-10-29Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-1/+1
2018-10-29Merge tag 'm68k-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds2-10/+0
2018-10-29Merge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linuxLinus Torvalds127-0/+10562
2018-10-29Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman3-3/+15