aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAge
* ARC: !PREEMPT: Ensure Return to kernel mode is IRQ safeVineet Gupta2014-04-30
* ARC: [SMP] General FixesVineet Gupta2014-04-05
* ARC: [clockevent] simplify timer ISRVineet Gupta2014-03-26
* ARC: [clockevent] can't be SoC specificVineet Gupta2014-03-26
* ARC: switch to generic ENTRY/END assembler annotationsVineet Gupta2014-03-26
* ARC: [cmdline] support External Device Trees from u-bootVineet Gupta2014-01-16
* ARC: [cmdline] uboot cmdline handling reworkVineet Gupta2014-01-16
* ARC: [SMP] optimize IPI send and receiveVineet Gupta2013-12-23
* ARC: [SMP] simplify IPI codeVineet Gupta2013-12-23
* ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta2013-12-23
* ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta2013-12-23
* ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta2013-12-23
* ARC: [perf] Fix a few thinkosVineet Gupta2013-11-28
* Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-19
|\
| * ARC: perf: ARC 700 PMU doesn't support sampling eventsMischa Jonker2013-11-15
| * ARC: Add perf support for ARC700 coresMischa Jonker2013-11-11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-15
|\ \
| * | doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew2013-10-14
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-12
|\ \ \
| * \ \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-07
| |\ \ \ | | | |/ | | |/|
| * | | arc: remove unnecessary prom.h includesRob Herring2013-10-09
| * | | arc: use common of_flat_dt_match_machineRob Herring2013-10-09
| * | | arc: use early_init_dt_scanRob Herring2013-10-09
| * | | arc: use unflatten_and_copy_device_treeRob Herring2013-10-09
* | | | smp, ARC: kill SMP single function call interruptJiang Liu2013-11-07
* | | | ARC: [SMP] Disallow RTSCVineet Gupta2013-11-07
* | | | ARC: [SMP] Fix build failures for large NR_CPUSVineet Gupta2013-11-06
* | | | ARC: [SMP] TLB flushVineet Gupta2013-11-06
* | | | arc: export symbol for pm_power_off in reset.cChen Gang2013-11-06
* | | | arc: export symbol for save_stack_trace() in stacktrace.cChen Gang2013-11-06
* | | | arc: remove '__init' for get_hw_config_num_irq()Chen Gang2013-11-06
* | | | arc: remove '__init' for first_lines_of_secondary()Chen Gang2013-11-06
* | | | arc: kgdb: add default implementation for kgdb_roundup_cpus()Chen Gang2013-11-06
* | | | ARC: Add support for irqflags tracing and lockdepVineet Gupta2013-11-06
* | | | ARC: Reset the value of Interrupt Priority RegisterVineet Gupta2013-11-06
* | | | ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2013-11-06
* | | | ARC: Change calling convention of do_page_fault()Vineet Gupta2013-11-06
* | | | ARC: use __weak instead of __attribute__((weak))Vineet Gupta2013-11-06
* | | | ARC: Annotate some functions as staticVineet Gupta2013-11-06
* | | | arc: Replace __get_cpu_var usesChristoph Lameter2013-11-06
| |/ / |/| |
* | | ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta2013-10-12
* | | ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert2013-10-03
* | | ARC: Use clockevents_config_and_register over clockevents_register_deviceUwe Kleine-König2013-09-27
* | | ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker2013-09-27
|/ /
* | ARC: SMP failed to boot due to missing IVT setupNoam Camus2013-09-12
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-10
|\ \
| * | of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-28
| |/
* | ARC: remove console_verbose() from setup_arch()Mischa Jonker2013-09-05
* | ARC: Handle un-aligned user space access in BE.Noam Camus2013-09-05
* | ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta2013-08-26