summaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2012-05-15MIPS: ath79: allow to use board specific pci_plat_dev_init functionsGabor Juhos3-8/+23
2012-05-15MIPS: ath79: get rid of some ifdefs in mach-ubnt-xm.cGabor Juhos1-11/+12
2012-05-15MIPS: ath79: add PCI IRQ handling code for AR724X SoCsGabor Juhos3-5/+120
2012-05-15MIPS: ath79: fix a wrong IRQ numberGabor Juhos2-3/+8
2012-05-15MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCsGabor Juhos1-1/+35
2012-05-15MIPS: ath79: fix broken ar724x_pci_{read,write} functionsGabor Juhos1-26/+26
2012-05-15MIPS: ath79: remove superfluous alignment checks from pci-ar724x.cGabor Juhos1-6/+0
2012-05-15MIPS: ath79: use io-accessor macros in pci-ar724x.cGabor Juhos1-14/+24
2012-05-15MIPS: ath79: replace ath724x to ar724xGabor Juhos5-43/+43
2012-05-15MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC nameGabor Juhos2-1/+1
2012-05-15MIPS: ath79: add a common PCI registration functionGabor Juhos4-2/+17
2012-05-15MIPS: ath79: make ath724x_pcibios_init visible for external codeGabor Juhos2-1/+22
2012-05-15MIPS: ath79: rename pci-ath724x.hGabor Juhos3-2/+2
2012-05-15MIPS: ath79: separate common PCI codeGabor Juhos3-34/+47
2012-05-15MIPS: ath79: Use kmemdup rather than duplicating its implementationThomas Meyer2-6/+2
2012-04-27MIPS: Remove get_current_pgd().David Daney1-6/+0
2012-04-27MIPS: ath79: fix AR933X WMAC reset codeGabor Juhos1-1/+1
2012-04-27MIPS: JZ4740: Fix the JZ4740_IRQ_DMA macroAntony Pavlov1-1/+1
2012-04-27MIPS: Use set_current_blocked() and block_sigmask()Matt Fleming3-46/+11
2012-04-05Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds3-16/+22
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds12-40/+35
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-115/+8
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2012-03-30Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell3-3/+3
2012-03-29remove references to cpu_*_map in arch/Rusty Russell12-37/+32
2012-03-29Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds90-311/+259
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells90-309/+262
2012-03-28MIPS: adapt for dma_map_ops changesAndrzej Pietrasiewicz3-16/+22
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-1/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2-0/+2
2012-03-24Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-2/+5
2012-03-24coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron1-0/+4
2012-03-24coredump: remove VM_ALWAYSDUMP flagJason Baron1-2/+1
2012-03-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds8-151/+16
2012-03-23locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T1-1/+1
2012-03-23Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+6
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-18/+2
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds4-9/+9
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-162/+709
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-6/+25
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2012-03-20highmem: kill all __kmap_atomic()Cong Wang2-3/+3
2012-03-20mips: remove the second argument of k[un]map_atomic()Cong Wang2-6/+6
2012-03-15USB: use generic platform driver on ath79Hauke Mehrtens1-6/+25
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-0/+1
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar14-36/+58