summaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2013-09-27ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta
2013-09-27ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta
2013-09-12ARC: SMP failed to boot due to missing IVT setupNoam Camus
2013-09-05ARC: fix new Section mismatches in build (post __cpuinit cleanup)Vineet Gupta
2013-09-05ARC: Fix __udelay calculationMischa Jonker
2013-09-05ARC: Add read*_relaxed to asm/io.hMischa Jonker
2013-08-30ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta
2013-08-30ARC: [ASID] activate_mm() == switch_mm()Vineet Gupta
2013-08-30ARC: [ASID] get_new_mmu_context() to conditionally allocate new ASIDVineet Gupta
2013-08-30ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta
2013-08-30ARC: [ASID] Remove legacy/unused debug codeVineet Gupta
2013-08-30ARC: MMUv4 preps/3 - Abstract out TLB Insert/DeleteVineet Gupta
2013-08-30ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta
2013-08-29ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta
2013-08-29ARC: Code cosmetics (Nothing semantical)Vineet Gupta
2013-08-26ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta
2013-07-26ARC: SMP build breakageVineet Gupta
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta
2013-06-22ARC: stop using pt_regs->orig_r8Vineet Gupta
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta
2013-06-22ARC: K/U SP saved from one location in stack switching macroVineet Gupta
2013-06-22ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta
2013-06-22ARC: Increase readability of entry handlersVineet Gupta
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta
2013-06-22ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta
2013-06-22ARC: pt_regs update #0: remove kernel stack canaryVineet Gupta
2013-06-22ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta
2013-06-22ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta
2013-06-22ARC: cache detection code bitrotVineet Gupta
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta
2013-05-23ARC: Use enough bits for determining page's cache colorVineet Gupta
2013-05-23ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta
2013-05-23ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta
2013-05-09ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta
2013-05-09ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta
2013-05-09ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta
2013-05-07ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta
2013-05-07ARC: [mm] consolidate icache/dcache sync codeVineet Gupta
2013-05-07ARC: [mm] optimise icache flush for user mappingsVineet Gupta
2013-05-07ARC: [mm] optimize needless full mm TLB flush on munmapVineet Gupta