Age | Commit message (Expand) | Author | Files | Lines |
2012-02-20 | MIPS: traps.c: Fix typo | Masanari Iida | 1 | -1/+1 |
2012-02-20 | MIPS: PowerTV: Fix defconfigs for coverage builds | Ralf Baechle | 1 | -1/+1 |
2012-02-20 | MIPS: Netlogic: Fix defconfigs for coverage builds | Paul Gortmaker | 2 | -4/+4 |
2012-02-20 | MIPS: ATH79: Avoid a kernel bug on AR913X | Gabor Juhos | 1 | -1/+1 |
2012-02-20 | MIPS: PCI: use list_for_each_entry() for bus->devices traversal | Bjorn Helgaas | 2 | -14/+1 |
2012-02-20 | MIPS: fault.c: Port OOM changes to do_page_fault | Kautuk Consul | 1 | -7/+29 |
2012-02-20 | MIPS: vmlinux.lds.S: remove duplicate _sdata symbol | Tony Wu | 1 | -1/+0 |
2012-02-20 | MIPS: Alchemy: Increase minimum timeout for 32kHz timer. | Manuel Lauss | 1 | -1/+1 |
2012-02-20 | MIPS: txx9 7segled fix struct device has no member | Yoichi Yuasa | 1 | -1/+1 |
2012-02-20 | MIPS: Alchemy: Update Au1300 inlined GPIO macros | Manuel Lauss | 1 | -1/+19 |
2012-02-20 | MIPS: Remove temporary kludge from <asm/page.h> | Ralf Baechle | 1 | -3/+0 |
2012-02-20 | MIPS: BMIPS: smp-bmips.c does not need to include version.h | Jesper Juhl | 1 | -1/+0 |
2012-01-31 | mips: use the the PCI controller's io_map_base | Michael S. Tsirkin | 2 | -2/+3 |
2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -8/+17 |
2012-01-17 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -4/+3 |
2012-01-17 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2 | -4/+14 |
2012-01-14 | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headers | Linus Torvalds | 2 | -4/+10 |
2012-01-14 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 313 | -5966/+42528 |
2012-01-12 | treewide: convert uses of ATTRIB_NORETURN to __noreturn | Joe Perches | 2 | -2/+2 |
2012-01-12 | treewide: remove useless NORET_TYPE macro and uses | Joe Perches | 2 | -2/+2 |
2012-01-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -28/+10 |
2012-01-11 | Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/... | Ralf Baechle | 174 | -1957/+36201 |
2012-01-11 | Merge branch 'next/alchemy' into mips-for-linux-next | Ralf Baechle | 78 | -3738/+5259 |
2012-01-11 | Merge branch 'next/generic' into mips-for-linux-next | Ralf Baechle | 51 | -155/+946 |
2012-01-11 | MIPS: Delete unused function add_temporary_entry. | Ralf Baechle | 2 | -58/+0 |
2012-01-11 | MIPS: Set default pci cache line size. | Ralf Baechle | 1 | -1/+28 |
2012-01-11 | MIPS: Flush huge TLB | Hillf Danton | 2 | -6/+22 |
2012-01-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -26/+1 |
2012-01-10 | Merge branch 'akpm' (aka "Andrew's patch-bomb") | Linus Torvalds | 1 | -0/+1 |
2012-01-10 | MIPS: randomize PIE load address | David Daney | 1 | -0/+1 |
2012-01-10 | Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2 | -6/+8 |
2012-01-09 | MIPS: BCM63XX: bcm963xx_tag.h: make crc fields integers | Jonas Gorski | 1 | -6/+5 |
2012-01-09 | MIPS: BCM63XX: use the new bcm63xxpart parser | Jonas Gorski | 1 | -0/+3 |
2012-01-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 3 | -12/+0 |
2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+0 |
2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2 | -34/+1 |
2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -41/+39 |
2012-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -1/+4 |
2012-01-06 | mips/PCI: convert to pci_scan_root_bus() for correct root bus resources | Bjorn Helgaas | 1 | -7/+10 |
2012-01-06 | PCI: MIPS: use generic pcibios_set_master() | Myron Stowe | 1 | -15/+0 |
2012-01-06 | PCI: Pull PCI 'latency timer' setup up into the core | Myron Stowe | 1 | -6/+0 |
2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 3 | -41/+39 |
2012-01-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+4 |
2012-01-03 | consolidate a bunch of ipcbuf.h instances | Al Viro | 1 | -28/+1 |
2012-01-03 | consolidate umode_t declarations | Al Viro | 1 | -6/+0 |
2011-12-27 | net: meth: Add set_rx_mode hook to fix ICMPv6 neighbor discovery | Joshua Kinard | 1 | -1/+1 |
2011-12-21 | driver-core: remove sysdev.h usage. | Kay Sievers | 1 | -1/+1 |
2011-12-21 | mips: txx9_sram - convert sysdev_class to a regular subsystem | Kay Sievers | 1 | -18/+16 |
2011-12-21 | mips: 7segled - convert sysdev_class to a regular subsystem | Kay Sievers | 1 | -22/+22 |
2011-12-21 | Merge branch 'master' into pm-sleep | Rafael J. Wysocki | 1 | -4/+4 |