summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli...Linus Torvalds2019-07-171-6/+0Star
|\
| * H8300: remove unused barrier definesRolf Eike Beer2019-06-181-6/+0Star
* | binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig2019-06-241-1/+1
* | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-241-2/+0Star
* | binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-241-1/+0Star
* | binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-241-1/+0Star
* | binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-241-1/+0Star
|/
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-1/+0Star
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-162-55/+1Star
|\
| * asm-generic: provide entirely generic nommu uaccessChristoph Hellwig2019-04-232-55/+1Star
* | arch: remove <asm/sizes.h> and <asm-generic/sizes.h>Masahiro Yamada2019-05-151-1/+0Star
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-0/+6
|\ \
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-211-1/+1
| * | h8300: define syscall_get_arch()Dmitry V. Levin2019-03-211-0/+6
| |/
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-071-0/+1
|\ \
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-061-2/+0Star
|\ \ \
| * | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-2/+0Star
| |/ /
* / / syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-27/+7Star
|/ /
* / KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-281-0/+1
|/
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-171-1/+0Star
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-6/+0Star
* arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-021-0/+1
* h8300: pci: Remove local declaration of pcibios_penalize_isa_irqGuenter Roeck2018-12-282-18/+1Star
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
* Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2018-08-222-7/+9
|\
| * arch/h8300: eliminate ptrace.h warningsRandy Dunlap2018-08-221-0/+2
| * h8300: Don't include linux/kernel.h in asm/atomic.hWill Deacon2018-08-221-2/+2
| * h8300: Correct signature of test_bit()Geert Uytterhoeven2018-08-221-1/+1
| * h8300: Add missing output register.Yoshinori Sato2018-08-221-6/+6
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-7/+0Star
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-5/+0Star
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-0/+1
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* | locking/atomics/h8300: Don't include <linux/kernel.h> in <asm/atomic.h>Will Deacon2018-06-211-2/+2
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-0/+1
|\
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0Star
|/
* h8300: remove extraneous __BIG_ENDIAN definitionArnd Bergmann2018-03-231-1/+0Star
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-312-12/+1Star
|\ \
| * | h8300: use dma-directChristoph Hellwig2018-01-152-12/+1Star
| |/
* / Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-101-3/+0Star
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0227-0/+27
* h8300: Mark _stext and _etext as char-arrays, not single char variablesMasami Hiramatsu2017-08-101-3/+3
* h8300: Add missing closing parenthesis in flat_get_addr_from_rp()Geert Uytterhoeven2017-07-161-1/+1
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-6/+18
|\
| * binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-041-6/+18