summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+26Star
|\ \ \
| * | | xtensa/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-27/+26Star
| | |/ | |/|
* | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-011-4/+0Star
|\ \ \
| * | | PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-4/+0Star
| | |/ | |/|
* | | Merge tag 'v4.2' into for_nextChris Zankel2015-08-302-15/+1Star
|\ \ \ | | |/ | |/|
| * | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1Star
| |/
* | xtensa: improve vmlinux.lds.S sed post-processingMax Filippov2015-08-201-4/+5
* | xtensa: drop unused irq_err_countMax Filippov2015-08-171-3/+0Star
* | xtensa: implement fake NMIMax Filippov2015-08-179-27/+183
* | xtensa: don't touch EXC_TABLE_FIXUP in _switch_toMax Filippov2015-08-171-4/+0Star
* | xtensa: fix kernel register spillingMax Filippov2015-08-172-12/+21
* | xtensa: reorganize irq flags tracingMax Filippov2015-08-172-26/+18Star
* | 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/+3Star
* | 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/+1Star
|\
| * xtensa: don't use module_init for non-modular core network.c codePaul Gortmaker2015-06-161-3/+1Star
* | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-262-2/+1Star
|\ \
| * | remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0Star
| * | remove <asm/scatterlist.h>Christoph Hellwig2015-05-051-1/+1
* | | mm: new mm hook frameworkLaurent Dufour2015-06-251-0/+15
* | | xtensa: use for_each_sg()Akinobu Mita2015-06-251-7/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ \
| * | | treewide: Kconfig: fix wording / spellingMasanari Iida2015-05-261-1/+1
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-231-0/+1
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-222-0/+14
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | | * | arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-071-0/+1
| | |/ / | |/| |
* | | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-0/+13
|\ \ \ \ | | |/ / | |/| |
| * | | xtensa: Provide dummy dma_alloc_attrs() and dma_free_attrs()Guenter Roeck2015-05-261-0/+13
| |/ /
* | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* | | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-0/+2
|/ /
* | Merge tag 'xtensa-20150416' of git://github.com/czankel/xtensa-linuxLinus Torvalds2015-04-1711-41/+346
|\ \
| * \ Merge tag 'xtensa-for-next-20150413' of git://github.com/jcmvbkbc/linux-xtens...Chris Zankel2015-04-143-14/+52
| |\ \
| | * | xtensa: xtfpga: add CY7C67300 USB controller supportMax Filippov2015-04-132-0/+37
| | * | xtensa: ISS: fix locking in TAP network adapterMax Filippov2015-04-131-14/+15
| * | | Merge tag 'v4.0' into for_nextChris Zankel2015-04-145-67/+49Star
| |\| |
| * | | xtensa: Fix fix linker script transformation for .text / .text.fixupGuenter Roeck2015-04-101-0/+1
| * | | Merge tag 'xtensa-for-next-20150304' of git://github.com/jcmvbkbc/linux-xtens...Chris Zankel2015-03-136-27/+87
| |\ \ \
| | * | | xtensa: provide __NR_sync_file_range2 instead of __NR_sync_file_rangeMax Filippov2015-03-041-1/+1
| | * | | xtensa: wire bpf and execveat syscallsMax Filippov2015-03-041-1/+5
| | * | | xtensa: xtfpga: fix hardware lockup caused by LCD driverMax Filippov2015-02-275-25/+81
| * | | | xtensa: xtfpga: provide defconfig with audio subsystemMax Filippov2015-02-071-0/+142