summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-1/+1
|\
| * h8300: switch to kernel_clone()Christian Brauner2020-08-201-1/+1
* | h8300, nds32, openrisc: simplify detection of memory extentsMike Rapoport2020-10-131-5/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-11/+6
|\
| * h8300: switch to ->regset_get()Al Viro2020-07-271-11/+6
* | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
* | h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2020-07-041-5/+13
|/
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-093-3/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* h8300: add show_stack_loglvl()Dmitry Safonov2020-06-091-6/+12
* h8300: ignore vmlinux.ldsMasahiro Yamada2020-04-231-0/+2
* sched/rt, h8300: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-3/+3
* h8300: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+3
* vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
* vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
* signal: Remove task parameter from force_sigEric W. Biederman2019-05-273-4/+4
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-1/+0
* arch/h8300: eliminate kgbd.c warningRandy Dunlap2018-08-221-1/+1
* h8300: remove unnecessary of_platform_populate callRob Herring2018-08-221-10/+0
* h8300: switch to NO_BOOTMEMRob Herring2018-08-221-28/+8
* h8300: gcc-8.1 fixYoshinori Sato2018-08-221-3/+4
* h8300: use dma-directChristoph Hellwig2018-01-152-67/+1
* dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-3/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0212-0/+12
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-1/+1
|\
| * clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-1/+1
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-5/+0
|/
* Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds2017-03-291-3/+5
|\
| * h8300/ptrace: Fix incorrect register transfer countDave Martin2017-03-291-3/+5
* | h8300: Fix build breakage caused by header file changesGuenter Roeck2017-03-071-1/+1
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* h8300: fix syscall restartingMark Rutland2016-10-271-1/+1
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+4
* h8300: switch EARLYCONYoshinori Sato2016-03-252-65/+9
* h8300: System call entry enable interrupt.Yoshinori Sato2016-01-201-0/+1
* h8300: show_stack cleanupYoshinori Sato2016-01-201-12/+8