1. eedce14 genalloc: stop crashing the system when destroying a pool by Thadeu Lima de Souza Cascardo · 12 years ago
  2. fe73fbe lib/dma-debug.c: fix __hash_bucket_find() by Ming Lei · 12 years ago
  3. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  4. 14ffe00 Merge branch 'akpm' (Fixups from Andrew) by Linus Torvalds · 12 years ago
  5. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  6. 3e1aa66 lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvasprintf by Ezequiel Garcia · 12 years ago
  7. dbadc17 X.509: Fix indefinite length element skip error handling by David Howells · 12 years ago
  8. ed8ea81 mm: add CONFIG_DEBUG_VM_RB build option by Michel Lespinasse · 12 years ago
  9. 9826a51 mm: interval tree updates by Michel Lespinasse · 12 years ago
  10. 9c079ad rbtree: move augmented rbtree functionality to rbtree_augmented.h by Michel Lespinasse · 12 years ago
  11. 147e615 prio_tree: remove by Michel Lespinasse · 12 years ago
  12. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  13. fff3fd8 rbtree: add prio tree and interval tree tests by Michel Lespinasse · 12 years ago
  14. 3908836 rbtree: add RB_DECLARE_CALLBACKS() macro by Michel Lespinasse · 12 years ago
  15. 9d9e6f9 rbtree: remove prior augmented rbtree implementation by Michel Lespinasse · 12 years ago
  16. 14b94af rbtree: faster augmented rbtree manipulation by Michel Lespinasse · 12 years ago
  17. dadf935 rbtree: augmented rbtree test by Michel Lespinasse · 12 years ago
  18. 4f035ad rbtree: low level optimizations in rb_erase() by Michel Lespinasse · 12 years ago
  19. 46b6135 rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color() by Michel Lespinasse · 12 years ago
  20. 60670b8 rbtree: place easiest case first in rb_erase() by Michel Lespinasse · 12 years ago
  21. 7abc704 rbtree: add __rb_change_child() helper function by Michel Lespinasse · 12 years ago
  22. 28d7530 rbtree test: fix sparse warning about 64-bit constant by Michel Lespinasse · 12 years ago
  23. 59633ab rbtree: optimize fetching of sibling node by Michel Lespinasse · 12 years ago
  24. 7ce6ff9 rbtree: coding style adjustments by Michel Lespinasse · 12 years ago
  25. 6280d23 rbtree: low level optimizations in __rb_erase_color() by Michel Lespinasse · 12 years ago
  26. e125d14 rbtree: optimize case selection logic in __rb_erase_color() by Michel Lespinasse · 12 years ago
  27. d6ff127 rbtree: adjust node color in __rb_erase_color() only when necessary by Michel Lespinasse · 12 years ago
  28. 5bc9188 rbtree: low level optimizations in rb_insert_color() by Michel Lespinasse · 12 years ago
  29. 6d58452 rbtree: adjust root color in rb_insert_color() only when necessary by Michel Lespinasse · 12 years ago
  30. 1f05286 rbtree: break out of rb_insert_color loop after tree rotation by Michel Lespinasse · 12 years ago
  31. 910a742 rbtree: performance and correctness test by Michel Lespinasse · 12 years ago
  32. bf7ad8e rbtree: move some implementation details from rbtree.h to rbtree.c by Michel Lespinasse · 12 years ago
  33. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  34. 9b2a60c Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option by Catalin Marinas · 12 years ago
  35. b69ec42 Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option by Catalin Marinas · 12 years ago
  36. e104599 MPILIB: Provide a function to read raw data into an MPI by David Howells · 12 years ago
  37. 42d5ec2 X.509: Add an ASN.1 decoder by David Howells · 12 years ago
  38. 4f73175 X.509: Add utility functions to render OIDs as strings by David Howells · 12 years ago
  39. a77ad6e X.509: Implement simple static OID registry by David Howells · 12 years ago
  40. 12f008b MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification by David Howells · 12 years ago
  41. aacf29b MPILIB: Provide count_leading/trailing_zeros() based on arch functions by David Howells · 12 years ago
  42. c0703c1 Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  43. 33e2a42 lib/decompress.c add __init to decompress_method and data by Hein Tibosch · 12 years ago
  44. 8290e2d scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs by Tejun Heo · 12 years ago
  45. 17d7aac lib/plist.c: make plist test announcements KERN_DEBUG by Borislav Petkov · 12 years ago
  46. da99075 lib/vsprintf.c: improve standard conformance of sscanf() by Jan Beulich · 12 years ago
  47. 214f766 lib/spinlock_debug: avoid livelock in do_raw_spin_lock() by Vikram Mulukutla · 12 years ago
  48. ca279cf genalloc: make it possible to use a custom allocation algorithm by Benjamin Gaignard · 12 years ago
  49. e968756 lib/gcd.c: prevent possible div by 0 by Davidlohr Bueso · 12 years ago
  50. 8f1f66e lib/Kconfig.debug: adjust hard-lockup related Kconfig options by Jan Beulich · 12 years ago
  51. 77dd3b0 lib/parser.c: avoid overflow in match_number() by Alex Elder · 12 years ago
  52. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  53. 7c59154 lib/vsprintf: update documentation to cover all of %p[Mm][FR] by Andy Shevchenko · 12 years ago
  54. f400051 lib: vsprintf: fix broken comments by George Spelvin · 12 years ago
  55. cb239d0 lib: vsprintf: optimize put_dec_trunc8() by George Spelvin · 12 years ago
  56. 2359172 lib: vsprintf: optimize division by 10000 by George Spelvin · 12 years ago
  57. e49317d lib: vsprintf: optimize division by 10 for small integers by George Spelvin · 12 years ago
  58. 8f243af sections: fix const sections for crc32 table by Joe Mario · 12 years ago
  59. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  60. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  61. 759643c dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER define by Shuah Khan · 12 years ago
  62. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  63. 06d2fe1 Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  64. 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
  65. 620e775 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  66. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  67. 232f1b5 scatterlist: refactor the sg_nents by Maxim Levitsky · 12 years ago
  68. 2e48461 scatterlist: add sg_nents by Maxim Levitsky · 12 years ago
  69. 593d100 Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b by Paul E. McKenney · 12 years ago
  70. b5bd6a0 lib/flex_proportions.c: fix corruption of denominator in flexible proportions by Jan Kara · 12 years ago
  71. e3ebfb9 rcu: Add PROVE_RCU_DELAY to provoke difficult races by Paul E. McKenney · 12 years ago
  72. a5f9515 Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  73. 666f355 device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit by Joe Perches · 12 years ago
  74. c2c5a70 netdev_printk/netif_printk: Remove a superfluous logging colon by Joe Perches · 12 years ago
  75. b004ff4 netdev_printk/dynamic_netdev_dbg: Directly call printk_emit by Joe Perches · 12 years ago
  76. 798efc6 dev_dbg/dynamic_debug: Update to use printk_emit, optimize stack by Joe Perches · 12 years ago
  77. 8c2c3df arm64: Build infrastructure by Catalin Marinas · 12 years ago
  78. 2bcb132 Merge 3.6-rc6 into usb-next by Greg Kroah-Hartman · 12 years ago
  79. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  80. bc01637 digsig: add hash size comparision on signature verification by Dmitry Kasatkin · 12 years ago
  81. b53d657 usb/core: use bin2bcd() for bcdDevice in RH by Sebastian Andrzej Siewior · 12 years ago
  82. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  83. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  84. 9eca2eb netlink: add minlen validation for the new signed types by Julian Anastasov · 12 years ago
  85. 74838b7 swiotlb: add the late swiotlb initialization function with iotlb memory by Konrad Rzeszutek Wilk · 12 years ago
  86. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  87. d87aae2 switch the protection of percpu_counter list to spinlock by Al Viro · 12 years ago
  88. 2e3ee61 Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  89. 27c1ee3 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  90. e04f228 lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table() by Mandeep Singh Baines · 12 years ago
  91. 08dfb4d powerpc: pSeries reconfig notifier error injection module by Akinobu Mita · 12 years ago
  92. 9579f5b memory: memory notifier error injection module by Akinobu Mita · 12 years ago
  93. 048b9c3 PM: PM notifier error injection module by Akinobu Mita · 12 years ago
  94. f5a9f52 cpu: rewrite cpu-notifier-error-inject module by Akinobu Mita · 12 years ago
  95. 8d43828 fault-injection: notifier error injection by Akinobu Mita · 12 years ago
  96. 49ac572 lib/crc32.c: fix unused variables warnings by Thiago Rafael Becker · 12 years ago
  97. 4b06814 spinlock_debug: print offset in addition to symbol name by Stephen Boyd · 12 years ago
  98. 7463449 atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() test by Catalin Marinas · 12 years ago
  99. 639b9e3 string: introduce memweight() by Akinobu Mita · 12 years ago
  100. 31550a1 vsprintf: add support of '%*ph[CDN]' by Andy Shevchenko · 12 years ago