summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2009-12-17MIPS: Sibyte: Use hweight8 instead of counting bitsAkinobu Mita1-5/+2
2009-12-17MIPS: Yeeloong 2F: Add board specific suspend supportWu Zhangjin2-0/+79
2009-12-17MIPS: Loongson 2F: Add suspend support frameworkWu Zhangjin3-0/+172
2009-12-17MIPS: Add support for uncached accelerated mappings.Wu Zhangjin3-0/+74
2009-12-17MIPS: Loongson 2F: Cleanup the #if clausesWu Zhangjin6-11/+17
2009-12-17MIPS: Lemote 2F: Add defconfig fileWu Zhangjin1-0/+1836
2009-12-17MIPS: Lemote 2F: Add reset supportWu Zhangjin3-1/+180
2009-12-17MIPS: Lemote 2F: Add IRQ supportWu Zhangjin3-0/+143
2009-12-17MIPS: Lemote 2F: Add PCI supportWu Zhangjin3-1/+216
2009-12-17MIPS: Lemote 2F: Add basic CS5536 VSM supportWu Zhangjin12-0/+1533
2009-12-17MIPS: Lemote 2f: Enable legacy RTC driverWu Zhangjin1-1/+1
2009-12-17MIPS: Lemote 2F: Add a LEMOTE_MACH2F kernel optionWu Zhangjin3-0/+37
2009-12-17MIPS: Loongson: Add basic Loongson 2F supportWu Zhangjin10-20/+197
2009-12-17MIPS: oprofile: Only do performance counter handling for counter interruptsWu Zhangjin1-1/+4
2009-12-17MIPS: Loongson: Cleanup the serial port supportWu Zhangjin7-20/+60
2009-12-17MIPS: Loongson: Cleanup machtype supportWu Zhangjin3-9/+19
2009-12-17MIPS: Collect FPU emulator statistics per-CPU.David Daney3-50/+80
2009-12-17MIPS: Remove addinitrd and CONFIG_PROBE_INITRD_HEADERRalf Baechle7-168/+3
2009-12-17MIPS: Fuloong 2E: Update defconfig fileWu Zhangjin1-32/+61
2009-12-17MIPS: Bonito64: Make Loongson independent from Bonito64 code.Wu Zhangjin15-55/+352
2009-12-17MIPS: Loongson: Add serial port supportWu Zhangjin2-0/+72
2009-12-17MIPS: Loongson early_printk: Fix variable type of uart_baseWu Zhangjin1-5/+5
2009-12-17MIPS: Fuloong2e: Cleanup KconfigWu Zhangjin1-26/+26
2009-12-17MIPS: Loongson: Register reserved memory pagesWu Zhangjin1-0/+8
2009-12-17MIPS: MIPSsim: Remove unused codeDmitri Vorobiev3-35/+1
2009-12-17MIPS: Put PGD in C0_CONTEXT for 64-bit R2 processors.David Daney5-14/+68
2009-12-17MIPS: Add drotr and dins instructions to uasm.David Daney2-3/+20
2009-12-17MIPS: Octeon: Add register definitions for MGMT Ethernet driver.David Daney2-0/+1442
2009-12-17MIPS: Octeon: Add platform devices MGMT Ethernet ports.David Daney1-0/+58
2009-12-17NET: Add driver for Octeon MDIO buses.David Daney1-0/+178
2009-12-17MIPS: Octeon: Add platform device for MDIO buses.David Daney1-0/+30
2009-12-17MIPS: Reorder operations in stackframe.h for better schedulingDavid Daney1-8/+12
2009-12-17MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZEDmitri Vorobiev8-19/+17
2009-12-17MIPS: IP22: Remove an unused functionDmitri Vorobiev2-7/+1
2009-12-17MIPS: Add support for GZIP / BZIP2 / LZMA compressed kernel imagesWu Zhangjin9-3/+558
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-1/+0
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2-48/+48
2009-12-14locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner1-21/+21
2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2-8/+8
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner1-18/+18
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner1-1/+1
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2-6/+6
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-3/+19
2009-12-11fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro1-1/+2
2009-12-11Unify sys_mmap*Al Viro2-44/+4
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig4-3/+19
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds7-7/+7
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-36/+11
2009-12-08Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-6/+15