summaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)AuthorFilesLines
2013-04-08ARC: Add implicit compiler barrier to raw_local_irq* functionsChristian Ruppert1-4/+8
2013-03-20ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta2-2/+2
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 Gupta1-2/+0
2013-03-11ARC: make allyesconfig build breakagesVineet Gupta2-6/+4
2013-02-27ARC: split elf.h into uapi and export it for userspaceVineet Gupta3-26/+38
2013-02-27ARC: Fixup the current ABI versionVineet Gupta1-1/+1
2013-02-27ARC: gdbserver using regset interface possibly brokenVineet Gupta1-5/+1
2013-02-26ARC: make a copy of flat DTVineet Gupta1-0/+2
2013-02-15ARC: Provide a default serial.h for uart drivers needing BASE_BAUDVineet Gupta1-0/+25
2013-02-15ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta1-21/+15
2013-02-15ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optionalVineet Gupta1-0/+16
2013-02-15ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC coreVineet Gupta1-0/+2
2013-02-15ARC: [Review] Multi-platform image #4: Isolate platform headersVineet Gupta1-1/+0
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta2-6/+0
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta2-1/+85
2013-02-15ARC: Add support for ioremap_prot APIGilad Ben-Yossef2-0/+5
2013-02-15ARC: UAPI Disintegrate arch/arc/include/asmVineet Gupta14-75/+108
2013-02-15ARC: Support for single cycle Close Coupled Mem (CCM)Vineet Gupta1-0/+33
2013-02-15ARC: perf support (software counters only)Vineet Gupta1-0/+13
2013-02-15ARC: Boot #2: Verbose Boot reporting / feature verificationVineet Gupta3-10/+182
2013-02-15ARC: kgdb supportMischa Jonker1-0/+61
2013-02-15ARC: Unaligned access emulationVineet Gupta3-1/+32
2013-02-15ARC: kprobes supportVineet Gupta2-0/+67
2013-02-15ARC: disassembly (needed by kprobes/kgdb/unaligned-access-emul)Vineet Gupta1-0/+116
2013-02-15ARC: DWARF2 .debug_frame based stack unwinderVineet Gupta2-0/+170
2013-02-15ARC: SMP supportVineet Gupta6-0/+181
2013-02-15ARC: Module supportVineet Gupta1-0/+4
2013-02-15ARC: Support for high priority interrupts in the in-core intcVineet Gupta2-1/+100
2013-02-15ARC: Futex supportVineet Gupta1-0/+151
2013-02-15ARC: [optim] Cache "current" in Register r25Vineet Gupta4-1/+80
2013-02-15ARC: [DeviceTree] Convert some Kconfig items to runtime valuesVineet Gupta1-0/+2
2013-02-15ARC: [DeviceTree] Basic supportVineet Gupta2-0/+16
2013-02-15ARC: [plat-arcfpga] Static platform device for CONFIG_SERIAL_ARCVineet Gupta1-0/+1
2013-02-15ARC: Boot #1: low-level, setup_arch(), /proc/cpuinfo, mem initVineet Gupta2-0/+27
2013-02-15ARC: I/O and DMA MappingsVineet Gupta3-0/+322
2013-02-15ARC: TLB flush HandlingVineet Gupta2-0/+45
2013-02-15ARC: MMU Exception HandlingVineet Gupta3-0/+236
2013-02-15ARC: MMU Context ManagementVineet Gupta3-0/+239
2013-02-15ARC: Page Table ManagementVineet Gupta3-0/+627
2013-02-15ARC: Cache Flush ManagementVineet Gupta4-0/+229
2013-02-15ARC: [Review] Prevent incorrect syscall restartsVineet Gupta1-0/+3
2013-02-15ARC: [Review] Preparing to fix incorrect syscall restarts due to signalsVineet Gupta2-16/+37
2013-02-15ARC: Signal handlingVineet Gupta3-0/+84
2013-02-11ARC: Timers/counters/delay managementVineet Gupta5-0/+119
2013-02-11ARC: Process-creation/scheduling/idle-loopVineet Gupta4-6/+72
2013-02-11ARC: Syscall support (no-legacy-syscall ABI)Vineet Gupta4-0/+140
2013-02-11ARC: Non-MMU Exception HandlingVineet Gupta1-7/+0
2013-02-11ARC: Interrupt HandlingVineet Gupta3-0/+32