summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-054-20/+27
|\
| * xtensa: drop definition of PGD_ORDERMike Rapoport2022-07-172-2/+1
| * mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * xtensa/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-18/+23
| * Merge branch 'master' into mm-stableakpm2022-06-273-1/+3
| |\
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-052-4/+0
|\ \ \
| * | | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-282-4/+0
| |/ /
* | | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-10/+0
|\ \ \
| * | | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-7/+0
| * | | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-3/+0
| |/ /
* | | Merge tag 'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2022-08-043-35/+32
|\ \ \
| * | | xtensa: enable ARCH_HAS_GCOV_PROFILE_ALLMax Filippov2022-07-142-0/+2
| * | | xtensa: enable KCOV supportMax Filippov2022-07-142-0/+2
| * | | xtensa: iss: fix handling error cases in iss_net_configure()Yang Yingliang2022-07-141-17/+15
| * | | xtensa: iss/network: provide release() callbackMax Filippov2022-07-141-0/+10
| * | | xtensa: iss/network: drop 'devices' listMax Filippov2022-07-141-18/+3
| | |/ | |/|
* | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-022-5/+5
|\ \ \
| * | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-292-3/+3
| * | | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker2022-06-291-2/+2
| | |/ | |/|
* | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-2/+2
|\ \ \
| * | | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
| | |/ | |/|
* | | Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-011-3/+4
|\ \ \ | |/ / |/| |
| * | genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland2022-07-071-3/+4
| |/
* | xtensa: change '.bss' to '.section .bss'Max Filippov2022-06-201-1/+1
* | xtensa: xtfpga: Fix refcount leak bug in setupLiang He2022-06-181-0/+1
* | xtensa: Fix refcount leak bug in time.cLiang He2022-06-181-0/+1
|/
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-032-4/+4
|\
| * ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2022-05-112-4/+4
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-8/+9
|\ \
| * | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-6/+5
| * | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-3/+5
| |/
* | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-4/+2
|\ \
| * | xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-4/+2
* | | xtensa: Return true/false (not 1/0) from bool functionYang Li2022-05-231-1/+1
* | | xtensa: improve call0 ABI probingMax Filippov2022-05-174-0/+24
* | | xtensa: support artificial division by 0 exceptionMax Filippov2022-05-171-0/+23
* | | xtensa: add trap handler for division by zeroMax Filippov2022-05-131-1/+7
* | | xtensa/simdisk: fix proc_read_simdisk()Yi Yang2022-05-111-6/+12
* | | xtensa: no need to initialise statics to 0Jason Wang2022-05-111-1/+1
* | | xtensa: clean up labels in the kernel entry assemblyMax Filippov2022-05-011-47/+53
* | | xtensa: don't leave invalid TLB entry in fast_store_prohibitedMax Filippov2022-05-011-1/+5
* | | xtensa: fix declaration of _SecondaryResetVector_text_*Max Filippov2022-05-011-1/+1
* | | xtensa: enable ARCH_HAS_DEBUG_VM_PGTABLEMax Filippov2022-05-011-0/+1
* | | xtensa: add hibernation supportMax Filippov2022-05-015-0/+129
* | | xtensa: support coprocessors on SMPMax Filippov2022-05-0111-67/+230
* | | xtensa: get rid of stack frame in coprocessor_flushMax Filippov2022-05-011-6/+5
* | | xtensa: merge SAVE_CP_REGS_TAB and LOAD_CP_REGS_TABMax Filippov2022-05-011-48/+37
* | | xtensa: add xtensa_xsr macroMax Filippov2022-05-011-0/+7
* | | xtensa: handle coprocessor exceptions in kernel modeMax Filippov2022-05-011-1/+1