summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2022-06-29xtensa: Fix refcount leak bug in time.cLiang He1-0/+1
2022-06-29xtensa: xtfpga: Fix refcount leak bug in setupLiang He1-0/+1
2022-06-22xtensa: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-4/+2
2022-06-14ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEPEric W. Biederman2-4/+4
2022-04-27xtensa: fix a7 clobbering in coprocessor context load/storeMax Filippov1-2/+2
2022-04-27xtensa: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-15xtensa: fix DTC warning unit_address_formatMax Filippov3-10/+10
2022-04-15xtensa: fix xtensa_wsr always writing 0Max Filippov1-2/+2
2022-04-15xtensa: fix stop_machine_cpuslocked call in patch_textMax Filippov1-1/+1
2021-10-27xtensa: xtfpga: Try software restart before simulating CPU resetGuenter Roeck1-2/+6
2021-10-27xtensa: xtfpga: use CONFIG_USE_OF instead of CONFIG_OFMax Filippov1-2/+2
2021-10-13xtensa: call irqchip_init only when CONFIG_USE_OF is selectedMax Filippov1-1/+1
2021-10-13xtensa: use CONFIG_USE_OF instead of CONFIG_OFRandy Dunlap3-8/+8
2021-10-13xtensa: move XCHAL_KIO_* definitions to kmem_layout.hMax Filippov2-39/+32
2021-09-22xtensa: ISS: don't panic in rs_initJiri Slaby1-3/+14
2021-09-12xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHGRandy Dunlap1-1/+1
2021-04-07xtensa: move coprocessor_flush to the .text sectionMax Filippov1-31/+33
2020-12-02xtensa: uaccess: Add missing __user to strncpy_from_user() prototypeLaurent Pinchart1-1/+1
2020-11-24xtensa: disable preemption around cache alias management callsMax Filippov1-0/+14
2020-11-24xtensa: fix TLBTEMP area placementMax Filippov1-1/+1
2020-10-01xtensa: fix system_call interaction with ptraceMax Filippov2-4/+18
2020-08-21xtensa: fix xtensa_pmu_setup prototypeMax Filippov1-1/+1
2020-08-21xtensa: add missing exclusive access state managementMax Filippov3-0/+18
2020-07-29xtensa: update *pos in cpuinfo_op.nextMax Filippov1-1/+2
2020-07-29xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov1-2/+2
2020-01-14xtensa: Implement copy_thread_tlsAmanieu d'Antras2-4/+5
2019-12-21xtensa: fix syscall_set_return_valueMax Filippov1-1/+1
2019-12-21xtensa: fix TLB sanity checkerMax Filippov1-2/+2
2019-12-21xtensa: use MEMBLOCK_ALLOC_ANYWHERE for KASAN shadow mapMax Filippov1-1/+3
2019-10-16xtensa: fix change_bit in exclusive access optionMax Filippov1-1/+1
2019-10-16xtensa: virt: fix PCI IO ports mappingMax Filippov1-1/+1
2019-10-15xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov1-7/+0
2019-10-15xtensa: fix type conversion in __get_user_[no]checkMax Filippov1-26/+29
2019-10-14xtensa: clean up assembly arguments in uaccess macrosMax Filippov1-21/+21
2019-10-14xtensa: fix {get,put}_user() for 64bit valuesAl Viro1-2/+11
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-2/+2
2019-09-26mm: introduce MADV_PAGEOUTMinchan Kim1-0/+1
2019-09-26mm: introduce MADV_COLDMinchan Kim1-0/+2
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+0
2019-09-25mm: remove quicklist page table cachesNicholas Piggin1-3/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+2
2019-09-04dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig1-2/+2
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig1-1/+0
2019-09-02xtensa: virt: move PCI root complex to KIO rangeMax Filippov2-4/+5
2019-09-01xtensa: add support for call0 ABI in userspaceMax Filippov6-9/+117
2019-09-01xtensa: clean up PS_WOE_BIT usageMax Filippov4-6/+7
2019-08-27xtensa: remove free_initrd_memMike Rapoport2-16/+3
2019-08-13xtensa: add missing isync to the cpu_reset TLB codeMax Filippov1-0/+1
2019-07-25xtensa: fix build for cores with coprocessorsMax Filippov1-0/+1