summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
...
| * | arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-277-16/+16
| * | ARC: [tlb-miss] Fix bug with CONFIG_ARC_DBG_TLB_MISS_COUNTVineet Gupta2013-06-271-5/+5
| * | ARC: [tlb-miss] Extraneous PTE bit testing/settingVineet Gupta2013-06-271-5/+5
| * | ARC: Adjustments for gcc 4.8Vineet Gupta2013-06-275-19/+35
| * | ARC: Setup Vector Table Base in early bootVineet Gupta2013-06-262-2/+2
| * | ARC: Remove explicit passing around of ECRVineet Gupta2013-06-2613-78/+59Star
| * | ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta2013-06-268-57/+53Star
| * | ARC: stop using pt_regs->orig_r8Vineet Gupta2013-06-223-16/+4Star
| * | ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta2013-06-226-40/+24Star
| * | ARC: K/U SP saved from one location in stack switching macroVineet Gupta2013-06-221-4/+4
| * | 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-222-6/+14
| * | ARC: Increase readability of entry handlersVineet Gupta2013-06-222-212/+186Star
| * | ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta2013-06-229-31/+24Star
| * | ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta2013-06-224-26/+15Star
| * | ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta2013-06-224-5/+3Star
| * | ARC: pt_regs update #0: remove kernel stack canaryVineet Gupta2013-06-221-18/+0Star
| * | ARC: [mm] Remove @write argument to do_page_fault()Vineet Gupta2013-06-223-23/+8Star
| * | ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta2013-06-222-13/+1Star
| * | ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta2013-06-223-7/+14
| * | ARC: [mm] optimise VIPT dcache aliasing 2/xVineet Gupta2013-06-221-0/+1
| * | ARC: [mm] optimise VIPT dcache aliasing 1/xVineet Gupta2013-06-221-1/+6
| * | ARC: [mm] Zero page optimizationVineet Gupta2013-06-221-1/+5
| * | ARC: make dcache VIPT aliasing support dependant on dcacheAlexey Brodkin2013-06-221-0/+1
| * | ARC: No-op full icache flush if !CONFIG_ARC_HAS_ICACHEVineet Gupta2013-06-221-19/+9Star
| * | ARC: cache detection code bitrotVineet Gupta2013-06-224-37/+13Star
| * | ARC: Reduce Code for ECR printingVineet Gupta2013-06-221-9/+7Star
| * | ARC: Disintegrate arcregs.hVineet Gupta2013-06-2212-162/+139Star
| * | 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-228-68/+23Star
| * | ARC: [plat-arcfpga] Fix build breakage when !CONFIG_ARC_SERIALMischa Jonker2013-06-221-3/+9
| |/
* | more open-coded file_inode() callsAl Viro2013-06-291-1/+1
* | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0Star
|/
* ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-252-19/+11Star
* ARC: Use enough bits for determining page's cache colorVineet Gupta2013-05-231-1/+1
* ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta2013-05-232-2/+5
* ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta2013-05-233-15/+19
* ARC: [mm] Prevent stray dcache lines after__sync_icache_dcach()Vineet Gupta2013-05-231-1/+1
* ARC: [TB10x] Remove redundant abilis,simple-pinctrl mechanismChristian Ruppert2013-05-154-32/+4Star
* Merge tag 'arc-v3.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-1013-74/+377
|\
| * ARC: [TB10x] Remove GENERIC_GPIOVineet Gupta2013-05-101-7/+0Star
| * ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta2013-05-097-5/+101
| * ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta2013-05-092-2/+4
| * ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta2013-05-096-22/+223
| * ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta2013-05-093-18/+34
| * ARC: [mm] refactor the core (i|d)cache line ops loopsVineet Gupta2013-05-091-29/+24Star
| * ARC: [mm] serious bug in vaddr based icache flushVineet Gupta2013-05-091-1/+1
* | Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-0938-342/+1840
|\|
| * ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta2013-05-073-7/+21
| * ARC: [mm] micro-optimize page size icache invalidateVineet Gupta2013-05-071-3/+12