1. 81f56e5 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  2. 11ef4cf syscalls: add __NR_kcmp syscall to generic unistd.h by Mark Salter · 12 years ago
  3. 048fa2d generic: Implement generic ffs/fls using __builtin_* functions by Catalin Marinas · 12 years ago
  4. 0bce9c4 mutex: Place lock in contended state after fastpath_lock failure by Will Deacon · 12 years ago
  5. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  6. 1d151c3 c/r: fcntl: add F_GETOWNER_UIDS option by Cyrill Gorcunov · 12 years ago
  7. 6f51f51 Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  8. d2b7428 common: dma-mapping: introduce dma_get_sgtable() function by Marek Szyprowski · 12 years ago
  9. 64ccc9c common: dma-mapping: add support for generic dma_mmap_* calls by Marek Szyprowski · 12 years ago
  10. cea8f46 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  11. 91b006d Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus by Russell King · 12 years ago
  12. 84eda28 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  13. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  14. d801d9e asm-generic: remove km_type definitions by Cong Wang · 13 years ago
  15. cc2caea mm: cma: fix condition check when setting global cma area by Marek Szyprowski · 12 years ago
  16. dccd230 ARM: 7430/1: sizes.h: move from asm-generic to <linux/sizes.h> by Alessandro Rubini · 12 years ago
  17. 597e1c3 mm/mmu_gather: enable tlb flush range in generic mmu_gather by Alex Shi · 12 years ago
  18. c4211f4 x86/tlb: add tlb_flushall_shift for specific CPU by Alex Shi · 12 years ago
  19. 09682c1 bug.h: Fix up CONFIG_BUG=n implicit function declarations. by Paul Mundt · 12 years ago
  20. a2a2609 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  21. e4eed03 thp: avoid atomic64_read in pmd_read_atomic for 32bit PAE by Andrea Arcangeli · 12 years ago
  22. 2603efa bug.h: Fix up powerpc build regression. by Paul Mundt · 12 years ago
  23. 380622e Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and 'sh/trivial' into sh-fixes-for-linus by Paul Mundt · 12 years ago
  24. 3777808 bug.h: need linux/kernel.h for TAINT_WARN. by Paul Mundt · 12 years ago
  25. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  26. 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  27. 133fd9f vsprintf: further optimize decimal conversion by Denys Vlasenko · 12 years ago
  28. bd0e162 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  29. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  30. 26c1917 mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition by Andrea Arcangeli · 12 years ago
  31. 56457f3 KVM: Export asm-generic/kvm_para.h by Avi Kivity · 12 years ago
  32. 1e2aec8 Merge branch 'generic-string-functions' by Linus Torvalds · 12 years ago
  33. 36126f8 word-at-a-time: make the interfaces truly generic by Linus Torvalds · 12 years ago
  34. fa2af6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  35. 73636b1 arch/tile: allow building Linux with transparent huge pages enabled by Chris Metcalf · 12 years ago
  36. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  37. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  38. b1bf7d4 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  39. 2ff2b28 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  40. 0f51596 Merge branch 'for-next-arm-dma' into for-linus by Marek Szyprowski · 12 years ago
  41. cb60e3e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  42. 3bb07f1 Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  43. 322728e KVM: make asm-generic/kvm_para.h have an ifdef __KERNEL__ block by Paul Gortmaker · 12 years ago
  44. c64be2b drivers: add Contiguous Memory Allocator by Marek Szyprowski · 13 years ago
  45. bca0fa5 common: add dma_mmap_from_coherent() function by Marek Szyprowski · 12 years ago
  46. bb27f55 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 12 years ago
  47. 07ce8ec gpiolib: Remove 'const' from data argument of gpiochip_find() by Grant Likely · 12 years ago
  48. 3d0f7cf gpio: Adjust of_xlate API to support multiple GPIO chips by Grant Likely · 12 years ago
  49. 09d71ff gpiolib: Implement devm_gpio_request_one() by Mark Brown · 12 years ago
  50. 9fd4932 ftrace: Sort all function addresses, not just per page by Steven Rostedt · 12 years ago
  51. 898bfc1 Merge tag 'v3.4-rc5' into next by James Morris · 12 years ago
  52. 284f5f9 PCI: work around Stratus ftServer broken PCIe hierarchy by Bjorn Helgaas · 12 years ago
  53. f5c2347 asm-generic: Use __BITS_PER_LONG in statfs.h by H. Peter Anvin · 12 years ago
  54. d643bdc asm-generic: Allow overriding clock_t and add attributes to siginfo_t by H. Peter Anvin · 12 years ago
  55. 1f15d10 KVM: add kvm_arch_para_features stub to asm-generic/kvm_para.h by Marcelo Tosatti · 12 years ago
  56. bb6ea43 seccomp: Add SECCOMP_RET_TRAP by Will Drewry · 12 years ago
  57. a0727e8 signal, x86: add SIGSYS info and make it synchronous. by Will Drewry · 12 years ago
  58. 07bd18d asm/syscall.h: add syscall_get_arch by Will Drewry · 12 years ago
  59. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  60. 80da6a4 asm-generic: add linux/types.h to cmpxchg.h by Paul Gortmaker · 12 years ago
  61. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  62. 50483c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  63. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  64. d25413e Merge git://github.com/rustyrussell/linux by Linus Torvalds · 12 years ago
  65. 7bf97e1 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  66. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  67. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  68. 96f951e Add #includes needed to permit the removal of asm/system.h by David Howells · 12 years ago
  69. 5d12506 Split arch_align_stack() out from asm-generic/system.h by David Howells · 12 years ago
  70. 158bc50 Split the switch_to() wrapper out of asm-generic/system.h by David Howells · 12 years ago
  71. b4816af Move the asm-generic/system.h xchg() implementation to asm-generic/cmpxchg.h by David Howells · 12 years ago
  72. 885df91 Create asm-generic/barrier.h by David Howells · 12 years ago
  73. 3448427 Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h by David Howells · 12 years ago
  74. 1631fce compat: use sys_sendfile64() implementation for sendfile syscall by Chris Metcalf · 12 years ago
  75. 026cee0 params: <level>_initcall-like kernel parameters by Pawel Moll · 12 years ago
  76. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  77. 8e3ade2 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  78. accb61f coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP by Jason Baron · 12 years ago
  79. 7ccaba5 consolidate WARN_...ONCE() static variables by Jan Beulich · 12 years ago
  80. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  81. e17fdf5 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  82. 1a5a990 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode by Andrea Arcangeli · 12 years ago
  83. e2aa417 Merge tag 'v3.3-rc7' into gpio/next by Grant Likely · 12 years ago
  84. f6a1ad4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  85. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  86. 6e2cf65 gpio: constify the data parameter to gpiochip_find() by Grant Likely · 12 years ago
  87. 458ce29 Merge branch 'linus' into x86/asm by Ingo Molnar · 12 years ago
  88. 97a29d5 [PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions conditional by James Bottomley · 12 years ago
  89. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  90. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 12 years ago
  91. b893485 bitops: Add missing parentheses to new get_order macro by Joerg Roedel · 12 years ago
  92. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  93. fb127cb PCI: collapse pcibios_resource_to_bus by Bjorn Helgaas · 12 years ago
  94. 36a66cd PCI: add generic pcibios_resource_to_bus() by Bjorn Helgaas · 12 years ago
  95. dcce6dc PCI: add pci_clear_flags() by Bjorn Helgaas · 12 years ago
  96. 797a796 asm-generic: architecture independent readq/writeq for 32bit environment by Hitoshi Mitake · 12 years ago
  97. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 12 years ago
  98. d66acc3 bitops: Optimise get_order() by David Howells · 12 years ago
  99. e0891a9 bitops: Adjust the comment on get_order() to describe the size==0 case by David Howells · 12 years ago
  100. afead38 posix_types: Introduce __kernel_[u]long_t by H. Peter Anvin · 12 years ago