summaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-03-10arch: remove m32r portArnd Bergmann87-7560/+0
2018-02-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-26/+1
2018-01-15dma-mapping: provide a generic asm/dma-mapping.hChristoph Hellwig2-17/+1
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells1-3/+0
2018-01-09m32r: remove the unused dma_capable helperChristoph Hellwig1-7/+0
2018-01-09m32r: remove unused flush_write_buffers definitionChristoph Hellwig1-2/+0
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2017-11-15Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar59-0/+59
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman59-0/+59
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-5/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-4/+0
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_relax() implementationsWill Deacon1-4/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-12/+0
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser1-8/+0
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+0
2017-09-01binfmt_flat: fix arch/m32r and arch/microblaze flat_put_addr_at_rp()Randy Dunlap1-1/+2
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney1-5/+0
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+8
2017-07-09m32r: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada1-3/+1
2017-07-07Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+0
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2017-07-04binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro1-11/+8
2017-06-29arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-2/+0
2017-06-20m32r: remove DMA_ERROR_CODEChristoph Hellwig1-2/+0
2017-05-27trim __ARCH_WANT_SYS_OLD_GETRLIMITAl Viro1-1/+0
2017-05-16get rid of unused __strncpy_from_user() instancesAl Viro1-2/+0
2017-05-16kill strlen_user()Al Viro1-16/+0
2017-04-26m32r: switch to RAW_COPY_USERAl Viro1-91/+7
2017-03-29m32r: get rid of zeroingAl Viro1-65/+1
2017-03-29m32r: switch to generic extable.hAl Viro2-19/+2
2017-03-06uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-06uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+2
2017-02-28kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-26Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+1
2017-02-23m32r: fix build warningSudip Mukherjee1-5/+10
2017-02-23m32r: use generic current.hDavidlohr Bueso2-15/+1
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-3/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2-3/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche2-2/+2
2016-12-13m32r: add simple dmaSudip Mukherjee2-1/+37
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-9/+0
2016-09-14m32r: fix __get_user()Al Viro1-1/+1