1. d3dd6b4 Merge branch 'linux-3.4.35' into rel-17 by Sachin Nikam · 13 years ago
  2. a8aa6d3 idr: fix a subtle bug in idr_get_next() by Tejun Heo · 13 years ago
  3. b0cc9fb digsig: Fix memory leakage in digsig_verify_rsa() by YOSHIFUJI Hideaki · 13 years ago
  4. 0f7ac9c lib: atomic64: Initialize locks statically to fix early users by Stephen Boyd · 13 years ago
  5. 7da2f89 MPI: Fix compilation on MIPS with GCC 4.4 and newer by Manuel Lauss · 13 years ago
  6. 47a48e8 kernel: Leave LESS_GCC_OPT off by default by Jeff Smith · 13 years ago
  7. 24d1745 genalloc: stop crashing the system when destroying a pool by Thadeu Lima de Souza Cascardo · 13 years ago
  8. 6d36a9d lib/gcd.c: prevent possible div by 0 by Davidlohr Bueso · 13 years ago
  9. dd81219 digsig: add hash size comparision on signature verification by Dmitry Kasatkin · 13 years ago
  10. 9ba0683 kernel: config: fix missing quote for LESS_GCC_OPT by Jong Kim · 13 years ago
  11. 5889936 lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table() by Mandeep Singh Baines · 13 years ago
  12. b9fd4fa scatterlist: add sg_alloc_table_from_pages function by Tomasz Stanislawski · 13 years ago
  13. 8024122 kernel: add Kbuild option for kernel optimization level by Richard Wiley · 13 years ago
  14. fac3a33 Merge commit 'v3.4.5' into android-t114-3.4-rebased by Varun Wadekar · 13 years ago
  15. 4f4bdae bql: Avoid possible inconsistent calculation. by Hiroaki SHIMODA · 13 years ago
  16. 1414a53 bql: Avoid unneeded limit decrement. by Hiroaki SHIMODA · 13 years ago
  17. 19d07e8 bql: Fix POSDIFF() to integer overflow aware. by Hiroaki SHIMODA · 13 years ago
  18. a71cc67 Merge commit 'v3.4.4' into android-tegra-nv-3.4 by Varun Wadekar · 13 years ago
  19. 5a32293 btree: fix tree corruption in btree_get_prev() by Roland Dreier · 13 years ago
  20. e6dca42 Merge commit 'v3.4.2' into android-tegra-nv-3.4 by Varun Wadekar · 13 years ago
  21. b642cb6 radix-tree: fix contiguous iterator by Konstantin Khlebnikov · 13 years ago
  22. 6889936 mpi: Avoid using freed pointer in mpi_lshift_limbs() by Jesper Juhl · 14 years ago
  23. b6df82f kobject: provide more diagnostic info for kobject_add_internal() failures by Dan Williams · 14 years ago
  24. 09c79b6 mpi: Avoid using freed pointer in mpi_lshift_limbs() by Jesper Juhl · 14 years ago
  25. 282029c kobject: provide more diagnostic info for kobject_add_internal() failures by Dan Williams · 14 years ago
  26. 97caf63 Merge branch '3.4-rc1' into android-tegra-nv-3.3-rebased by Varun Wadekar · 14 years ago
  27. 6b8212a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  28. 532bfc8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 14 years ago
  29. 82edb4b crc32: add help text for the algorithm select option by Darrick J. Wong · 14 years ago
  30. cebbd29 radix-tree: rewrite gang lookup using iterator by Konstantin Khlebnikov · 14 years ago
  31. 78c1d78 radix-tree: introduce bit-optimized iterator by Konstantin Khlebnikov · 14 years ago
  32. 38b9378 lib/cpumask.c: remove __any_online_cpu() by Srivatsa S. Bhat · 14 years ago
  33. 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 · 14 years ago
  34. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 14 years ago
  35. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 14 years ago
  36. fa453a6 Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 14 years ago
  37. 087fafd Introduce CONFIG_GENERIC_IO by Richard Weinberger · 14 years ago
  38. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  39. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 14 years ago
  40. 9c66412 Merge commit '5275e74' into after-upstream-android by Dan Willemsen · 14 years ago
  41. d3926dc lib: genalloc: Add API to allocate at specified addr. by Krishna Reddy · 14 years ago
  42. f1d38e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl by Linus Torvalds · 14 years ago
  43. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 14 years ago
  44. 5cde765 crc32: select an algorithm via Kconfig by Darrick J. Wong · 14 years ago
  45. 577eba9 crc32: add self-test code for crc32c by Darrick J. Wong · 14 years ago
  46. 46c5801 crc32: bolt on crc32c by Darrick J. Wong · 14 years ago
  47. 78dff41 crc32: add note about this patchset to crc32.c by Bob Pearson · 14 years ago
  48. 0292c49 crc32: optimize loop counter for x86 by Bob Pearson · 14 years ago
  49. 324eb0f crc32: add slice-by-8 algorithm to existing code by Bob Pearson · 14 years ago
  50. 9a1dbf6 crc32: make CRC_*_BITS definition correspond to actual bit counts by Bob Pearson · 14 years ago
  51. ce4320d crc32: fix mixing of endian-specific types by Bob Pearson · 14 years ago
  52. 60e58d5 crc32: miscellaneous cleanups by Bob Pearson · 14 years ago
  53. 3863ef3 crc32: simplify unit test code by Bob Pearson · 14 years ago
  54. fbedceb crc32: move long comment about crc32 fundamentals to Documentation/ by Bob Pearson · 14 years ago
  55. e30c7a8 crc32: remove two instances of trailing whitespaces by Bob Pearson · 14 years ago
  56. 97e834c prio_tree: introduce prio_set_parent() by Xiao Guangrong · 14 years ago
  57. 742245d prio_tree: simplify prio_tree_expand() by Xiao Guangrong · 14 years ago
  58. f35368d prio_tree: cleanup prio_tree_left()/prio_tree_right() by Xiao Guangrong · 14 years ago
  59. f42240d prio_tree: remove unnecessary code in prio_tree_replace by Xiao Guangrong · 14 years ago
  60. f43804b string: memchr_inv() speed improvements by Akinobu Mita · 14 years ago
  61. d314d74 nmi watchdog: do not use cpp symbol in Kconfig by Cong Wang · 14 years ago
  62. e335e3e locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage by Raghavendra K T · 14 years ago
  63. 9f7de82 idr: make idr_get_next() good for rcu_read_lock() by Hugh Dickins · 14 years ago
  64. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 14 years ago
  65. 4a52246 Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 14 years ago
  66. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  67. 5928a2b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 14 years ago
  68. c3eede8 lib: remove the second argument of k[un]map_atomic() by Cong Wang · 14 years ago
  69. 35239e2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  70. 930c514 dql: Fix undefined jiffies by Tom Herbert · 14 years ago
  71. 263a5c8 Merge 3.3-rc6 into driver-core-next by Greg Kroah-Hartman · 14 years ago
  72. 7b60a18 uevent: send events in correct order according to seqnum (v3) by Andrew Vagin · 14 years ago
  73. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 14 years ago
  74. 5756b76 vsprintf: make %pV handling compatible with kasprintf() by Jan Beulich · 14 years ago
  75. 9f78ff0 debugobjects: Fix selftest for static warnings by Stephen Boyd · 14 years ago
  76. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  77. 50af5ea bug.h: add include of it to various implicit C users by Paul Gortmaker · 14 years ago
  78. b116ee4 lib: fix implicit users of kernel.h for TAINT_WARN by Paul Gortmaker · 14 years ago
  79. fbd94b8 Merge commit 'v3.3-rc4' into android-3.3 by Colin Cross · 14 years ago
  80. a858af2 rcu: Print scheduling-clock information on RCU CPU stall-warning messages by Paul E. McKenney · 14 years ago
  81. 5c8806a rcu: Move RCU_TRACE to lib/Kconfig.debug by Paul E. McKenney · 14 years ago
  82. 180b4c8 Allow CONFIG_STACKTRACE to be enabled by itself. by Arve Hjønnevåg · 15 years ago
  83. 5f32908 watchdog: Update Kconfig entries by Fernando Luis Vázquez Cao · 14 years ago
  84. 690d137 Reduce the number of expensive division instructions done by _parse_integer() by David Howells · 14 years ago
  85. 95025d6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 14 years ago
  86. 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 · 14 years ago
  87. a99e7e5 lib: Fix 32-bit sparc udiv_qrnnd() definition in mpilib's longlong.h by David Miller · 14 years ago
  88. c6df4b1 lib: Fix multiple definitions of clz_tab by David Miller · 14 years ago
  89. 86f8bed lib/digsig: checks for NULL return value by Dmitry Kasatkin · 14 years ago
  90. 43b2c0a lib/mpi: added missing NULL check by Dmitry Kasatkin · 14 years ago
  91. a6d68ec lib/mpi: added comment on divide by 0 case by Dmitry Kasatkin · 14 years ago
  92. 4877e05 lib/mpi: check for possible zero length by Dmitry Kasatkin · 14 years ago
  93. b35e286 lib/digsig: pkcs_1_v1_5_decode_emsa cleanup by Dmitry Kasatkin · 14 years ago
  94. f58a081 lib/digsig: additional sanity checks against badly formated key payload by Dmitry Kasatkin · 14 years ago
  95. bc95eea lib/mpi: removed unused functions by Dmitry Kasatkin · 14 years ago
  96. e2fe85c lib/mpi: checks for zero divisor length by Dmitry Kasatkin · 14 years ago
  97. e87c5e3 lib/mpi: return error code on dividing by zero by Dmitry Kasatkin · 14 years ago
  98. 3cccd15 lib/mpi: replaced MPI_NULL with normal NULL by Dmitry Kasatkin · 14 years ago
  99. c70c471 lib/mpi: added missing NULL check by Dmitry Kasatkin · 14 years ago
  100. b923650 lib: add NO_GENERIC_PCI_IOPORT_MAP by Michael S. Tsirkin · 14 years ago