summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2015-02-167-29/+47
|\
| * ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin2015-02-131-1/+2
| * ARC: Fix earlycon build breakagePeter Hurley2015-02-041-1/+1
| * ARC: Dynamically determine BASE_BAUD from DeviceTreeVineet Gupta2015-02-022-18/+29
| * arc: Remove unused prepare_to_copy()Tobias Klauser2015-02-021-3/+0
| * ARC: use ACCESS_ONCE in cmpxchg loopVineet Gupta2015-02-021-1/+1
| * ARC: add some more comments to ret_from_forkVineet Gupta2015-02-021-5/+9
| * ARC: fix /proc/cpuinfo for offline cpusVineet Gupta2015-02-021-1/+6
* | all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-122-5/+1
* | mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* | arc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-12/+1
* | arc: mm: Fix build failureGuenter Roeck2015-01-301-1/+1
* | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
|/
* Merge tag 'arc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2014-12-187-73/+22
|\
| * ARC: rename default defconfigVineet Gupta2014-12-173-64/+1
| * ARC: [nsimosci] move peripherals to match model to FPGAVineet Gupta2014-12-151-9/+9
| * ARC: document memory clobber in irq control macrosVineet Gupta2014-12-121-0/+9
| * ARC: R-M-W assist locks only needed for !LLSCVineet Gupta2014-12-121-0/+2
| * ARC: add power management optionsAlexey Brodkin2014-11-031-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0
|\ \
| * | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
| |/
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-091-2/+0
|\ \ | |/ |/|
| * ARC: Remove redundant PCI_IOBASE declarationThierry Reding2014-11-101-2/+0
* | Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-10-231-5/+0
|\ \
| * | ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta2014-10-221-5/+0
| |/
* | Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2014-10-2137-437/+265
|\ \ | |/ |/|
| * ARC: boot: cpu feature print enhancementsVineet Gupta2014-10-134-138/+176
| * ARC: boot: consolidate cross-checking of h/w and s/wVineet Gupta2014-10-131-29/+15
| * ARC: unbork FPU save/restoreVineet Gupta2014-10-132-8/+9
| * ARC: remove extraneous __KERNEL__ guardsVineet Gupta2014-10-139-35/+0
| * ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov2014-10-131-14/+18
| * ARC: Remove unneeded Kconfig entry NO_DMAPaul Bolle2014-10-131-3/+0
| * ARC: BUG() dumps stack after @msg (@msg now same as in generic BUG))Vineet Gupta2014-10-131-4/+3
| * ARC: refactoring: reduce the scope of some local varsVineet Gupta2014-10-131-9/+5
| * ARC: remove gcc mpy heuristicsVineet Gupta2014-10-131-16/+1
| * ARC: RIP @running_on_hwVineet Gupta2014-10-133-13/+0
| * ARC: Update comments about uncached address spaceVineet Gupta2014-10-131-1/+1
| * ARC: rename kconfig option for unaligned emulationVineet Gupta2014-10-134-5/+5
| * ARC: [nsimosci] Allow "headless" models to bootVineet Gupta2014-10-131-1/+1
| * ARC: [arcfpga] Get rid of ARC_BOARD_ANGEL4 and ARC_BOARD_ML509Paul Bolle2014-10-134-14/+0
| * ARC: [arcfpga] Remove more dead codeVineet Gupta2014-10-134-76/+3
| * ARC: [plat*] move code out of .init_machine into commonVineet Gupta2014-10-135-27/+10
| * ARC: [arcfpga] consolidate machine description, DTVineet Gupta2014-10-133-30/+7
| * ARC: Allow SMP kernel to build/boot on UP-only infrastructureVineet Gupta2014-09-275-16/+13
* | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-131-121/+63
|\ \
| * | locking,arch,arc: Fold atomic_opsPeter Zijlstra2014-08-141-121/+63
* | | irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
| |/ |/|
* | ARC: [mm] Fix compilation breakageNoam Camus2014-09-031-1/+1
* | flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-291-0/+1
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-30/+17
|\ \