summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* xtensa: fix coprocessor part of ptrace_{get,set}xregsMax Filippov2018-11-261-4/+38
* xtensa: fix coprocessor context offset definitionsMax Filippov2018-11-261-8/+8
* xtensa: enable coprocessors that are being flushedMax Filippov2018-11-261-1/+4
* Merge tag 'xtensa-20181115' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-11-162-3/+10
|\
| * xtensa: fix boot parameters address translationMax Filippov2018-11-141-2/+5
| * xtensa: make sure bFLT stack is 16 byte alignedMax Filippov2018-11-051-1/+5
* | Merge tag 'xtensa-20181101' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-11-014-36/+7
|\ \
| * | xtensa: clean up xtensa-specific property sectionsMax Filippov2018-10-301-14/+3
| * | xtensa: use DWARF_DEBUG in the vmlinux.lds.SMax Filippov2018-10-301-17/+1
| * | xtensa: add NOTES section to the linker scriptMax Filippov2018-10-292-1/+2
| * | xtensa: remove ZONE_DMAChristoph Hellwig2018-10-152-4/+1
| |/
* | memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-317-8/+7
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* | memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-8/+0
* | Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-291-0/+2
|\ \
| * | tty/serial_core: add ISO7816 infrastructureNicolas Ferre2018-10-021-0/+2
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-262-19/+1
|\ \
| * | xtensa: use generic vga.hJiri Slaby2018-10-262-19/+1
* | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-262-14/+4
|\ \ \ | |/ / |/| |
| * | Merge branch 'all-dtbs' into dt/nextRob Herring2018-10-041-11/+1
| |\ \
| | * | kbuild: consolidate Devicetree dtb build rulesRob Herring2018-10-021-11/+1
| * | | xtensa: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-281-3/+3
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-1/+1
|\ \ \
| * | | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
| * | | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
| |/ /
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+0
|\ \ \
| * | | vmlinux.lds.h: Move LSM_TABLE into INIT_DATAKees Cook2018-10-101-1/+0
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-2/+2
|\ \ \
| * | | kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker scriptNadav Amit2018-10-041-2/+2
| | |/ | |/|
* | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-1/+1
|\ \ \ | |/ / |/| |
| * | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+1
| |/
* | xtensa: enable SG chaining in KconfigMax Filippov2018-09-111-0/+1
* | xtensa: remove unnecessary KBUILD_SRC ifeq conditionalMasahiro Yamada2018-09-111-4/+0
* | xtensa: ISS: don't allocate memory in platform_setupMax Filippov2018-09-061-10/+15
|/
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-252-2/+2
|\
| * kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-242-2/+2
* | Merge tag 'xtensa-20180820' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-08-2225-310/+1300
|\ \ | |/ |/|
| * Merge branch 'xtensa-dma-fixes' (early part) into xtensa-fixesMax Filippov2018-08-207-154/+110
| |\
| | * xtensa: platform-specific handling of coherent memoryMax Filippov2018-07-114-21/+93
| | * xtensa: support DMA_ATTR_NO_KERNEL_MAPPING attributeMax Filippov2018-07-111-2/+8
| | * xtensa: use generic dma_noncoherent_opsChristoph Hellwig2018-07-114-141/+19
| * | xtensa: add test_kc705_be variantMax Filippov2018-08-203-0/+1065
| * | xtensa: clean up boot-elf/bootstrap.SMax Filippov2018-08-201-11/+6
| * | xtensa: make bootparam parsing optionalMax Filippov2018-08-203-1/+22
OpenPOWER on IntegriCloud