summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-121-1/+0Star
* ARC: fix new Section mismatches in build (post __cpuinit cleanup)Vineet Gupta2013-09-052-2/+2
* ARC: Fix __udelay calculationMischa Jonker2013-09-051-3/+2Star
* ARC: Add read*_relaxed to asm/io.hMischa Jonker2013-09-051-0/+4
* ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta2013-08-302-70/+29Star
* ARC: [ASID] activate_mm() == switch_mm()Vineet Gupta2013-08-301-11/+9Star
* ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta2013-08-301-27/+18Star
* ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta2013-08-301-1/+1
* ARC: [ASID] Remove legacy/unused debug codeVineet Gupta2013-08-302-14/+0Star
* ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta2013-08-301-0/+2
* ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta2013-08-301-14/+8Star
* ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta2013-08-291-25/+14Star
* ARC: Code cosmetics (Nothing semantical)Vineet Gupta2013-08-292-32/+10Star
* ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-261-7/+0Star
* ARC: Exception Handlers Code consolidationVineet Gupta2013-08-261-1/+23
* ARC: SMP build breakageVineet Gupta2013-07-271-0/+1
* Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-0320-592/+363Star
|\
| * arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-271-1/+1
| * ARC: Remove explicit passing around of ECRVineet Gupta2013-06-265-12/+8Star
| * ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta2013-06-263-38/+33Star
| * ARC: stop using pt_regs->orig_r8Vineet Gupta2013-06-223-16/+4Star
| * ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta2013-06-223-26/+22Star
| * ARC: K/U SP saved from one location in stack switching macroVineet Gupta2013-06-221-4/+4
| * ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta2013-06-221-0/+5
| * ARC: Increase readability of entry handlersVineet Gupta2013-06-221-212/+182Star
| * ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta2013-06-224-16/+12Star
| * ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta2013-06-223-26/+7Star
| * ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta2013-06-223-3/+3
| * ARC: pt_regs update #0: remove kernel stack canaryVineet Gupta2013-06-221-18/+0Star
| * ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta2013-06-221-6/+1Star
| * ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta2013-06-221-0/+7
| * ARC: cache detection code bitrotVineet Gupta2013-06-223-16/+3Star
| * ARC: Disintegrate arcregs.hVineet Gupta2013-06-227-153/+71Star
| * ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta2013-06-224-58/+13Star
* | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0Star
|/
* ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-251-9/+0Star
* 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-231-1/+3
* ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta2013-05-232-12/+16
* ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta2013-05-095-4/+22
* ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta2013-05-091-1/+3
* ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta2013-05-093-11/+69
* ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta2013-05-091-1/+1
* ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta2013-05-071-0/+1
* ARC: [mm] consolidate icache/dcache sync codeVineet Gupta2013-05-071-3/+2Star
* ARC: [mm] optimise icache flush for user mappingsVineet Gupta2013-05-071-1/+9
* ARC: [mm] optimize needless full mm TLB flush on munmapVineet Gupta2013-05-071-4/+12
* ARC: [TB10x] Add support for TB10x platformChristian Ruppert2013-05-071-0/+10
* ARC: Prepare interrupt code for external controllersChristian Ruppert2013-05-071-1/+2
* ARC: Add implicit compiler barrier to raw_local_irq* functionsChristian Ruppert2013-04-091-4/+8