summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2014-11-18upstream: Kconfig: Remove useless "default N" linesPaul Bolle1-1/+0
2014-11-14ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov1-14/+18
2014-11-14ARC: [nsimosci] Allow "headless" models to bootVineet Gupta1-1/+1
2014-07-28ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov2-0/+5
2014-05-13ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta1-3/+5
2014-05-13ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2-12/+5
2014-05-13ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta1-6/+2
2014-04-14ARC: [nsimosci] Unbork consoleVineet Gupta2-1/+5
2014-04-14ARC: [nsimosci] Change .dts to use generic 8250 UARTMischa Jonker1-4/+3
2013-11-13ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta1-3/+3
2013-10-18ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta1-1/+1
2013-10-18ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert1-12/+13
2013-10-18ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta1-1/+8
2013-10-18ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta1-2/+2
2013-10-18ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker1-0/+6
2013-10-18ARC: Fix __udelay calculationMischa Jonker1-3/+2
2013-10-18ARC: SMP failed to boot due to missing IVT setupNoam Camus4-5/+5
2013-10-18ARC: Setup Vector Table Base in early bootVineet Gupta2-2/+2
2013-08-29ARC: [lib] strchr breakage in Big-endian configurationJoern Rennecke1-0/+10
2013-08-29ARC: gdbserver breakage in Big-Endian configuration #2Vineet Gupta1-3/+2
2013-08-29ARC: gdbserver breakage in Big-Endian configuration #1Vineet Gupta2-2/+4
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2-19/+11
2013-05-23ARC: Use enough bits for determining page's cache colorVineet Gupta1-1/+1
2013-05-23ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta2-2/+5
2013-05-23ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta3-15/+19
2013-05-23ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta1-1/+1
2013-05-15ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanismChristian Ruppert4-32/+4
2013-05-10Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-74/+377
2013-05-10ARC: [TB10x] Remove GENERIC_GPIOVineet Gupta1-7/+0
2013-05-09Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds38-342/+1840
2013-05-09ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta7-5/+101
2013-05-09ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta2-2/+4
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta6-22/+223
2013-05-09ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta3-18/+34
2013-05-09ARC: [mm] refactor the core (i|d)cache line ops loopsVineet Gupta1-29/+24
2013-05-09ARC: [mm] serious bug in vaddr based icache flushVineet Gupta1-1/+1
2013-05-07ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta3-7/+21
2013-05-07ARC: [mm] micro-optimize page size icache invalidateVineet Gupta1-3/+12
2013-05-07ARC: [mm] remove the pessimistic all-alias-invalidate icache helpersVineet Gupta1-184/+17
2013-05-07ARC: [mm] consolidate icache/dcache sync codeVineet Gupta2-19/+18
2013-05-07ARC: [mm] optimise icache flush for kernel mappingsVineet Gupta1-4/+10
2013-05-07ARC: [mm] optimise icache flush for user mappingsVineet Gupta3-15/+21
2013-05-07ARC: [mm] optimize needless full mm TLB flush on munmapVineet Gupta1-4/+12
2013-05-07ARC: Add support for nSIM OSCI System C modelMischa Jonker3-0/+164
2013-05-07ARC: [TB10x] Adapt device tree to new compatible stringChristian Ruppert1-2/+2
2013-05-07ARC: [TB10x] Add support for TB10x platformChristian Ruppert7-0/+257
2013-05-07ARC: [TB10x] Device tree of TB100 and TB101 Development KitsChristian Ruppert5-0/+1190
2013-05-07ARC: Prepare interrupt code for external controllersChristian Ruppert2-2/+3
2013-05-07ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchyVineet Gupta1-8/+13
2013-05-07ARC: [cmdline] Don't overwrite u-boot provided bootargsVineet Gupta1-8/+10