summaryrefslogtreecommitdiffstats
path: root/arch/h8300
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-8/+0
* | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-0/+6
|\ \ \
| * | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
| * | | h8300: define syscall_get_arch()Dmitry V. Levin2019-03-201-0/+6
| |/ /
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-0/+1
|\ \ \
| * | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-3/+0
|\ \ \ \
| * \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-27/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-3/+0
| | |/ / | |/| |
* | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-2/+0
| |/ /
* / / syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-27/+7
|/ /
* / KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-282-1/+1
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-1/+0
* h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux-Masahiro Yamada2019-03-141-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+3