summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* xtensa: boot/lib: fix function prototypesMax Filippov2023-10-101-2/+3
* xtensa: boot: don't add include-dirsRandy Dunlap2023-10-101-2/+1
* xtensa: iss/network: make functions staticRandy Dunlap2023-10-101-2/+2
* xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov2023-10-101-0/+4
* xtensa: PMU: fix base address for the newer hardwareMax Filippov2023-09-232-4/+22
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-18/+0
* xtensa: ISS: fix call to split_if_specMax Filippov2023-07-271-1/+1
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2023-04-051-4/+4
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-061-1/+1
* xtensa: Fix refcount leak bug in time.cLiang He2022-06-291-0/+1
* xtensa: xtfpga: Fix refcount leak bug in setupLiang He2022-06-291-0/+1
* xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-06-221-4/+2
* ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2022-06-142-4/+4
* xtensa: fix a7 clobbering in coprocessor context load/storeMax Filippov2022-04-271-2/+2
* xtensa: patch_text: Fixup last cpu should be masterGuo Ren2022-04-271-1/+1
* xtensa: fix DTC warning unit_address_formatMax Filippov2022-04-153-10/+10
* xtensa: fix xtensa_wsr always writing 0Max Filippov2022-04-151-2/+2
* xtensa: fix stop_machine_cpuslocked call in patch_textMax Filippov2022-04-151-1/+1
* xtensa: xtfpga: Try software restart before simulating CPU resetGuenter Roeck2021-10-271-2/+6
* xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OFMax Filippov2021-10-271-2/+2
* xtensa: call irqchip_init only when CONFIG_USE_OF is selectedMax Filippov2021-10-131-1/+1
* xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap2021-10-133-8/+8
* xtensa: move XCHAL_KIO_* definitions to kmem_layout.hMax Filippov2021-10-132-39/+32
* xtensa: ISS: don't panic in rs_initJiri Slaby2021-09-221-3/+14
* xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHGRandy Dunlap2021-09-121-1/+1
* xtensa: move coprocessor_flush to the .text sectionMax Filippov2021-04-071-31/+33
* xtensa: uaccess: Add missing __user to strncpy_from_user() prototypeLaurent Pinchart2020-12-021-1/+1
* xtensa: disable preemption around cache alias management callsMax Filippov2020-11-241-0/+14
* xtensa: fix TLBTEMP area placementMax Filippov2020-11-241-1/+1
* xtensa: fix system_call interaction with ptraceMax Filippov2020-10-012-4/+18
* xtensa: fix xtensa_pmu_setup prototypeMax Filippov2020-08-211-1/+1
* xtensa: add missing exclusive access state managementMax Filippov2020-08-213-0/+18
* xtensa: update *pos in cpuinfo_op.nextMax Filippov2020-07-291-1/+2
* xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov2020-07-291-2/+2
* xtensa: Implement copy_thread_tlsAmanieu d'Antras2020-01-142-4/+5
* xtensa: fix syscall_set_return_valueMax Filippov2019-12-211-1/+1
* xtensa: fix TLB sanity checkerMax Filippov2019-12-211-2/+2
* xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow mapMax Filippov2019-12-211-1/+3
* xtensa: fix change_bit in exclusive access optionMax Filippov2019-10-161-1/+1
* xtensa: virt: fix PCI IO ports mappingMax Filippov2019-10-151-1/+1
* xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov2019-10-141-7/+0
* xtensa: fix type conversion in __get_user_[no]checkMax Filippov2019-10-141-26/+29
* xtensa: clean up assembly arguments in uaccess macrosMax Filippov2019-10-141-21/+21
* xtensa: fix {get,put}_user() for 64bit valuesAl Viro2019-10-141-2/+11
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-2/+2
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+1
* mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+2
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-241-3/+0
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-192-3/+2
|\