aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300
AgeCommit message (Expand)AuthorFilesLines
2019-01-06arch: restore generic-y += shmparam.h for some architecturesGravatar Masahiro Yamada 1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-26/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2019-01-05Merge tag 'for-4.21' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxGravatar Linus Torvalds 2-18/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-1/+1
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-12-29h8300: pci: Remove local declaration of pcibios_penalize_isa_irqGravatar Guenter Roeck 2-18/+1
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 2-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocGravatar Mike Rapoport 1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-10/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAGravatar Kees Cook 1-1/+0
2018-10-02kbuild: consolidate Devicetree dtb build rulesGravatar Rob Herring 1-10/+1
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-0/+1
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+1
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSGravatar Masahiro Yamada 1-1/+1
2018-08-22Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxGravatar Linus Torvalds 8-50/+28
2018-08-22h8300: fix IRQ noGravatar Yoshinori Sato 1-1/+1
2018-08-22arch/h8300: add a defconfig targetGravatar Randy Dunlap 1-0/+2
2018-08-22arch/h8300: eliminate kgbd.c warningGravatar Randy Dunlap 1-1/+1
2018-08-22arch/h8300: eliminate ptrace.h warningsGravatar Randy Dunlap 1-0/+2
2018-08-22h8300:let the checker know that size_t is ulongGravatar Luc Van Oostenryck 1-0/+2
2018-08-22h8300: Don't include linux/kernel.h in asm/atomic.hGravatar Will Deacon 1-2/+2
2018-08-22h8300: remove unnecessary of_platform_populate callGravatar Rob Herring 1-10/+0
2018-08-22h8300: Correct signature of test_bit()Gravatar Geert Uytterhoeven 1-1/+1
2018-08-22h8300: switch to NO_BOOTMEMGravatar Rob Herring 2-28/+9
2018-08-22h8300: gcc-8.1 fixGravatar Yoshinori Sato 1-3/+4
2018-08-22h8300: Add missing output register.Gravatar Yoshinori Sato 1-6/+6
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-36/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-6/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 2-6/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-24/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalGravatar Mark Rutland 1-7/+0
2018-06-21atomics/treewide: Make test ops optionalGravatar Mark Rutland 1-5/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalGravatar Mark Rutland 1-0/+1
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-1/+1
2018-06-21locking/atomics/h8300: Don't include <linux/kernel.h> in <asm/atomic.h>Gravatar Will Deacon 1-2/+2
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-2/+0
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
2018-03-22h8300: remove extraneous __BIG_ENDIAN definitionGravatar Arnd Bergmann 1-1/+0
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 5-82/+3
2018-01-15h8300: use dma-directGravatar Christoph Hellwig 5-79/+3