summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2008-10-27MIPS: TXx9: CONFIG_TOSHIBA_RBTX4939 spellingGeert Uytterhoeven1-1/+1
2008-10-27MIPS: Fix KGDB build errorYoichi Yuasa1-0/+1
2008-10-27MIPS: IP22: ip22-int.c header file weeding.Ralf Baechle1-9/+0
2008-10-27MIPS: IP22: Small cleanupsDmitri Vorobiev1-4/+4
2008-10-27MIPS: RBTX4939: Add smc91x supportAtsushi Nemoto3-0/+84
2008-10-27MIPS: TXx9: 7 segment LED supportAtsushi Nemoto5-0/+153
2008-10-27MIPS: Alchemy: Wire up SD controller on DB/PB1200 boards.Manuel Lauss2-24/+155
2008-10-27MIPS: RB532: Set gpio interrupt status and level for CompactFlashFlorian Fainelli1-0/+4
2008-10-27MIPS: RB532: Fix build errorAdrian Bunk1-0/+1
2008-10-27MIPS: Fix KGDB build errorDavid Daney1-8/+8
2008-10-27MIPS: Set ENOSYS to errno on illegal system call number for syscall(2)Atsushi Nemoto1-1/+1
2008-10-27MIPS: Set positive error number to errno on illegal_syscallAtsushi Nemoto2-2/+2
2008-10-27MIPS: SMP: Don't reenable interrupts in stop_this_cpu; use WAIT instruction.Ralf Baechle1-2/+4
2008-10-27MIPS: Don't unmap the memory for dma_sync*.David Daney1-2/+0
2008-10-27MIPS: Fix debugfs_create_*'s error checking method for mips/kernel/Zhaolei2-6/+6
2008-10-27MIPS: Fix debugfs_create_*'s error checking method for arch/mips/math-emu/Zhaolei1-4/+4
2008-10-23TXx9: Add TX4938 ATA support (v3)Atsushi Nemoto3-0/+61
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds3-3/+3
2008-10-20mips: use bcd2bin/bin2bcdAdrian Bunk5-59/+59
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley1-0/+2
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-4/+3
2008-10-16Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-7/+3
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan1-9/+8
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig3-70/+4
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-35/+0
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2-4/+3
2008-10-16[PATCH] remove unused ibcs2/PER_SVR4 in SET_PERSONALITYMartin Schwidefsky1-7/+3
2008-10-15oprofile: more whitespace fixesRobert Richter3-3/+3
2008-10-15MIPS: Kill unused <asm/debug.h> inclusionsShinya Kuribayashi7-8/+0
2008-10-15MIPS: IP32: Add platform device for CMOS RTC; remove dead codeThomas Bogendoerfer2-5/+16
2008-10-15MIPS: IP27: Switch over to RTC class driverThomas Bogendoerfer1-77/+22
2008-10-15MIPS: IP22/28: Switch over to RTC class driverThomas Bogendoerfer5-87/+15
2008-10-15MIPS: PCI: Scan busses when they are registeredAurelien Jarno1-27/+53
2008-10-15MIPS: WGT634U: Add reset button supportAurelien Jarno1-0/+37
2008-10-15MIPS: BCM47xx: Use the new SSB GPIO APIAurelien Jarno4-74/+58
2008-10-15MIPS: BCM47xx: Remove references to BCM947XXAurelien Jarno1-3/+3
2008-10-15MIPS: WGT634U: Add machine detection messageAurelien Jarno1-0/+3
2008-10-15MIPS: Align .data.cacheline_aligned based on CONFIG_MIPS_L1_CACHE_SHIFTDavid Daney1-1/+1
2008-10-15MIPS: show_cpuinfo prints the type of the calling CPUJohannes Dickgreber1-1/+1
2008-10-15MIPS: Fix wrong branch target in new spin_lock code.Johannes Dickgreber1-1/+1
2008-10-15MIPS: Have a heart for a lonely, lost header file ...Ralf Baechle1-0/+46
2008-10-13ide-generic: remove no longer needed ide_probe_legacy()Bartlomiej Zolnierkiewicz1-29/+0
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse588-731/+66020
2008-10-11MIPS: RB532: provide GPIO_BUILTIN_NR and irq_to_gpio/gpio_to_irqFlorian Fainelli1-7/+7
2008-10-11MIPS: Move ptrace prototypes to ptrace.hRalf Baechle2-6/+6
2008-10-11MIPS: Ptrace support for HARDWARE_WATCHPOINTSDavid Daney3-1/+155
2008-10-11MIPS: Scheduler support for HARDWARE_WATCHPOINTS.David Daney1-0/+2
2008-10-11MIPS: Watch exception handling for HARDWARE_WATCHPOINTS.David Daney2-5/+23
2008-10-11MIPS: Probe watch registers and report configuration.David Daney2-2/+13
2008-10-11MIPS: Add HARDWARE_WATCHPOINTS definitions and support code.David Daney6-1/+249