summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include
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
* | 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-031-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 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: implement fake NMIMax Filippov2015-08-174-10/+57
* | xtensa: fix kernel register spillingMax Filippov2015-08-171-10/+19
* | xtensa: move oprofile stack tracing to stacktrace.cMax Filippov2015-08-171-0/+8
* | xtensa: reimplement DMA API using common helpersMax Filippov2015-08-173-148/+58
|/
* 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
* | xtensa: use for_each_sg()Akinobu Mita2015-06-241-7/+12
| |
| \
*-. \ 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
| |/ |/|
| * xtensa: Provide dummy dma_alloc_attrs() and dma_free_attrs()Guenter Roeck2015-05-251-0/+13
|/
* Merge tag 'xtensa-20150416' of git://github.com/czankel/xtensa-linuxLinus Torvalds2015-04-171-2/+6
|\
| * Merge tag 'v4.0' into for_nextChris Zankel2015-04-143-61/+46
| |\
| * | 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: Remove signal translation and exec_domainRichard Weinberger2015-04-121-2/+0
* | | xtensa: Autogenerate offsets in struct thread_infoRichard Weinberger2015-04-121-11/+0
| |/ |/|
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-45/+45
|\ \
| * | xtensa: macro whitespace fixesMichael S. Tsirkin2015-01-131-45/+45
| |/
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-5/+0
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | xtensa: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-10/+0
|/
* Merge tag 'xtensa-next-20141215' of git://github.com/czankel/xtensa-linuxLinus Torvalds2014-12-1610-22/+65
|\
| * xtensa/uaccess: fix sparse errorsMichael S. Tsirkin2014-12-151-2/+2
| * Merge tag 'xtensa-for-next-20141213' of git://github.com/jcmvbkbc/linux-xtens...Chris Zankel2014-12-151-1/+1
| |\
| | * xtensa: fix kmap_prot definitionMax Filippov2014-12-091-1/+1
| * | Merge tag 'xtensa-for-next-20141021-2' of git://github.com/jcmvbkbc/linux-xte...Chris Zankel2014-11-108-19/+62
| |\ \ | | |/ | |/|
| | * xtensa: nommu: clean up memory map dumpMax Filippov2014-10-211-5/+5
| | * xtensa: nommu: set up cache and atomctl in initialize_mmuMax Filippov2014-10-211-1/+36
| | * xtensa: move vecbase SR initialization to _startupMax Filippov2014-10-211-3/+0
| | * xtensa: nommu: fix load address definitionsMax Filippov2014-10-211-3/+4
| | * xtensa: nommu: don't build most of the cache flushing codeMax Filippov2014-10-212-3/+4
| | * xtensa: nommu: provide MAP_UNINITIALIZED definitionMax Filippov2014-10-211-0/+6
| | * xtensa: nommu: provide _PAGE_CHG_MASK definitionMax Filippov2014-10-211-0/+1
OpenPOWER on IntegriCloud