aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-23ARC: [SMP] cpu halt interface doesn't need "self" cpu-idVineet Gupta1-5/+4
2013-12-23ARC: [SMP] IPI ACK interface doesn't need "self" cpu-idVineet Gupta1-1/+1
2013-12-23ARC: [SMP] cpumask not needed in IPI send pathVineet Gupta1-9/+14
2013-11-28ARC: [perf] Fix a few thinkosVineet Gupta1-2/+2
2013-11-19Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds2-0/+327
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-11-15ARC: perf: ARC 700 PMU doesn't support sampling eventsMischa Jonker1-0/+4
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-81/+22
2013-11-12ARC: Add perf support for ARC700 coresMischa Jonker2-0/+323
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring4-18/+22
2013-11-07smp, ARC: kill SMP single function call interruptJiang Liu1-6/+1
2013-11-07ARC: [SMP] Disallow RTSCVineet Gupta1-3/+4
2013-11-06ARC: [SMP] Fix build failures for large NR_CPUSVineet Gupta2-3/+21
2013-11-06ARC: [SMP] TLB flushVineet Gupta1-0/+1
2013-11-06arc: export symbol for pm_power_off in reset.cChen Gang1-0/+1
2013-11-06arc: export symbol for save_stack_trace() in stacktrace.cChen Gang1-0/+1
2013-11-06arc: remove '__init' for get_hw_config_num_irq()Chen Gang1-1/+1
2013-11-06arc: remove '__init' for first_lines_of_secondary()Chen Gang1-1/+1
2013-11-06arc: kgdb: add default implementation for kgdb_roundup_cpus()Chen Gang1-0/+12
2013-11-06ARC: Add support for irqflags tracing and lockdepVineet Gupta2-1/+14
2013-11-06ARC: Reset the value of Interrupt Priority RegisterVineet Gupta1-3/+7
2013-11-06ARC: Reduce #ifdef'ery for unaligned access emulationVineet Gupta2-6/+1
2013-11-06ARC: Change calling convention of do_page_fault()Vineet Gupta1-5/+4
2013-11-06ARC: use __weak instead of __attribute__((weak))Vineet Gupta2-2/+2
2013-11-06ARC: Annotate some functions as staticVineet Gupta1-6/+5
2013-11-06arc: Replace __get_cpu_var usesChristoph Lameter2-4/+4
2013-10-14doc: typo on word accounting in kprobes.c in mutliple architecturesAnoop Thomas Mathew1-1/+1
2013-10-12ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta1-1/+1
2013-10-09arc: remove unnecessary prom.h includesRob Herring2-2/+0
2013-10-09arc: use common of_flat_dt_match_machineRob Herring2-49/+20
2013-10-09arc: use early_init_dt_scanRob Herring1-13/+1
2013-10-09arc: use unflatten_and_copy_device_treeRob Herring2-17/+1
2013-10-03ARC: Fix signal frame management for SA_SIGINFOChristian Ruppert1-12/+13
2013-09-27ARC: Use clockevents_config_and_register over clockevents_register_deviceUwe Kleine-König1-5/+2
2013-09-27ARC: Handle zero-overhead-loop in unaligned access handlerMischa Jonker1-0/+6
2013-09-12ARC: SMP failed to boot due to missing IVT setupNoam Camus3-4/+5
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-6/+0
2013-09-05ARC: remove console_verbose() from setup_arch()Mischa Jonker1-2/+0
2013-09-05ARC: Handle un-aligned user space access in BE.Noam Camus1-7/+19
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-6/+0
2013-08-26ARC: Entry Handler tweaks: Optimize away redundant IRQ_DISABLE_SAVEVineet Gupta1-5/+5
2013-08-26ARC: Exception Handlers Code consolidationVineet Gupta1-43/+13
2013-08-26ARC: Add some .gitignore entriesVineet Gupta1-0/+1
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds18-168/+158
2013-06-29more open-coded file_inode() callsAl Viro1-1/+1
2013-06-27ARC: warn on improper stack unwind FDE entriesVineet Gupta1-0/+2
2013-06-27arc: delete __cpuinit usage from all arc filesPaul Gortmaker4-11/+11
2013-06-27ARC: Adjustments for gcc 4.8Vineet Gupta1-8/+16
2013-06-26ARC: Setup Vector Table Base in early bootVineet Gupta2-2/+2
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta6-58/+46