aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300
AgeCommit message (Expand)AuthorFilesLines
2021-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+0
2021-09-08trap: cleanup trap_init()Gravatar Kefeng Wang 1-4/+0
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-38/+1
2021-07-30Merge tag 'libata-5.14-2021-07-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDEGravatar Lukas Bulwahn 1-1/+0
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsGravatar Arnd Bergmann 1-2/+0
2021-07-27asm-generic: uaccess: remove inline strncpy_from_user/strnlen_userGravatar Arnd Bergmann 1-0/+2
2021-07-23h8300: remove stale strncpy_from_userGravatar Arnd Bergmann 3-38/+1
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-3/+2
2021-07-08h8300: convert to setup_initial_init_mm()Gravatar Kefeng Wang 1-4/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+0
2021-06-29h8300: remove unused variableGravatar Souptick Joarder 1-2/+0
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+1
2021-06-18sched,arch: Remove unused TASK_STATE offsetsGravatar Peter Zijlstra 1-1/+0
2021-06-18sched: Introduce task_is_running()Gravatar Peter Zijlstra 1-1/+1
2021-05-26h8300: move core-y in arch/h8300/Makefile to arch/h8300/KbuildGravatar Masahiro Yamada 2-3/+1
2021-05-26kbuild: require all architectures to have arch/$(SRCARCH)/KbuildGravatar Masahiro Yamada 1-0/+1
2021-05-26locking/atomic: delete !ARCH_ATOMIC remnantsGravatar Mark Rutland 1-1/+0
2021-05-26locking/atomic: h8300: move to ARCH_ATOMICGravatar Mark Rutland 1-0/+1
2021-05-26locking/atomic: h8300: use asm-generic exclusivelyGravatar Mark Rutland 3-163/+1
2021-05-06arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Gravatar Yury Norov 1-4/+4
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 1-2/+0
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADGravatar Jens Axboe 1-1/+1
2021-02-13h8300: fix PREEMPTION build, TI_PRE_COUNT undefinedGravatar Randy Dunlap 1-0/+3
2020-12-29local64.h: make <asm/local64.h> mandatoryGravatar Randy Dunlap 1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-2/+4
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-0/+6
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-24/+0
2020-12-12h8300: add support for TIF_NOTIFY_SIGNALGravatar Jens Axboe 2-2/+4
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingGravatar Peter Zijlstra 1-1/+1
2020-11-23arch: move SA_* definitions to generic headersGravatar Peter Collingbourne 1-24/+0
2020-11-16h8300: Fix generic mmu_context buildGravatar Nicholas Piggin 1-0/+6
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledGravatar Arnd Bergmann 1-1/+0
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Gravatar Jens Axboe 1-3/+1
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2020-10-13h8300, nds32, openrisc: simplify detection of memory extentsGravatar Mike Rapoport 1-5/+3
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Gravatar Christoph Hellwig 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-20h8300: switch to kernel_clone()Gravatar Christian Brauner 1-1/+1
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-11/+6
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Gravatar Linus Torvalds 1-5/+12
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hGravatar Herbert Xu 1-2/+0
2020-07-27h8300: switch to ->regset_get()Gravatar Al Viro 1-11/+6
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Gravatar Christian Brauner 1-3/+2
2020-07-04arch: remove HAVE_COPY_THREAD_TLSGravatar Christian Brauner 1-1/+0
2020-07-04h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsGravatar Christian Brauner 2-5/+14