aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds19-586/+354
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker1-1/+1
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta5-12/+8
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta3-38/+33
2013-06-22ARC: stop using pt_regs->orig_r8Vineet Gupta2-15/+3
2013-06-22ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta3-26/+22
2013-06-22ARC: K/U SP saved from one location in stack switching macroVineet Gupta1-4/+4
2013-06-22ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta1-0/+5
2013-06-22ARC: Increase readability of entry handlersVineet Gupta1-212/+182
2013-06-22ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta3-15/+11
2013-06-22ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta2-22/+0
2013-06-22ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta3-3/+3
2013-06-22ARC: pt_regs update #0: remove kernel stack canaryVineet Gupta1-18/+0
2013-06-22ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta1-6/+1
2013-06-22ARC: [mm] Assume pagecache page dirty by defaultVineet Gupta1-0/+7
2013-06-22ARC: cache detection code bitrotVineet Gupta3-16/+3
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta7-153/+71
2013-06-22ARC: Use kconfig helper IS_ENABLED() to get rid of defines.hVineet Gupta4-58/+13
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta1-9/+0
2013-05-23ARC: Use enough bits for determining page's cache colorVineet Gupta1-1/+1
2013-05-23ARC: Brown paper bag bug in macro for checking cache colorVineet Gupta1-1/+3
2013-05-23ARC: copy_(to|from)_user() to honor usermode-access permissionsVineet Gupta2-12/+16
2013-05-09ARC: [mm] Aliasing VIPT dcache support 4/4Vineet Gupta5-4/+22
2013-05-09ARC: [mm] Aliasing VIPT dcache support 3/4Vineet Gupta1-1/+3
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta3-11/+69
2013-05-09ARC: [mm] Aliasing VIPT dcache support 1/4Vineet Gupta1-1/+1
2013-05-07ARC: [mm] Lazy D-cache flush (non aliasing VIPT)Vineet Gupta1-0/+1
2013-05-07ARC: [mm] consolidate icache/dcache sync codeVineet Gupta1-3/+2
2013-05-07ARC: [mm] optimise icache flush for user mappingsVineet Gupta1-1/+9
2013-05-07ARC: [mm] optimize needless full mm TLB flush on munmapVineet Gupta1-4/+12
2013-05-07ARC: [TB10x] Add support for TB10x platformChristian Ruppert1-0/+10
2013-05-07ARC: Prepare interrupt code for external controllersChristian Ruppert1-1/+2
2013-04-08ARC: Add implicit compiler barrier to raw_local_irq* functionsChristian Ruppert1-4/+8
2013-03-20ARC: Fix the typo in event identifier flags used by ptraceVineet Gupta2-2/+2
2013-03-19arc: fix dma_address assignment during dma_map_sg()Pierrick Hascoet1-1/+1
2013-03-18ARC: Remove SET_PERSONALITY (tracks cross-arch change)Vineet Gupta1-3/+0
2013-03-11ARC: ABIv3: fork/vfork wrappers not needed in "no-legacy-syscall" ABIVineet Gupta1-2/+0
2013-03-11ARC: make allyesconfig build breakagesVineet Gupta1-4/+2
2013-02-27ARC: split elf.h into uapi and export it for userspaceVineet Gupta1-26/+11
2013-02-27ARC: Fixup the current ABI versionVineet Gupta1-1/+1
2013-02-27ARC: gdbserver using regset interface possibly brokenVineet Gupta1-5/+1
2013-02-26ARC: make a copy of flat DTVineet Gupta1-0/+2
2013-02-15ARC: Provide a default serial.h for uart drivers needing BASE_BAUDVineet Gupta1-0/+25
2013-02-15ARC: [Review] Multi-platform image #7: SMP common code to use callbacksVineet Gupta1-21/+15
2013-02-15ARC: [Review] Multi-platform image #6: cpu-to-dma-addr optionalVineet Gupta1-0/+16
2013-02-15ARC: [Review] Multi-platform image #5: NR_IRQS defined by ARC coreVineet Gupta1-0/+2
2013-02-15ARC: [Review] Multi-platform image #4: Isolate platform headersVineet Gupta1-1/+0
2013-02-15ARC: [Review] Multi-platform image #3: switch to board callbackVineet Gupta2-6/+0
2013-02-15ARC: [Review] Multi-platform image #2: Board callback InfrastructureVineet Gupta2-1/+85