summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* kbuild: warn redundant generic-yMasahiro Yamada2019-03-172-2/+0
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-122-0/+7
* memblock: memblock_phys_alloc(): don't panicMike Rapoport2019-03-121-0/+3
* memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport2019-03-121-2/+1
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-1/+0
|\
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-1/+0
* | Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2019-03-0710-257/+94
|\ \
| * | xtensa: simplify trap_initMax Filippov2019-02-071-3/+2
| * | xtensa: drop unused definitionsMax Filippov2019-02-072-11/+0
| * | xtensa: fix get_wchanMax Filippov2019-02-071-2/+2
| * | xtensa: use generic spinlock/rwlock implementationMax Filippov2019-02-074-194/+10
| * | xtensa: provide xchg for sizes 1 and 2Max Filippov2019-02-071-4/+32
| * | xtensa: clean up arch/xtensa/kernel/time.cMax Filippov2019-02-071-28/+25
| * | xtensa: SMP: rework IPI processingMax Filippov2019-02-071-15/+23
* | | Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-061-3/+1
|\ \ \
| * | | arch: move common mmap flags to linux/mman.hMichael S. Tsirkin2019-02-181-3/+1
| | |/ | |/|
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-053-41/+52
|\ \ \
| * \ \ Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+1
| |\ \ \
| | * | | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| * | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-102-26/+47
| |\| | |
| | * | | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+21
| | * | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-072-4/+4
| | * | | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-22/+22
| * | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-102-15/+4
| |\| | | | | |_|/ | |/| |
| | * | syscalls: remove obsolete __IGNORE_ macrosArnd Bergmann2019-02-071-12/+0
| | * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+1
| | * | ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann2019-01-251-3/+3
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-053-122/+2
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-0810-26/+43
| |\| |
| * | | arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-033-124/+2
| * | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-042-3/+0
| |/ |/|
* | xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov2019-01-271-0/+5
* | xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe2019-01-267-9/+9
* | xtensa: Fix typo use space=>user spaceCorentin Labbe2019-01-261-1/+1
* | xtensa: SMP: mark each possible CPU as presentMax Filippov2019-01-261-1/+1
* | xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov2019-01-261-0/+1
* | xtensa: SMP: fix secondary CPU initializationMax Filippov2019-01-262-14/+25
* | xtensa: SMP: fix ccount_timer_shutdownMax Filippov2019-01-241-1/+1
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-9/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-4/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-5/+3
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-5/+3
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-035-10/+10
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-292-17/+2
|\
| * pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig2018-11-231-2/+0
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-232-15/+2
* | Merge tag 'xtensa-20181228' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-12-2939-1246/+1105
|\ \