summaryrefslogtreecommitdiffstats
path: root/arch/h8300
Commit message (Expand)AuthorAgeFilesLines
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-2/+1Star
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport2018-10-311-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0Star
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0Star
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
* Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-10/+1Star
|\
| * kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-10/+1Star
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\ \
| * | y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1
| |/
* / vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-111-1/+0Star
|/
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-251-1/+1
|\
| * kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-1/+1
* | Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2018-08-228-50/+28Star
|\ \ | |/ |/|
| * h8300: fix IRQ noYoshinori Sato2018-08-221-1/+1
| * arch/h8300: add a defconfig targetRandy Dunlap2018-08-221-0/+2
| * arch/h8300: eliminate kgbd.c warningRandy Dunlap2018-08-221-1/+1
| * arch/h8300: eliminate ptrace.h warningsRandy Dunlap2018-08-221-0/+2
| * h8300:let the checker know that size_t is ulongLuc Van Oostenryck2018-08-221-0/+2
| * h8300: Don't include linux/kernel.h in asm/atomic.hWill Deacon2018-08-221-2/+2
| * h8300: remove unnecessary of_platform_populate callRob Herring2018-08-221-10/+0Star
| * h8300: Correct signature of test_bit()Geert Uytterhoeven2018-08-221-1/+1
| * h8300: switch to NO_BOOTMEMRob Herring2018-08-222-28/+9Star
| * h8300: gcc-8.1 fixYoshinori Sato2018-08-221-3/+4
| * h8300: Add missing output register.Yoshinori Sato2018-08-221-6/+6
* | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-36/+1Star
|\ \
| * | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-6/+0Star
| * | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-6/+1Star
| * | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0Star
| |/
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-7/+0Star
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-5/+0Star
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-0/+1
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* | locking/atomics/h8300: Don't include <linux/kernel.h> in <asm/atomic.h>Will Deacon2018-06-211-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-0/+1
|\
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0Star
|/
* h8300: remove extraneous __BIG_ENDIAN definitionArnd Bergmann2018-03-231-1/+0Star
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-315-82/+3Star
|\ \
| * | h8300: use dma-directChristoph Hellwig2018-01-155-79/+3Star
| * | dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0Star
* | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-3/+0Star
|/ /
* / bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
|/
* mm, arch: remove empty_bad_page*Michal Hocko2017-11-161-13/+0Star
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-151-6/+0Star
|\
| * kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2017-11-101-5/+0Star
| * kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-081-1/+0Star
* | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-025-0/+5