summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2013-05-07ARC: [cmdline] Remove CONFIG_CMDLINEVineet Gupta2-14/+2
2013-05-07ARC: [plat-arcfpga] defconfig updateVineet Gupta1-1/+2
2013-05-07ARC: unaligned access emulation broken if callee-reg dest of LD/STVineet Gupta1-1/+3
2013-05-07ARC: unaligned access emulation error handling consolidationVineet Gupta2-15/+6
2013-05-07ARC: Debug/crash-printing ImprovementsVineet Gupta1-18/+32
2013-05-07ARC: fix typo with clock speedNoam Camus1-1/+1
2013-05-07ARC: Respect the cpu_id passed for fetching correct cpu infoNoam Camus1-1/+1
2013-05-07ARC: Remove non existent refs to GENERIC_KERNEL_EXECVE & GENERIC_KERNEL_THREADAlexander Shiyan1-2/+0
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-27/+2
2013-04-29mm/arc: use common help functions to free reserved pagesJiang Liu1-21/+2
2013-04-17ARC: [kbuild] Avoid DTB rebuilds if DTS are untouchedVineet Gupta1-1/+3
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-09ARC: [kbuild] Include Kconfig.binfmtVineet Gupta1-3/+4
2013-04-09ARC: [kbuild] Allow platforms to disable LLSC for !SMP as wellVineet Gupta1-6/+4
2013-04-09ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta4-10/+10
2013-04-09ARC: [build] Build failure with !KPROBESChristian Ruppert1-0/+1
2013-04-09ARC: [build] Allow uncompressed uImageVineet Gupta2-5/+17
2013-04-09ARC: [build] cleanup Makefile a bitVineet Gupta2-4/+3
2013-04-09ARC: [build] silence make defconfig warnings with host gcc 4.7Vineet Gupta1-0/+4
2013-04-09ARC: remove #ifdef-ed out include of dead headerPaul Bolle1-3/+0
2013-04-09ARC: Remove duplicate inclusion of header filesSachin Kamat3-3/+0
2013-04-09ARC: Fix coding style issuesSachin Kamat3-5/+5
2013-04-09ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat5-7/+7
2013-04-09ARC: Remove unneeded version.h header includeSachin Kamat1-1/+0
2013-04-08ARC: Add implicit compiler barrier to raw_local_irq* functionsChristian Ruppert1-4/+8
2013-04-08arc: Use generic idle loopThomas Gleixner3-27/+3
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-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2013-03-18arc: fix incorrect ifdef commentPaul Bolle1-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