summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-125-116/+25
|\
| * Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-076-21/+32
| |\
| * | of: remove empty arch prom.h headersRob Herring2013-10-091-12/+0
| * | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-091-2/+0
| * | arc: remove unnecessary prom.h includesRob Herring2013-10-092-2/+0
| * | arc: use common of_flat_dt_match_machineRob Herring2013-10-093-62/+23
| * | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-7/+0
| * | arc: use early_init_dt_scanRob Herring2013-10-091-13/+1
| * | arc: use unflatten_and_copy_device_treeRob Herring2013-10-093-18/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-0/+1
|\ \ \
| * \ \ Merge branch 'linus' into sched/coreIngo Molnar2013-11-011-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-095-20/+31
| |\ \ \
| * | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
| | |_|/ | |/| |
* | | | ARC: [plat-arcfpga] defconfig updateVineet Gupta2013-11-071-0/+3
* | | | smp, ARC: kill SMP single function call interruptJiang Liu2013-11-071-6/+1
* | | | ARC: [SMP] Disallow RTSCVineet Gupta2013-11-072-8/+5
* | | | 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/+3
* | | | ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-063-8/+7
* | | | 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/+55
* | | | ARC: cacheflush refactor #2: I and D caches lines to have same sizeVineet Gupta2013-11-062-22/+16
* | | | ARC: cacheflush refactor #1: push aux reg ascertaining into leaf routineVineet Gupta2013-11-061-10/+6
* | | | ARC: use __weak instead of __attribute__((weak))Vineet Gupta2013-11-062-2/+2
* | | | ARC: Annotate some functions as staticVineet Gupta2013-11-061-6/+5
* | | | 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/+2
* | 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/+0
* Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-121-7/+4
|\
| * arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+4
| * arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-121-5/+0
* | ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-124-5/+5
|/