summaryrefslogtreecommitdiffstats
path: root/arch/cris/include/asm
Commit message (Expand)AuthorAgeFilesLines
* CRIS: Drop support for the CRIS portJesper Nilsson2018-03-1646-2012/+0
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-312-20/+1
|\ \
| * | cris: use dma-directChristoph Hellwig2018-01-152-20/+1
| |/
* | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-092-4/+0
* | cris: Make THREAD_SIZE available to vmlinux.ldsDavid Howells2018-01-082-7/+7
|/
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-9/+0
|\
| * PCI: Remove unused declarationsBjorn Helgaas2017-11-071-6/+0
| * PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-2/+0
| * PCI: Remove redundant pcibios_set_master() declarationsBjorn Helgaas2017-11-071-1/+0
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-6/+0
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-6/+0
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0241-0/+41
|/
* cris: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-101-19/+2
* Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-8/+0
|\
| * get rid of unused __strncpy_from_user() instancesAl Viro2017-05-151-6/+0
| * kill strlen_user()Al Viro2017-05-151-2/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-1/+0
|\ \
| * | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-041-1/+0
| |/
* | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-281-2/+0
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-3/+1
|\
| * cris/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-0/+1
| * PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-3/+0
| |
| \
| \
| \
*---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-263-65/+14
|\ \ \ \ | |_|_|/ |/| | |
| | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| | | |\ | | |/ / | |/| |
| | | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
| |_|/ |/| |
| | * cris: switch to RAW_COPY_USERAl Viro2017-03-281-42/+11
| | * cris: rename __copy_user_zeroing to __copy_user_inAl Viro2017-03-281-4/+4
| | * cris: don't rely upon __copy_user_zeroing() zeroing the tailAl Viro2017-03-281-7/+9
| | * cris: switch to generic extable.hAl Viro2017-03-282-17/+2
| |/
| * new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| * uaccess: drop pointless ifdefsAl Viro2017-03-051-3/+0
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-2/+0
| * uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-051-3/+0
|/
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-3/+3
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-2/+2
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-3/+3
* | cris: use generic current.hDavidlohr Bueso2017-02-242-15/+1
* | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-9/+0
* cris: use generic io.hNiklas Cassel2016-09-221-170/+1
* cris: buggered copy_from_user/copy_to_user/clear_userAl Viro2016-09-131-39/+32
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-3/+2
|\
OpenPOWER on IntegriCloud