summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+1
|\
| * doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-141-1/+1
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-122-81/+22
|\ \
| * \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-074-18/+22
| |\ \
| * | | arc: remove unnecessary prom.h includesRob Herring2013-10-092-2/+0
| * | | arc: use common of_flat_dt_match_machineRob Herring2013-10-092-49/+20
| * | | arc: use early_init_dt_scanRob Herring2013-10-091-13/+1
| * | | arc: use unflatten_and_copy_device_treeRob Herring2013-10-092-17/+1
* | | | smp, ARC: kill SMP single function call interruptJiang Liu2013-11-071-6/+1
* | | | ARC: [SMP] Disallow RTSCVineet Gupta2013-11-071-3/+4
* | | | ARC: [SMP] Fix build failures for large NR_CPUSVineet Gupta2013-11-062-3/+21
* | | | ARC: [SMP] TLB flushVineet Gupta2013-11-061-0/+1
* | | | 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-061-1/+1
* | | | arc: remove '__init' for first_lines_of_secondary()Chen Gang2013-11-061-1/+1
* | | | arc: kgdb: add default implementation for kgdb_roundup_cpus()Chen Gang2013-11-061-0/+12
* | | | ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-062-1/+14
* | | | ARC: Reset the value of Interrupt Priority RegisterVineet Gupta2013-11-061-3/+7
* | | | ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-062-6/+1
* | | | ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-061-5/+4
* | | | 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: 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: Handle zero-overhead-loop in unaligned access handlerMischa Jonker2013-09-271-0/+6
|/ /
* | ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-123-4/+5
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-6/+0
|\ \
| * | of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-6/+0
| |/
* | ARC: remove console_verbose() from setup_arch()Mischa Jonker2013-09-051-2/+0
* | ARC: Handle un-aligned user space access in BE.Noam Camus2013-09-051-7/+19
* | ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-261-5/+5
* | ARC: Exception Handlers Code consolidationVineet Gupta2013-08-261-43/+13
* | ARC: Add some .gitignore entriesVineet Gupta2013-08-261-0/+1
|/
* Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-07-0318-168/+158
|\
| * ARC: warn on improper stack unwind FDE entriesVineet Gupta2013-06-271-0/+2
| * arc: delete __cpuinit usage from all arc filesPaul Gortmaker2013-06-274-11/+11
| * ARC: Adjustments for gcc 4.8Vineet Gupta2013-06-271-8/+16
| * ARC: Setup Vector Table Base in early bootVineet Gupta2013-06-262-2/+2
| * ARC: Remove explicit passing around of ECRVineet Gupta2013-06-266-58/+46
| * ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta2013-06-265-19/+20
| * ARC: pt_regs update #4: r25 saved/restored unconditionallyVineet Gupta2013-06-223-14/+2
| * ARC: Entry Handler tweaks: Simplify branch for in-kernel preemptionVineet Gupta2013-06-221-6/+2
| * ARC: Entry Handler tweaks: Avoid hardcoded LIMMS for ECR valuesVineet Gupta2013-06-221-6/+9
| * ARC: Increase readability of entry handlersVineet Gupta2013-06-221-0/+4
| * ARC: pt_regs update #3: Remove unused gutter at start of callee_regsVineet Gupta2013-06-225-15/+12
| * ARC: pt_regs update #2: Remove unused gutter at start of pt_regsVineet Gupta2013-06-221-0/+8
| * ARC: pt_regs update #1: Align pt_regs end with end of kernel stack pageVineet Gupta2013-06-221-2/+0
OpenPOWER on IntegriCloud