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