aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2009-06-24MIPS: Cavium: Add CPU hotplugging code.Gravatar Ralf Baechle 5-2/+365
2009-06-24MIPS: SMP: Allow suspend and hibernation if CPU hotplug is availableGravatar Ralf Baechle 1-2/+2
2009-06-24MIPS: Add arch generic CPU hotplugGravatar Ralf Baechle 7-7/+78
2009-06-24MIPS: Sibyte: Fix build error if CONFIG_SERIAL_SB1250_DUART is undefined.Gravatar Ralf Baechle 1-3/+4
2009-06-24MIPS: MIPSsim: Fix build error if MSC01E_INT_BASE is undefined.Gravatar Ralf Baechle 1-0/+1
2009-06-24MIPS: Hibernation: Remove SMP TLB and cacheflushing code.Gravatar Ralf Baechle 1-9/+0
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Gravatar Ralf Baechle 39-1/+39
2009-06-24MIPS: bug.h Build fix - include <linux/compiler.h>.Gravatar Ralf Baechle 1-0/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersGravatar Linus Torvalds 1-1/+1
2009-06-17Delete pcibios_select_rootGravatar Matthew Wilcox 1-13/+0
2009-06-17MIPS: Add hibernation supportGravatar Wu Zhangjin 7-0/+143
2009-06-17MIPS: Move Cavium CP0 hwrena impl bits to cpu-feature-overrides.hGravatar David Daney 2-4/+1
2009-06-17MIPS: Allow CPU specific overriding of CP0 hwrena impl bits.Gravatar David Daney 2-1/+5
2009-06-17MIPS: Kconfig Add SYS_SUPPORTS_HUGETLBFS and enable it for some systems.Gravatar David Daney 1-0/+11
2009-06-17MIPS: TLB support for hugetlbfs.Gravatar David Daney 2-12/+196
2009-06-17MIPS: Add hugetlbfs page defines.Gravatar David Daney 4-0/+32
2009-06-17MIPS: Add support files for hugetlbfs.Gravatar David Daney 3-0/+216
2009-06-17MIPS: Remove unused parameters from iPTE_LW.Gravatar David Daney 1-14/+14
2009-06-17MIPS: Export erratum function needed by octeon-ethernet driver.Gravatar David Daney 1-0/+3
2009-06-17MIPS: Cavium-Octeon: Add more chip specific feature tests.Gravatar David Daney 1-0/+27
2009-06-17MIPS: Cavium-Octeon: Add more board type constants.Gravatar David Daney 1-0/+13
2009-06-17MIPS: Export cvmx_sysinfo_get needed by octeon-ethernet driver.Gravatar David Daney 1-0/+2
2009-06-17MIPS: Add named alloc functions to OCTEON boot monitor memory allocator.Gravatar David Daney 2-0/+189
2009-06-17MIPS: Alchemy: devboards: Convert to gpio calls.Gravatar Manuel Lauss 6-17/+26
2009-06-17MIPS: Alchemy: xxs1500: use linux gpio api.Gravatar Manuel Lauss 1-9/+12
2009-06-17MIPS: Alchemy: MTX-1: Use linux gpio api.Gravatar Manuel Lauss 1-11/+13
2009-06-17MIPS: Alchemy: Rewrite GPIO support.Gravatar Manuel Lauss 7-233/+770
2009-06-17MIPS: Alchemy: Remove unused au1000_gpio.h headerGravatar Manuel Lauss 1-56/+0
2009-06-17MIPS: BCM47xx: Fix gpio_direction_outputGravatar Matthieu Castet 1-0/+3
2009-06-17MIPS: ioctl.h: Cleanup.Gravatar Ralf Baechle 1-78/+7
2009-06-17MIPS: TXx9: Add TX4939 RNG supportGravatar Atsushi Nemoto 3-0/+21
2009-06-17MIPS: TXx9: Add SRAMC supportGravatar Atsushi Nemoto 8-0/+101
2009-06-17MIPS: Sibyte: Remove standalone kernel supportGravatar Imre Kaloz 9-133/+5
2009-06-17MIPS: Sibyte: Remove simulator optionGravatar Imre Kaloz 2-11/+0
2009-06-17MIPS: RB532: Check irq number when handling GPIO interruptsGravatar Florian Fainelli 1-2/+3
2009-06-17MIPS: RB532: Cleanup cpu-features-overridesGravatar Florian Fainelli 1-5/+0
2009-06-17MIPS: Remove dead case label.Gravatar David Daney 1-1/+0
2009-06-17MIPS: Remove execution hazard barriers for Octeon.Gravatar David Daney 1-0/+1
2009-06-17MIPS: Allow R2 CPUs to turn off generation of 'ehb' instructions.Gravatar David Daney 2-1/+6
2009-06-17MIPS: Fold the TLB refill at the vmalloc path if possible.Gravatar David Daney 1-24/+49
2009-06-17MIPS: Replace some magic numbers with symbolic values in tlbex.cGravatar David Daney 1-8/+26
2009-06-17MIPS: TXx9: Add ACLC supportGravatar Atsushi Nemoto 12-2/+121
2009-06-17MIPS: Add Cavium OCTEON PCI support.Gravatar David Daney 16-2/+3024
2009-06-17MIPS: Add register definitions for PCI.Gravatar David Daney 7-0/+9341
2009-06-17MIPS: TXx9: Add DMAC supportGravatar Atsushi Nemoto 11-10/+112
2009-06-17DMA: TXx9 Soc DMA Controller driverGravatar Atsushi Nemoto 1-0/+48
2009-06-17MIPS: TXx9: micro optimization for clocksource and clock_eventGravatar Atsushi Nemoto 1-24/+43
2009-06-17MIPS: Support 64-byte D-cache line sizeGravatar Kevin Cernekee 2-0/+13
2009-06-17MIPS: Pass struct device to plat_dma_addr_to_phys()Gravatar Kevin Cernekee 7-13/+20
2009-06-17MIPS: Add size and direction arguments to plat_unmap_dma_mem()Gravatar Kevin Cernekee 7-10/+16