1. 462e471 simple_strto*: annotate function as obsolete by Eldad Zack · 11 years ago
  2. 5380975 sscanf: don't ignore field widths for numeric conversions by Jan Beulich · 11 years ago
  3. ef12496 lib/vsprintf.c: fix handling of %zd when using ssize_t by Jason Gunthorpe · 11 years ago
  4. da99075 lib/vsprintf.c: improve standard conformance of sscanf() by Jan Beulich · 12 years ago
  5. 7c59154 lib/vsprintf: update documentation to cover all of %p[Mm][FR] by Andy Shevchenko · 12 years ago
  6. f400051 lib: vsprintf: fix broken comments by George Spelvin · 12 years ago
  7. cb239d0 lib: vsprintf: optimize put_dec_trunc8() by George Spelvin · 12 years ago
  8. 2359172 lib: vsprintf: optimize division by 10000 by George Spelvin · 12 years ago
  9. e49317d lib: vsprintf: optimize division by 10 for small integers by George Spelvin · 12 years ago
  10. 31550a1 vsprintf: add support of '%*ph[CDN]' by Andy Shevchenko · 12 years ago
  11. 3715c530 lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q) by Dan Rosenberg · 12 years ago
  12. 80f548e lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when adding printk formats by Andrew Morton · 12 years ago
  13. 76597ff9 vsprintf: add %pMR for Bluetooth MAC address by Andrei Emeltchenko · 12 years ago
  14. 133fd9f vsprintf: further optimize decimal conversion by Denys Vlasenko · 12 years ago
  15. 725fe00 vsprintf: correctly handle width when '#' flag used in %#p format by Grant Likely · 12 years ago
  16. 7c20342 lib/vsprintf.c: "%#o",0 becomes '0' instead of '00' by Pierre Carrier · 12 years ago
  17. 4796dd2 vsprintf: fix %ps on non symbols when using kallsyms by Stephen Boyd · 12 years ago
  18. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  19. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 12 years ago
  20. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  21. 5756b76 vsprintf: make %pV handling compatible with kasprintf() by Jan Beulich · 12 years ago
  22. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  23. 55036ba lib: rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  24. 1dff46d lib/kstrtox: common code between kstrto*() and simple_strto*() functions by Alexey Dobriyan · 13 years ago
  25. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  26. 75fb8f2 lib: make _tolower() public by Andy Shevchenko · 13 years ago
  27. f996f20 lib/vsprintf: replace link to Draft by final RFC number by Jan Engelhardt · 13 years ago
  28. 29cf519 vsprintf: Update %pI6c to not compress a single 0 by Joe Perches · 13 years ago
  29. d9be9b9 lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pV by Jan Beulich · 13 years ago
  30. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  31. 411f05f vsprintf: Turn kptr_restrict off by default by Ingo Molnar · 13 years ago
  32. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  33. ba1835e vsprintf: make comment about vs{n,cn,}printf more understandable by Uwe Kleine-König · 13 years ago
  34. 94df491 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  35. 0f77a8d vsprintf: Introduce %pB format specifier by Namhyung Kim · 13 years ago
  36. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 13 years ago
  37. 9f36e2c printk: use %pK for /proc/kallsyms and /proc/modules by Kees Cook · 13 years ago
  38. 2629760 vsprintf: neaten %pK kptr_restrict, save a bit of code space by Joe Perches · 13 years ago
  39. b921c69 lib/vsprintf.c: fix vscnprintf() if @size is == 0 by Anton Arapov · 13 years ago
  40. 455cd5a kptr_restrict for hiding kernel pointers from unprivileged users by Dan Rosenberg · 13 years ago
  41. b903c0b lib: fix scnprintf() if @size is == 0 by Changli Gao · 14 years ago
  42. 5e05798 vsprintf.c: use default pointer field size for "(null)" strings by Joe Perches · 14 years ago
  43. 559b140 lib: vsprintf: useless strlen() removed by Michal Nazarewicz · 14 years ago
  44. 7db6f5f vsprintf: Recursive vsnprintf: Add "%pV", struct va_format by Joe Perches · 14 years ago
  45. cf3b429 vsprintf.c: use noinline_for_stack by Joe Perches · 14 years ago
  46. 4be929b kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN by Alexey Dobriyan · 14 years ago
  47. 98d5ce0 lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll) by Hans Verkuil · 14 years ago
  48. 4e310fd vsprintf: Change struct printf_spec.precision from s8 to s16 by Joe Perches · 14 years ago
  49. 9d7cca0 resource: add window support by Bjorn Helgaas · 14 years ago
  50. 0f4050c resource: add bus number support by Bjorn Helgaas · 14 years ago
  51. 4da0b66 vsprintf: move %pR resource printf_specs off the stack by Bjorn Helgaas · 14 years ago
  52. b89dc5d vsprintf: clarify comments for printf_spec flags by Bjorn Helgaas · 14 years ago
  53. ef0658f vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes by Joe Perches · 14 years ago
  54. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  55. 0159f24 lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian by Joe Perches · 14 years ago
  56. 3f47240 vsnprintf: fix reference for compressed ipv6 addresses by Uwe Kleine-König · 14 years ago
  57. c8e0006 lib: Kill bit-reversed FDDI MAC output case, it's bogus. by Joe Perches · 14 years ago
  58. bc7259a lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses by Joe Perches · 14 years ago
  59. 8a79503 lib/vsprintf.c: document more vsnprintf extensions by Uwe Kleine-König · 14 years ago
  60. 9ac6e44 lib/vsprintf.c: add %pU to print UUID/GUIDs by Joe Perches · 14 years ago
  61. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 14 years ago
  62. 922ac25 vsprintf: reuse almost identical simple_strtoulX() functions by André Goddard Rosa · 14 years ago
  63. c5484d7 vsprintf: factor out skip_space code in a separate function by André Goddard Rosa · 14 years ago
  64. d4be151 vsprintf: move local vars to block local vars and remove unneeded ones by André Goddard Rosa · 14 years ago
  65. b5ff992 vsprintf: reduce code size by avoiding extra check by André Goddard Rosa · 14 years ago
  66. 08562cb vsprintf: use TOLOWER whenever possible by André Goddard Rosa · 14 years ago
  67. 7b9186f vsprintf: give it some care to please checkpatch.pl by André Goddard Rosa · 14 years ago
  68. 6c35663 vsprintf: pre-calculate final string length for later use by André Goddard Rosa · 14 years ago
  69. 0f4f81d vsprintf: factorize "(null)" string by André Goddard Rosa · 14 years ago
  70. c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
  71. fd95541 vsprintf: add %pRt, %pRf to print struct resource details by Bjorn Helgaas · 15 years ago
  72. c91d337 vsprintf: add %pR support for IRQ and DMA resources by Bjorn Helgaas · 15 years ago
  73. 2840537 vsprintf: fix io/mem resource width by Bjorn Helgaas · 15 years ago
  74. 8fccae2 sscanf(): fix %*s%n by Andy Spencer · 15 years ago
  75. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  76. eb78cd2 lib/vsprintf.c: Avoid possible unaligned accesses in %pI6c by Joe Perches · 15 years ago
  77. 2f30b1f9 vsprintf: use WARN_ON_ONCE by Marcin Slusarz · 15 years ago
  78. 0efb4d2 vsnprintf: remove duplicate comment of vsnprintf by Steven Rostedt · 15 years ago
  79. 91adcd2 vsprintf: add %ps that is the same as %pS but is like %pf by Steven Rostedt · 15 years ago
  80. 8a27f7c lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address by Joe Perches · 15 years ago
  81. 0c8b946 vsprintf: introduce %pf format specifier by Frederic Weisbecker · 15 years ago
  82. a4e94ef printk: add support of hh length modifier for printk by Zhaolei · 15 years ago
  83. 022624a printk: fix wrong format string iter for printk by Zhaolei · 15 years ago
  84. ed681a9 vsprintf: unify the format decoding layer for its 3 users, cleanup by Vegard Nossum · 15 years ago
  85. adf26f8 fix regression from "vsprintf: unify the format decoding layer for its 3 users" by Vegard Nossum · 15 years ago
  86. 39e874f vsprintf: fix bug in negative value printing by Frederic Weisbecker · 15 years ago
  87. fef20d9 vsprintf: unify the format decoding layer for its 3 users by Frederic Weisbecker · 15 years ago
  88. 4370aa4 vsprintf: add binary printf by Lai Jiangshan · 15 years ago
  89. e899aa8 strict_strto* is not strict enough by Pavel Machek · 15 years ago
  90. d97106a Make %p print '(null)' for NULL pointers by Linus Torvalds · 15 years ago
  91. 411c41e aoe: remove private mac address format function by Harvey Harrison · 16 years ago
  92. b9ac998 printk: ipv4 address digits printed in reverse order by Harvey Harrison · 16 years ago
  93. 6b9a106 printk: remove %p6 format specifier, fix up comments by Harvey Harrison · 16 years ago
  94. 4aa9960 printk: add %I4, %I6, %i4, %i6 format specifiers by Harvey Harrison · 16 years ago
  95. 689afa7 printk: add %p6 format specifier for IPv6 addresses by Harvey Harrison · 16 years ago
  96. dd45c9c printk: add %pM format specifier for MAC addresses by Harvey Harrison · 16 years ago
  97. 332d2e7 Implement %pR to print struct resource content by Linus Torvalds · 16 years ago
  98. 9d85db2 lib: remove defining macros for strict_strto?? by Harvey Harrison · 16 years ago
  99. 22d2705 lib: trivial whitespace tidy by Harvey Harrison · 16 years ago
  100. aa46a63 lib: pull base-guessing logic to helper function by Harvey Harrison · 16 years ago