1. 4c925d6 kstrto*: add documentation by Eldad Zack · 12 years ago
  2. 918854a lib/rbtree_test.c: fix uninitialized variable warning by Cong Ding · 12 years ago
  3. 22b361d percpu_rw_semaphore: introduce CONFIG_PERCPU_RWSEM by Oleg Nesterov · 12 years ago
  4. 8ebe347 percpu_rw_semaphore: add lockdep annotations by Oleg Nesterov · 12 years ago
  5. 9390ef0 percpu_rw_semaphore: kill ->writer_mutex, add ->write_ctr by Oleg Nesterov · 12 years ago
  6. a1fd3e2 percpu_rw_semaphore: reimplement to not block the readers unnecessarily by Oleg Nesterov · 12 years ago
  7. 5380975 sscanf: don't ignore field widths for numeric conversions by Jan Beulich · 12 years ago
  8. 35367ab lib: dynamic_debug: use kbasename() by Andy Shevchenko · 12 years ago
  9. ef12496 lib/vsprintf.c: fix handling of %zd when using ssize_t by Jason Gunthorpe · 12 years ago
  10. 9b690c3 Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 12 years ago
  11. 18dd0bf Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  12. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  13. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  14. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 12 years ago
  15. 81df9bf bootmem: fix wrong call parameter for free_bootmem() by Joonsoo Kim · 12 years ago
  16. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  17. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  18. 527897c lib/Makefile: Fix oid_registry build dependency by Tim Gardner · 12 years ago
  19. f3537f9 ASN.1: Fix an indefinite length skip error by David Howells · 12 years ago
  20. e41e85c treewide: Fix typos in various Kconfig by Masanari Iida · 12 years ago
  21. 630e1e0 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
  22. 610141e lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUG by Bill Pemberton · 12 years ago
  23. a3cea98 MPI: Fix compilation on MIPS with GCC 4.4 and newer by Manuel Lauss · 12 years ago
  24. c896054 rcu: Reduce default RCU CPU stall warning timeout by Paul E. McKenney · 12 years ago
  25. af51a9f swiotlb: Do not export swiotlb_bounce since there are no external consumers by Alexander Duyck · 12 years ago
  26. fbfda89 swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_single by Alexander Duyck · 12 years ago
  27. 61ca08c swiotlb: Use physical addresses for swiotlb_tbl_unmap_single by Alexander Duyck · 12 years ago
  28. e05ed4d swiotlb: Return physical addresses when calling swiotlb_tbl_map_single by Alexander Duyck · 12 years ago
  29. ee3f6ba swiotlb: Make io_tlb_overflow_buffer a physical address by Alexander Duyck · 12 years ago
  30. ff7204a swiotlb: Make io_tlb_start a physical address instead of a virtual one by Alexander Duyck · 12 years ago
  31. c40dba0 swiotlb: Make io_tlb_end a physical address instead of a virtual one by Alexander Duyck · 12 years ago
  32. eedce14 genalloc: stop crashing the system when destroying a pool by Thadeu Lima de Souza Cascardo · 12 years ago
  33. fe73fbe lib/dma-debug.c: fix __hash_bucket_find() by Ming Lei · 12 years ago
  34. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  35. 14ffe00 Merge branch 'akpm' (Fixups from Andrew) by Linus Torvalds · 12 years ago
  36. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  37. 3e1aa66 lib/kasprintf.c: use kmalloc_track_caller() to get accurate traces for kvasprintf by Ezequiel Garcia · 12 years ago
  38. dbadc17 X.509: Fix indefinite length element skip error handling by David Howells · 12 years ago
  39. ed8ea81 mm: add CONFIG_DEBUG_VM_RB build option by Michel Lespinasse · 12 years ago
  40. 9826a51 mm: interval tree updates by Michel Lespinasse · 12 years ago
  41. 9c079ad rbtree: move augmented rbtree functionality to rbtree_augmented.h by Michel Lespinasse · 12 years ago
  42. 147e615 prio_tree: remove by Michel Lespinasse · 12 years ago
  43. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  44. fff3fd8 rbtree: add prio tree and interval tree tests by Michel Lespinasse · 12 years ago
  45. 3908836 rbtree: add RB_DECLARE_CALLBACKS() macro by Michel Lespinasse · 12 years ago
  46. 9d9e6f9 rbtree: remove prior augmented rbtree implementation by Michel Lespinasse · 12 years ago
  47. 14b94af rbtree: faster augmented rbtree manipulation by Michel Lespinasse · 12 years ago
  48. dadf935 rbtree: augmented rbtree test by Michel Lespinasse · 12 years ago
  49. 4f035ad rbtree: low level optimizations in rb_erase() by Michel Lespinasse · 12 years ago
  50. 46b6135 rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color() by Michel Lespinasse · 12 years ago
  51. 60670b8 rbtree: place easiest case first in rb_erase() by Michel Lespinasse · 12 years ago
  52. 7abc704 rbtree: add __rb_change_child() helper function by Michel Lespinasse · 12 years ago
  53. 28d7530 rbtree test: fix sparse warning about 64-bit constant by Michel Lespinasse · 12 years ago
  54. 59633ab rbtree: optimize fetching of sibling node by Michel Lespinasse · 12 years ago
  55. 7ce6ff9 rbtree: coding style adjustments by Michel Lespinasse · 12 years ago
  56. 6280d23 rbtree: low level optimizations in __rb_erase_color() by Michel Lespinasse · 12 years ago
  57. e125d14 rbtree: optimize case selection logic in __rb_erase_color() by Michel Lespinasse · 12 years ago
  58. d6ff127 rbtree: adjust node color in __rb_erase_color() only when necessary by Michel Lespinasse · 12 years ago
  59. 5bc9188 rbtree: low level optimizations in rb_insert_color() by Michel Lespinasse · 12 years ago
  60. 6d58452 rbtree: adjust root color in rb_insert_color() only when necessary by Michel Lespinasse · 12 years ago
  61. 1f05286 rbtree: break out of rb_insert_color loop after tree rotation by Michel Lespinasse · 12 years ago
  62. 910a742 rbtree: performance and correctness test by Michel Lespinasse · 12 years ago
  63. bf7ad8e rbtree: move some implementation details from rbtree.h to rbtree.c by Michel Lespinasse · 12 years ago
  64. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  65. 9b2a60c Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option by Catalin Marinas · 12 years ago
  66. b69ec42 Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option by Catalin Marinas · 12 years ago
  67. e104599 MPILIB: Provide a function to read raw data into an MPI by David Howells · 12 years ago
  68. 42d5ec2 X.509: Add an ASN.1 decoder by David Howells · 12 years ago
  69. 4f73175 X.509: Add utility functions to render OIDs as strings by David Howells · 12 years ago
  70. a77ad6e X.509: Implement simple static OID registry by David Howells · 12 years ago
  71. 12f008b MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification by David Howells · 12 years ago
  72. aacf29b MPILIB: Provide count_leading/trailing_zeros() based on arch functions by David Howells · 12 years ago
  73. 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
  74. 33e2a42 lib/decompress.c add __init to decompress_method and data by Hein Tibosch · 12 years ago
  75. 8290e2d scatterlist: atomic sg_mapping_iter() no longer needs disabled IRQs by Tejun Heo · 12 years ago
  76. 17d7aac lib/plist.c: make plist test announcements KERN_DEBUG by Borislav Petkov · 12 years ago
  77. da99075 lib/vsprintf.c: improve standard conformance of sscanf() by Jan Beulich · 12 years ago
  78. 214f766 lib/spinlock_debug: avoid livelock in do_raw_spin_lock() by Vikram Mulukutla · 12 years ago
  79. ca279cf genalloc: make it possible to use a custom allocation algorithm by Benjamin Gaignard · 12 years ago
  80. e968756 lib/gcd.c: prevent possible div by 0 by Davidlohr Bueso · 12 years ago
  81. 8f1f66e lib/Kconfig.debug: adjust hard-lockup related Kconfig options by Jan Beulich · 12 years ago
  82. 77dd3b0 lib/parser.c: avoid overflow in match_number() by Alex Elder · 12 years ago
  83. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  84. 7c59154 lib/vsprintf: update documentation to cover all of %p[Mm][FR] by Andy Shevchenko · 12 years ago
  85. f400051 lib: vsprintf: fix broken comments by George Spelvin · 12 years ago
  86. cb239d0 lib: vsprintf: optimize put_dec_trunc8() by George Spelvin · 12 years ago
  87. 2359172 lib: vsprintf: optimize division by 10000 by George Spelvin · 12 years ago
  88. e49317d lib: vsprintf: optimize division by 10 for small integers by George Spelvin · 12 years ago
  89. 8f243af sections: fix const sections for crc32 table by Joe Mario · 12 years ago
  90. 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
  91. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  92. 759643c dma-debug: Remove local BUS_NOTIFY_UNBOUND_DRIVER define by Shuah Khan · 12 years ago
  93. d9a8074 Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  94. 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
  95. 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
  96. 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
  97. e645960 lib: Add early cpio decoder by H. Peter Anvin · 12 years ago
  98. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  99. 232f1b5 scatterlist: refactor the sg_nents by Maxim Levitsky · 12 years ago
  100. 2e48461 scatterlist: add sg_nents by Maxim Levitsky · 12 years ago