1. 4a52246 Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  2. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  3. 5928a2b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. 35239e2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  5. 930c514 dql: Fix undefined jiffies by Tom Herbert · 12 years ago
  6. 263a5c8 Merge 3.3-rc6 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  7. 7b60a18 uevent: send events in correct order according to seqnum (v3) by Andrew Vagin · 12 years ago
  8. 5756b76 vsprintf: make %pV handling compatible with kasprintf() by Jan Beulich · 12 years ago
  9. 9f78ff0 debugobjects: Fix selftest for static warnings by Stephen Boyd · 12 years ago
  10. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  11. a858af2 rcu: Print scheduling-clock information on RCU CPU stall-warning messages by Paul E. McKenney · 12 years ago
  12. 5c8806a rcu: Move RCU_TRACE to lib/Kconfig.debug by Paul E. McKenney · 12 years ago
  13. 5f32908 watchdog: Update Kconfig entries by Fernando Luis Vázquez Cao · 12 years ago
  14. 690d137 Reduce the number of expensive division instructions done by _parse_integer() by David Howells · 12 years ago
  15. 95025d6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
  16. 2f2fde9 Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  17. a99e7e5 lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.h by David Miller · 12 years ago
  18. c6df4b1 lib: Fix multiple definitions of clz_tab by David Miller · 12 years ago
  19. 86f8bed lib/digsig: checks for NULL return value by Dmitry Kasatkin · 12 years ago
  20. 43b2c0a lib/mpi: added missing NULL check by Dmitry Kasatkin · 12 years ago
  21. a6d68ec lib/mpi: added comment on divide by 0 case by Dmitry Kasatkin · 12 years ago
  22. 4877e05 lib/mpi: check for possible zero length by Dmitry Kasatkin · 12 years ago
  23. b35e286 lib/digsig: pkcs_1_v1_5_decode_emsa cleanup by Dmitry Kasatkin · 12 years ago
  24. f58a081 lib/digsig: additional sanity checks against badly formated key payload by Dmitry Kasatkin · 12 years ago
  25. bc95eea lib/mpi: removed unused functions by Dmitry Kasatkin · 12 years ago
  26. e2fe85c lib/mpi: checks for zero divisor length by Dmitry Kasatkin · 12 years ago
  27. e87c5e3 lib/mpi: return error code on dividing by zero by Dmitry Kasatkin · 12 years ago
  28. 3cccd15 lib/mpi: replaced MPI_NULL with normal NULL by Dmitry Kasatkin · 12 years ago
  29. c70c471 lib/mpi: added missing NULL check by Dmitry Kasatkin · 12 years ago
  30. b923650 lib: add NO_GENERIC_PCI_IOPORT_MAP by Michael S. Tsirkin · 12 years ago
  31. b0f4c4b bugs, x86: Fix printk levels for panic, softlockups and stack dumps by Prarit Bhargava · 12 years ago
  32. f3ff924 Remove useless get_driver()/put_driver() calls by Alan Stern · 12 years ago
  33. 85f7f6c dynamic_debug: process multiple debug-queries on a line by Jim Cromie · 13 years ago
  34. 574b372 dynamic_debug: factor vpr_info_dq out of ddebug_parse_query by Jim Cromie · 13 years ago
  35. 2b67831 dynamic_debug: add trim_prefix() to provide source-root relative paths by Jim Cromie · 13 years ago
  36. 7281491 dynamic_debug: enlarge command/query write buffer by Jim Cromie · 13 years ago
  37. 8bd6026 dynamic_debug: chop off comments in ddebug_tokenize by Jim Cromie · 13 years ago
  38. b5b78f8 dynamic_debug: early return if _ddebug table is empty by Jim Cromie · 13 years ago
  39. 820874c dynamic_debug: tighten up error checking on debug queries by Jim Cromie · 13 years ago
  40. 5ca7d2a dynamic_debug: describe_flags with '=[pmflt_]*' by Jim Cromie · 13 years ago
  41. d6a238d dynamic_debug: drop explicit !=NULL checks by Jim Cromie · 13 years ago
  42. ae27f86 dynamic_debug: pr_err() call should not depend upon verbosity by Jim Cromie · 13 years ago
  43. bc757f6 dynamic_debug: replace strcpy with strlcpy, in ddebug_setup_query() by Jim Cromie · 13 years ago
  44. 74df138 dynamic_debug: change verbosity at runtime by Jim Cromie · 13 years ago
  45. 87e6f96 dynamic_debug: drop enabled field from struct _ddebug, use _DPRINTK_FLAGS_PRINT by Jim Cromie · 13 years ago
  46. 07100be dynamic_debug: fix whitespace complaints from scripts/cleanfile by Jim Cromie · 13 years ago
  47. 4bf1924 MPILIB: Add a missing ENOMEM check by David Howells · 12 years ago
  48. 2e5f094 lib: Removed MPILIB, MPILIB_EXTRA, and SIGNATURE prompts by Dmitry Kasatkin · 12 years ago
  49. 68adcad lib: MPILIB Kconfig description update by Dmitry Kasatkin · 12 years ago
  50. be440ec lib: digital signature dependency fix by Dmitry Kasatkin · 12 years ago
  51. 5e8898e lib: digital signature config option name change by Dmitry Kasatkin · 12 years ago
  52. 892d208 Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux by Linus Torvalds · 12 years ago
  53. 35f1526 unlzo: fix input buffer free by Sascha Hauer · 12 years ago
  54. e2bdb93 radix_tree: take radix_tree_path off stack by Hugh Dickins · 12 years ago
  55. 7b67e75 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  56. e7691a1 Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 12 years ago
  57. e343a89 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
  58. 40ba587 Merge branch 'akpm' (aka "Andrew's patch-bomb") by Linus Torvalds · 12 years ago
  59. 5742332 crc32: optimize inner loop by Joakim Tjernlund · 12 years ago
  60. 96b6206 btree: export btree_get_prev() so modules can use btree_for_each by Steve Hodgson · 12 years ago
  61. 1a464cb Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  62. 8fcc995 Merge branch 'next' into for-linus by James Morris · 12 years ago
  63. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  64. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  65. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  66. 9753dfe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  67. fb7ebfe PCI: Increase resource array mask bit size in pcim_iomap_regions() by Yinghai Lu · 12 years ago
  68. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 12 years ago
  69. 8c717b7 Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  70. f4ae40a switch debugfs to umode_t by Al Viro · 13 years ago
  71. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. b3e8d7b kobject: remove kset_find_obj_hinted() by Kay Sievers · 13 years ago
  73. 1fbe6f6 Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next by Dave Airlie · 13 years ago
  74. 4af679c kref: Inline all functions by Peter Zijlstra · 13 years ago
  75. 74099b1 driver-core: skip uevent generation when nobody is listening by Kay Sievers · 13 years ago
  76. 8af2a21 sch_red: Adaptative RED AQM by Eric Dumazet · 13 years ago
  77. fe0e94c mpi/mpi-mpow: NULL dereference on allocation failure by Dan Carpenter · 13 years ago
  78. f21ffe9 swiotlb: Expose swiotlb_nr_tlb function to modules by Konrad Rzeszutek Wilk · 13 years ago
  79. 38c8dcf decompress_bunzip2: remove invalid vi modeline by Paul Bolle · 13 years ago
  80. 90802ed treewide: Fix comment and string typo 'bufer' by Paul Bolle · 13 years ago
  81. 029aeff kmemleak: Add support for memory hotplug by Laura Abbott · 13 years ago
  82. 75957ba dql: Dynamic queue limits by Tom Herbert · 13 years ago
  83. 66eab4d lib: add GENERIC_PCI_IOMAP by Michael S. Tsirkin · 13 years ago
  84. 4673ca8 lib: move GENERIC_IOMAP to lib/Kconfig by Michael S. Tsirkin · 13 years ago
  85. b84d435 debugobjects: Extend to assert that an object is initialized by Christine Chan · 13 years ago
  86. feac18d debugobjects: Be smarter about static objects by Stephen Boyd · 13 years ago
  87. de35353 digsig: build dependency fix by Dmitry Kasatkin · 13 years ago
  88. 91ec37c Fix comparison using wrong pointer variable in dma debug code by Thomas Jarosch · 13 years ago
  89. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  90. 72f8c0b lib: devres: add convenience function to remap a resource by Wolfram Sang · 13 years ago
  91. 571806a lib: devres: add annotations for #endif by Wolfram Sang · 13 years ago
  92. 2290c0d Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  93. 051dbb9 crypto: digital signature verification support by Dmitry Kasatkin · 13 years ago
  94. 7e8dec9 crypto: GnuPG based MPI lib - additional sources (part 4) by Dmitry Kasatkin · 13 years ago
  95. d9c46b1 crypto: GnuPG based MPI lib - make files (part 3) by Dmitry Kasatkin · 13 years ago
  96. 5ce3e31 crypto: GnuPG based MPI lib - header files (part 2) by Dmitry Kasatkin · 13 years ago
  97. cdec9cb crypto: GnuPG based MPI lib - source files (part 1) by Dmitry Kasatkin · 13 years ago
  98. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  99. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  100. c30bc94 netlink: validate NLA_MSECS length by Johannes Berg · 13 years ago