aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)Author
2024-01-25ARC: fix spare errorVineet Gupta
2023-08-11ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada
2023-08-11ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta
2023-08-11ARCv2: entry: avoid a branchVineet Gupta
2023-08-11ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUEVineet Gupta
2023-08-11ARCv2: entry: comments about hardware auto-save on taken interruptsVineet Gupta
2022-11-03arc: iounmap() arg is volatileRandy Dunlap
2022-04-27ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich
2021-11-06arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2021-09-22ARC: export clear_user_page() for modulesRandy Dunlap
2021-09-03ARC: Fix CONFIG_STACKDEPOTGuenter Roeck
2021-06-30ARCv2: save ABI registers across signal handlingVineet Gupta
2021-05-22ARC: entry: fix off-by-one error in syscall number validationVineet Gupta
2021-04-28arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing
2021-01-19arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap
2021-01-19ARC: build: add boot_targets to PHONYMasahiro Yamada
2021-01-19ARC: build: add uImage.lzma to the top-level targetMasahiro Yamada
2021-01-19ARC: build: remove non-existing bootpImage from KBUILD_IMAGEMasahiro Yamada
2020-12-30ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta
2020-11-10Revert "ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACE"Vineet Gupta
2020-11-10ARC: stack unwinding: avoid indefinite loopingVineet Gupta
2020-10-29arc: plat-hsdk: fix kconfig dependency warning when !RESET_CONTROLLERNecip Fazil Yildiran
2020-09-17ARC: [plat-hsdk]: Switch ethernet phy-mode to rgmii-idEvgeniy Didin
2020-09-17irqchip/eznps: Fix build error for !ARC700 buildsVineet Gupta
2020-09-17ARC: HSDK: wireup perf irqVineet Gupta
2020-07-16ARC: elf: use right ELF_ARCHVineet Gupta
2020-07-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta
2020-06-07ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACTVineet Gupta
2020-06-07ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev
2020-03-18ARC: define __ALIGN_STR and __ALIGN symbols for ARCEugeniy Paltsev
2020-02-14ARC: [plat-axs10x]: Add missing multicast filter number to GMAC nodeJose Abreu
2020-02-01arc: eznps: fix allmodconfig kconfig warningRandy Dunlap
2019-12-13ARC: IOC: panic if kernel was started with previously enabled IOCEugeniy Paltsev
2019-12-01ARC: perf: Accommodate big-endian CPUAlexey Brodkin
2019-09-16ARC: mm: SIGSEGV userspace trying to access kernel virtual memoryEugeniy Paltsev
2019-09-16ARC: mm: fix uninitialised signal code in do_page_faultEugeniy Paltsev
2019-09-16signal/arc: Use force_sig_fault where appropriateEric W. Biederman
2019-09-16ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta
2019-09-16ARC: show_regs: lockdep: re-enable preemptionVineet Gupta
2019-08-06ARC: enable uboot support unconditionallyEugeniy Paltsev
2019-07-21ARC: hide unused function unw_hdr_allocArnd Bergmann
2019-06-25ARC: [plat-hsdk]: Add missing FIFO size entry in GMAC nodeJose Abreu
2019-06-25ARC: [plat-hsdk]: Add missing multicast filter bins number to GMAC nodeJose Abreu
2019-06-25ARC: fix build warningsVineet Gupta
2019-04-20arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe
2019-04-20ARC: u-boot args: check that magic number is correctEugeniy Paltsev
2019-03-23ARCv2: don't assume core 0x54 has dual issueVineet Gupta
2019-03-23ARCv2: support manual regfile save on interruptsVineet Gupta
2019-03-23ARC: uacces: remove lp_start, lp_end from clobber listVineet Gupta
2019-03-23ARCv2: lib: memcpy: fix doing prefetchw outside of bufferEugeniy Paltsev