summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+5
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+0
2018-06-26perf/arch/xtensa: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+5
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker1-1/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-32/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-42/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-24/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab1-2/+2
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2018-05-22xtensa/PCI: Remove dead codeBjorn Helgaas1-2/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig1-2/+0
2018-04-19time: Add an asm-generic/compat.h fileArnd Bergmann1-0/+1
2018-04-07Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+4
2018-03-01xtensa/PCI: Use generic pci_mmap_resource_range()David Woodhouse1-3/+4
2018-02-22xtensa: add ioremap_nocache declaration before include asm-generic/io.h.Greentime Hu1-0/+1
2018-02-11xtensa: fix build with KASANMax Filippov1-0/+2
2018-02-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-10/+0
2018-01-30Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds19-44/+228
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-10/+0
2018-01-10Construct init thread stack in the linker script rather than by unionDavid Howells1-3/+0
2018-01-06xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov1-13/+10
2018-01-03arch: Remove clkdev.h asm-generic from KbuildStephen Boyd1-1/+0
2018-01-02xtensa: shut up gcc-8 warningsArnd Bergmann1-2/+2
2017-12-18xtensa: use generic strncpy_from_user with KASANMax Filippov1-0/+7
2017-12-17xtensa: use __memset in __xtensa_clear_userMax Filippov1-1/+1
2017-12-17xtensa: add support for KASANMax Filippov4-1/+62
2017-12-17xtensa: move fixmap and kmap just above the KSEGMax Filippov3-5/+3
2017-12-17xtensa: extract init_kioMax Filippov2-0/+5
2017-12-17xtensa: implement early_trap_initMax Filippov1-0/+12
2017-12-17xtensa: clean up exception handling structureMax Filippov3-12/+24
2017-12-17xtensa: enable stack protectorMax Filippov1-0/+40
2017-12-11xtensa: consolidate kernel stack size related definitionsMax Filippov4-10/+13
2017-12-11xtensa: clean up functions in assembly codeMax Filippov1-0/+9
2017-12-11xtensa: clean up word alignment macros in assembly codeMax Filippov1-0/+33
2017-12-11xtensa: clean up fixups in assembly codeMax Filippov1-0/+7
2017-11-16Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2017-11-15Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-3/+0
2017-11-08PCI: Remove redundant pci_dev, pci_bus, resource declarationsBjorn Helgaas1-2/+0
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-5/+0
2017-10-19xtensa: make dma_cache_sync a no-opChristoph Hellwig1-2/+4
2017-10-10locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementationsWill Deacon1-5/+0
2017-10-10locking/core: Remove {read,spin,write}_can_lock()Will Deacon1-2/+0
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser1-5/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-22/+5
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-22/+5