summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-171-0/+1
|\
| * mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flagsDan Williams2017-11-031-0/+1
* | 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 branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \
| * | treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
| |/
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-142-7/+3
|\ \
| * | kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.libMasahiro Yamada2017-11-091-4/+3
| * | kbuild: clean up *.dtb and *.dtb.S patterns from top-level MakefileMasahiro Yamada2017-11-081-2/+0
| * | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2017-11-081-1/+0
* | | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-142-26/+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-192-25/+4
| | |/ | |/|
* | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-2/+2
|\ \ \
| * | | xtensa/simdisk: fix compile errorChristoph Hellwig2017-11-101-1/+1
| * | | block: remove __bio_kmap_atomicChristoph Hellwig2017-11-101-2/+2
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-13/+9
|\ \ \
| * | | xtensa: Convert timers to use timer_setup()Kees Cook2017-11-022-13/+9
| |/ /
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0744-0/+44
|\ \ \
| * | | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-0219-0/+19
| * | | License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2017-11-022-0/+2
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0223-0/+23
| |/ /
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-7/+7
* | | 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 'akpm' (patches from Andrew)Linus Torvalds2017-09-061-11/+3
|\
| * mm,fork: introduce MADV_WIPEONFORKRik van Riel2017-09-061-0/+3
| * mm: arch: consolidate mmap hugetlb size encodingsMike Kravetz2017-09-061-11/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-0/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-095-43/+10
| |\
| * | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+2
* | | 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 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-041-3/+3
|\ \ \
| * | | xtensa: Mark _stext and _end as char-arrays, not single char variablesMasami Hiramatsu2017-08-101-3/+3
| |/ /
* | | 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
| |/
* | Merge tag 'xtensa-20170807' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2017-08-075-43/+10
|\ \ | |/ |/|
| * xtensa: mm/cache: add missing EXPORT_SYMBOLsMax Filippov2017-08-011-1/+5
| * xtensa: don't limit csum_partial export by CONFIG_NETMax Filippov2017-08-011-2/+0
| * xtensa: fix cache aliasing handling code for WT cacheMax Filippov2017-07-281-7/+3
| * 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
* | tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy2017-07-171-1/+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-112-9/+10