summaryrefslogtreecommitdiff
path: root/arch/xtensa
AgeCommit message (Expand)AuthorFilesLines
2023-10-10xtensa: boot/lib: fix function prototypesMax Filippov1-2/+3
2023-10-10xtensa: boot: don't add include-dirsRandy Dunlap1-2/+1
2023-08-11xtensa: ISS: fix call to split_if_specMax Filippov1-1/+1
2023-08-08init: Remove check_bugs() leftoversThomas Gleixner1-18/+0
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2022-07-02xtensa: Fix refcount leak bug in time.cLiang He1-0/+1
2022-07-02xtensa: xtfpga: Fix refcount leak bug in setupLiang He1-0/+1
2022-06-25xtensa: 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-20xtensa: fix DTC warning unit_address_formatMax Filippov3-10/+10
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-17xtensa: call irqchip_init only when CONFIG_USE_OF is selectedMax Filippov1-1/+1
2021-09-22xtensa: ISS: don't panic in rs_initJiri Slaby1-3/+14
2021-09-22xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHGRandy Dunlap1-1/+1
2020-11-24xtensa: disable preemption around cache alias management callsMax Filippov1-0/+14
2020-09-09block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche1-1/+0
2020-08-21xtensa: fix xtensa_pmu_setup prototypeMax Filippov1-1/+1
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
2019-12-21xtensa: fix TLB sanity checkerMax Filippov1-2/+2
2019-10-29xtensa: drop EXPORT_SYMBOL for outs*/ins*Max Filippov1-7/+0
2019-08-25xtensa: add missing isync to the cpu_reset TLB codeMax Filippov1-0/+1
2019-06-25xtensa: Fix section mismatch between memblock_reserve and mem_reserveGuenter Roeck1-1/+2
2019-05-16xtensa: xtfpga.dtsi: fix dtc warnings about SPIMax Filippov1-1/+1
2019-04-17xtensa: fix return_addressMax Filippov1-1/+5
2019-03-14xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov1-0/+5
2019-03-14xtensa: SMP: mark each possible CPU as presentMax Filippov1-1/+1
2019-03-14xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov1-0/+1
2019-03-14xtensa: SMP: fix secondary CPU initializationMax Filippov2-14/+25
2019-03-14xtensa: SMP: fix ccount_timer_shutdownMax Filippov1-1/+1
2019-03-14xtensa: fix get_wchanMax Filippov1-2/+2
2018-12-05xtensa: fix coprocessor part of ptrace_{get,set}xregsMax Filippov1-4/+38
2018-12-05xtensa: fix coprocessor context offset definitionsMax Filippov1-8/+8
2018-12-05xtensa: enable coprocessors that are being flushedMax Filippov1-1/+4
2018-11-21xtensa: fix boot parameters address translationMax Filippov1-2/+5
2018-11-21xtensa: make sure bFLT stack is 16 byte alignedMax Filippov1-1/+5
2018-11-21xtensa: add NOTES section to the linker scriptMax Filippov2-1/+2
2018-09-26xtensa: ISS: don't allocate memory in platform_setupMax Filippov1-10/+15
2018-09-09xtensa: increase ranges in ___invalidate_{i,d}cache_allMax Filippov1-2/+2
2018-09-09xtensa: limit offsets in __loop_cache_{all,page}Max Filippov1-25/+40
2018-07-03signal/xtensa: Consistenly use SIGBUS in do_unaligned_userEric W. Biederman1-1/+1
2018-02-28xtensa: fix high memory/reserved memory collisionMax Filippov1-7/+63
2018-02-16xtensa: fix futex_atomic_cmpxchg_inatomicMax Filippov1-13/+10
2018-02-13.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada1-1/+0
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman19-0/+19
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman23-0/+23
2017-09-23arch: remove unused *_segments() macros/functionsTobias Klauser1-5/+0
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+3