summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
AgeCommit message (Expand)AuthorFilesLines
2009-06-17Delete pcibios_select_rootMatthew Wilcox1-13/+0
2009-06-17MIPS: Add hibernation supportWu Zhangjin1-0/+9
2009-06-17MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.hDavid Daney1-0/+1
2009-06-17MIPS: Allow CPU specific overriding of CP0 hwrena impl bits.David Daney1-0/+4
2009-06-17MIPS: Add hugetlbfs page defines.David Daney4-0/+32
2009-06-17MIPS: Add support files for hugetlbfs.David Daney1-0/+114
2009-06-17MIPS: Cavium-Octeon: Add more chip specific feature tests.David Daney1-0/+27
2009-06-17MIPS: Cavium-Octeon: Add more board type constants.David Daney1-0/+13
2009-06-17MIPS: Add named alloc functions to OCTEON boot monitor memory allocator.David Daney1-0/+85
2009-06-17MIPS: Alchemy: Rewrite GPIO support.Manuel Lauss2-29/+610
2009-06-17MIPS: Alchemy: Remove unused au1000_gpio.h headerManuel Lauss1-56/+0
2009-06-17MIPS: BCM47xx: Fix gpio_direction_outputMatthieu Castet1-0/+3
2009-06-17MIPS: ioctl.h: Cleanup.Ralf Baechle1-78/+7
2009-06-17MIPS: TXx9: Add TX4939 RNG supportAtsushi Nemoto1-0/+3
2009-06-17MIPS: TXx9: Add SRAMC supportAtsushi Nemoto3-0/+3
2009-06-17MIPS: RB532: Cleanup cpu-features-overridesFlorian Fainelli1-5/+0
2009-06-17MIPS: Remove execution hazard barriers for Octeon.David Daney1-0/+1
2009-06-17MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.David Daney1-0/+4
2009-06-17MIPS: TXx9: Add ACLC supportAtsushi Nemoto4-0/+9
2009-06-17MIPS: Add Cavium OCTEON PCI support.David Daney4-0/+90
2009-06-17MIPS: Add register definitions for PCI.David Daney7-0/+9341
2009-06-17MIPS: TXx9: Add DMAC supportAtsushi Nemoto4-0/+7
2009-06-17DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto1-0/+48
2009-06-17MIPS: Support 64-byte D-cache line sizeKevin Cernekee1-0/+1
2009-06-17MIPS: Pass struct device to plat_dma_addr_to_phys()Kevin Cernekee6-6/+12
2009-06-17MIPS: Add size and direction arguments to plat_unmap_dma_mem()Kevin Cernekee6-6/+12
2009-06-17MIPS: Fix typo resulting in far too long ndelay times.Ralf Baechle1-1/+1
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-21/+3
2009-06-16time: move PIT_TICK_RATE to linux/timex.hArnd Bergmann1-2/+0
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller11-103/+24
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds5-6/+11
2009-06-12PM: Remove unused asm/suspend.hMagnus Damm1-6/+0
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann1-1/+1
2009-06-11asm-generic: rename page.h and uaccess.hArnd Bergmann1-1/+1
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-06-11asm-generic: introduce asm/bitsperlong.hArnd Bergmann2-3/+8
2009-06-11asm-generic: rename termios.h, signal.h and mman.hArnd Bergmann1-1/+1
2009-06-10Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2009-06-08MIPS: Outline udelay and fix a few issues.Ralf Baechle2-89/+7
2009-06-08MIPS: ioctl.h: Fix headers_check warningsJaswinder Singh Rajput1-0/+4
2009-06-07cfg80211: errno.h: define ERFKILLAlexander Beregalov1-0/+2
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar20-159/+238
2009-05-22MIPS: Fix sparse warning in incompatiable argument type of clear_user.Wu Zhangjin1-1/+1
2009-05-14MIPS: Rewrite <asm/div64.h> to work with gcc 4.4.0.Ralf Baechle1-92/+50
2009-05-14MIPS: Fix highmem.Ralf Baechle2-2/+7
2009-05-14MIPS: Fix sign-extension bug in 32-bit kernel on 32-bit hardware.Ralf Baechle1-4/+4
2009-05-14MIPS: IP27: Get rid of #ident. Gcc 4.4.0 doesn't like it.Ralf Baechle1-2/+2
2009-05-14MIPS: uaccess: Switch lock annotations to might_fault().Ralf Baechle2-18/+23
2009-05-14MIPS: Make uaccess.h slightly more sparse friendly.Ralf Baechle1-12/+27
2009-05-14MIPS: Make access_ok() sideeffect proof.Ralf Baechle1-3/+13