summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* ARC: UAPI Disintegrate arch/arc/include/asmVineet Gupta2013-02-1514-75/+108
* ARC: Hostlink Pseudo-Driver for Metaware DebuggerVineet Gupta2013-02-153-0/+68
* ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta2013-02-156-6/+137
* ARC: perf support (software counters only)Vineet Gupta2013-02-152-0/+16
* ARC: [plat-arfpga] BVCI Latency Unit setupVineet Gupta2013-02-152-0/+88
* ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta2013-02-157-11/+490
* ARC: kgdb supportMischa Jonker2013-02-155-1/+275
* ARC: Unaligned access emulationVineet Gupta2013-02-159-2/+329
* ARC: kprobes supportVineet Gupta2013-02-157-3/+610
* ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)Vineet Gupta2013-02-153-1/+656
* ARC: stacktracing APIs based on dw2 unwinderVineet Gupta2013-02-152-2/+217
* ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta2013-02-159-1/+1612
* ARC: SMP supportVineet Gupta2013-02-1523-2/+960
* ARC: Diagnostics: show_regs() etcVineet Gupta2013-02-152-0/+325
* ARC: Module supportVineet Gupta2013-02-153-0/+93
* ARC: Support for high priority interrupts in the in-core intcVineet Gupta2013-02-155-2/+339
* ARC: OProfile supportVineet Gupta2013-02-154-0/+38
* ARC: Futex supportVineet Gupta2013-02-151-0/+151
* ARC: ptrace supportVineet Gupta2013-02-154-2/+206
* ARC: [optim] Cache "current" in Register r25Vineet Gupta2013-02-159-1/+120
* ARC: [plat-arcfpga] defconfigVineet Gupta2013-02-151-0/+46
* ARC: Last bits (stubs) to get to a running kernel with UARTVineet Gupta2013-02-153-0/+86
* ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 boardVineet Gupta2013-02-155-58/+146
* ARC: [DeviceTree] Convert some Kconfig items to runtime valuesVineet Gupta2013-02-156-17/+37
* ARC: [DeviceTree] Basic supportVineet Gupta2013-02-1511-0/+165
* ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARCVineet Gupta2013-02-154-0/+167
* ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem initVineet Gupta2013-02-158-0/+506
* ARC: I/O and DMA MappingsVineet Gupta2013-02-156-0/+528
* ARC: Page Fault handlingVineet Gupta2013-02-151-0/+228
* ARC: TLB flush HandlingVineet Gupta2013-02-153-0/+356
* ARC: MMU Exception HandlingVineet Gupta2013-02-155-0/+854
* ARC: MMU Context ManagementVineet Gupta2013-02-154-0/+262
* ARC: Page Table ManagementVineet Gupta2013-02-153-0/+627
* ARC: Cache Flush ManagementVineet Gupta2013-02-155-0/+954
* ARC: [Review] Prevent incorrect syscall restartsVineet Gupta2013-02-152-4/+11
* ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta2013-02-154-19/+40
* ARC: Signal handlingVineet Gupta2013-02-156-3/+449
* ARC: Timers/counters/delay managementVineet Gupta2013-02-117-0/+425
* ARC: Process-creation/scheduling/idle-loopVineet Gupta2013-02-1110-8/+484
* ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta2013-02-118-0/+228
* ARC: Non-MMU Exception HandlingVineet Gupta2013-02-112-7/+125
* ARC: Interrupt HandlingVineet Gupta2013-02-115-2/+152
* ARC: Low level IRQ/Trap/Exception HandlingVineet Gupta2013-02-112-0/+1066
* ARC: String libraryVineet Gupta2013-02-118-0/+661
* ARC: Spinlock/rwlock/mutex primitivesVineet Gupta2013-02-113-0/+188
* ARC: Fundamental ARCH data-types/definesVineet Gupta2013-02-1112-0/+685
* ARC: Checksum/byteorder/swab routinesVineet Gupta2013-02-113-0/+217
* ARC: [optim] uaccess __{get,put}_user() optimisedVineet Gupta2013-02-111-0/+105
* ARC: uaccess friendsVineet Gupta2013-02-113-0/+733
* ARC: Atomic/bitops/cmpxchg/barriersVineet Gupta2013-02-115-0/+967