aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-26ARC: SMP build breakageVineet Gupta1-0/+1
2013-07-10Merge tag 'arc-v3.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds8-58/+62
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-2/+4
2013-07-04Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-10/+10
2013-07-04Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2-7/+1
2013-07-04consolidate per-arch stack overflow debugging optionsDave Hansen2-7/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-36/+6
2013-07-03mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-33/+3
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds48-876/+670
2013-06-29more open-coded file_inode() callsAl Viro1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-28ARC: [TB10x] Updates for irqchip driverChristian Ruppert4-54/+43
2013-06-28ARC: [plat-arcfpga] Enable arc_emac for ARCAngle4 BoardAlexey Brodkin4-4/+19
2013-06-27ARC: warn on improper stack unwind FDE entriesVineet Gupta1-0/+2
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker7-16/+16
2013-06-27ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta1-5/+5
2013-06-27ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta1-5/+5
2013-06-27ARC: Adjustments for gcc 4.8Vineet Gupta5-19/+35
2013-06-26i2c-designware: make SDA hold time configurableChristian Ruppert2-10/+10
2013-06-26ARC: Setup Vector Table Base in early bootVineet Gupta2-2/+2
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta13-78/+59
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta8-57/+53
2013-06-22ARC: stop using pt_regs->orig_r8Vineet Gupta3-16/+4
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta6-40/+24
2013-06-22ARC: K/U SP saved from one location in stack switching macroVineet Gupta1-4/+4
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 Gupta2-6/+14
2013-06-22ARC: Increase readability of entry handlersVineet Gupta2-212/+186
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta9-31/+24
2013-06-22ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta4-26/+15
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta4-5/+3
2013-06-22ARC: pt_regs update #0: remove kernel stack canaryVineet Gupta1-18/+0
2013-06-22ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta3-23/+8
2013-06-22ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta2-13/+1
2013-06-22ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta3-7/+14
2013-06-22ARC: [mm] optimise VIPT dcache aliasing 2/xVineet Gupta1-0/+1
2013-06-22ARC: [mm] optimise VIPT dcache aliasing 1/xVineet Gupta1-1/+6
2013-06-22ARC: [mm] Zero page optimizationVineet Gupta1-1/+5
2013-06-22ARC: make dcache VIPT aliasing support dependant on dcacheAlexey Brodkin1-0/+1
2013-06-22ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEVineet Gupta1-19/+9
2013-06-22ARC: cache detection code bitrotVineet Gupta4-37/+13
2013-06-22ARC: Reduce Code for ECR printingVineet Gupta1-9/+7
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta12-162/+139
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 Gupta8-68/+23
2013-06-22ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIALMischa Jonker1-3/+9
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2-19/+11