summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2014-11-211-2/+4
* arch: mm: remove obsolete init OOM protectionJohannes Weiner2014-11-211-5/+0
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2014-11-211-2/+4
* ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov2014-11-141-14/+18
* ARC: [nsimosci] Allow "headless" models to bootVineet Gupta2014-11-141-1/+1
* ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov2014-07-282-0/+5
* ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta2014-05-131-3/+5
* ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2014-05-132-12/+5
* ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta2014-05-131-6/+2
* ARC: [nsimosci] Unbork consoleVineet Gupta2014-04-142-1/+5
* ARC: [nsimosci] Change .dts to use generic 8250 UARTMischa Jonker2014-04-141-4/+3
* ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta2013-11-131-3/+3
* ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta2013-10-181-1/+1
* ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert2013-10-181-12/+13
* ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta2013-10-181-1/+8
* ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta2013-10-181-2/+2
* ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker2013-10-181-0/+6
* ARC: Fix __udelay calculationMischa Jonker2013-10-181-3/+2
* ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-10-184-5/+5
* ARC: Setup Vector Table Base in early bootVineet Gupta2013-10-182-2/+2
* ARC: [lib] strchr breakage in Big-endian configurationJoern Rennecke2013-08-291-0/+10
* ARC: gdbserver breakage in Big-Endian configuration #2Vineet Gupta2013-08-291-3/+2
* ARC: gdbserver breakage in Big-Endian configuration #1Vineet Gupta2013-08-292-2/+4
* ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-252-19/+11
* ARC: Use enough bits for determining page's cache colorVineet Gupta2013-05-231-1/+1
* ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta2013-05-232-2/+5
* ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta2013-05-233-15/+19
* ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta2013-05-231-1/+1
* ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanismChristian Ruppert2013-05-154-32/+4
* Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-1013-74/+377
|\
| * ARC: [TB10x] Remove GENERIC_GPIOVineet Gupta2013-05-101-7/+0
| * ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta2013-05-097-5/+101
| * ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta2013-05-092-2/+4
| * ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta2013-05-096-22/+223
| * ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta2013-05-093-18/+34
| * ARC: [mm] refactor the core (i|d)cache line ops loopsVineet Gupta2013-05-091-29/+24
| * ARC: [mm] serious bug in vaddr based icache flushVineet Gupta2013-05-091-1/+1
* | Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-0938-342/+1840
|\ \ | |/
| * ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta2013-05-073-7/+21
| * ARC: [mm] micro-optimize page size icache invalidateVineet Gupta2013-05-071-3/+12
| * ARC: [mm] remove the pessimistic all-alias-invalidate icache helpersVineet Gupta2013-05-071-184/+17
| * ARC: [mm] consolidate icache/dcache sync codeVineet Gupta2013-05-072-19/+18
| * ARC: [mm] optimise icache flush for kernel mappingsVineet Gupta2013-05-071-4/+10
| * ARC: [mm] optimise icache flush for user mappingsVineet Gupta2013-05-073-15/+21
| * ARC: [mm] optimize needless full mm TLB flush on munmapVineet Gupta2013-05-071-4/+12
| * ARC: Add support for nSIM OSCI System C modelMischa Jonker2013-05-073-0/+164
| * ARC: [TB10x] Adapt device tree to new compatible stringChristian Ruppert2013-05-071-2/+2
| * ARC: [TB10x] Add support for TB10x platformChristian Ruppert2013-05-077-0/+257
| * ARC: [TB10x] Device tree of TB100 and TB101 Development KitsChristian Ruppert2013-05-075-0/+1190
| * ARC: Prepare interrupt code for external controllersChristian Ruppert2013-05-072-2/+3