summaryrefslogtreecommitdiffstats
path: root/arch/mips/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-012-8/+3
|\
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-5/+0
| * mips: get rid of nlink_t, use explictly-sized type (__u32 in all cases)Al Viro2012-05-291-3/+3
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-05-2925-1586/+400
|\ \ | |/ |/|
| *-------. Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'nex...Ralf Baechle2012-05-2622-220/+394
| |\ \ \ \ \
| | | | | | * MIPS: lantiq: remove orphaned codeJohn Crispin2012-05-264-169/+3
| | | | | | * MIPS: lantiq: implement support for FALCON socJohn Crispin2012-05-213-0/+108
| | | | | | * watchdog: MIPS: lantiq: implement OF support and minor fixesJohn Crispin2012-05-212-1/+2
| | | | | | * MIPS: lantiq: implement support for clkdev apiJohn Crispin2012-05-212-15/+17
| | | | | | * MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq()John Crispin2012-05-212-2/+16
| | | | | | * MIPS: lantiq: cleanup reset codeJohn Crispin2012-05-152-1/+12
| | | | | | * MIPS: lantiq: add xway soc idsJohn Crispin2012-05-151-6/+21
| | | | | | * MIPS: lantiq: fix early printkThomas Langer2012-05-151-0/+6
| | | | | | * MIPS: remove unused prototype kgdb_configJohn Crispin2012-05-151-4/+0
| | | | | | * MIPS: add clkdev.hJohn Crispin2012-05-151-0/+25
| | | | | | * MIPS: Add helper function to allow platforms to point at a DTB.Ralf Baechle2012-05-151-0/+11
| | | | | | * MIPS: Provide pci_address_to_pio.Ralf Baechle2012-05-151-0/+15
| | | | | | * MIPS: pci: parse memory ranges from devicetreeJohn Crispin2012-05-151-0/+6
| | | |_|_|/ | | |/| | |
| | | | | * MIPS: ath79: add PCI_AR724X Kconfig symbolGabor Juhos2012-05-151-1/+1
| | | | | * MIPS: ath79: add WMAC registration code for AR934XGabor Juhos2012-05-151-0/+3
| | | | | * MIPS: ath79: add AR934X specific glue to ath79_device_reset_{clear,set}Gabor Juhos2012-05-151-0/+1
| | | | | * MIPS: ath79: add IRQ handling code for AR934XGabor Juhos2012-05-152-1/+30
| | | | | * MIPS: ath79: add GPIO support code for AR934XGabor Juhos2012-05-151-0/+1
| | | | | * MIPS: ath79: add clock initialization code for AR934XGabor Juhos2012-05-151-0/+53
| | | | | * MIPS: ath79: add SoC detection code for AR934XGabor Juhos2012-05-152-0/+25
| | | | | * MIPS: ath79: add early_printk support for AR934XGabor Juhos2012-05-151-1/+5
| | | | | * MIPS: ath79: update copyright headers of PCI related filesGabor Juhos2012-05-151-1/+3
| | | | | * MIPS: ath79: add support for the PCI host controller of the AR71XX SoCsGabor Juhos2012-05-151-0/+6
| | | | | * MIPS: ath79: add PCI IRQ handling code for AR724X SoCsGabor Juhos2012-05-151-2/+2
| | | | | * MIPS: ath79: fix a wrong IRQ numberGabor Juhos2012-05-151-1/+5
| | | | | * MIPS: ath79: replace ath724x to ar724xGabor Juhos2012-05-151-2/+2
| | | | | * MIPS: ath79: make ath724x_pcibios_init visible for external codeGabor Juhos2012-05-151-0/+20
| | | | | * MIPS: ath79: rename pci-ath724x.hGabor Juhos2012-05-151-21/+0
| | | |_|/ | | |/| |
| | | | * MIPS: Don't use module.h just to export symbols in asm/uasm.hPaul Gortmaker2012-05-151-1/+1
| | | | * MIPS: Delete bogus module.h usage in termios.hPaul Gortmaker2012-05-152-1/+2
| | | |/ | | |/|
| | | * MIPS: Move cache setup to setup_arch().David Daney2012-05-161-1/+2
| | | * MIPS: Introduce board_cache_error_setup() hook.David Daney2012-05-161-0/+1
| | |/
| * | MIPS: BCM63XX: Add missing include for bcm63xx_gpio.hJonas Gorski2012-05-151-0/+1
| * | MIPS: OCTEON: Remove unused file.David Daney2012-05-151-1365/+0
| * | MIPS: Handle huge pages with 64KB base page size.David Daney2012-05-151-1/+5
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-241-0/+9
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-221-0/+9
| |\ \ \
| | * | | bcma: add boardinfo structHauke Mehrtens2012-05-161-0/+4
| | * | | MIPS: bcm47xx: refactor fetching board dataHauke Mehrtens2012-05-161-0/+5
| | | |/ | | |/|
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+0
|\ \ \ \
| * | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-3/+0
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-221-17/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-17/+0
| |/ /