summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchyVineet Gupta2013-05-071-8/+13
* ARC: [cmdline] Don't overwrite u-boot provided bootargsVineet Gupta2013-05-071-8/+10
* ARC: [cmdline] Remove CONFIG_CMDLINEVineet Gupta2013-05-072-14/+2Star
* ARC: [plat-arcfpga] defconfig updateVineet Gupta2013-05-071-1/+2
* ARC: unaligned access emulation broken if callee-reg dest of LD/STVineet Gupta2013-05-071-1/+3
* ARC: unaligned access emulation error handling consolidationVineet Gupta2013-05-072-15/+6Star
* ARC: Debug/crash-printing ImprovementsVineet Gupta2013-05-071-18/+32
* ARC: fix typo with clock speedNoam Camus2013-05-071-1/+1
* ARC: Respect the cpu_id passed for fetching correct cpu infoNoam Camus2013-05-071-1/+1
* ARC: Remove non existent refs to GENERIC_KERNEL_EXECVE & GENERIC_KERNEL_THREADAlexander Shiyan2013-05-071-2/+0Star
* ARC: [kbuild] Avoid DTB rebuilds if DTS are untouchedVineet Gupta2013-04-171-1/+3
* ARC: [kbuild] Include Kconfig.binfmtVineet Gupta2013-04-091-3/+4
* ARC: [kbuild] Allow platforms to disable LLSC for !SMP as wellVineet Gupta2013-04-091-6/+4Star
* ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2013-04-094-10/+10
* ARC: [build] Build failure with !KPROBESChristian Ruppert2013-04-091-0/+1
* ARC: [build] Allow uncompressed uImageVineet Gupta2013-04-092-5/+17
* ARC: [build] cleanup Makefile a bitVineet Gupta2013-04-092-4/+3Star
* ARC: [build] silence make defconfig warnings with host gcc 4.7Vineet Gupta2013-04-091-0/+4
* ARC: remove #ifdef-ed out include of dead headerPaul Bolle2013-04-091-3/+0Star
* ARC: Remove duplicate inclusion of header filesSachin Kamat2013-04-093-3/+0Star
* ARC: Fix coding style issuesSachin Kamat2013-04-093-5/+5
* ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat2013-04-095-7/+7
* ARC: Remove unneeded version.h header includeSachin Kamat2013-04-091-1/+0Star
* 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-203-3/+3
* 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-113-29/+0Star
* ARC: ABIv3: Print the correct ABI verVineet Gupta2013-03-111-3/+1Star
* ARC: make allyesconfig build breakagesVineet Gupta2013-03-113-6/+5Star
* ARC: split elf.h into uapi and export it for userspaceVineet Gupta2013-02-273-26/+38
* ARC: Fixup the current ABI versionVineet Gupta2013-02-272-2/+2
* ARC: gdbserver using regset interface possibly brokenVineet Gupta2013-02-271-5/+1Star
* ARC: Kconfig cleanup tracking cross-arch Kconfig pruning in merge windowVineet Gupta2013-02-261-5/+0Star
* ARC: make a copy of flat DTVineet Gupta2013-02-263-0/+19
* ARC: [plat-arcfpga] DT arc-uart bindings change: "baud" => "current-speed"Vineet Gupta2013-02-151-1/+1
* ARC: Ensure CONFIG_VIRT_TO_BUS is not enabledVineet Gupta2013-02-151-1/+3
* ARC: Fix pt_orig_r8 accessVineet Gupta2013-02-151-2/+2
* ARC: [3.9] Fallout of hlist iterator updateVineet Gupta2013-02-151-3/+3
* ARC: 64bit RTSC timestamp hardware issueVineet Gupta2013-02-151-36/+2Star
* ARC: Don't fiddle with non-existent cachesVineet Gupta2013-02-151-12/+9Star
* ARC: Provide a default serial.h for uart drivers needing BASE_BAUDVineet Gupta2013-02-151-0/+25
* ARC: [plat-arcfpga] defconfig for fully loaded ARC LinuxVineet Gupta2013-02-151-4/+19
* ARC: [Review] Multi-platform image #8: platform registers SMP callbacksVineet Gupta2013-02-153-18/+28
* ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta2013-02-152-24/+28
* ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optionalVineet Gupta2013-02-153-45/+20Star
* ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC coreVineet Gupta2013-02-152-6/+2Star
* ARC: [Review] Multi-platform image #4: Isolate platform headersVineet Gupta2013-02-157-20/+7Star