summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | ARC: [SMP] Disallow RTSCVineet Gupta2013-11-072-8/+5Star
* | | | | | ARC: [SMP] Fix build failures for large NR_CPUSVineet Gupta2013-11-062-3/+21
* | | | | | ARC: [SMP] enlarge possible NR_CPUSNoam Camus2013-11-061-2/+2
* | | | | | ARC: [SMP] TLB flushVineet Gupta2013-11-064-3/+99
* | | | | | ARC: [SMP] ASID allocationVineet Gupta2013-11-063-23/+37
* | | | | | arc: export symbol for pm_power_off in reset.cChen Gang2013-11-061-0/+1
* | | | | | arc: export symbol for save_stack_trace() in stacktrace.cChen Gang2013-11-061-0/+1
* | | | | | arc: remove '__init' for get_hw_config_num_irq()Chen Gang2013-11-062-2/+2
* | | | | | arc: remove '__init' for first_lines_of_secondary()Chen Gang2013-11-062-2/+2
* | | | | | arc: remove '__init' for setup_processor() and arc_init_IRQ()Chen Gang2013-11-062-2/+2
* | | | | | arc: kgdb: add default implementation for kgdb_roundup_cpus()Chen Gang2013-11-061-0/+12
* | | | | | ARC: Fix bogus gcc warning and micro-optimise TLB iteration loopVineet Gupta2013-11-061-2/+2
* | | | | | ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-064-1/+42
* | | | | | ARC: Reset the value of Interrupt Priority RegisterVineet Gupta2013-11-061-3/+7
* | | | | | ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-063-7/+3Star
* | | | | | ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-063-8/+7Star
* | | | | | ARC: cacheflush optim - PTAG can be loop invariant if V-P is constVineet Gupta2013-11-061-3/+11
* | | | | | ARC: cacheflush refactor #3: Unify the {d,i}cache flush leaf helpersVineet Gupta2013-11-061-84/+55Star
* | | | | | ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta2013-11-062-22/+16Star
* | | | | | ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineVineet Gupta2013-11-061-10/+6Star
* | | | | | ARC: use __weak instead of __attribute__((weak))Vineet Gupta2013-11-062-2/+2
* | | | | | ARC: Annotate some functions as staticVineet Gupta2013-11-061-6/+5Star
* | | | | | arc: Replace __get_cpu_var usesChristoph Lameter2013-11-062-4/+4
| |_|_|_|/ |/| | | |
* | | | | ARC: Incorrect mm reference used in vmalloc fault handlerVineet Gupta2013-11-021-3/+3
| |_|/ / |/| | |
* | | | ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta2013-10-121-1/+1
| |/ / |/| |
* | | ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert2013-10-031-12/+13
* | | ARC: Use clockevents_config_and_register over clockevents_register_deviceUwe Kleine-König2013-09-271-5/+2Star
* | | ARC: Workaround spinlock livelock in SMP SystemC simulationVineet Gupta2013-09-271-1/+8
* | | ARC: Fix 32-bit wrap around in access_ok()Vineet Gupta2013-09-271-2/+2
* | | ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker2013-09-271-0/+6
|/ /
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0Star
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-131-7/+4Star
|\ \
| * | arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-2/+4
| * | arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-131-5/+0Star
* | | ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-124-5/+5
|/ /
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-102-9/+2Star
|\ \
| * | of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-6/+0Star
| * | Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely2013-08-282-0/+11
| |\|
| * | of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-3/+2Star
* | | 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: remove console_verbose() from setup_arch()Mischa Jonker2013-09-051-2/+0Star
* | | ARC: Add read*_relaxed to asm/io.hMischa Jonker2013-09-051-0/+4
* | | ARC: Handle un-aligned user space access in BE.Noam Camus2013-09-051-7/+19
* | | ARC: [ASID] Track ASID allocation cycles/generationsVineet Gupta2013-08-304-86/+40Star
* | | 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-302-33/+25Star
* | | ARC: [ASID] Refactor the TLB paranoid debug codeVineet Gupta2013-08-303-21/+21
* | | ARC: [ASID] Remove legacy/unused debug codeVineet Gupta2013-08-302-14/+0Star
* | | ARC: No need to flush the TLB in early bootVineet Gupta2013-08-301-7/+0Star