summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2024-02-23arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-4/+0
2023-10-10xtensa: boot/lib: fix function prototypesMax Filippov1-2/+3
2023-10-10xtensa: boot: don't add include-dirsRandy Dunlap1-2/+1
2023-10-10xtensa: iss/network: make functions staticRandy Dunlap1-2/+2
2023-10-10xtensa: add default definition for XCHAL_HAVE_DIV32Max Filippov1-0/+4
2023-09-23xtensa: PMU: fix base address for the newer hardwareMax Filippov2-4/+22
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-18/+0
2023-07-27xtensa: ISS: fix call to split_if_specMax Filippov1-1/+1
2023-04-05dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
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-15xtensa: virt: fix PCI IO ports mappingMax Filippov1-1/+1
2019-10-14xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov1-7/+0
2019-10-14xtensa: 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-25mm: introduce MADV_PAGEOUTMinchan Kim1-0/+1
2019-09-25mm: introduce MADV_COLDMinchan Kim1-0/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-3/+0