summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next/kvm' into mips-for-linux-nextRalf Baechle2013-05-098-4/+752
|\
| * MIPS: If KVM is enabled then use the KVM specific routine to flush the TLBs o...Sanjay Lal2013-05-081-0/+6
| * KVM/MIPS32: KVM Guest kernel support.Sanjay Lal2013-05-083-2/+23
| * KVM/MIPS32: Arch specific KVM data structures.Sanjay Lal2013-05-082-0/+722
| * MIPS: IP27: Remove pfn_t.Ralf Baechle2013-05-082-2/+1
* | Merge branch 'mips-next-3.10' of git://git.linux-mips.org/pub/scm/john/linux-...Ralf Baechle2013-05-0827-263/+1057
|\ \
| * | MIPS: ralink: add memory definition for MT7620John Crispin2013-05-081-0/+8
| * | MIPS: ralink: add memory definition for RT3883John Crispin2013-05-081-0/+4
| * | MIPS: ralink: add memory definition for RT2880John Crispin2013-05-081-0/+4
| * | MIPS: ralink: add memory definition for RT305xJohn Crispin2013-05-081-0/+6
| * | MIPS: add detect_memory_region()John Crispin2013-05-081-0/+1
| * | MIPS: ralink: add cpu-feature-overrides.hGabor Juhos2013-05-083-0/+167
| * | MIPS: ralink: adds support for MT7620 SoC familyJohn Crispin2013-05-081-0/+76
| * | MIPS: ralink: adds support for RT3883 SoC familyJohn Crispin2013-05-081-0/+248
| * | MIPS: ralink: adds support for RT2880 SoC familyJohn Crispin2013-05-081-0/+49
| * | MIPS: ralink: add RT5350 sdram register definesJohn Crispin2013-05-081-0/+8
| * | MIPS: ralink: add RT3352 register definesJohn Crispin2013-05-081-0/+13
| * | MIPS: move mips_{set,get}_machine_name() to a more generic placeJohn Crispin2013-05-082-4/+3
| * | MIPS: Init new mmu_context for each possible CPU to avoid memory corruptionHuacai Chen2013-05-081-1/+1
| * | MIPS: Build uasm-generated code only once to avoid CPU Hotplug problemHuacai Chen2013-05-082-0/+4
| * | MIPS: Netlogic: Merge platform usb.h to usb-init.cJayachandran C2013-05-081-64/+0
| * | MIPS: Netlogic: Remove unused codeJayachandran C2013-05-081-36/+0
| * | MIPS: Netlogic: Add 32-bit support for XLPJayachandran C2013-05-081-6/+50
| * | MIPS: Netlogic: Avoid using fixed PIC IRT indexJayachandran C2013-05-081-53/+0
| * | MIPS: Netlogic: Remove unused EIMR/EIRR functionsJayachandran C2013-05-081-6/+1
| * | MIPS: Netlogic: Optimize and fix write_c0_eimr()Jayachandran C2013-05-081-8/+5
| * | MIPS: BCM63XX: merge bcm63xx_clk.h into bcm63xx/clk.cJonas Gorski2013-05-081-11/+0
| * | MIPS: BCM63XX: add flash detection for BCM6362Jonas Gorski2013-05-081-0/+1
| * | MIPS: BCM63XX: enable pcie for BCM6362Jonas Gorski2013-05-081-1/+2
| * | MIPS: BCM63XX: enable SPI controller for BCM6362Jonas Gorski2013-05-081-1/+2
| * | MIPS: BCM63XX: add basic BCM6362 supportJonas Gorski2013-05-084-1/+202
| * | MIPS: BCM63XX: fix revision ID widthJonas Gorski2013-05-082-2/+2
| * | MIPS: BCM63XX: remove duplicate spi register definitionsJonas Gorski2013-05-082-46/+4
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-04-051-2/+6
| |\ \
| | * | MIPS: Delete definition of SA_RESTORER.Ralf Baechle2013-04-051-2/+6
| | |/
| * | Fix breakage in MIPS siginfo handlingDavid Howells2013-03-191-1/+1
| * | MIPS: BCM63XX: Make nvram checksum failure non fatalJonas Gorski2013-03-191-3/+1
| * | MIPS: Fix code generation for non-DSP capable CPUsFlorian Fainelli2013-03-191-19/+190
* | | MIPS: Remove redundant instructions from arch_spin_{,try}lock.David Daney2013-04-261-4/+0
* | | MIPS: Remove further use of .subsectionRalf Baechle2013-04-111-72/+44
* | | MIPS: Get rid of the use of .macro in C code.Ralf Baechle2013-04-112-205/+319
* | | MIPS: Make declarations and definitions of tlbmiss_handler_setup_pgd match.Ralf Baechle2013-04-111-4/+9
* | | MIPS: Use inline function to access current thread pointer.Ralf Baechle2013-04-111-2/+6
* | | MIPS: Add linux/mm_types.h to pgtable.hCorey Minyard2013-04-081-0/+1
|/ /
* | MIPS: SEAD3: Enable LL/SC.Ralf Baechle2013-03-121-1/+1
* | MIPS: Get rid of CONFIG_CPU_HAS_LLSC againPaul Bolle2013-03-121-4/+0
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-03-02352-10116/+9598
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle2013-02-221-3/+2
| |\
| * \ Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle2013-02-2122-271/+651
| |\ \
| | * | MIPS: Probe for and report hardware virtualization support.David Daney2013-02-193-1/+6
OpenPOWER on IntegriCloud