aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 3-4/+4
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAGravatar Kees Cook 1-1/+0
2018-08-22arch/h8300: eliminate kgbd.c warningGravatar Randy Dunlap 1-1/+1
2018-08-22h8300: remove unnecessary of_platform_populate callGravatar Rob Herring 1-10/+0
2018-08-22h8300: switch to NO_BOOTMEMGravatar Rob Herring 1-28/+8
2018-08-22h8300: gcc-8.1 fixGravatar Yoshinori Sato 1-3/+4
2018-01-15h8300: use dma-directGravatar Christoph Hellwig 2-67/+1
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeGravatar Christoph Hellwig 1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 12-0/+12
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Gravatar Tobias Klauser 1-5/+0
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeGravatar Daniel Lezcano 1-1/+1
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Gravatar Linus Torvalds 1-3/+5
2017-03-29h8300/ptrace: Fix incorrect register transfer countGravatar Dave Martin 1-3/+5
2017-03-07h8300: Fix build breakage caused by header file changesGravatar Guenter Roeck 1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-10-27h8300: fix syscall restartingGravatar Mark Rutland 1-1/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-4/+4
2016-03-25h8300: switch EARLYCONGravatar Yoshinori Sato 2-65/+9
2016-01-20h8300: System call entry enable interrupt.Gravatar Yoshinori Sato 1-0/+1
2016-01-20h8300: show_stack cleanupGravatar Yoshinori Sato 1-12/+8
2016-01-20h8300: Add KGDB support.Gravatar Yoshinori Sato 3-0/+155
2016-01-20h8300: signal stack fixGravatar Yoshinori Sato 1-4/+4
2015-12-15h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]Gravatar Daniel Lezcano 1-4/+4
2015-11-12h8300: enable CLKSRC_OFGravatar Yoshinori Sato 1-0/+2
2015-11-08h8300: Fix alignment for .dataGravatar Yoshinori Sato 1-2/+2
2015-06-23h8300: Build scriptsGravatar Yoshinori Sato 2-0/+86
2015-06-23h8300: miscellaneous functionsGravatar Yoshinori Sato 6-0/+335
2015-06-23h8300: process helpersGravatar Yoshinori Sato 4-0/+674
2015-06-23h8300: Low level entryGravatar Yoshinori Sato 3-0/+584
2015-06-23h8300: kernel startupGravatar Yoshinori Sato 1-0/+255
2015-06-23h8300: Interrupt and exceptionsGravatar Yoshinori Sato 3-0/+547
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGravatar Guenter Roeck 21-3142/+0
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 1-0/+2
2013-07-03h8300: normalize global variables exported by vmlinux.ldsGravatar Jiang Liu 1-0/+2
2013-06-23h8300: Fill the system call table using a CALL() macroGravatar Geert Uytterhoeven 1-320/+322
2013-06-23h8300: Hardcode symbol prefixes in asm sourcesGravatar Geert Uytterhoeven 2-382/+382
2013-05-05h8300: single_open() leaksGravatar Al Viro 1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-15/+20