aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/kernel
AgeCommit message (Expand)Author
2017-02-14ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta
2017-02-01ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta
2016-11-18ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta
2016-10-28arc: don't leak bits of kernel stack into coredumpAl Viro
2016-08-10arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin
2016-07-27ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta
2016-07-27ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta
2016-03-03ARCv2: SMP: Emulate IPI to self using software triggered interruptVineet Gupta
2016-03-03ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2Vineet Gupta
2015-12-21ARC: dw2 unwind: Catch Dwarf SNAFUs earlyVineet Gupta
2015-12-21ARC: dw2 unwind: Don't bail for CIE.version != 1Vineet Gupta
2015-12-21Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta
2015-12-17ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta
2015-12-17ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus
2015-12-17ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta
2015-12-17ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta
2015-12-12ARC: intc: Document arc_request_percpu_irq() betterVineet Gupta
2015-12-12ARCv2: perf: Ensure perf intr gets enabled on all coresVineet Gupta
2015-12-12ARC: intc: No need to clear IRQ_NOAUTOENVineet Gupta
2015-12-12ARCv2: intc: Fix random perf irq disabling in SMP setupVineet Gupta
2015-11-23ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta
2015-11-17ARC: remove SYNC from __switch_to()Vineet Gupta
2015-11-16ARC: Abstract out ISA specific SLEEP argsVineet Gupta
2015-11-14ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta
2015-10-28ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP onceVineet Gupta
2015-10-28ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()Vineet Gupta
2015-10-28ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta
2015-10-28ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta
2015-10-28ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()Vineet Gupta
2015-10-28ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta
2015-10-28ARC: remove @init_time, @init_irq platform callbacksVineet Gupta
2015-10-28ARC: smp: irqchip: handle IPI as percpu irq like timerVineet Gupta
2015-10-28ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modesVineet Gupta
2015-10-17ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta
2015-10-17ARC: boot log: move helper macros to header for reuseVineet Gupta
2015-10-17ARC: [arcompact] entry.S: Elide extra check/branch in exception ret pathVineet Gupta
2015-10-17ARC: [arcompact] entry.S: Document preemption games for L2 intrVineet Gupta
2015-10-17ARC: [arcompact] don't check for hard isr calling local_irq_enable()Vineet Gupta
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-27ARCv2: entry: Fix reserved handlerVineet Gupta
2015-08-27ARCv2: perf: Finally introduce HS perf unitVineet Gupta
2015-08-27ARCv2: perf: SMP supportAlexey Brodkin
2015-08-27ARCv2: perf: implement exclusion of event counting in user or kernel modeAlexey Brodkin
2015-08-27ARCv2: perf: Support sampling events using overflow interruptsAlexey Brodkin
2015-08-27ARCv2: perf: implement "event_set_period"Alexey Brodkin
2015-08-27ARC: perf: cap the number of counters to hardware max of 32Vineet Gupta
2015-08-20ARC: add/fix some comments in code - no functional changeVineet Gupta
2015-08-20ARC: change some branchs to jumps to resolve linkage errorsYuriy Kolerov
2015-08-04ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...Vineet Gupta