summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-0/+4
* | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-11/+0
* | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-6/+0
* | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-9/+0
* | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-31/+0
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-0/+1
|\ \
| * | arch: introduce memremap()Dan Williams2015-08-141-0/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-032-70/+4
|\ \ \
| * \ \ Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-121-69/+4
| |\ \ \
| | * | | atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-10/+0
| | * | | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
| | * | | xtensa: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-69/+16
| | |/ /
| * | | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-032-15/+1
| |\ \ \ | | |/ /
| * | | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-201-1/+0
| | |/ | |/|
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-9/+3
|\ \ \
| * | | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-9/+3
| |/ /
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-4/+6
|\ \ \
| * \ \ Merge branch 'linus' into irq/coreThomas Gleixner2015-07-302-15/+1
| |\ \ \ | | | |/ | | |/|
| * | | xtensa/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-291-4/+6
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-011-27/+26
|\ \ \
| * | | xtensa/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-27/+26
| | |/ | |/|
* | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-311-4/+0
|\ \ \
| * | | PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-4/+0
| | |/ | |/|
* | | Merge tag 'v4.2' into for_nextChris Zankel2015-08-292-15/+1
|\ \ \ | | |/ | |/|
| * | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
| |/
* | xtensa: improve vmlinux.lds.S sed post-processingMax Filippov2015-08-201-4/+5
* | xtensa: drop unused irq_err_countMax Filippov2015-08-171-3/+0
* | xtensa: implement fake NMIMax Filippov2015-08-179-27/+183
* | xtensa: don't touch EXC_TABLE_FIXUP in _switch_toMax Filippov2015-08-171-4/+0
* | xtensa: fix kernel register spillingMax Filippov2015-08-172-12/+21
* | xtensa: reorganize irq flags tracingMax Filippov2015-08-172-26/+18
* | xtensa: implement counting and sampling perf eventsMax Filippov2015-08-173-0/+461
* | xtensa: count software page fault perf eventsMax Filippov2015-08-171-0/+7
* | xtensa: add profiling IRQ type to xtensa_irq_mapMax Filippov2015-08-171-0/+6
* | xtensa: select PERF_USE_VMALLOC for cache-aliasing configurationsMax Filippov2015-08-171-0/+1
* | xtensa: move oprofile stack tracing to stacktrace.cMax Filippov2015-08-173-151/+182
* | xtensa: keep exception/interrupt stack continuousMax Filippov2015-08-171-15/+28
* | xtensa: clean up Kconfig dependencies for custom coresMax Filippov2015-08-171-8/+3
* | xtensa: reimplement DMA API using common helpersMax Filippov2015-08-175-178/+233
* | xtensa: fix threadptr reload on return to userspaceMax Filippov2015-07-151-1/+2
* | xtensa: ISS: add missing va_end into split_if_specMax Filippov2015-07-131-2/+6
|/
* Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-021-3/+1
|\
| * xtensa: don't use module_init for non-modular core network.c codePaul Gortmaker2015-06-161-3/+1
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-252-2/+1
|\ \
| * | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
| * | remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-1/+1
* | | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
OpenPOWER on IntegriCloud