summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* arc: fix type warnings in arc/mm/cache.cRandy Dunlap2018-09-051-3/+4
* arc: fix build errors in arc/include/asm/delay.hRandy Dunlap2018-09-051-0/+3
* ARC: mm: allow mprotect to make stack mappings executableVineet Gupta2018-07-281-1/+1
* ARC: Fix CONFIG_SWAPAlexey Brodkin2018-07-281-1/+1
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-272-3/+6
* Make asm/word-at-a-time.h available on all architecturesChris Metcalf2017-08-111-0/+1
* mm: larger stack guard gap, between vmasHugh Dickins2017-06-261-1/+1
* ARC: uaccess: get_user to zero out dest in cause of faultVineet Gupta2016-10-051-2/+9
* Revert "ARC: mm: don't loose PTE_SPECIAL in pte_modify()"Sasha Levin2016-09-151-1/+1
* ARC: export __udivdi3 for modulesVineet Gupta2016-08-311-0/+2
* ARC: Support syscall ABI v4Vineet Gupta2016-08-313-5/+14
* ARC: use correct offset in pt_regs for saving/restoring user mode r25Liav Rehana2016-08-311-2/+2
* ARCv2: STAR 9000808988: signals involving Delay SlotVineet Gupta2016-08-312-7/+12
* ARC: Elide redundant setup of DMA callbacksSasha Levin2016-08-311-0/+9
* ARC: Call trace_hardirqs_on() before enabling irqsSasha Levin2016-08-311-1/+1
* ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta2016-08-221-1/+1
* arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin2016-07-121-1/+1
* ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta2016-07-121-1/+0
* ARC: add smp barriers around atomics per Documentation/atomic_ops.txtVineet Gupta2015-07-054-0/+89
* ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta2015-07-051-4/+5
* ARC: unbork !LLSC buildVineet Gupta2015-06-101-1/+1
* ARC: signal handling robustifyVineet Gupta2015-04-221-4/+16
* ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta2015-04-221-2/+2
* ARC: Fix KSTK_ESP()Vineet Gupta2015-03-142-7/+8
* ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin2015-03-061-1/+2
* arc: mm: Fix build failureGuenter Roeck2015-02-051-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-051-0/+2
* ARC: [nsimosci] move peripherals to match model to FPGAVineet Gupta2015-01-271-9/+9
* Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-231-5/+0
|\
| * ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta2014-10-221-5/+0
* | Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2014-10-2137-437/+265
|\ \ | |/ |/|
| * ARC: boot: cpu feature print enhancementsVineet Gupta2014-10-134-138/+176
| * ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta2014-10-131-29/+15
| * ARC: unbork FPU save/restoreVineet Gupta2014-10-132-8/+9
| * ARC: remove extraneous __KERNEL__ guardsVineet Gupta2014-10-139-35/+0
| * ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov2014-10-131-14/+18
| * ARC: Remove unneeded Kconfig entry NO_DMAPaul Bolle2014-10-131-3/+0
| * ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG))Vineet Gupta2014-10-131-4/+3
| * ARC: refactoring: reduce the scope of some local varsVineet Gupta2014-10-131-9/+5
| * ARC: remove gcc mpy heuristicsVineet Gupta2014-10-131-16/+1
| * ARC: RIP @running_on_hwVineet Gupta2014-10-133-13/+0
| * ARC: Update comments about uncached address spaceVineet Gupta2014-10-131-1/+1
| * ARC: rename kconfig option for unaligned emulationVineet Gupta2014-10-134-5/+5
| * ARC: [nsimosci] Allow "headless" models to bootVineet Gupta2014-10-131-1/+1
| * ARC: [arcfpga] Get rid of ARC_BOARD_ANGEL4 and ARC_BOARD_ML509Paul Bolle2014-10-134-14/+0
| * ARC: [arcfpga] Remove more dead codeVineet Gupta2014-10-134-76/+3
| * ARC: [plat*] move code out of .init_machine into commonVineet Gupta2014-10-135-27/+10
| * ARC: [arcfpga] consolidate machine description, DTVineet Gupta2014-10-133-30/+7
| * ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta2014-09-275-16/+13
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-121/+63
|\ \