summaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-25ARC: fix spare errorVineet Gupta1-3/+3
2023-08-11ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta2-2/+9
2022-04-27ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich1-0/+1
2021-09-03ARC: Fix CONFIG_STACKDEPOTGuenter Roeck1-0/+2
2021-06-30ARCv2: save ABI registers across signal handlingVineet Gupta1-0/+43
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
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-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-12-01ARC: perf: Accommodate big-endian CPUAlexey Brodkin1-2/+2
2019-09-16ARC: show_regs: lockdep: re-enable preemptionVineet Gupta1-0/+8
2019-08-06ARC: enable uboot support unconditionallyEugeniy Paltsev2-4/+0
2019-07-21ARC: hide unused function unw_hdr_allocArnd Bergmann1-5/+4
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 Gupta1-5/+21
2019-03-23ARCv2: support manual regfile save on interruptsVineet Gupta2-1/+5
2019-03-05ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta1-14/+12
2019-02-27ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2-27/+64
2019-02-27ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev1-0/+10
2018-10-05ARC: clone syscall to setp r25 as thread pointerVineet Gupta1-0/+20
2018-08-27ARC: cleanup show_faulting_vma()Eugeniy Paltsev1-9/+4
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-12/+37
2018-07-09ARC: Improve cmpxchg syscall implementationPeter Zijlstra1-11/+36
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-2/+3
2018-06-21ARC/kprobes: Don't call the ->break_handler() in ARC kprobes codeMasami Hiramatsu1-7/+0
2018-06-21ARC/kprobes: Remove jprobe implementationMasami Hiramatsu1-36/+2
2018-06-20ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin1-1/+1
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds3-16/+110
2018-02-28ARC: setup cpu possible mask according to possible-cpus dts propertyEugeniy Paltsev1-10/+40
2018-02-28ARC: mcip: update MCIP debug mask when the new cpu came onlineEugeniy Paltsev1-5/+32
2018-02-28ARC: mcip: halt GFRC counter when ARC cores haltEugeniy Paltsev1-0/+37
2018-02-28ARCv2: boot log: fix HS48 release numberVineet Gupta1-1/+1
2018-02-22get rid of pointless includes of fs_struct.hAl Viro1-1/+0
2018-02-22treewide/trivial: Remove ';;$' typo noiseIngo Molnar2-2/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+8
2018-01-23ARC: boot log: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-23ARC: dw2 unwind: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-22signal: Don't use structure initializers for struct siginfoEric W. Biederman1-6/+8
2018-01-03ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta1-0/+8
2017-12-20ARC: handle gcc generated __builtin_trap()Vineet Gupta2-0/+9
2017-12-20arc: do not use __print_symbol()Sergey Senozhatsky1-1/+1
2017-11-28ARC: Fix detection of dual-issue enabledAlexey Brodkin1-1/+1
2017-11-25Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2-23/+60
2017-11-21ARCv2: perf: optimize given that num counters <= 32Vineet Gupta1-9/+7
2017-11-21ARCv2: perf: tweak overflow interruptVineet Gupta1-10/+14
2017-11-13ARCv2: boot log: updates for HS48: dual-issue, ECC, Loop BufferVineet Gupta1-4/+39