summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-1911-188/+814
|\
| * ARC: [plat-arcfpga] Add defconfig without initramfs locationMischa Jonker2013-11-151-0/+64
| * ARC: perf: ARC 700 PMU doesn't support sampling eventsMischa Jonker2013-11-151-0/+4
| * ARC: Add perf support for ARC700 coresMischa Jonker2013-11-124-1/+530
| * ARC: [TB10x] Updates for GPIO and pinctrlChristian Ruppert2013-11-116-187/+216
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0Star
|\ \
| * | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \ \
| * | | doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+0Star
* | | | arc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-3/+8
* | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-125-116/+25Star
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-076-21/+32
| |\ \ \
| * | | | of: remove empty arch prom.h headersRob Herring2013-10-101-12/+0Star
| * | | | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-101-2/+0Star
| * | | | arc: remove unnecessary prom.h includesRob Herring2013-10-102-2/+0Star
| * | | | arc: use common of_flat_dt_match_machineRob Herring2013-10-103-62/+23Star
| * | | | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-7/+0Star
| * | | | arc: use early_init_dt_scanRob Herring2013-10-091-13/+1Star
| * | | | arc: use unflatten_and_copy_device_treeRob Herring2013-10-093-18/+1Star
* | | | | 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/+1Star
* | | | | | 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
| |_|/ / |/| | |