aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-24Merge tag 'arc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds4-22/+69
2015-04-20ARC: perf: don't add code for impossible caseVineet Gupta1-4/+1
2015-04-20ARC: perf: Rename DT binding to not confuse with power mgmtVineet Gupta1-2/+2
2015-04-20ARC: perf: add user space attribution in callchainsVineet Gupta1-0/+10
2015-04-20ARC: perf: Add kernel callchain supportVineet Gupta1-0/+29
2015-04-20ARC: perf: Add some comments/debug stuffVineet Gupta1-5/+13
2015-04-20ARC: perf: make @arc_pmu static globalVineet Gupta1-5/+2
2015-04-17arc: do not export symbols in troubleshoot.cDavidlohr Bueso1-2/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-13/+1
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-13ARC: Fix RTT boot printingVineet Gupta1-1/+4
2015-04-13ARC: rename unhandled exception handlerVineet Gupta1-2/+2
2015-04-12arc: Remove signal translation and exec_domainRichard Weinberger1-13/+1
2015-04-11whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread()Al Viro1-2/+0
2015-03-31arc: copy_thread(): rename 'arg' argument to 'kthread_arg'Alex Dowad1-3/+6
2015-03-26ARC: signal handling robustifyVineet Gupta1-4/+16
2015-03-26ARC: SA_SIGINFO ucontext regs off-by-oneVineet Gupta1-2/+2
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-02-27ARC: Fix thread_saved_pc()Vineet Gupta1-23/+0
2015-02-27ARC: Fix KSTK_ESP()Vineet Gupta1-3/+3
2015-02-27ARC: perf: Enable generic software eventsVineet Gupta1-0/+2
2015-02-27ARC: Make arc_unwind_core accessible externallyVineet Gupta1-1/+14
2015-02-16Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds4-7/+40
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-02-04ARC: Fix earlycon build breakagePeter Hurley1-1/+1
2015-02-02ARC: Dynamically determine BASE_BAUD from DeviceTreeVineet Gupta1-0/+24
2015-02-02ARC: use ACCESS_ONCE in cmpxchg loopVineet Gupta1-1/+1
2015-02-02ARC: add some more comments to ret_from_forkVineet Gupta1-5/+9
2015-02-02ARC: fix /proc/cpuinfo for offline cpusVineet Gupta1-1/+6
2014-12-12ARC: R-M-W assist locks only needed for !LLSCVineet Gupta1-0/+2
2014-10-23Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+0
2014-10-22ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta1-5/+0
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta2-109/+120
2014-10-13ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta1-29/+15
2014-10-13ARC: RIP @running_on_hwVineet Gupta2-12/+0
2014-10-13ARC: rename kconfig option for unaligned emulationVineet Gupta2-3/+3
2014-10-13ARC: [plat*] move code out of .init_machine into commonVineet Gupta1-1/+9
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta2-13/+2
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-30/+17
2014-08-09Merge tag 'arc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds3-49/+55
2014-08-06arc: Use sigsp()Richard Weinberger1-7/+3
2014-08-06arc: Use get_signal() signal_setup_done()Richard Weinberger1-24/+15
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changesIngo Molnar6-8/+24
2014-07-23ARC: [intc] mask/unmask can be hidden againVineet Gupta1-6/+14
2014-07-23ARC: [intc] don't mask all IRQ by defaultVineet Gupta1-6/+1
2014-07-23ARC: prune extra header includes from smp.cVineet Gupta1-8/+0
2014-07-23ARC: update some commentsVineet Gupta1-3/+7
2014-07-23ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta3-26/+33
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus1-2/+13