summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* ARC: Prepare interrupt code for external controllersChristian Ruppert2013-05-071-1/+2
* ARC: Add implicit compiler barrier to raw_local_irq* functionsChristian Ruppert2013-04-091-4/+8
* ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta2013-03-202-2/+2
* arc: fix dma_address assignment during dma_map_sg()Pierrick Hascoet2013-03-191-1/+1
* ARC: Remove SET_PERSONALITY (tracks cross-arch change)Vineet Gupta2013-03-181-3/+0Star
* ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta2013-03-111-2/+0Star
* ARC: make allyesconfig build breakagesVineet Gupta2013-03-112-6/+4Star
* ARC: split elf.h into uapi and export it for userspaceVineet Gupta2013-02-273-26/+38
* ARC: Fixup the current ABI versionVineet Gupta2013-02-271-1/+1
* ARC: gdbserver using regset interface possibly brokenVineet Gupta2013-02-271-5/+1Star
* ARC: make a copy of flat DTVineet Gupta2013-02-261-0/+2
* ARC: Provide a default serial.h for uart drivers needing BASE_BAUDVineet Gupta2013-02-151-0/+25
* ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta2013-02-151-21/+15Star
* ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optionalVineet Gupta2013-02-151-0/+16
* ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC coreVineet Gupta2013-02-151-0/+2
* ARC: [Review] Multi-platform image #4: Isolate platform headersVineet Gupta2013-02-151-1/+0Star
* ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta2013-02-152-6/+0Star
* ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta2013-02-152-1/+85
* ARC: Add support for ioremap_prot APIGilad Ben-Yossef2013-02-152-0/+5
* ARC: UAPI Disintegrate arch/arc/include/asmVineet Gupta2013-02-1514-75/+108
* ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta2013-02-151-0/+33
* ARC: perf support (software counters only)Vineet Gupta2013-02-151-0/+13
* ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta2013-02-153-10/+182
* ARC: kgdb supportMischa Jonker2013-02-151-0/+61
* ARC: Unaligned access emulationVineet Gupta2013-02-153-1/+32
* ARC: kprobes supportVineet Gupta2013-02-152-0/+67
* ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)Vineet Gupta2013-02-151-0/+116
* ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta2013-02-152-0/+170
* ARC: SMP supportVineet Gupta2013-02-156-0/+181
* ARC: Module supportVineet Gupta2013-02-151-0/+4
* ARC: Support for high priority interrupts in the in-core intcVineet Gupta2013-02-152-1/+100
* ARC: Futex supportVineet Gupta2013-02-151-0/+151
* ARC: [optim] Cache "current" in Register r25Vineet Gupta2013-02-154-1/+80
* ARC: [DeviceTree] Convert some Kconfig items to runtime valuesVineet Gupta2013-02-151-0/+2
* ARC: [DeviceTree] Basic supportVineet Gupta2013-02-152-0/+16
* ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARCVineet Gupta2013-02-151-0/+1
* ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem initVineet Gupta2013-02-152-0/+27
* ARC: I/O and DMA MappingsVineet Gupta2013-02-153-0/+322
* ARC: TLB flush HandlingVineet Gupta2013-02-152-0/+45
* ARC: MMU Exception HandlingVineet Gupta2013-02-153-0/+236
* ARC: MMU Context ManagementVineet Gupta2013-02-153-0/+239
* ARC: Page Table ManagementVineet Gupta2013-02-153-0/+627
* ARC: Cache Flush ManagementVineet Gupta2013-02-154-0/+229
* ARC: [Review] Prevent incorrect syscall restartsVineet Gupta2013-02-151-0/+3
* ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta2013-02-152-16/+37
* ARC: Signal handlingVineet Gupta2013-02-153-0/+84
* ARC: Timers/counters/delay managementVineet Gupta2013-02-115-0/+119
* ARC: Process-creation/scheduling/idle-loopVineet Gupta2013-02-114-6/+72
* ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta2013-02-114-0/+140
* ARC: Non-MMU Exception HandlingVineet Gupta2013-02-111-7/+0Star