Age | Commit message (Expand) | Author |
2015-06-22 | ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et al | Vineet Gupta |
2015-06-22 | ARC: make plat_smp_ops weak to allow over-rides | Vineet Gupta |
2015-06-22 | ARCv2: clocksource: Introduce 64bit local RTC counter | Vineet Gupta |
2015-06-22 | ARCv2: STAR 9000808988: signals involving Delay Slot | Vineet Gupta |
2015-06-22 | ARCv2: STAR 9000793984: Handle return from intr to Delay Slot | Vineet Gupta |
2015-06-22 | ARCv2: Support for ARCv2 ISA and HS38x cores | Vineet Gupta |
2015-06-22 | ARCv2: [intc] HS38 core interrupt controller | Vineet Gupta |
2015-06-22 | ARC: uncached base is hard constant for ARC, don't save it | Vineet Gupta |
2015-06-19 | ARC: intc: split into ARCompact ISA specific, common bits | Vineet Gupta |
2015-06-19 | ARC: Make way for pt_regs != user_regs_struct | Vineet Gupta |
2015-06-19 | ARC: entry.S: use single EXCEPTION_PROLOGUE | Vineet Gupta |
2015-06-19 | ARC: entry.S: micro-optimize Trap handler | Vineet Gupta |
2015-06-19 | ARC: entry.S: move some code around for cache locality in return path | Vineet Gupta |
2015-06-19 | ARC: entry.S: split into ARCompact ISA specific, common bits | Vineet Gupta |
2015-06-19 | ARC: entry.S: Ensure that restore_regs is local to compilation unit | Vineet Gupta |
2015-06-19 | ARC: entry.S: comments cleanup | Vineet Gupta |
2015-06-19 | ARC: entry.S: Trap handler to use r10 for syscall vs. brkpt decision | Vineet Gupta |
2015-06-19 | ARC: entry.S: FAKE_RET_FROM_EXCPN can always use r9 | Vineet Gupta |
2015-06-19 | ARC: entry.S: confine EXCEPTION_* macros to one file | Vineet Gupta |
2015-06-19 | ARC: entry.S: canonical'ize EXCEPTION_{PROLOGUE,EPILOGUE} | Vineet Gupta |
2015-06-19 | ARC: entry.S: Introduce INTERRUPT_{PROLOGUE,EPILOGUE} | Vineet Gupta |
2015-06-19 | ARC: entry.S: common'ize scrtach reg freeup in intr + exceptions | Vineet Gupta |
2015-06-19 | ARC: [axs101] support early 8250 uart | Vineet Gupta |
2015-06-19 | ARC: stack unwinder to bail if PC is not kernel mode | Vineet Gupta |
2015-06-19 | ARC: perf: Remove unnecessary local variable | Tobias Klauser |
2015-06-19 | arc: fix use of uninitialized arc_pmu | Max Filippov |
2015-06-19 | ARC: fix section mismatch with allyesconfig | Vineet Gupta |
2015-06-19 | ARC: explicit'ify uboot support | Vineet Gupta |
2015-06-19 | ARC: clocksource cleanups | Vineet Gupta |
2015-06-19 | ARC: RIP broken 64bit RTSC | Vineet Gupta |
2015-04-24 | Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds |
2015-04-20 | ARC: perf: don't add code for impossible case | Vineet Gupta |
2015-04-20 | ARC: perf: Rename DT binding to not confuse with power mgmt | Vineet Gupta |
2015-04-20 | ARC: perf: add user space attribution in callchains | Vineet Gupta |
2015-04-20 | ARC: perf: Add kernel callchain support | Vineet Gupta |
2015-04-20 | ARC: perf: Add some comments/debug stuff | Vineet Gupta |
2015-04-20 | ARC: perf: make @arc_pmu static global | Vineet Gupta |
2015-04-17 | arc: do not export symbols in troubleshoot.c | Davidlohr Bueso |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-04-14 | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2015-04-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2015-04-13 | ARC: Fix RTT boot printing | Vineet Gupta |
2015-04-13 | ARC: rename unhandled exception handler | Vineet Gupta |
2015-04-12 | arc: Remove signal translation and exec_domain | Richard Weinberger |
2015-04-11 | whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() | Al Viro |
2015-03-31 | arc: copy_thread(): rename 'arg' argument to 'kthread_arg' | Alex Dowad |
2015-03-26 | ARC: signal handling robustify | Vineet Gupta |
2015-03-26 | ARC: SA_SIGINFO ucontext regs off-by-one | Vineet Gupta |
2015-03-06 | treewide: Fix typo in printk messages | Masanari Iida |
2015-02-27 | ARC: Fix thread_saved_pc() | Vineet Gupta |