summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+2
|\
| * arc/irq: Prepare idu_cascade_isr for irq argument removalThomas Gleixner2015-07-311-1/+2
* | ARCv2: entry: Fix reserved handlerVineet Gupta2015-08-271-7/+2
* | ARCv2: perf: Finally introduce HS perf unitVineet Gupta2015-08-271-1/+2
* | ARCv2: perf: SMP supportAlexey Brodkin2015-08-271-15/+54
* | ARCv2: perf: implement exclusion of event counting in user or kernel modeAlexey Brodkin2015-08-271-2/+14
* | ARCv2: perf: Support sampling events using overflow interruptsAlexey Brodkin2015-08-271-8/+120
* | ARCv2: perf: implement "event_set_period"Alexey Brodkin2015-08-271-16/+63
* | ARC: perf: cap the number of counters to hardware max of 32Vineet Gupta2015-08-271-3/+3
* | ARC: add/fix some comments in code - no functional changeVineet Gupta2015-08-202-3/+3
* | ARC: change some branchs to jumps to resolve linkage errorsYuriy Kolerov2015-08-202-6/+6
* | ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...Vineet Gupta2015-08-041-0/+4
* | ARCv2: Fix the peripheral address space detectionVineet Gupta2015-08-031-1/+7
* | ARC/time: Migrate to new 'set-state' interfaceViresh Kumar2015-07-201-25/+15
|/
* ARCv2: support HS38 releasesVineet Gupta2015-07-131-1/+5
* ARC: slightly refactor macros for boot loggingVineet Gupta2015-07-091-4/+5
* arc:irqchip: prepare for drivers/irqchip/irqchip.h removalJoël Porquet2015-07-093-3/+0
* ARCv2: intc: IDU: Fix potential race in installing a chained IRQ handlerVineet Gupta2015-07-061-2/+1
* ARCv2: intc: IDU: support irq affinityVineet Gupta2015-07-061-1/+18
* ARC: fix unused var wanringVineet Gupta2015-07-061-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-041-7/+3
|\
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-7/+3
* | ARC: Fix build failures for ARCompact in linux-next after ARCv2 supportVineet Gupta2015-06-281-7/+1
* | ARCv2: [vdk] dts files and defconfig for HS38 VDKRuud Derwig2015-06-251-0/+2
* | ARCv2: [axs103] Support ARC SDP FPGA platform for HS38x coresVineet Gupta2015-06-251-1/+1
* | ARCv2: SMP: intc: IDU 2nd level intc for dynamic IRQ distributionVineet Gupta2015-06-221-1/+182
* | ARCv2: SMP: clocksource: Enable Global Real Time counterVineet Gupta2015-06-222-0/+48
* | ARCv2: SMP: ARConnect debug/robustnessVineet Gupta2015-06-222-8/+60
* | ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et alVineet Gupta2015-06-223-1/+119
* | ARC: make plat_smp_ops weak to allow over-ridesVineet Gupta2015-06-221-1/+1
* | ARCv2: clocksource: Introduce 64bit local RTC counterVineet Gupta2015-06-222-2/+57
* | ARCv2: STAR 9000808988: signals involving Delay SlotVineet Gupta2015-06-221-0/+2
* | ARCv2: STAR 9000793984: Handle return from intr to Delay SlotVineet Gupta2015-06-223-0/+53
* | ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta2015-06-228-21/+278
* | ARCv2: [intc] HS38 core interrupt controllerVineet Gupta2015-06-221-0/+143
* | ARC: uncached base is hard constant for ARC, don't save itVineet Gupta2015-06-221-2/+2
* | ARC: intc: split into ARCompact ISA specific, common bitsVineet Gupta2015-06-194-213/+228
* | ARC: Make way for pt_regs != user_regs_structVineet Gupta2015-06-192-9/+137
* | ARC: entry.S: use single EXCEPTION_PROLOGUEVineet Gupta2015-06-191-8/+6
* | ARC: entry.S: micro-optimize Trap handlerVineet Gupta2015-06-191-2/+2
* | ARC: entry.S: move some code around for cache locality in return pathVineet Gupta2015-06-192-48/+52
* | ARC: entry.S: split into ARCompact ISA specific, common bitsVineet Gupta2015-06-193-384/+402
* | ARC: entry.S: Ensure that restore_regs is local to compilation unitVineet Gupta2015-06-191-4/+4
* | ARC: entry.S: comments cleanupVineet Gupta2015-06-191-26/+20
* | ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decisionVineet Gupta2015-06-191-2/+2
* | ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9Vineet Gupta2015-06-191-13/+11
* | ARC: entry.S: confine EXCEPTION_* macros to one fileVineet Gupta2015-06-191-0/+16
* | ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE}Vineet Gupta2015-06-191-2/+2
* | ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE}Vineet Gupta2015-06-191-18/+4
* | ARC: entry.S: common'ize scrtach reg freeup in intr + exceptionsVineet Gupta2015-06-191-8/+2