summaryrefslogtreecommitdiff
path: root/arch/arc/kernel (follow)
Commit message (Expand)AuthorAge
* Merge 4.4.177 into android-4.4Greg Kroah-Hartman2019-03-23
|\
| * ARCv2: Enable unaligned access in early ASM codeEugeniy Paltsev2019-03-23
* | Merge 4.4.161 into android-4.4Greg Kroah-Hartman2018-10-13
|\|
| * ARC: clone syscall to setp r25 as thread pointerVineet Gupta2018-10-13
* | Merge 4.4.152 into android-4.4Greg Kroah-Hartman2018-08-24
|\|
| * ARC: Enable machine_desc->init_per_cpu for !CONFIG_SMPAlexey Brodkin2018-08-24
* | BACKPORT: exit_thread: remove empty bodiesJiri Slaby2018-02-05
|/
* ARC: Re-enable MMU upon Machine Check exceptionJose Abreu2017-09-27
* ARC: [arcompact] brown paper bag bug in unaligned access delay slot fixupVineet Gupta2017-02-14
* ARC: [arcompact] handle unaligned access delay slot corner caseVineet Gupta2017-02-01
* ARC: timer: rtc: implement read loop in "C" vs. inline asmVineet Gupta2016-11-18
* arc: don't leak bits of kernel stack into coredumpAl Viro2016-10-28
* arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin2016-08-10
* ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta2016-07-27
* ARCv2: Check for LL-SC livelock only if LLSC is enabledVineet Gupta2016-07-27
* ARCv2: SMP: Emulate IPI to self using software triggered interruptVineet Gupta2016-03-03
* ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2Vineet Gupta2016-03-03
* ARC: dw2 unwind: Catch Dwarf SNAFUs earlyVineet Gupta2015-12-21
* ARC: dw2 unwind: Don't bail for CIE.version != 1Vineet Gupta2015-12-21
* Revert "ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailing"Vineet Gupta2015-12-21
* ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta2015-12-17
* ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus2015-12-17
* ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta2015-12-17
* ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta2015-12-17
* ARC: intc: Document arc_request_percpu_irq() betterVineet Gupta2015-12-12
* ARCv2: perf: Ensure perf intr gets enabled on all coresVineet Gupta2015-12-12
* ARC: intc: No need to clear IRQ_NOAUTOENVineet Gupta2015-12-12
* ARCv2: intc: Fix random perf irq disabling in SMP setupVineet Gupta2015-12-12
* ARC: dw2 unwind: Remove falllback linear search thru FDE entriesVineet Gupta2015-11-23
* ARC: remove SYNC from __switch_to()Vineet Gupta2015-11-17
* ARC: Abstract out ISA specific SLEEP argsVineet Gupta2015-11-16
* ARC: [arcompact] Handle bus error from userspace as Interrupt not exceptionVineet Gupta2015-11-14
* ARC: boot: Non Master cpus only need to call EARLY_CPU_SETUP onceVineet Gupta2015-10-28
* ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_smp()Vineet Gupta2015-10-28
* ARC: smp: Introduce smp hook @init_irq_cpu called for all coresVineet Gupta2015-10-28
* ARC: smp: Rename platform hook @init_smp -> @init_cpu_smpVineet Gupta2015-10-28
* ARCv2: smp: [plat-*]: No need to explicitly call mcip_init_early_smp()Vineet Gupta2015-10-28
* ARC: smp: Introduce smp hook @init_early_smp for Master coreVineet Gupta2015-10-28
* ARC: remove @init_time, @init_irq platform callbacksVineet Gupta2015-10-28
* ARC: smp: irqchip: handle IPI as percpu irq like timerVineet Gupta2015-10-28
* ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modesVineet Gupta2015-10-28
* ARC: smp: Move default boot kick/wait code out of MCIP into common codeVineet Gupta2015-10-17
* ARC: boot log: move helper macros to header for reuseVineet Gupta2015-10-17
* ARC: [arcompact] entry.S: Elide extra check/branch in exception ret pathVineet Gupta2015-10-17
* ARC: [arcompact] entry.S: Document preemption games for L2 intrVineet Gupta2015-10-17
* ARC: [arcompact] don't check for hard isr calling local_irq_enable()Vineet Gupta2015-10-17
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-01
|\
| * arc/irq: Prepare idu_cascade_isr for irq argument removalThomas Gleixner2015-07-31
* | ARCv2: entry: Fix reserved handlerVineet Gupta2015-08-27