summaryrefslogtreecommitdiffstats
path: root/arch/h8300
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-6/+0
* Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli...Linus Torvalds2019-07-171-6/+0
|\
| * H8300: remove unused barrier definesRolf Eike Beer2019-06-181-6/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-102-6/+4
|\ \
| * | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-1/+1
| * | binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig2019-06-241-0/+1
| * | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-242-2/+1
| * | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-242-1/+1
| * | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-241-1/+0
| * | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-241-1/+0
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-4/+4
|\ \ | |/ |/|
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-273-4/+4
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
|/
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-1/+0
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-161-0/+1
|\
| * clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-163-55/+2
|\ \
| * | asm-generic: provide entirely generic nommu uaccessChristoph Hellwig2019-04-233-55/+2
* | | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-141-1/+0
* | | init: provide a generic free_initmem implementationMike Rapoport2019-05-141-6/+0