1. 731a737 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  2. 7e5b2db Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  3. 227d1e4 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  4. 7981159 rtc: rename CONFIG_RTC_MXC to CONFIG_RTC_DRV_MXC by Fabio Estevam · 12 years ago
  5. 26c1917 mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition by Andrea Arcangeli · 12 years ago
  6. 365811d x86: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
  7. 91eb0f6 x86: print e820 physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago
  8. 4c9c6a1 cris: select GENERIC_ATOMIC64 by Cong Wang · 12 years ago
  9. e94c805 Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linus by Russell King · 12 years ago
  10. 4b78147 Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  11. 1347a2ce Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 12 years ago
  12. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  13. fb8b006 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 12 years ago
  14. b48b2c3 openrisc: use generic strnlen_user() function by Jonas Bonn · 12 years ago
  15. 1629372 powerpc: Use the new generic strncpy_from_user() and strnlen_user() by Paul Mackerras · 12 years ago
  16. 1e2aec8 Merge branch 'generic-string-functions' by Linus Torvalds · 12 years ago
  17. f465d14 Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  18. 30b8428 Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  19. 84a442b Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  20. 2795343 Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  21. 2c757fd Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  22. ce53044 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  23. 0877aa39 Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  24. c819baf Merge branches 'fixes-for-linus', 'generic', 'cavium', 'module.h-fixes', 'next/ath79' and 'next/lantiq' into mips-for-linux-next by Ralf Baechle · 12 years ago
  25. 009d691 MIPS: lantiq: remove orphaned code by John Crispin · 12 years ago
  26. 2c66f62 sparc: use the new generic strnlen_user() function by David Miller · 12 years ago
  27. 5723aa9 x86: use the new generic strnlen_user() function by Linus Torvalds · 12 years ago
  28. 36126f8 word-at-a-time: make the interfaces truly generic by Linus Torvalds · 12 years ago
  29. 4ae73f2 x86: use generic strncpy_from_user routine by Linus Torvalds · 12 years ago
  30. 786f02b Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 12 years ago
  31. fa2af6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  32. 1fcb78e tile: default to tilegx_defconfig for ARCH=tile by Chris Metcalf · 12 years ago
  33. 9f1d62b tile: fix bug where fls(0) was not returning 0 by Chris Metcalf · 12 years ago
  34. acd1a19 arch/tile: mark TILEGX as not EXPERIMENTAL by Chris Metcalf · 12 years ago
  35. 4ce6bea tile/mm/fault.c: Port OOM changes to handle_page_fault by Kautuk Consul · 12 years ago
  36. c6f696f arch/tile: add descriptive text if the kernel reports a bad trap by Chris Metcalf · 12 years ago
  37. 8703d6e arch/tile: allow querying cpu module information from the hypervisor by Chris Metcalf · 12 years ago
  38. b8ace08 arch/tile: fix hardwall for tilegx and generalize for idn and ipi by Chris Metcalf · 12 years ago
  39. 621b195 arch/tile: support multiple huge page sizes dynamically by Chris Metcalf · 12 years ago
  40. fc0c49f arch/tile: support kexec() for tilegx by Chris Metcalf · 12 years ago
  41. cd6f32a arch/tile: support <asm/cachectl.h> header for cacheflush() syscall by Chris Metcalf · 12 years ago
  42. d5d14ed arch/tile: Allow tilegx to build with either 16K or 64K page size by Chris Metcalf · 12 years ago
  43. 47d632f arch/tile: optimize get_user/put_user and friends by Chris Metcalf · 12 years ago
  44. 1efea40 arch/tile: support building big-endian kernel by Chris Metcalf · 12 years ago
  45. 73636b1 arch/tile: allow building Linux with transparent huge pages enabled by Chris Metcalf · 12 years ago
  46. 5100700 arch/tile: use interrupt critical sections less by Chris Metcalf · 12 years ago
  47. d5adf23 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  48. d484864 Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  49. 4b7eba4 Merge tag 'cris-for-linus' of git://jni.nu/cris by Linus Torvalds · 12 years ago
  50. 603d663 openrisc: use generic strncpy_from_user by Jonas Bonn · 12 years ago
  51. ef0c148 ARM: neponset: make sure neponset_ncr_frob() is exported by Russell King · 12 years ago
  52. af06bb9 ARM: fix out[bwl]() by Russell King · 12 years ago
  53. d5c15f1 microblaze: Setup correct pointer to TLS area by Edgar E. Iglesias · 12 years ago
  54. 8d95e12 microblaze: Add TLS support to sys_clone by Edgar E. Iglesias · 12 years ago
  55. d65987a microblaze: ftrace: Pass the first calling instruction for dynamic ftrace by Michal Simek · 12 years ago
  56. f397c07 microblaze: Port OOM changes to do_page_fault by Kautuk Consul · 12 years ago
  57. 59516b0 microblaze: Do not select GENERIC_GPIO by default by Lars-Peter Clausen · 12 years ago
  58. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  59. b5f4035 Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  60. ce00417 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 12 years ago
  61. abe81e2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  62. b1bf7d4 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  63. 745914d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 12 years ago
  64. c538983 sparc: Fix user_addr_max() definition. by David S. Miller · 12 years ago
  65. c7523a7c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  66. 2922585 lib: Sparc's strncpy_from_user is generic enough, move under lib/ by David S. Miller · 12 years ago
  67. 4469690 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  68. 35c9646 sparc: Increase portability of strncpy_from_user() implementation. by David S. Miller · 12 years ago
  69. f2fde3a6 Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  70. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  71. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  72. 25534eb alpha: add io{read,write}{16,32}be functions by Michael Cree · 13 years ago
  73. 7a8bb98 alpha: implement various OSF/1 stat syscalls by Mans Rullgard · 13 years ago
  74. 50744de alpha: implement setsysinfo(SSI_LMF) as a no-op by Mans Rullgard · 13 years ago
  75. ab11ca3 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  76. ea17e74 x86, relocs: Add jiffies and jiffies_64 to the relative whitelist by H. Peter Anvin · 12 years ago
  77. 4efcac3 sparc: Optimize strncpy_from_user() zero byte search. by David S. Miller · 12 years ago
  78. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  79. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  80. d5b4bb4 Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  81. c80ddb5 Merge tag 'md-3.5' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  82. 0bd3fbd Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  83. 37c3459 x86/mce: Add instruction recovery signatures to mce-severity table by Tony Luck · 12 years ago
  84. 875e266 x86/mce: Fix check for processor context when machine check was taken. by Tony Luck · 12 years ago
  85. a129a7c MCE: Fix vm86 handling for 32bit mce handler by Andi Kleen · 14 years ago
  86. fd95281 x86-32, relocs: Whitelist more symbols for ld bug workaround by H. Peter Anvin · 12 years ago
  87. 2e341ca Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  88. 56edab3 Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  89. 3813d40 Merge tag 'ia64-3.5-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  90. 2335a83 Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  91. 44bc40e Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  92. 02171b4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. 70311aa Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. 269af9a Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. 8ca038d Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  97. e7b30a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  98. 19bec32 Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-linus', 'x86-debug-for-linus' and 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. 514b192 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 12 years ago
  100. 6f73b36 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago