aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)Author
2013-08-26ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta
2013-08-26ARC: Add some .gitignore entriesVineet Gupta
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-06-29more open-coded file_inode() callsAl Viro
2013-06-27ARC: warn on improper stack unwind FDE entriesVineet Gupta
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker
2013-06-27ARC: Adjustments for gcc 4.8Vineet Gupta
2013-06-26ARC: Setup Vector Table Base in early bootVineet Gupta
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta
2013-06-22ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta
2013-06-22ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta
2013-06-22ARC: Increase readability of entry handlersVineet Gupta
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta
2013-06-22ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta
2013-06-22ARC: Reduce Code for ECR printingVineet Gupta
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta
2013-06-22ARC: More code beautification with IS_ENABLED()Vineet Gupta
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta
2013-05-09Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-05-07ARC: Prepare interrupt code for external controllersChristian Ruppert
2013-05-07ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchyVineet Gupta
2013-05-07ARC: [cmdline] Don't overwrite u-boot provided bootargsVineet Gupta
2013-05-07ARC: [cmdline] Remove CONFIG_CMDLINEVineet Gupta
2013-05-07ARC: unaligned access emulation broken if callee-reg dest of LD/STVineet Gupta
2013-05-07ARC: unaligned access emulation error handling consolidationVineet Gupta
2013-05-07ARC: Debug/crash-printing ImprovementsVineet Gupta
2013-05-07ARC: fix typo with clock speedNoam Camus
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-09ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta
2013-04-09ARC: [build] Build failure with !KPROBESChristian Ruppert
2013-04-09ARC: Remove duplicate inclusion of header filesSachin Kamat
2013-04-09ARC: Fix coding style issuesSachin Kamat
2013-04-09ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat
2013-04-08arc: Use generic idle loopThomas Gleixner
2013-03-20ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta
2013-03-18arc: fix incorrect ifdef commentPaul Bolle
2013-03-11ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta
2013-03-11ARC: ABIv3: Print the correct ABI verVineet Gupta
2013-03-11ARC: make allyesconfig build breakagesVineet Gupta
2013-02-27ARC: Fixup the current ABI versionVineet Gupta
2013-02-26ARC: make a copy of flat DTVineet Gupta
2013-02-15ARC: Fix pt_orig_r8 accessVineet Gupta