aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeGravatar Christoph Hellwig 1-3/+0
2018-01-09Construct init thread stack in the linker script rather than by unionGravatar David Howells 1-3/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildGravatar Stephen Boyd 1-1/+0
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeGravatar Hendrik Brueckner 1-0/+1
2017-11-15mm, arch: remove empty_bad_page*Gravatar Michal Hocko 1-13/+0
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+0
2017-11-09kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libGravatar Masahiro Yamada 1-5/+0
2017-11-08kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileGravatar Masahiro Yamada 1-1/+0
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Gravatar Greg Kroah-Hartman 5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 68-0/+68
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsGravatar Babu Moger 1-0/+3
2017-08-10h8300: Mark _stext and _etext as char-arrays, not single char variablesGravatar Masami Hiramatsu 1-3/+3
2017-07-16h8300: Add missing closing parenthesis in flat_get_addr_from_rp()Gravatar Geert Uytterhoeven 1-1/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-6/+18
2017-07-10h8300: move generic-y of exported headers to uapi/asm/KbuildGravatar Masahiro Yamada 2-28/+28
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-3/+4
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failGravatar Al Viro 1-6/+18
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 2-9/+0
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFGravatar Daniel Lezcano 1-1/+1
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeGravatar Daniel Lezcano 1-1/+1