aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport
2018-10-31memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport
2018-10-31memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_lowMike Rapoport
2018-10-31memblock: replace alloc_bootmem_align with memblock_allocMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-10-31powerpc/xmon: Relax frame size for clangJoel Stanley
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-10-30Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-30x86/numa_emulation: Fix uniform-split numa emulationDave Jiang
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross
2018-10-30xtensa: clean up xtensa-specific property sectionsMax Filippov
2018-10-30xtensa: use DWARF_DEBUG in the vmlinux.lds.SMax Filippov
2018-10-29sparc64: Remvoe set_fs() from perf_callchain_user().David S. Miller
2018-10-29xtensa: add NOTES section to the linker scriptMax Filippov
2018-10-29Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-29Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-29Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds
2018-10-29Merge branch 'parisc-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-29um: Make line/tty semantics use true write IRQAnton Ivanov
2018-10-29um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King
2018-10-29um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-10-29um: NULL check before kfree is not neededYueHaibing
2018-10-29um: remove unused AIO codeChristoph Hellwig
2018-10-29um: Give start_idle_thread() a return codeRichard Weinberger
2018-10-29um: Remove update_debugregs()Richard Weinberger
2018-10-29um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger
2018-10-29x86/mm/pat: Disable preemption around __flush_tlb_all()Sebastian Andrzej Siewior
2018-10-29x86/paravirt: Remove GPL from pv_ops exportJuergen Gross
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-10-29Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds
2018-10-29Merge tag 'm68k-for-v4.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-29Merge tag 'csky-for-linus-4.20' of https://github.com/c-sky/csky-linuxLinus Torvalds
2018-10-29Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman
2018-10-29x86/traps: Use format string with panic() callRasmus Villemoes
2018-10-29x86: Clean up 'sizeof x' => 'sizeof(x)'Jordan Borgner
2018-10-29Merge branches 'x86/early-printk', 'x86/microcode' and 'core/objtool' into x8...Ingo Molnar