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