aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2013-07-26ARC: SMP build breakageGravatar Vineet Gupta 1-0/+1
2013-07-10Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 8-58/+62
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersGravatar Johannes Weiner 1-2/+4
2013-07-04Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-10/+10
2013-07-04Merge branch 'kconfig-diet' from Dave HansenGravatar Linus Torvalds 2-7/+1
2013-07-04consolidate per-arch stack overflow debugging optionsGravatar Dave Hansen 2-7/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 1-36/+6
2013-07-03mm/ARC: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-33/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 48-876/+670
2013-06-29more open-coded file_inode() callsGravatar Al Viro 1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-3/+0
2013-06-28ARC: [TB10x] Updates for irqchip driverGravatar Christian Ruppert 4-54/+43
2013-06-28ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 BoardGravatar Alexey Brodkin 4-4/+19
2013-06-27ARC: warn on improper stack unwind FDE entriesGravatar Vineet Gupta 1-0/+2
2013-06-27arc: delete __cpuinit usage from all arc filesGravatar Paul Gortmaker 7-16/+16
2013-06-27ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTGravatar Vineet Gupta 1-5/+5
2013-06-27ARC: [tlb-miss] Extraneous PTE bit testing/settingGravatar Vineet Gupta 1-5/+5
2013-06-27ARC: Adjustments for gcc 4.8Gravatar Vineet Gupta 5-19/+35
2013-06-26i2c-designware: make SDA hold time configurableGravatar Christian Ruppert 2-10/+10
2013-06-26ARC: Setup Vector Table Base in early bootGravatar Vineet Gupta 2-2/+2
2013-06-26ARC: Remove explicit passing around of ECRGravatar Vineet Gupta 13-78/+59
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesGravatar Vineet Gupta 8-57/+53
2013-06-22ARC: stop using pt_regs->orig_r8Gravatar Vineet Gupta 3-16/+4
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyGravatar Vineet Gupta 6-40/+24
2013-06-22ARC: K/U SP saved from one location in stack switching macroGravatar Vineet Gupta 1-4/+4
2013-06-22ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionGravatar Vineet Gupta 1-6/+2
2013-06-22ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesGravatar Vineet Gupta 2-6/+14
2013-06-22ARC: Increase readability of entry handlersGravatar Vineet Gupta 2-212/+186
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsGravatar Vineet Gupta 9-31/+24
2013-06-22ARC: pt_regs update #2: Remove unused gutter at start of pt_regsGravatar Vineet Gupta 4-26/+15
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageGravatar Vineet Gupta 4-5/+3
2013-06-22ARC: pt_regs update #0: remove kernel stack canaryGravatar Vineet Gupta 1-18/+0
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Gravatar Vineet Gupta 3-23/+8
2013-06-22ARC: [mm] Make stack/heap Non-executable by defaultGravatar Vineet Gupta 2-13/+1
2013-06-22ARC: [mm] Assume pagecache page dirty by defaultGravatar Vineet Gupta 3-7/+14
2013-06-22ARC: [mm] optimise VIPT dcache aliasing 2/xGravatar Vineet Gupta 1-0/+1
2013-06-22ARC: [mm] optimise VIPT dcache aliasing 1/xGravatar Vineet Gupta 1-1/+6
2013-06-22ARC: [mm] Zero page optimizationGravatar Vineet Gupta 1-1/+5
2013-06-22ARC: make dcache VIPT aliasing support dependant on dcacheGravatar Alexey Brodkin 1-0/+1
2013-06-22ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEGravatar Vineet Gupta 1-19/+9
2013-06-22ARC: cache detection code bitrotGravatar Vineet Gupta 4-37/+13
2013-06-22ARC: Reduce Code for ECR printingGravatar Vineet Gupta 1-9/+7
2013-06-22ARC: Disintegrate arcregs.hGravatar Vineet Gupta 12-162/+139
2013-06-22ARC: More code beautification with IS_ENABLED()Gravatar Vineet Gupta 1-9/+3
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hGravatar Vineet Gupta 8-68/+23
2013-06-22ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIALGravatar Mischa Jonker 1-3/+9
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsGravatar Vineet Gupta 2-19/+11