aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 6-6/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-7/+1
2020-06-09h8300: add show_stack_loglvl()Gravatar Dmitry Safonov 1-6/+12
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-1/+1
2020-06-04h8300: remove usage of __ARCH_USE_5LEVEL_HACKGravatar Mike Rapoport 1-1/+0
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesGravatar Mike Rapoport 1-3/+3
2020-05-12h8300: suppress error messages for 'make clean'Gravatar Masahiro Yamada 1-1/+1
2020-05-05h8300: Remove redundant CLKDEV_LOOKUP selectsGravatar Stephen Boyd 1-1/+0
2020-04-23h8300: ignore vmlinux.ldsGravatar Masahiro Yamada 1-0/+2
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-15/+13
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-2/+0
2020-04-09h8300: move definition of __kernel_size_t etc. to posix_types.hGravatar Masahiro Yamada 2-15/+13
2020-04-02asm-generic: make more kernel-space headers mandatoryGravatar Masahiro Yamada 1-46/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-12-08sched/rt, h8300: Use CONFIG_PREEMPTIONGravatar Thomas Gleixner 1-3/+3
2019-11-04h8300: Move EXCEPTION_TABLE to RO_DATA segmentGravatar Kees Cook 1-1/+3
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAGravatar Kees Cook 1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAGravatar Kees Cook 1-1/+0
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-6/+0
2019-07-17Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli...Gravatar Linus Torvalds 1-6/+0
2019-07-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Gravatar Linus Torvalds 2-6/+4
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-4/+4
2019-06-24binfmt_flat: remove the persistent argument from flat_get_addr_from_rpGravatar Christoph Hellwig 1-1/+1
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionGravatar Christoph Hellwig 1-0/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableGravatar Christoph Hellwig 2-2/+1
2019-06-24binfmt_flat: remove flat_old_ram_flagGravatar Christoph Hellwig 2-1/+1
2019-06-24binfmt_flat: remove flat_set_persistentGravatar Christoph Hellwig 1-1/+0
2019-06-24binfmt_flat: remove flat_reloc_validGravatar Christoph Hellwig 1-1/+0
2019-06-18H8300: remove unused barrier definesGravatar Rolf Eike Beer 1-6/+0
2019-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 2-0/+2
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 3-4/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 3-0/+3
2019-05-18arch: remove dangling asm-generic wrappersGravatar Masahiro Yamada 1-1/+0
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+1
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-55/+2
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 1-0/+1
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Gravatar Masahiro Yamada 1-1/+0
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-6/+0