summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+0
|\
| * PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas2017-11-071-2/+0
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-3/+0
|\ \
| * | dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-5/+0
| * | xtensa: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-2/+4
| |/
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-074-0/+4
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| |/
* | locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon2017-10-101-5/+0
* | locking/core: Remove {read,spin,write}_can_lock()Will Deacon2017-10-101-2/+0
|/
* arch: remove unused *_segments() macros/functionsTobias Klauser2017-09-221-5/+0
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-22/+5
|\
| * futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-22/+5
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-5/+0
|\ \ | |/ |/|
| * arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney2017-08-171-5/+0
* | xtensa: remove wrapper header for asm/param.hTobias Klauser2017-07-212-18/+1
* | xtensa: remove wrapper header for asm/device.hTobias Klauser2017-07-212-15/+1
|/
* Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-2/+13
|\
| * binfmt_flat: flat_{get,put}_addr_from_rp() should be able to failAl Viro2017-07-031-2/+13
* | xtensa: use generic fb.hTobias Klauser2017-07-142-12/+1
* | xtensa: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-111-9/+1
* | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-061-5/+1
|\ \
| * | get rid of unused __strncpy_from_user() instancesAl Viro2017-05-151-2/+1
| * | kill strlen_user()Al Viro2017-05-151-3/+0
| |/
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-2/+0
|\ \
| * | xtensa: remove DMA_ERROR_CODEChristoph Hellwig2017-06-201-2/+0
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-1/+0
|\ \ \
| * | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-211-1/+2
| |\| |
| * | | 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 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-06-131-1/+2
|\ \ | |/ |/|
| * xtensa: don't use linux IRQ #0Max Filippov2017-06-051-1/+2
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-5/+2
|\ \
| * | PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-181-1/+2
| * | PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-4/+0
* | | Merge tag 'xtensa-20170507' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-05-082-0/+54
|\ \ \
| * | | xtensa: clean up access to spilled registers locationsMax Filippov2017-05-011-0/+15
| * | | xtensa: move internal ptrace definitions from uapi/asm to asmMax Filippov2017-05-011-0/+39
| | |/ | |/|
* | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-013-61/+10
|\ \ \ | |/ / |/| |
| | |
| | \
| | \
| | \
| *---. \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-264-61/+11
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * xtensa: fix prefetch in the raw_copy_to_userMax Filippov2017-04-041-1/+1
| | | | * xtensa: get rid of zeroing, use RAW_COPY_USERAl Viro2017-03-281-46/+8
| | | | * xtensa: switch to generic extable.hAl Viro2017-03-282-6/+2
| | | |/ | | |/|
| | | * Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| | |/|
| | * | new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| | * | uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-3/+0
| | * | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro2017-03-052-6/+0
| |/ /
* | / xtensa: make __pa work with uncached KSEG addressesMax Filippov2017-03-301-0/+13
| |/ |/|
* | arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
|/
* Merge tag 'xtensa-20170303' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-03-031-0/+4
|\
| * xtensa: allow merging vectors into .text sectionMax Filippov2017-03-011-0/+4