summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARC: wireup clone3 syscallVineet Gupta2021-09-123-4/+16
* ARC: Fix CONFIG_STACKDEPOTGuenter Roeck2021-09-031-0/+2
* ARCv2: save ABI registers across signal handlingVineet Gupta2021-06-231-0/+43
* ARC: entry: fix off-by-one error in syscall number validationVineet Gupta2021-05-191-2/+2
* arc: kernel: Return -EFAULT if copy_to_user() failsWang Qing2021-04-211-2/+2
* ARC: stack unwinding: don't assume non-current task is sleepingVineet Gupta2020-12-161-8/+15
* ARC: stack unwinding: avoid indefinite loopingVineet Gupta2020-11-101-1/+6
* ARC: perf: redo the pct irq missing in device-tree handlingVineet Gupta2020-11-051-9/+18
* ARC: perf: don't bail setup if pct irq missing in device-treeVineet Gupta2020-09-091-10/+4
* ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta2020-07-161-11/+5
* ARC: Fix ICCM & DCCM runtime size checksEugeniy Paltsev2020-06-071-2/+3
* ARC: perf: Accommodate big-endian CPUAlexey Brodkin2019-10-221-2/+2
* Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-291-0/+1
|\
| * ARC: unwind: Mark expected switch fall-throughGustavo A. R. Silva2019-08-291-0/+1
* | ARCv2: IDU-intc: Add support for edge-triggered interruptsMischa Jonker2019-08-261-6/+54
* | ARC: unwind: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-061-2/+2
|/
* Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-07-165-58/+26
|\
| * ARC: hide unused function unw_hdr_allocArnd Bergmann2019-07-081-5/+4
| * ARCv2: entry: simplify return to Delay Slot via interruptVineet Gupta2019-07-081-48/+10
| * ARC: entry: EV_Trap expects r10 (vs. r9) to have exception causeVineet Gupta2019-07-082-3/+3
| * ARCv2: entry: rewrite to enable use of double load/stores LDD/STDVineet Gupta2019-07-012-2/+9
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-083-4/+4
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1
| * signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-2/+2
| * signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-271-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1931-128/+31
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner2019-06-051-3/+1
|/
* Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2019-03-204-107/+117
|\
| * ARC: unaligned: relax the check for gcc supporting -mno-unaligned-accessVineet Gupta2019-03-051-12/+0
| * ARC: boot log: cut down on verbosityVineet Gupta2019-02-251-52/+32
| * ARCv2: boot log: refurbish HS core/release identificationVineet Gupta2019-02-251-56/+74
| * ARC: u-boot args: check that magic number is correctEugeniy Paltsev2019-02-252-0/+9
| * ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev2019-02-254-11/+26
* | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-2/+1
|/
* ARCv2: don't assume core 0x54 has dual issueVineet Gupta2019-02-211-5/+21
* ARC: enable uboot support unconditionallyEugeniy Paltsev2019-02-212-4/+0
* ARC: U-boot: check arguments paranoidlyEugeniy Paltsev2019-02-212-27/+64
* ARCv2: support manual regfile save on interruptsVineet Gupta2019-02-212-1/+5
* ARC: fix actionpoints configuration detectionEugeniy Paltsev2019-02-211-1/+1
* ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev2019-02-211-0/+10
* ARC: show_regs: lockdep: re-enable preemptionVineet Gupta2019-01-171-0/+8
* ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta2019-01-171-14/+12
* ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev2019-01-171-2/+4
* ARC: perf: move HW events mapping to separate functionEugeniy Paltsev2019-01-171-15/+33
* ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev2019-01-171-1/+105
* ARC: perf: trivial code cleanupEugeniy Paltsev2019-01-171-43/+42
* ARC: boot log: print Action point detailsVineet Gupta2019-01-171-7/+15
* ARCv2: boot log: BPU return stack depthVineet Gupta2019-01-171-2/+3
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-051-0/+1
|\