summaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-25ARC: fix spare errorVineet Gupta1-3/+3
2022-04-27ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich1-0/+1
2021-09-12ARC: wireup clone3 syscallVineet Gupta3-4/+16
2021-09-03ARC: Fix CONFIG_STACKDEPOTGuenter Roeck1-0/+2
2021-06-23ARCv2: save ABI registers across signal handlingVineet Gupta1-0/+43
2021-05-19ARC: entry: fix off-by-one error in syscall number validationVineet Gupta1-2/+2
2021-04-21arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing1-2/+2
2020-12-16ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta1-8/+15
2020-11-10ARC: stack unwinding: avoid indefinite loopingVineet Gupta1-1/+6
2020-11-05ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta1-9/+18
2020-09-09ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta1-10/+4
2020-07-16ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta1-11/+5
2020-06-07ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev1-2/+3
2019-10-22ARC: perf: Accommodate big-endian CPUAlexey Brodkin1-2/+2
2019-08-29Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2019-08-29ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-26ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker1-6/+54
2019-08-06ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-07-16Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds5-58/+26
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+4
2019-07-08ARC: hide unused function unw_hdr_allocArnd Bergmann1-5/+4
2019-07-08ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta1-48/+10
2019-07-08ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta2-3/+3
2019-07-01ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta2-2/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner31-128/+31
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner1-3/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman2-2/+2
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-1/+1
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds4-107/+117
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-2/+1
2019-03-05ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta1-12/+0
2019-02-25ARC: boot log: cut down on verbosityVineet Gupta1-52/+32
2019-02-25ARCv2: boot log: refurbish HS core/release identificationVineet Gupta1-56/+74
2019-02-25ARC: u-boot args: check that magic number is correctEugeniy Paltsev2-0/+9
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev4-11/+26
2019-02-21ARCv2: don't assume core 0x54 has dual issueVineet Gupta1-5/+21
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev2-4/+0
2019-02-21ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2-27/+64
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta2-1/+5
2019-02-21ARC: fix actionpoints configuration detectionEugeniy Paltsev1-1/+1
2019-02-21ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev1-0/+10
2019-01-17ARC: show_regs: lockdep: re-enable preemptionVineet Gupta1-0/+8
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta1-14/+12
2019-01-17ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev1-2/+4
2019-01-17ARC: perf: move HW events mapping to separate functionEugeniy Paltsev1-15/+33
2019-01-17ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev1-1/+105
2019-01-17ARC: perf: trivial code cleanupEugeniy Paltsev1-43/+42
2019-01-17ARC: boot log: print Action point detailsVineet Gupta1-7/+15