summaryrefslogtreecommitdiffstats
path: root/arch/arc
AgeCommit message (Expand)AuthorLines
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker-16/+16
2013-06-27ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta-5/+5
2013-06-27ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta-5/+5
2013-06-27ARC: Adjustments for gcc 4.8Vineet Gupta-19/+35
2013-06-26i2c-designware: make SDA hold time configurableChristian Ruppert-10/+10
2013-06-26ARC: Setup Vector Table Base in early bootVineet Gupta-2/+2
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta-78/+59
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta-57/+53
2013-06-22ARC: stop using pt_regs->orig_r8Vineet Gupta-16/+4
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta-40/+24
2013-06-22ARC: K/U SP saved from one location in stack switching macroVineet Gupta-4/+4
2013-06-22ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta-6/+2
2013-06-22ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta-6/+14
2013-06-22ARC: Increase readability of entry handlersVineet Gupta-212/+186
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta-31/+24
2013-06-22ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta-26/+15
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta-5/+3
2013-06-22ARC: pt_regs update #0: remove kernel stack canaryVineet Gupta-18/+0
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta-23/+8
2013-06-22ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta-13/+1
2013-06-22ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta-7/+14
2013-06-22ARC: [mm] optimise VIPT dcache aliasing 2/xVineet Gupta-0/+1
2013-06-22ARC: [mm] optimise VIPT dcache aliasing 1/xVineet Gupta-1/+6
2013-06-22ARC: [mm] Zero page optimizationVineet Gupta-1/+5
2013-06-22ARC: make dcache VIPT aliasing support dependant on dcacheAlexey Brodkin-0/+1
2013-06-22ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEVineet Gupta-19/+9
2013-06-22ARC: cache detection code bitrotVineet Gupta-37/+13
2013-06-22ARC: Reduce Code for ECR printingVineet Gupta-9/+7
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta-162/+139
2013-06-22ARC: More code beautification with IS_ENABLED()Vineet Gupta-9/+3
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta-68/+23
2013-06-22ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIALMischa Jonker-3/+9
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta-19/+11
2013-05-23ARC: Use enough bits for determining page's cache colorVineet Gupta-1/+1
2013-05-23ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta-2/+5
2013-05-23ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta-15/+19
2013-05-23ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta-1/+1
2013-05-15ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanismChristian Ruppert-32/+4
2013-05-10Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-74/+377
2013-05-10ARC: [TB10x] Remove GENERIC_GPIOVineet Gupta-7/+0
2013-05-09Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-342/+1840
2013-05-09ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta-5/+101
2013-05-09ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta-2/+4
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta-22/+223
2013-05-09ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta-18/+34
2013-05-09ARC: [mm] refactor the core (i|d)cache line ops loopsVineet Gupta-29/+24
2013-05-09ARC: [mm] serious bug in vaddr based icache flushVineet Gupta-1/+1
2013-05-07ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta-7/+21
2013-05-07ARC: [mm] micro-optimize page size icache invalidateVineet Gupta-3/+12
2013-05-07ARC: [mm] remove the pessimistic all-alias-invalidate icache helpersVineet Gupta-184/+17