summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* mm: make compound_head() robustKirill A. Shutemov2015-11-061-1/+0
* mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson2015-11-051-0/+6
* Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-041-1/+1
|\
| * Merge branch 'acpi-init'Rafael J. Wysocki2015-10-251-1/+1
| |\
| | * clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier2015-10-011-1/+1
* | | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar2015-10-062-0/+5
|\ \ \ | |/ /
| * | 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
* | | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-2/+2
|/ /
* | 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
OpenPOWER on IntegriCloud