summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-123-4/+5
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-6/+0Star
|\
| * of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-6/+0Star
* | ARC: remove console_verbose() from setup_arch()Mischa Jonker2013-09-051-2/+0Star
* | ARC: Handle un-aligned user space access in BE.Noam Camus2013-09-051-7/+19
* | ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-261-5/+5
* | ARC: Exception Handlers Code consolidationVineet Gupta2013-08-261-43/+13Star
* | ARC: Add some .gitignore entriesVineet Gupta2013-08-261-0/+1
|/
* Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-0318-168/+158Star
|\
| * ARC: warn on improper stack unwind FDE entriesVineet Gupta2013-06-271-0/+2
| * arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-274-11/+11
| * ARC: Adjustments for gcc 4.8Vineet Gupta2013-06-271-8/+16
| * ARC: Setup Vector Table Base in early bootVineet Gupta2013-06-262-2/+2
| * ARC: Remove explicit passing around of ECRVineet Gupta2013-06-266-58/+46Star
| * ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta2013-06-265-19/+20
| * ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta2013-06-223-14/+2Star
| * ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta2013-06-221-6/+2Star
| * ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta2013-06-221-6/+9
| * ARC: Increase readability of entry handlersVineet Gupta2013-06-221-0/+4
| * ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta2013-06-225-15/+12Star
| * ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta2013-06-221-0/+8
| * ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta2013-06-221-2/+0Star
| * ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta2013-06-221-10/+4Star
| * ARC: Reduce Code for ECR printingVineet Gupta2013-06-221-9/+7Star
| * ARC: Disintegrate arcregs.hVineet Gupta2013-06-221-0/+11
| * ARC: More code beautification with IS_ENABLED()Vineet Gupta2013-06-221-9/+3Star
| * ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta2013-06-221-4/+4
* | more open-coded file_inode() callsAl Viro2013-06-291-1/+1
|/
* Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-0911-74/+81
|\
| * ARC: Prepare interrupt code for external controllersChristian Ruppert2013-05-071-1/+1
| * 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-071-5/+0Star
| * 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: [build] Fix warnings with CONFIG_DEBUG_SECTION_MISMATCHVineet Gupta2013-04-092-6/+6
| * ARC: [build] Build failure with !KPROBESChristian Ruppert2013-04-091-0/+1
| * ARC: Remove duplicate inclusion of header filesSachin Kamat2013-04-093-3/+0Star
| * ARC: Fix coding style issuesSachin Kamat2013-04-092-3/+3
| * ARC: Use <linux/*> headers instead of <asm/*>Sachin Kamat2013-04-094-6/+6
* | arc, print-fatal-signals: reduce duplicated informationVineet Gupta2013-05-011-1/+1
* | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+1
* | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-7/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \
| * | arc: fix incorrect ifdef commentPaul Bolle2013-03-181-1/+1
* | | arc: Use generic idle loopThomas Gleixner2013-04-082-27/+2Star
| |/ |/|
* | ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta2013-03-201-1/+1
* | ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta2013-03-112-27/+0Star