aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/include
AgeCommit message (Expand)AuthorFilesLines
2019-06-24binfmt_flat: remove the persistent argument from flat_get_addr_from_rpGravatar Christoph Hellwig 1-1/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableGravatar Christoph Hellwig 1-2/+0
2019-06-24binfmt_flat: remove flat_old_ram_flagGravatar Christoph Hellwig 1-1/+0
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-05-30treewide: Add SPDX license identifier - KbuildGravatar Greg Kroah-Hartman 2-0/+2
2019-05-18arch: remove dangling asm-generic wrappersGravatar Masahiro Yamada 1-1/+0
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-55/+1
2019-05-14arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Gravatar Masahiro Yamada 1-1/+0
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+6
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 1-0/+1
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2019-04-23asm-generic: provide entirely generic nommu uaccessGravatar Christoph Hellwig 2-55/+1
2019-04-08arch: Use asm-generic header for asm/mmiowb.hGravatar Will Deacon 1-0/+1
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-27/+7
2019-04-03arch/tlb: Clean up simple architecturesGravatar Peter Zijlstra 1-2/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedGravatar Masahiro Yamada 2-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentGravatar Dmitry V. Levin 1-1/+1
2019-03-20h8300: define syscall_get_arch()Gravatar Dmitry V. Levin 1-0/+6
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-2/+0
2019-03-17kbuild: warn redundant generic-yGravatar Masahiro Yamada 1-1/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2019-03-04get rid of legacy 'get_ds()' functionGravatar Linus Torvalds 1-6/+0
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Thomas Gleixner 1-0/+2
2019-02-19asm-generic: Make time32 syscall numbers optionalGravatar Arnd Bergmann 1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listGravatar Yury Norov 1-0/+1
2019-02-01arch: unexport asm/shmparam.h for all architecturesGravatar Masahiro Yamada 2-1/+1
2019-01-06arch: restore generic-y += shmparam.h for some architecturesGravatar Masahiro Yamada 1-0/+1
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-26/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Gravatar Masahiro Yamada 1-1/+0
2018-12-29h8300: pci: Remove local declaration of pcibios_penalize_isa_irqGravatar Guenter Roeck 2-18/+1
2018-10-31treewide: remove current_text_addrGravatar Nick Desaulniers 1-6/+0
2018-08-29y2038: Remove stat64 family from default syscall setGravatar Arnd Bergmann 1-0/+1
2018-08-22Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxGravatar Linus Torvalds 2-7/+9
2018-08-22arch/h8300: eliminate ptrace.h warningsGravatar Randy Dunlap 1-0/+2
2018-08-22h8300: Don't include linux/kernel.h in asm/atomic.hGravatar Will Deacon 1-2/+2
2018-08-22h8300: Correct signature of test_bit()Gravatar Geert Uytterhoeven 1-1/+1
2018-08-22h8300: Add missing output register.Gravatar Yoshinori Sato 1-6/+6
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalGravatar Mark Rutland 1-7/+0
2018-06-21atomics/treewide: Make test ops optionalGravatar Mark Rutland 1-5/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalGravatar Mark Rutland 1-0/+1
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Gravatar Mark Rutland 1-1/+1
2018-06-21locking/atomics/h8300: Don't include <linux/kernel.h> in <asm/atomic.h>Gravatar Will Deacon 1-2/+2
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSGravatar Christoph Hellwig 1-2/+0
2018-04-19time: Add an asm-generic/compat.h fileGravatar Arnd Bergmann 1-0/+1
2018-03-22h8300: remove extraneous __BIG_ENDIAN definitionGravatar Arnd Bergmann 1-1/+0
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-12/+1
2018-01-15h8300: use dma-directGravatar Christoph Hellwig 2-12/+1