aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-12ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta1-1/+1
2013-10-03ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert1-12/+13
2013-09-27ARC: Use clockevents_config_and_register over clockevents_register_deviceUwe Kleine-König1-5/+2
2013-09-27ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker1-0/+6
2013-09-12ARC: SMP failed to boot due to missing IVT setupNoam Camus3-4/+5
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-6/+0
2013-09-05ARC: remove console_verbose() from setup_arch()Mischa Jonker1-2/+0
2013-09-05ARC: Handle un-aligned user space access in BE.Noam Camus1-7/+19
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-6/+0
2013-08-26ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta1-5/+5
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta1-43/+13
2013-08-26ARC: Add some .gitignore entriesVineet Gupta1-0/+1
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds18-168/+158
2013-06-29more open-coded file_inode() callsAl Viro1-1/+1
2013-06-27ARC: warn on improper stack unwind FDE entriesVineet Gupta1-0/+2
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker4-11/+11
2013-06-27ARC: Adjustments for gcc 4.8Vineet Gupta1-8/+16
2013-06-26ARC: Setup Vector Table Base in early bootVineet Gupta2-2/+2
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta6-58/+46
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta5-19/+20
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta3-14/+2
2013-06-22ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta1-6/+2
2013-06-22ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta1-6/+9
2013-06-22ARC: Increase readability of entry handlersVineet Gupta1-0/+4
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta5-15/+12
2013-06-22ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta1-0/+8
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta1-2/+0
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta1-10/+4
2013-06-22ARC: Reduce Code for ECR printingVineet Gupta1-9/+7
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta1-0/+11
2013-06-22ARC: More code beautification with IS_ENABLED()Vineet Gupta1-9/+3
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta1-4/+4
2013-05-09Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds11-74/+81
2013-05-07ARC: Prepare interrupt code for external controllersChristian Ruppert1-1/+1
2013-05-07ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchyVineet Gupta1-8/+13
2013-05-07ARC: [cmdline] Don't overwrite u-boot provided bootargsVineet Gupta1-8/+10
2013-05-07ARC: [cmdline] Remove CONFIG_CMDLINEVineet Gupta1-5/+0
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-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/jikos/trivialLinus Torvalds1-1/+1
2013-04-09ARC: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2-6/+6
2013-04-09ARC: [build] Build failure with !KPROBESChristian Ruppert1-0/+1
2013-04-09ARC: Remove duplicate inclusion of header filesSachin Kamat3-3/+0
2013-04-09ARC: Fix coding style issuesSachin Kamat2-3/+3
2013-04-09ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat4-6/+6