aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-1/+203
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2013-11-15arc: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+8
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-28/+3
2013-11-12ARC: Add perf support for ARC700 coresMischa Jonker1-1/+203
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2-3/+10
2013-11-06ARC: [SMP] TLB flushVineet Gupta2-3/+25
2013-11-06ARC: [SMP] ASID allocationVineet Gupta2-17/+29
2013-11-06arc: remove '__init' for get_hw_config_num_irq()Chen Gang1-1/+1
2013-11-06arc: remove '__init' for first_lines_of_secondary()Chen Gang1-1/+1
2013-11-06arc: remove '__init' for setup_processor() and arc_init_IRQ()Chen Gang2-2/+2
2013-11-06ARC: Add support for irqflags tracing and lockdepVineet Gupta1-0/+22
2013-11-06ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta1-1/+2
2013-11-06ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta1-7/+1
2013-10-09of: remove empty arch prom.h headersRob Herring1-12/+0
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-2/+0
2013-10-09arc: use common of_flat_dt_match_machineRob Herring1-13/+3
2013-10-09arc: use unflatten_and_copy_device_treeRob Herring1-1/+0
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2-3/+10
2013-09-27ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta1-1/+8
2013-09-27ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta1-2/+2
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-12ARC: SMP failed to boot due to missing IVT setupNoam Camus1-1/+0
2013-09-05ARC: fix new Section mismatches in build (post __cpuinit cleanup)Vineet Gupta2-2/+2
2013-09-05ARC: Fix __udelay calculationMischa Jonker1-3/+2
2013-09-05ARC: Add read*_relaxed to asm/io.hMischa Jonker1-0/+4
2013-08-30ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta2-70/+29
2013-08-30ARC: [ASID] activate_mm() == switch_mm()Vineet Gupta1-11/+9
2013-08-30ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta1-27/+18
2013-08-30ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta1-1/+1
2013-08-30ARC: [ASID] Remove legacy/unused debug codeVineet Gupta2-14/+0
2013-08-30ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta1-0/+2
2013-08-30ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta1-14/+8
2013-08-29ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta1-25/+14
2013-08-29ARC: Code cosmetics (Nothing semantical)Vineet Gupta2-32/+10
2013-08-26ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta1-7/+0
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta1-1/+23
2013-07-26ARC: SMP build breakageVineet Gupta1-0/+1
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds20-592/+363
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker1-1/+1
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta5-12/+8
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta3-38/+33
2013-06-22ARC: stop using pt_regs->orig_r8Vineet Gupta3-16/+4
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta3-26/+22
2013-06-22ARC: K/U SP saved from one location in stack switching macroVineet Gupta1-4/+4
2013-06-22ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta1-0/+5
2013-06-22ARC: Increase readability of entry handlersVineet Gupta1-212/+182