summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel
AgeCommit message (Expand)AuthorLines
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2020-12-12h8300: add support for TIF_NOTIFY_SIGNALJens Axboe-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra-1/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe-3/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2020-10-13h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport-5/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-20h8300: switch to kernel_clone()Christian Brauner-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-11/+6
2020-07-27h8300: switch to ->regset_get()Al Viro-11/+6
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-3/+2
2020-07-04h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner-5/+13
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-3/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-7/+1
2020-06-09h8300: add show_stack_loglvl()Dmitry Safonov-6/+12
2020-04-23h8300: ignore vmlinux.ldsMasahiro Yamada-0/+2
2019-12-08sched/rt, h8300: Use CONFIG_PREEMPTIONThomas Gleixner-3/+3
2019-11-04h8300: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook-1/+3
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook-1/+0
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman-4/+4
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-2/+2
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+0
2018-10-10vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook-1/+0
2018-08-22arch/h8300: eliminate kgbd.c warningRandy Dunlap-1/+1
2018-08-22h8300: remove unnecessary of_platform_populate callRob Herring-10/+0
2018-08-22h8300: switch to NO_BOOTMEMRob Herring-28/+8
2018-08-22h8300: gcc-8.1 fixYoshinori Sato-3/+4
2018-01-15h8300: use dma-directChristoph Hellwig-67/+1
2018-01-15dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+12
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-5/+0
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano-1/+1
2017-03-29Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds-3/+5
2017-03-29h8300/ptrace: Fix incorrect register transfer countDave Martin-3/+5
2017-03-07h8300: Fix build breakage caused by header file changesGuenter Roeck-1/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-2/+2
2016-10-27h8300: fix syscall restartingMark Rutland-1/+1
2016-10-07nmi_backtrace: generate one-line reports for idle cpusChris Metcalf-0/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski-4/+4