aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman41-0/+41
2017-07-10cris: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada1-19/+2
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+0
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-2/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig1-1/+0
2017-05-15get rid of unused __strncpy_from_user() instancesAl Viro1-6/+0
2017-05-15kill strlen_user()Al Viro1-2/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-3/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro3-65/+14
2017-04-20cris/PCI: Use generic pci_mmap_resource_range()David Woodhouse1-0/+1
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-3/+0
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro1-0/+1
2017-03-28cris: switch to RAW_COPY_USERAl Viro1-42/+11
2017-03-28cris: rename __copy_user_zeroing to __copy_user_inAl Viro1-4/+4
2017-03-28cris: don't rely upon __copy_user_zeroing() zeroing the tailAl Viro1-7/+9
2017-03-28cris: switch to generic extable.hAl Viro2-17/+2
2017-03-28new helper: uaccess_kernel()Al Viro1-1/+1
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-03-05uaccess: drop pointless ifdefsAl Viro1-3/+0
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: 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 <linux/sched.h>Ingo Molnar1-1/+1
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+3
2017-02-24cris: 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-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-3/+3
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-22cris: use generic io.hNiklas Cassel1-170/+1
2016-09-13cris: buggered copy_from_user/copy_to_user/clear_userAl Viro1-39/+32
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+2
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck1-3/+2
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig1-3/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-2/+0
2016-01-20cris: convert to dma_map_opsChristoph Hellwig1-153/+8
2015-11-02CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson1-2/+1
2015-11-02CRIS v32: remove old GPIO and LEDs codeRabin Vincent1-0/+2
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-09-05CRIS: fix switch_mm() lockdep splatRabin Vincent1-1/+8
2015-09-05CRIS: add STACKTRACE_SUPPORTRabin Vincent1-0/+8
2015-09-05CRIS: UAPI: use generic types.hRabin Vincent2-12/+1
2015-09-05CRIS: UAPI: use generic shmbuf.hRabin Vincent1-0/+1
2015-09-05CRIS: UAPI: use generic msgbuf.hRabin Vincent1-0/+1
2015-09-05CRIS: UAPI: use generic socket.hRabin Vincent1-0/+1