aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/h8300/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-23h8300: ignore vmlinux.ldsMasahiro Yamada1-0/+2
2019-12-08sched/rt, h8300: Use CONFIG_PREEMPTIONThomas Gleixner1-3/+3
2019-11-04h8300: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook1-1/+3
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman3-4/+4
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook1-1/+0
2018-08-22arch/h8300: eliminate kgbd.c warningRandy Dunlap1-1/+1
2018-08-22h8300: remove unnecessary of_platform_populate callRob Herring1-10/+0
2018-08-22h8300: switch to NO_BOOTMEMRob Herring1-28/+8
2018-08-22h8300: gcc-8.1 fixYoshinori Sato1-3/+4
2018-01-15h8300: use dma-directChristoph Hellwig2-67/+1
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman12-0/+12
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-5/+0
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds1-3/+5
2017-03-29h8300/ptrace: Fix incorrect register transfer countDave Martin1-3/+5
2017-03-07h8300: Fix build breakage caused by header file changesGuenter Roeck1-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-10-27h8300: fix syscall restartingMark Rutland1-1/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf1-0/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+4
2016-03-25h8300: switch EARLYCONYoshinori Sato2-65/+9
2016-01-20h8300: System call entry enable interrupt.Yoshinori Sato1-0/+1
2016-01-20h8300: show_stack cleanupYoshinori Sato1-12/+8
2016-01-20h8300: Add KGDB support.Yoshinori Sato3-0/+155
2016-01-20h8300: signal stack fixYoshinori Sato1-4/+4
2015-12-15h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]Daniel Lezcano1-4/+4
2015-11-12h8300: enable CLKSRC_OFYoshinori Sato1-0/+2
2015-11-08h8300: Fix alignment for .dataYoshinori Sato1-2/+2
2015-06-23h8300: Build scriptsYoshinori Sato2-0/+86
2015-06-23h8300: miscellaneous functionsYoshinori Sato6-0/+335
2015-06-23h8300: process helpersYoshinori Sato4-0/+674
2015-06-23h8300: Low level entryYoshinori Sato3-0/+584
2015-06-23h8300: kernel startupYoshinori Sato1-0/+255
2015-06-23h8300: Interrupt and exceptionsYoshinori Sato3-0/+547
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck21-3142/+0