Age | Commit message (Expand) | Author | Files | Lines |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 2 | -15/+47 |
2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2 | -16/+5 |
2012-09-22 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 4 | -9/+9 |
2012-09-19 | Merge branch 'pci/thierry-fixup-irqs' into next | Bjorn Helgaas | 1 | -6/+0 |
2012-09-19 | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 1 | -6/+0 |
2012-09-19 | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 1 | -1/+1 |
2012-09-17 | Merge 3.6-rc6 into tty-next | Greg Kroah-Hartman | 18 | -105/+145 |
2012-09-17 | MIPS: Malta: Don't crash on spurious interrupt. | Ralf Baechle | 1 | -3/+6 |
2012-09-14 | MIPS: Malta: Remove RTC Data Mode bootstrap breakage | Maciej W. Rozycki | 1 | -5/+0 |
2012-09-13 | Merge commit 'v3.6-rc5' into next | Bjorn Helgaas | 18 | -105/+145 |
2012-09-06 | serial: Add note about migration to driver SCCNXP | Alexander Shiyan | 1 | -0/+32 |
2012-08-27 | MIPS: mm: Add compound tail page _mapcount when mapped | Jovi Zhang | 1 | -0/+2 |
2012-08-27 | MIPS: CMP/SMTC: Fix tc_id calculation | RongQing.Li | 1 | -1/+1 |
2012-08-23 | MIPS: PCI: Use PCI Express Capability accessors | Jiang Liu | 1 | -10/+5 |
2012-08-23 | MIPS: pci-ar724x: avoid data bus error due to a missing PCIe module | Gabor Juhos | 1 | -0/+22 |
2012-08-17 | MIPS: Malta: Delete duplicate PCI fixup. | Ralf Baechle | 1 | -13/+0 |
2012-08-17 | MIPS: ath79: don't hardcode the unavailability of the DSP ASE | Gabor Juhos | 1 | -1/+0 |
2012-08-17 | MIPS: Synchronize MIPS count one CPU at a time | Jayachandran C | 3 | -21/+17 |
2012-08-17 | MIPS: BCM63xx: Fix SPI message control register handling for BCM6338/6348. | Florian Fainelli | 3 | -3/+16 |
2012-08-17 | MIPS: Module: Deal with malformed HI16/LO16 relocation sequences. | Ralf Baechle | 1 | -7/+28 |
2012-08-17 | MIPS: Fix race condition in module relocation code. | Ralf Baechle | 2 | -7/+7 |
2012-08-17 | MIPS: Fix memory leak in error path of HI16/LO16 relocation handling. | Ralf Baechle | 1 | -2/+7 |
2012-08-17 | MIPS: MTX-1: Add udelay to mtx1_pci_idsel | Bruno Randolf | 1 | -0/+2 |
2012-08-17 | MIPS: ath79: select HAVE_CLK | Gabor Juhos | 1 | -0/+1 |
2012-08-17 | MIPS: ath79: Use correct IRQ number for the OHCI controller on AR7240 | Gabor Juhos | 1 | -0/+2 |
2012-08-17 | MIPS: ath79: Fix number of GPIO lines for AR724[12] | Gabor Juhos | 2 | -3/+6 |
2012-08-17 | MIPS: Octeon: Fix broken interrupt controller code. | David Daney | 2 | -55/+44 |
2012-08-15 | MIPS: OCTEON: Fix breakage due to 8250 changes. | David Daney | 1 | -15/+15 |
2012-08-02 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 14 | -72/+108 |
2012-08-01 | MIPS: Loongson 2: Sort out clock managment. | Ralf Baechle | 7 | -51/+33 |
2012-08-01 | MIPS: Loongson 1: more clk support and add select HAVE_CLK | Yoichi Yuasa | 2 | -0/+17 |
2012-08-01 | MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLK | Yoichi Yuasa | 1 | -0/+1 |
2012-08-01 | MIPS: BCM63xx: Fix redefinition of clk_* by adding select HAVE_CLK | Yoichi Yuasa | 1 | -0/+1 |
2012-08-01 | MIPS: AR7: Fix redefinition of clk_* by adding select HAVE_CLK | Yoichi Yuasa | 1 | -0/+1 |
2012-08-01 | MIPS: Lantiq: Platform specific CLK fixup | John Crispin | 1 | -0/+5 |
2012-08-01 | MIPS: Lantiq: Add device_tree_init function | John Crispin | 1 | -0/+22 |
2012-08-01 | MIPS: Lantiq: Fix interface clock and PCI control register offset | John Crispin | 1 | -21/+28 |
2012-08-01 | mips: zero out pg_data_t when it's allocated | Minchan Kim | 1 | -0/+1 |
2012-07-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2 | -1/+2 |
2012-07-31 | ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION | Will Deacon | 2 | -1/+1 |
2012-07-31 | atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test | Catalin Marinas | 1 | -0/+1 |
2012-07-30 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 130 | -1932/+6224 |
2012-07-27 | posix_types.h: Cleanup stale __NFDBITS and related definitions | Josh Boyer | 1 | -1/+1 |
2012-07-25 | Merge branches 'next/generic', 'next/alchemy', 'next/bcm63xx', 'next/cavium',... | Ralf Baechle | 130 | -1932/+6224 |
2012-07-25 | MIPS: Loongson 1B: Add defconfig | Kelvin Cheung | 1 | -0/+109 |
2012-07-25 | MIPS: Loongson 1B: Add board support | Kelvin Cheung | 21 | -0/+954 |
2012-07-25 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 3 | -17/+6 |
2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -5/+5 |
2012-07-24 | MIPS: Netlogic: early console fix | Jayachandran C | 1 | -1/+1 |
2012-07-24 | MIPS: Netlogic: Fix indentation of smpboot.S | Jayachandran C | 1 | -4/+4 |