summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-011-12/+0
|\
| * xtensa: remove arch specific early DT functionsRob Herring2018-01-301-12/+0
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-10/+0
|\ \
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-10/+0
| |/
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+19
|\ \
| * | make kernel-side POLL... arch-independentAl Viro2017-11-291-0/+17
| * | define __poll_t, annotate constantsAl Viro2017-11-271-2/+2
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-7/+1
|\ \ \
| * | | signal/ptrace: Add force_sig_ptrace_errno_trap and use it where neededEric W. Biederman2018-01-221-7/+1
| | |/ | |/|
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-295-5/+0
|\ \ \
| * | | irqdomain: Kill CONFIG_IRQ_DOMAIN_DEBUGMarc Zyngier2018-01-245-5/+0
| |/ /
* | | Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-01-2954-625/+785
|\ \ \
| * | | xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov2018-01-051-13/+10
| * | | xtensa: shut up gcc-8 warningsArnd Bergmann2018-01-021-2/+2
| * | | xtensa: print kernel sections info in mem_initMax Filippov2017-12-171-2/+17
| * | | xtensa: use generic strncpy_from_user with KASANMax Filippov2017-12-173-0/+10
| * | | xtensa: use __memset in __xtensa_clear_userMax Filippov2017-12-161-1/+1
| * | | xtensa: add support for KASANMax Filippov2017-12-1613-8/+194
| * | | xtensa: move fixmap and kmap just above the KSEGMax Filippov2017-12-164-11/+9
| * | | xtensa: don't clear swapper_pg_dir in paging_initMax Filippov2017-12-161-1/+0
| * | | xtensa: extract init_kioMax Filippov2017-12-164-17/+28
| * | | xtensa: implement early_trap_initMax Filippov2017-12-161-0/+12
| * | | xtensa: clean up exception handling structureMax Filippov2017-12-165-32/+56
| * | | xtensa: clean up custom-controlled debug outputMax Filippov2017-12-1611-117/+66
| * | | xtensa: enable stack protectorMax Filippov2017-12-166-0/+60
| * | | xtensa: print hardware config ID on startupMax Filippov2017-12-101-0/+9
| * | | xtensa: consolidate kernel stack size related definitionsMax Filippov2017-12-104-10/+13
| * | | xtensa: clean up functions in assembly codeMax Filippov2017-12-106-36/+36
| * | | xtensa: clean up word alignment macros in assembly codeMax Filippov2017-12-104-52/+59
| * | | xtensa: clean up fixups in assembly codeMax Filippov2017-12-107-194/+133
| * | | xtensa: use call instead of callx in assembly codeMax Filippov2017-12-104-48/+24
| * | | xtensa: build kernel with text-section-literalsMax Filippov2017-12-108-88/+52
| * | | xtensa: add -mno-serialize-volatile to CFLAGSMax Filippov2017-12-091-0/+1
* | | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-091-3/+0
| |/ / |/| |
* | | 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
OpenPOWER on IntegriCloud