summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | MIPS: Alchemy: update development boards defconfigs with USB platform driversFlorian Fainelli2012-10-231-0/+2
| * | | | | | | | USB: move common alchemy USB routines to arch/mips/alchemy/common.cFlorian Fainelli2012-10-222-1/+615
| * | | | | | | | MIPS: Alchemy: use the OHCI platform driverFlorian Fainelli2012-10-224-2/+36
| * | | | | | | | MIPS: Netlogic: convert to use OHCI platform driverFlorian Fainelli2012-10-221-2/+7
| * | | | | | | | MIPS: PNX8550: use OHCI platform driverFlorian Fainelli2012-10-221-1/+30
| * | | | | | | | MIPS: Alchemy: use the ehci platform driverFlorian Fainelli2012-10-221-1/+22
| * | | | | | | | MIPS: Netlogic: use ehci-platform driverFlorian Fainelli2012-10-221-1/+7
| * | | | | | | | MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x.Florian Fainelli2012-10-222-1/+8
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-0/+3
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman2012-11-1611-231/+478
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | tty, ioctls -- Add new ioctl definitions for tty flags fetchingCyrill Gorcunov2012-10-251-0/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+0
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | mips/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+0
| |/ / / / / /
* | | | | | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-113-9/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | kbuild: centralize .dts->.dtb ruleStephen Warren2012-11-303-9/+0
| |/ / / / /
* | | | | | MIPS: Fix endless loop when processing signals for kernel tasksDmitry Adamushko2012-12-051-1/+6
* | | | | | MIPS: R3000/R3081: Fix CPU detection.Ralf Baechle2012-12-051-1/+0
* | | | | | MIPS: N32: Fix signalfd4 syscall entry pointRalf Baechle2012-12-051-1/+1
* | | | | | MIPS: N32: Fix preadv(2) and pwritev(2) entry points.Ralf Baechle2012-12-041-2/+2
* | | | | | MIPS: Avoid mcheck by flushing page range in huge_ptep_set_access_flags()David Daney2012-12-042-15/+15
| |_|_|/ / |/| | | |
* | | | | MIPS: Fix crash that occurs when function tracing is enabledAl Cooper2012-11-231-4/+4
* | | | | MIPS: Merge overlapping bootmem rangesRalf Baechle2012-11-231-6/+20
| |/ / / |/| | |
* | | | mips, arc: fix build failureDavid Rientjes2012-11-161-0/+1
* | | | MIPS: Malta: Fix interupt number of CBUS UART.Ralf Baechle2012-11-131-1/+2
* | | | MIPS: Make irqflags.h functions preempt-safe for non-mipsr2 cpusJim Quinlan2012-11-093-133/+253
* | | | MIPS: Remove irqflags.h dependency from bitops.hJim Quinlan2012-11-095-83/+214
* | | | MIPS: bitops.h: Change use of 'unsigned short' to 'int'Jim Quinlan2012-11-091-7/+7
* | | | MIPS: compat: Delete now unused TIF_32BIT.Ralf Baechle2012-11-091-6/+0
* | | | MIPS: compat: Implement is_compat_task() by testing for 32-bit address space.Ralf Baechle2012-11-091-1/+1
* | | | MIPS: compat: Fix use of TIF_32BIT_ADDR vs _TIF_32BIT_ADDRRalf Baechle2012-11-091-1/+1
|/ / /
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-188-25/+68
|\ \ \ | |_|/ |/| |
| * | MIPS: CMP: Fix physical core number calculation logicjerin jacob2012-10-181-1/+1
| * | MIPS: JZ4740: Forward declare struct uart_port in header.Ralf Baechle2012-10-171-0/+2
| * | MIPS: JZ4740: Fix '#include guard' in serial.hAntony Pavlov2012-10-171-0/+1
| * | MIPS: hugetlbfs: Fix hazard between tlb write and pagemask restoration.Ralf Baechle2012-10-171-0/+1
| * | MIPS: Restore pagemask after dumping the TLB.Ralf Baechle2012-10-171-1/+3
| * | MIPS: Hugetlbfs: Handle huge pages correctly in pmd_bad()Ralf Baechle2012-10-171-1/+14
| * | MIPS: R5000: Fix TLB hazard handling.Ralf Baechle2012-10-161-15/+8
| * | MIPS: tlbex: Deal with re-definition of labelRalf Baechle2012-10-161-7/+34
| * | MIPS: Make __{,n,u}delay declarations match definitions and generic delay.hDavid Daney2012-10-162-4/+8
| |/
* / UAPI: Place comments in empty arch Kbuilds to make them non-emptyDavid Howells2012-10-171-0/+1
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-10-14106-4493/+2886
|\
| * Merge tag 'disintegrate-mips-20121009' of git://git.infradead.org/users/dhowe...Ralf Baechle2012-10-1146-1706/+1846
| |\
| | * UAPI: (Scripted) Disintegrate arch/mips/include/asmDavid Howells2012-10-0946-1706/+1846
| * | MIPS: SNI: Switch RM400 serial to SCCNXP driverThomas Bogendoerfer2012-10-111-24/+3
| * | MIPS: Remove unused empty_bad_pmd_table[] declaration.Ralf Baechle2012-10-111-1/+0
| * | MIPS: MT: Remove kspd.Ralf Baechle2012-10-115-462/+0
| * | MIPS: Malta: Fix section mismatch.Ralf Baechle2012-10-111-1/+2
| * | MIPS: asm-offset.c: Delete unused irq_cpustat_t struct offsets.Ralf Baechle2012-10-111-10/+0
| * | MIPS: Alchemy: Merge PB1100/1500 support into DB1000 code.Manuel Lauss2012-10-118-678/+95