aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds37-437/+265
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-121/+63
2014-10-13ARC: boot: cpu feature print enhancementsVineet Gupta4-138/+176
2014-10-13ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta1-29/+15
2014-10-13ARC: unbork FPU save/restoreVineet Gupta2-8/+9
2014-10-13ARC: remove extraneous __KERNEL__ guardsVineet Gupta9-35/+0
2014-10-13ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov1-14/+18
2014-10-13ARC: Remove unneeded Kconfig entry NO_DMAPaul Bolle1-3/+0
2014-10-13ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG))Vineet Gupta1-4/+3
2014-10-13ARC: refactoring: reduce the scope of some local varsVineet Gupta1-9/+5
2014-10-13ARC: remove gcc mpy heuristicsVineet Gupta1-16/+1
2014-10-13ARC: RIP @running_on_hwVineet Gupta3-13/+0
2014-10-13ARC: Update comments about uncached address spaceVineet Gupta1-1/+1
2014-10-13ARC: rename kconfig option for unaligned emulationVineet Gupta4-5/+5
2014-10-13ARC: [nsimosci] Allow "headless" models to bootVineet Gupta1-1/+1
2014-10-13ARC: [arcfpga] Get rid of ARC_BOARD_ANGEL4 and ARC_BOARD_ML509Paul Bolle4-14/+0
2014-10-13ARC: [arcfpga] Remove more dead codeVineet Gupta4-76/+3
2014-10-13ARC: [plat*] move code out of .init_machine into commonVineet Gupta5-27/+10
2014-10-13ARC: [arcfpga] consolidate machine description, DTVineet Gupta3-30/+7
2014-09-27ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta5-16/+13
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-09-03ARC: [mm] Fix compilation breakageNoam Camus1-1/+1
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar1-0/+1
2014-08-14locking,arch,arc: Fold atomic_opsPeter Zijlstra1-121/+63
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 Torvalds13-174/+159
2014-08-07mm, arc: remove obsolete pagefault oom killer commentDavid Rientjes1-1/+0
2014-08-06arc: Use sigsp()Richard Weinberger1-7/+3
2014-08-06arc: Use get_signal() signal_setup_done()Richard Weinberger1-24/+15
2014-08-04Merge tag 'tty-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds3-103/+3
2014-08-04Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2014-07-28Merge tag 'v3.16-rc7' into perf/core, to merge in the latest fixes before applying new changesIngo Molnar9-16/+46
2014-07-27Revert "ARC: [arcfpga] stdout-path now suffices for earlycon/console"Greg Kroah-Hartman1-2/+1
2014-07-23ARC: help gcc elide icache helper for !SMPVineet Gupta1-11/+28
2014-07-23ARC: move common ops for line/full cache into helpersVineet Gupta1-36/+32
2014-07-23ARC: cache boot reporting updatesVineet Gupta2-26/+37
2014-07-23ARC: [intc] mask/unmask can be hidden againVineet Gupta2-24/+14
2014-07-23ARC: [plat-arcfpga] No need for init_irq hackVineet Gupta4-31/+1
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 Gupta2-5/+9
2014-07-23ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)Vineet Gupta4-26/+37
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+2
2014-07-10ARC: [arcfpga] stdout-path now suffices for earlycon/consoleVineet Gupta1-1/+2
2014-07-10ARC: [arcfpga] RIP early uart platform device stuffVineet Gupta2-102/+2
2014-07-10serial/arc: remove earlyprintk support and switch to earlyconVineet Gupta1-1/+1
2014-06-26ARC: [SMP] Enable icache coherencyVineet Gupta1-6/+19
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus1-2/+13