aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300/include
AgeCommit message (Expand)Author
2018-10-31treewide: remove current_text_addrNick Desaulniers
2018-08-29y2038: Remove stat64 family from default syscall setArnd Bergmann
2018-08-22Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds
2018-08-22arch/h8300: eliminate ptrace.h warningsRandy Dunlap
2018-08-22h8300: Don't include linux/kernel.h in asm/atomic.hWill Deacon
2018-08-22h8300: Correct signature of test_bit()Geert Uytterhoeven
2018-08-22h8300: Add missing output register.Yoshinori Sato
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make test ops optionalMark Rutland
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2018-06-21locking/atomics/h8300: Don't include <linux/kernel.h> in <asm/atomic.h>Will Deacon
2018-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann
2018-03-22h8300: remove extraneous __BIG_ENDIAN definitionArnd Bergmann
2018-02-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-01-15h8300: use dma-directChristoph Hellwig
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd
2017-12-05bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10h8300: Mark _stext and _etext as char-arrays, not single char variablesMasami Hiramatsu
2017-07-16h8300: Add missing closing parenthesis in flat_get_addr_from_rp()Geert Uytterhoeven
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-10h8300: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig
2017-05-11uapi: export all headers under uapi directoriesNicolas Dichtel
2017-05-11h8300: put bitsperlong.h in uapiNicolas Dichtel
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro
2017-03-288300: switch to RAW_COPY_USERAl Viro
2017-03-28asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro
2017-03-27add asm-generic/extable.hAl Viro
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-10-27h8300: fix syscall restartingMark Rutland