summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | MIPS: nofpu and nodsp only affect CPU0Kevin Cernekee2010-05-212-21/+30
| * | MIPS: Clean up tables for bootmem allocationDavid VomLehn2010-05-215-1461/+757
| * | MIPS: Coding style cleanups of access of FCSR rounding mode bitsShane McDonald2010-05-211-5/+6
| * | MIPS: Loongson 2F: Add gpio/gpioilb supportArnaud Patard2010-05-214-0/+177
| * | MIPS: Alchemy: add sysdev for DBDMA PM.Manuel Lauss2010-05-213-44/+72
| * | MIPS: Alchemy: add sysdev for IRQ PM.Manuel Lauss2010-05-213-91/+122
| * | MIPS: Alchemy: Fix up residual devboard poweroff/reboot code.Manuel Lauss2010-05-215-22/+15
| * | MIPS: Loongson: update cpu-feature-overrides.hWu Zhangjin2010-05-211-0/+2
| * | MIPS: Use set_cpus_allowed_ptrJulia Lawall2010-05-213-5/+5
* | | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-05-213-1/+41
|\ \ \ | |/ / |/| |
| * | mips,kgdb: kdb low level trap catch and stack traceJason Wessel2010-05-203-1/+36
| * | kgdb: core changes to support kdbJason Wessel2010-05-201-0/+5
* | | sysfs: add struct file* to bin_attr callbacksChris Wright2010-05-211-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-0/+54
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-187-17/+31
| |\ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-1223-176/+570
| |\ \ \
| * | | | net/sb1250: setup the pdevice within the soc codeSebastian Andrzej Siewior2010-04-271-0/+54
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-203-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
| * | | | Merge branch 'master' into for-nextJiri Kosina2010-04-2373-607/+1060
| |\| | |
| * | | | Fix comment and Kconfig typos for 'require' and 'fragment'Gilles Espinasse2010-03-292-2/+2
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-182-8/+8
|\ \ \ \ \
| * \ \ \ \ Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar2010-05-0382-836/+1072
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | i8253: Convert i8253_lock to raw_spinlockThomas Gleixner2010-03-022-8/+8
* | | | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-2/+2
* | | | | | MIPS: Oprofile: Fix Loongson irq handlerWu Zhangjin2010-05-151-1/+1
* | | | | | MIPS: N32: Use compat version for sys_ppoll.Chandrakala Chavva2010-05-151-1/+1
* | | | | | MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1Shane McDonald2010-05-152-5/+19
| |_|_|/ / |/| | | |
* | | | | MIPS: Loongson 2F: Fix of problems introduced by -mfix-loongson2f-jumpWu Zhangjin2010-04-301-1/+19
* | | | | MIPS: Loongson-2F: Use CONFIG_CPU_JUMP_WORKAROUNDS to control workarounds.Wu Zhangjin2010-04-301-1/+1
* | | | | MIPS: Loongson 2F: Enable fixups of the latest binutilsWu Zhangjin2010-04-301-0/+13
* | | | | MIPS: Loongson: Add CPU_LOONGSON2F_WORKAROUNDSWu Zhangjin2010-04-301-0/+27
* | | | | MIPS: Kconfig: Make Broadcom SoC support naming consistentFlorian Fainelli2010-04-301-1/+1
* | | | | MIPS: BCM63xx: Update defconfigFlorian Fainelli2010-04-301-83/+335
* | | | | MIPS: oprofile: Fix breakage when CONFIG_OPROFILE=mWu Zhangjin2010-04-301-1/+1
* | | | | MIPS: Loongson: Fix LOONGSON_ADDRWIN_CFG macro.Arnaud Patard2010-04-301-1/+1
* | | | | MIPS: Loongson: Fix phys_mem_access_prot() checkArnaud Patard2010-04-301-1/+1
* | | | | MIPS: Loongson: Fix find_vga_mem_init()Richard LIU2010-04-301-1/+1
* | | | | MIPS: Loongson: Fix typo in gdium mach type string.Arnaud Patard2010-04-301-1/+1
* | | | | MIPS: Use CKSEG1ADDR for uncached handlerSebastian Andrzej Siewior2010-04-301-6/+1
* | | | | MIPS: Check for accesses beyond the end of the PGD.David Daney2010-04-301-23/+87
* | | | | MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.cDavid Daney2010-04-301-16/+14
* | | | | MIPS: Add uasm_i_dsrl_safe() and uasm_i_dsll_safe() to uasm.David Daney2010-04-301-0/+18
* | | | | MIPS: die() does not call die notifier chainYury Polyanskiy2010-04-304-6/+11
* | | | | MIPS: Swarm, Littlesur: Enable PATA platform driver.Sebastian Andrzej Siewior2010-04-301-0/+2
* | | | | MIPS: DB1200: PCMCIA card detection must not be auto-enabled.Manuel Lauss2010-04-301-3/+7
* | | | | MIPS: SB1250: Include correct header and fix a warningSebastian Andrzej Siewior2010-04-301-1/+2
* | | | | MIPS: Fixup screen_info struct initializationsSebastian Andrzej Siewior2010-04-303-27/+17
* | | | | MIPS: cmpxchg.h: Fix excessive indentation.Ralf Baechle2010-04-301-1/+1
* | | | | MIPS: Don't vmap things at address zero.David Daney2010-04-301-2/+7