summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-231-9/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-102-6/+0
|\
| * mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-3/+0
| * mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
* | Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-04-104-15/+8
|\ \ | |/ |/|
| * arch/xtensa: fix grammar in Kconfig help textHu Haowen2020-03-301-1/+1
| * xtensa: remove meaningless export ccflags-yMasahiro Yamada2020-03-091-1/+0
| * xtensa: replace setup_irq() by request_irq()afzal mohammed2020-03-032-13/+7
* | asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-042-10/+4
|\ \
| * | dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-162-2/+2
| * | dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-8/+2
| |/
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-034-0/+4
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-254-0/+4
| |/
* | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-26/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-3/+2
|\ \
| * | futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro2020-03-271-3/+2
| |/
* / block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
|/
* Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2020-02-0723-139/+141
|\
| * xtensa: ISS: improve simcall assemblyMax Filippov2020-02-041-5/+3
| * xtensa: reorganize vectors placementMax Filippov2020-02-046-20/+51
| * xtensa: separate SMP and XIP supportMax Filippov2020-02-041-34/+34
| * xtensa: move fast exception handlers close to vectorsMax Filippov2020-02-046-13/+38
| * arch/xtensa: fix Kconfig typos for HAVE_SMPRandy Dunlap2020-02-011-2/+2
| * xtensa: clean up optional XCHAL_* definitionsMax Filippov2020-02-013-5/+9
| * xtensa: drop unused function fast_coprocessor_doubleMax Filippov2020-02-011-7/+0
| * xtensa: drop empty platform_* functions from platformsMax Filippov2020-01-313-24/+2
| * xtensa: clean up platform headersMax Filippov2020-01-314-18/+5
| * xtensa: drop set_except_vector declarationMax Filippov2020-01-311-2/+0
| * xtensa: configs: Cleanup old Kconfig IO scheduler optionsKrzysztof Kozlowski2020-01-306-12/+0
* | Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\ \
| * | asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-5/+5
* | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\ \ \
| * | | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
| |/ /
* | | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-291-2/+2
|\ \ \
| * | | xtensa: ISS: avoid struct timevalArnd Bergmann2019-12-181-2/+2
| |/ /
* | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \ \
| * | | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/ /
* | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \ \
| * | | arch/xtensa/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\ \ \
| * | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-192-4/+5
| |\| |
| * | | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-3/+6
|\ \ \
| * | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-253-0/+5
| |\| |
| * | | sched/rt, xtensa: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-3/+6