aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-28ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP onceVineet Gupta1-2/+0
2015-10-28ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()Vineet Gupta1-8/+2
2015-10-28ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta2-1/+9
2015-10-28ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta2-4/+4
2015-10-28ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()Vineet Gupta1-7/+8
2015-10-28ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta2-3/+12
2015-10-28ARC: remove @init_time, @init_irq platform callbacksVineet Gupta2-8/+5
2015-10-28ARC: smp: irqchip: handle IPI as percpu irq like timerVineet Gupta1-9/+8
2015-10-28ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modesVineet Gupta4-29/+32
2015-10-17ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta2-43/+21
2015-10-17ARC: boot log: move helper macros to header for reuseVineet Gupta2-6/+1
2015-10-17ARC: [arcompact] entry.S: Elide extra check/branch in exception ret pathVineet Gupta1-12/+6
2015-10-17ARC: [arcompact] entry.S: Document preemption games for L2 intrVineet Gupta1-1/+14
2015-10-17ARC: [arcompact] don't check for hard isr calling local_irq_enable()Vineet Gupta1-68/+5
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2015-08-27ARCv2: entry: Fix reserved handlerVineet Gupta1-7/+2
2015-08-27ARCv2: perf: Finally introduce HS perf unitVineet Gupta1-1/+2
2015-08-27ARCv2: perf: SMP supportAlexey Brodkin1-15/+54
2015-08-27ARCv2: perf: implement exclusion of event counting in user or kernel modeAlexey Brodkin1-2/+14
2015-08-27ARCv2: perf: Support sampling events using overflow interruptsAlexey Brodkin1-8/+120
2015-08-27ARCv2: perf: implement "event_set_period"Alexey Brodkin1-16/+63
2015-08-27ARC: perf: cap the number of counters to hardware max of 32Vineet Gupta1-3/+3
2015-08-20ARC: add/fix some comments in code - no functional changeVineet Gupta2-3/+3
2015-08-20ARC: change some branchs to jumps to resolve linkage errorsYuriy Kolerov2-6/+6
2015-08-04ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponential backoffVineet Gupta1-0/+4
2015-08-03ARCv2: Fix the peripheral address space detectionVineet Gupta1-1/+7
2015-07-31arc/irq: Prepare idu_cascade_isr for irq argument removalThomas Gleixner1-1/+2
2015-07-20ARC/time: Migrate to new 'set-state' interfaceViresh Kumar1-25/+15
2015-07-13ARCv2: support HS38 releasesVineet Gupta1-1/+5
2015-07-09ARC: slightly refactor macros for boot loggingVineet Gupta1-4/+5
2015-07-09arc:irqchip: prepare for drivers/irqchip/irqchip.h removalJoël Porquet3-3/+0
2015-07-06ARCv2: intc: IDU: Fix potential race in installing a chained IRQ handlerVineet Gupta1-2/+1
2015-07-06ARCv2: intc: IDU: support irq affinityVineet Gupta1-1/+18
2015-07-06ARC: fix unused var wanringVineet Gupta1-1/+0
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+3
2015-06-28ARC: Fix build failures for ARCompact in linux-next after ARCv2 supportVineet Gupta1-7/+1
2015-06-25ARCv2: [vdk] dts files and defconfig for HS38 VDKRuud Derwig1-0/+2
2015-06-25ARCv2: [axs103] Support ARC SDP FPGA platform for HS38x coresVineet Gupta1-1/+1
2015-06-23vfs: add file_path() helperMiklos Szeredi1-7/+3
2015-06-22ARCv2: SMP: intc: IDU 2nd level intc for dynamic IRQ distributionVineet Gupta1-1/+182
2015-06-22ARCv2: SMP: clocksource: Enable Global Real Time counterVineet Gupta2-0/+48
2015-06-22ARCv2: SMP: ARConnect debug/robustnessVineet Gupta2-8/+60
2015-06-22ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et alVineet Gupta3-1/+119
2015-06-22ARC: make plat_smp_ops weak to allow over-ridesVineet Gupta1-1/+1
2015-06-22ARCv2: clocksource: Introduce 64bit local RTC counterVineet Gupta2-2/+57
2015-06-22ARCv2: STAR 9000808988: signals involving Delay SlotVineet Gupta1-0/+2
2015-06-22ARCv2: STAR 9000793984: Handle return from intr to Delay SlotVineet Gupta3-0/+53
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta8-21/+278
2015-06-22ARCv2: [intc] HS38 core interrupt controllerVineet Gupta1-0/+143