| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-05-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+1 |
| 2012-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  Linus Torvalds | 1 | -0/+9 |
| 2012-05-23 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+0 |
| 2012-05-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -17/+0 |
| 2012-05-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless |  David S. Miller | 1 | -0/+9 |
| 2012-05-16 | fork: move the real prepare_to_copy() users to arch_dup_task_struct() |  Suresh Siddha | 1 | -3/+0 |
| 2012-05-16 | bcma: add boardinfo struct |  Hauke Mehrtens | 1 | -0/+4 |
| 2012-05-16 | MIPS: bcm47xx: refactor fetching board data |  Hauke Mehrtens | 1 | -0/+5 |
| 2012-05-09 | sched/numa: Rewrite the CONFIG_NUMA sched domain support |  Peter Zijlstra | 1 | -17/+0 |
| 2012-05-08 | mips: Use common threadinfo allocator |  Thomas Gleixner | 1 | -12/+0 |
| 2012-04-27 | MIPS: Remove get_current_pgd(). |  David Daney | 1 | -6/+0 |
| 2012-04-27 | MIPS: JZ4740: Fix the JZ4740_IRQ_DMA macro |  Antony Pavlov | 1 | -1/+1 |
| 2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm |  Eric B Munson | 1 | -0/+1 |
| 2012-04-04 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping |  Linus Torvalds | 1 | -6/+12 |
| 2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -114/+7 |
| 2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system |  Linus Torvalds | 11 | -240/+246 |
| 2012-03-28 | Delete all instances of asm/system.h |  David Howells | 1 | -5/+0 |
| 2012-03-28 | Disintegrate asm/system.h for MIPS |  David Howells | 11 | -238/+249 |
| 2012-03-28 | MIPS: adapt for dma_map_ops changes |  Andrzej Pietrasiewicz | 1 | -6/+12 |
| 2012-03-23 | Merge branch 'akpm' (Andrew's patch-bomb) |  Linus Torvalds | 1 | -0/+4 |
| 2012-03-23 | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP |  Jason Baron | 1 | -0/+4 |
| 2012-03-23 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci |  Linus Torvalds | 1 | -8/+1 |
| 2012-03-21 | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 |  Linus Torvalds | 1 | -4/+1 |
| 2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux |  Linus Torvalds | 1 | -1/+1 |
| 2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 3 | -1/+8 |
| 2012-03-20 | highmem: kill all __kmap_atomic() |  Cong Wang | 1 | -1/+1 |
| 2012-03-12 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 2 | -4/+19 |
| 2012-03-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem |  John W. Linville | 2 | -1/+4 |
| 2012-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 2 | -4/+19 |
| 2012-03-05 | MIPS: BCM47XX: move and extend sprom parsing |  Hauke Mehrtens | 1 | -0/+3 |
| 2012-03-05 | MIPS: BCM47XX: fix signature of nvram_parse_macaddr |  Hauke Mehrtens | 1 | -1/+1 |
| 2012-02-24 | irq_domain/mips: Allow irq_domain on MIPS |  Grant Likely | 1 | -4/+1 |
| 2012-02-24 | net: Add framework to allow sending packets with customized CRC. |  Ben Greear | 1 | -0/+3 |
| 2012-02-24 | static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() |  Ingo Molnar | 1 | -1/+1 |
| 2012-02-23 | PCI: collapse pcibios_resource_to_bus |  Bjorn Helgaas | 1 | -2/+0 |
| 2012-02-23 | mips/PCI: get rid of device resource fixups |  Bjorn Helgaas | 1 | -5/+1 |
| 2012-02-23 | mips/PCI: replace pci_probe_only with pci_flags |  Bjorn Helgaas | 1 | -2/+1 |
| 2012-02-21 | sock: Introduce the SO_PEEK_OFF sock option |  Pavel Emelyanov | 1 | -0/+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-14 | mips: Use generic posix_types.h |  H. Peter Anvin | 1 | -114/+7 |
| 2012-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit |  Linus Torvalds | 1 | -1/+13 |
| 2012-01-17 | Audit: push audit success and retcode into arch ptrace.h |  Eric Paris | 1 | -1/+13 |
| 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 | 107 | -1068/+24772 |
| 2012-01-12 | treewide: convert uses of ATTRIB_NORETURN to __noreturn |  Joe Perches | 1 | -1/+1 |
| 2012-01-12 | treewide: remove useless NORET_TYPE macro and uses |  Joe Perches | 1 | -1/+1 |
| 2012-01-11 | Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/cavium', 'next/generic', 'next/kprobes', 'next/lantiq', 'next/perf' and 'next/raza' into mips-for-linux-next |  Ralf Baechle | 82 | -576/+24059 |
| 2012-01-11 | Merge branch 'next/alchemy' into mips-for-linux-next |  Ralf Baechle | 18 | -472/+634 |
| 2012-01-11 | Merge branch 'next/generic' into mips-for-linux-next |  Ralf Baechle | 7 | -14/+69 |