Age | Commit message (Expand) | Author |
2012-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-05-31 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds |
2012-05-31 | vsprintf: further optimize decimal conversion | Denys Vlasenko |
2012-05-31 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2012-05-30 | bury __kernel_nlink_t, make internal nlink_t consistent | Al Viro |
2012-05-29 | mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition | Andrea Arcangeli |
2012-05-29 | KVM: Export asm-generic/kvm_para.h | Avi Kivity |
2012-05-26 | Merge branch 'generic-string-functions' | Linus Torvalds |
2012-05-26 | word-at-a-time: make the interfaces truly generic | Linus Torvalds |
2012-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds |
2012-05-25 | arch/tile: allow building Linux with transparent huge pages enabled | Chris Metcalf |
2012-05-25 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds |
2012-05-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2012-05-24 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2012-05-22 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2012-05-22 | Merge branch 'for-next-arm-dma' into for-linus | Marek Szyprowski |
2012-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2012-05-21 | Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg... | Linus Torvalds |
2012-05-21 | KVM: make asm-generic/kvm_para.h have an ifdef __KERNEL__ block | Paul Gortmaker |
2012-05-21 | drivers: add Contiguous Memory Allocator | Marek Szyprowski |
2012-05-21 | common: add dma_mmap_from_coherent() function | Marek Szyprowski |
2012-05-21 | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar |
2012-05-18 | gpiolib: Remove 'const' from data argument of gpiochip_find() | Grant Likely |
2012-05-18 | gpio: Adjust of_xlate API to support multiple GPIO chips | Grant Likely |
2012-05-18 | gpiolib: Implement devm_gpio_request_one() | Mark Brown |
2012-05-16 | ftrace: Sort all function addresses, not just per page | Steven Rostedt |
2012-05-04 | Merge tag 'v3.4-rc5' into next | James Morris |
2012-04-30 | PCI: work around Stratus ftServer broken PCIe hierarchy | Bjorn Helgaas |
2012-04-30 | asm-generic: Use __BITS_PER_LONG in statfs.h | H. Peter Anvin |
2012-04-23 | asm-generic: Allow overriding clock_t and add attributes to siginfo_t | H. Peter Anvin |
2012-04-20 | KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.h | Marcelo Tosatti |
2012-04-14 | seccomp: Add SECCOMP_RET_TRAP | Will Drewry |
2012-04-14 | signal, x86: add SIGSYS info and make it synchronous. | Will Drewry |
2012-04-14 | asm/syscall.h: add syscall_get_arch | Will Drewry |
2012-04-08 | kvmclock: Add functions to check if the host has stopped the vm | Eric B Munson |
2012-04-02 | asm-generic: add linux/types.h to cmpxchg.h | Paul Gortmaker |
2012-03-29 | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2012-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds |
2012-03-28 | Merge git://github.com/rustyrussell/linux | Linus Torvalds |
2012-03-28 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2012-03-28 | Delete all instances of asm/system.h | David Howells |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells |
2012-03-28 | Add #includes needed to permit the removal of asm/system.h | David Howells |
2012-03-28 | Split arch_align_stack() out from asm-generic/system.h | David Howells |
2012-03-28 | Split the switch_to() wrapper out of asm-generic/system.h | David Howells |
2012-03-28 | Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h | David Howells |
2012-03-28 | Create asm-generic/barrier.h | David Howells |
2012-03-28 | Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h | David Howells |
2012-03-27 | compat: use sys_sendfile64() implementation for sendfile syscall | Chris Metcalf |