summaryrefslogtreecommitdiffstats
path: root/arch/h8300
Commit message (Expand)AuthorAgeFilesLines
* arch: rearrange headers inclusion order in asm/bitops for m68k, sh and h8300Yury Norov2021-05-061-4/+4
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-2/+0
* arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* h8300: fix PREEMPTION build, TI_PRE_COUNT undefinedRandy Dunlap2021-02-131-0/+3
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-2/+4
|\
| * h8300: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-122-2/+4
* | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \
| * | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-0/+6
|\ \
| * | h8300: Fix generic mmu_context buildNicholas Piggin2020-11-161-0/+6
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-12-141-24/+0
|\ \
| * | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-24/+0
| |/
* / sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
|/
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-3/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-3/+1
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ | |/ |/|
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+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
|/
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-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
* | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-5/+12
|\ \
| * | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-3/+2
| * | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| * | h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2020-07-042-5/+14
| |/
* / locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-1/+0
|\
| * h8300: Remove redundant CLKDEV_LOOKUP selectsStephen Boyd2020-05-051-1/+0
* | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+0
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+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
* | Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-06-061-1/+1
|\ \
| * | h8300: suppress error messages for 'make clean'Masahiro Yamada2020-05-121-1/+1
* | | h8300: remove usage of __ARCH_USE_5LEVEL_HACKMike Rapoport2020-06-041-1/+0
* | | mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-3/+3
|/ /
* / h8300: ignore vmlinux.ldsMasahiro Yamada2020-04-231-0/+2
|/
* Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-112-15/+13
|\
| * h8300: move definition of __kernel_size_t etc. to posix_types.hMasahiro Yamada2020-04-092-15/+13
* | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-2/+0
|/
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-46/+0
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-3/+3
|\
| * sched/rt, h8300: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-3/+3
* | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
|/
* 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