aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2013-03-20ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta3-3/+3
2013-03-19arc: fix dma_address assignment during dma_map_sg()Pierrick Hascoet1-1/+1
2013-03-18ARC: Remove SET_PERSONALITY (tracks cross-arch change)Vineet Gupta1-3/+0
2013-03-11ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta3-29/+0
2013-03-11ARC: ABIv3: Print the correct ABI verVineet Gupta1-3/+1
2013-03-11ARC: make allyesconfig build breakagesVineet Gupta3-6/+5
2013-02-27ARC: split elf.h into uapi and export it for userspaceVineet Gupta3-26/+38
2013-02-27ARC: Fixup the current ABI versionVineet Gupta2-2/+2
2013-02-27ARC: gdbserver using regset interface possibly brokenVineet Gupta1-5/+1
2013-02-26ARC: Kconfig cleanup tracking cross-arch Kconfig pruning in merge windowVineet Gupta1-5/+0
2013-02-26ARC: make a copy of flat DTVineet Gupta3-0/+19
2013-02-15ARC: [plat-arcfpga] DT arc-uart bindings change: "baud" => "current-speed"Vineet Gupta1-1/+1
2013-02-15ARC: Ensure CONFIG_VIRT_TO_BUS is not enabledVineet Gupta1-1/+3
2013-02-15ARC: Fix pt_orig_r8 accessVineet Gupta1-2/+2
2013-02-15ARC: [3.9] Fallout of hlist iterator updateVineet Gupta1-3/+3
2013-02-15ARC: 64bit RTSC timestamp hardware issueVineet Gupta1-36/+2
2013-02-15ARC: Don't fiddle with non-existent cachesVineet Gupta1-12/+9
2013-02-15ARC: Provide a default serial.h for uart drivers needing BASE_BAUDVineet Gupta1-0/+25
2013-02-15ARC: [plat-arcfpga] defconfig for fully loaded ARC LinuxVineet Gupta1-4/+19
2013-02-15ARC: [Review] Multi-platform image #8: platform registers SMP callbacksVineet Gupta3-18/+28
2013-02-15ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta2-24/+28
2013-02-15ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optionalVineet Gupta3-45/+20
2013-02-15ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC coreVineet Gupta2-6/+2
2013-02-15ARC: [Review] Multi-platform image #4: Isolate platform headersVineet Gupta7-20/+7
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta10-26/+48
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta8-12/+169
2013-02-15ARC: Fold boards sub-menu into platform/SoC menuVineet Gupta2-23/+14
2013-02-15ARC: [Review] Multi-platform image #1: Kconfig enablementVineet Gupta2-7/+4
2013-02-15ARC: Add support for ioremap_prot APIGilad Ben-Yossef4-12/+42
2013-02-15ARC: UAPI Disintegrate arch/arc/include/asmVineet Gupta14-75/+108
2013-02-15ARC: Hostlink Pseudo-Driver for Metaware DebuggerVineet Gupta3-0/+68
2013-02-15ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta6-6/+137
2013-02-15ARC: perf support (software counters only)Vineet Gupta2-0/+16
2013-02-15ARC: [plat-arfpga] BVCI Latency Unit setupVineet Gupta2-0/+88
2013-02-15ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta7-11/+490
2013-02-15ARC: kgdb supportMischa Jonker5-1/+275
2013-02-15ARC: Unaligned access emulationVineet Gupta9-2/+329
2013-02-15ARC: kprobes supportVineet Gupta7-3/+610
2013-02-15ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)Vineet Gupta3-1/+656
2013-02-15ARC: stacktracing APIs based on dw2 unwinderVineet Gupta2-2/+217
2013-02-15ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta9-1/+1612
2013-02-15ARC: SMP supportVineet Gupta23-2/+960
2013-02-15ARC: Diagnostics: show_regs() etcVineet Gupta2-0/+325
2013-02-15ARC: Module supportVineet Gupta3-0/+93
2013-02-15ARC: Support for high priority interrupts in the in-core intcVineet Gupta5-2/+339
2013-02-15ARC: OProfile supportVineet Gupta4-0/+38
2013-02-15ARC: Futex supportVineet Gupta1-0/+151
2013-02-15ARC: ptrace supportVineet Gupta4-2/+206
2013-02-15ARC: [optim] Cache "current" in Register r25Vineet Gupta9-1/+120
2013-02-15ARC: [plat-arcfpga] defconfigVineet Gupta1-0/+46
2013-02-15ARC: Last bits (stubs) to get to a running kernel with UARTVineet Gupta3-0/+86
2013-02-15ARC: [plat-arcfpga]: Enabling DeviceTree for Angel4 boardVineet Gupta5-58/+146
2013-02-15ARC: [DeviceTree] Convert some Kconfig items to runtime valuesVineet Gupta6-17/+37
2013-02-15ARC: [DeviceTree] Basic supportVineet Gupta11-0/+165
2013-02-15ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARCVineet Gupta4-0/+167
2013-02-15ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem initVineet Gupta8-0/+506
2013-02-15ARC: I/O and DMA MappingsVineet Gupta6-0/+528
2013-02-15ARC: Page Fault handlingVineet Gupta1-0/+228
2013-02-15ARC: TLB flush HandlingVineet Gupta3-0/+356
2013-02-15ARC: MMU Exception HandlingVineet Gupta5-0/+854
2013-02-15ARC: MMU Context ManagementVineet Gupta4-0/+262
2013-02-15ARC: Page Table ManagementVineet Gupta3-0/+627
2013-02-15ARC: Cache Flush ManagementVineet Gupta5-0/+954
2013-02-15ARC: [Review] Prevent incorrect syscall restartsVineet Gupta2-4/+11
2013-02-15ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta4-19/+40
2013-02-15ARC: Signal handlingVineet Gupta6-3/+449
2013-02-11ARC: Timers/counters/delay managementVineet Gupta7-0/+425
2013-02-11ARC: Process-creation/scheduling/idle-loopVineet Gupta10-8/+484
2013-02-11ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta8-0/+228
2013-02-11ARC: Non-MMU Exception HandlingVineet Gupta2-7/+125
2013-02-11ARC: Interrupt HandlingVineet Gupta5-2/+152
2013-02-11ARC: Low level IRQ/Trap/Exception HandlingVineet Gupta2-0/+1066
2013-02-11ARC: String libraryVineet Gupta8-0/+661
2013-02-11ARC: Spinlock/rwlock/mutex primitivesVineet Gupta3-0/+188
2013-02-11ARC: Fundamental ARCH data-types/definesVineet Gupta12-0/+685
2013-02-11ARC: Checksum/byteorder/swab routinesVineet Gupta3-0/+217
2013-02-11ARC: [optim] uaccess __{get,put}_user() optimisedVineet Gupta1-0/+105
2013-02-11ARC: uaccess friendsVineet Gupta3-0/+733
2013-02-11ARC: Atomic/bitops/cmpxchg/barriersVineet Gupta5-0/+967
2013-02-11ARC: irqflags - Interrupt enabling/disabling at in-core intcVineet Gupta3-0/+295
2013-02-11ARC: Build system: Makefiles, Kconfig, Linker scriptVineet Gupta14-0/+816
2013-01-28ARC: Generic HeadersVineet Gupta2-0/+67