summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xtensa-20181115' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-11-161-1/+5
|\
| * xtensa: make sure bFLT stack is 16 byte alignedMax Filippov2018-11-051-1/+5
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-8/+0
* | xtensa: use generic vga.hJiri Slaby2018-10-272-19/+1
* | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
* | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
|/
* Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-08-2211-103/+104
|\
| * Merge branch 'xtensa-dma-fixes' (early part) into xtensa-fixesMax Filippov2018-08-205-32/+36
| |\
| | * xtensa: platform-specific handling of coherent memoryMax Filippov2018-07-123-6/+35
| | * xtensa: use generic dma_noncoherent_opsChristoph Hellwig2018-07-112-26/+1
| * | xtensa: drop variant IRQ supportMax Filippov2018-08-201-17/+1
| * | xtensa: drop unneeded platform/hardware.h headersMax Filippov2018-08-202-2/+0
| * | xtensa: move PLATFORM_NR_IRQS to KconfigMax Filippov2018-08-201-2/+3
| * | xtensa: rework {CONFIG,PLATFORM}_DEFAULT_MEM_STARTMax Filippov2018-08-201-3/+2
| * | xtensa: rework noMMU cache attributes initializationMax Filippov2018-08-141-21/+21
| * | xtensa: increase ranges in ___invalidate_{i,d}cache_allMax Filippov2018-08-141-2/+2
| * | xtensa: limit offsets in __loop_cache_{all,page}Max Filippov2018-08-141-25/+40
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-08-131-2/+5
|\ \
| * | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
| * | perf/arch/xtensa: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+5
| * | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-1/+1
| |/
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-32/+0
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-42/+0
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
|/
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-2/+2
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-2/+0
|\
| * xtensa/PCI: Remove dead codeBjorn Helgaas2018-05-221-2/+0
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-0/+1
|\ \
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* / PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-2/+0
|/
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-3/+4
|\
| * xtensa/PCI: Use generic pci_mmap_resource_range()David Woodhouse2018-03-011-3/+4
* | xtensa: add ioremap_nocache declaration before include asm-generic/io.h.Greentime Hu2018-02-221-0/+1
|/
* xtensa: fix build with KASANMax Filippov2018-02-111-0/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-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-311-10/+0
|\ \
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-10/+0
| |/
* | Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-01-3019-44/+228
|\ \
| * | xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov2018-01-061-13/+10
| * | xtensa: shut up gcc-8 warningsArnd Bergmann2018-01-021-2/+2
| * | xtensa: use generic strncpy_from_user with KASANMax Filippov2017-12-181-0/+7
| * | xtensa: use __memset in __xtensa_clear_userMax Filippov2017-12-171-1/+1
| * | xtensa: add support for KASANMax Filippov2017-12-174-1/+62
| * | xtensa: move fixmap and kmap just above the KSEGMax Filippov2017-12-173-5/+3
| * | xtensa: extract init_kioMax Filippov2017-12-172-0/+5
| * | xtensa: implement early_trap_initMax Filippov2017-12-171-0/+12
| * | xtensa: clean up exception handling structureMax Filippov2017-12-173-12/+24
| * | xtensa: enable stack protectorMax Filippov2017-12-171-0/+40