1. 4796dd2 vsprintf: fix %ps on non symbols when using kallsyms by Stephen Boyd · 12 years ago
  2. 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
  3. 1ac101a procfs: add num_to_str() to speed up /proc/stat by KAMEZAWA Hiroyuki · 12 years ago
  4. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  5. 5756b76 vsprintf: make %pV handling compatible with kasprintf() by Jan Beulich · 12 years ago
  6. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  7. 55036ba lib: rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  8. 1dff46d lib/kstrtox: common code between kstrto*() and simple_strto*() functions by Alexey Dobriyan · 13 years ago
  9. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  10. 75fb8f2 lib: make _tolower() public by Andy Shevchenko · 13 years ago
  11. f996f20 lib/vsprintf: replace link to Draft by final RFC number by Jan Engelhardt · 13 years ago
  12. 29cf519 vsprintf: Update %pI6c to not compress a single 0 by Joe Perches · 13 years ago
  13. d9be9b9 lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pV by Jan Beulich · 13 years ago
  14. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  15. 411f05f vsprintf: Turn kptr_restrict off by default by Ingo Molnar · 13 years ago
  16. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  17. ba1835e vsprintf: make comment about vs{n,cn,}printf more understandable by Uwe Kleine-König · 13 years ago
  18. 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
  19. 0f77a8d vsprintf: Introduce %pB format specifier by Namhyung Kim · 13 years ago
  20. 33ee3b2 kstrto*: converting strings to integers done (hopefully) right by Alexey Dobriyan · 13 years ago
  21. 9f36e2c printk: use %pK for /proc/kallsyms and /proc/modules by Kees Cook · 13 years ago
  22. 2629760 vsprintf: neaten %pK kptr_restrict, save a bit of code space by Joe Perches · 13 years ago
  23. b921c69 lib/vsprintf.c: fix vscnprintf() if @size is == 0 by Anton Arapov · 13 years ago
  24. 455cd5a kptr_restrict for hiding kernel pointers from unprivileged users by Dan Rosenberg · 13 years ago
  25. b903c0b lib: fix scnprintf() if @size is == 0 by Changli Gao · 14 years ago
  26. 5e05798 vsprintf.c: use default pointer field size for "(null)" strings by Joe Perches · 14 years ago
  27. 559b140 lib: vsprintf: useless strlen() removed by Michal Nazarewicz · 14 years ago
  28. 7db6f5f vsprintf: Recursive vsnprintf: Add "%pV", struct va_format by Joe Perches · 14 years ago
  29. cf3b429 vsprintf.c: use noinline_for_stack by Joe Perches · 14 years ago
  30. 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
  31. 98d5ce0 lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll) by Hans Verkuil · 14 years ago
  32. 4e310fd vsprintf: Change struct printf_spec.precision from s8 to s16 by Joe Perches · 14 years ago
  33. 9d7cca0 resource: add window support by Bjorn Helgaas · 14 years ago
  34. 0f4050c resource: add bus number support by Bjorn Helgaas · 14 years ago
  35. 4da0b66 vsprintf: move %pR resource printf_specs off the stack by Bjorn Helgaas · 14 years ago
  36. b89dc5d vsprintf: clarify comments for printf_spec flags by Bjorn Helgaas · 14 years ago
  37. ef0658f vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes by Joe Perches · 14 years ago
  38. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  39. 0159f24 lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian by Joe Perches · 14 years ago
  40. 3f47240 vsnprintf: fix reference for compressed ipv6 addresses by Uwe Kleine-König · 14 years ago
  41. c8e0006 lib: Kill bit-reversed FDDI MAC output case, it's bogus. by Joe Perches · 14 years ago
  42. bc7259a lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses by Joe Perches · 14 years ago
  43. 8a79503 lib/vsprintf.c: document more vsnprintf extensions by Uwe Kleine-König · 14 years ago
  44. 9ac6e44 lib/vsprintf.c: add %pU to print UUID/GUIDs by Joe Perches · 14 years ago
  45. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 14 years ago
  46. 922ac25 vsprintf: reuse almost identical simple_strtoulX() functions by André Goddard Rosa · 14 years ago
  47. c5484d7 vsprintf: factor out skip_space code in a separate function by André Goddard Rosa · 14 years ago
  48. d4be151 vsprintf: move local vars to block local vars and remove unneeded ones by André Goddard Rosa · 14 years ago
  49. b5ff992 vsprintf: reduce code size by avoiding extra check by André Goddard Rosa · 14 years ago
  50. 08562cb vsprintf: use TOLOWER whenever possible by André Goddard Rosa · 14 years ago
  51. 7b9186f vsprintf: give it some care to please checkpatch.pl by André Goddard Rosa · 14 years ago
  52. 6c35663 vsprintf: pre-calculate final string length for later use by André Goddard Rosa · 14 years ago
  53. 0f4f81d vsprintf: factorize "(null)" string by André Goddard Rosa · 14 years ago
  54. c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
  55. fd95541 vsprintf: add %pRt, %pRf to print struct resource details by Bjorn Helgaas · 15 years ago
  56. c91d337 vsprintf: add %pR support for IRQ and DMA resources by Bjorn Helgaas · 15 years ago
  57. 2840537 vsprintf: fix io/mem resource width by Bjorn Helgaas · 15 years ago
  58. 8fccae2 sscanf(): fix %*s%n by Andy Spencer · 15 years ago
  59. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  60. eb78cd2 lib/vsprintf.c: Avoid possible unaligned accesses in %pI6c by Joe Perches · 15 years ago
  61. 2f30b1f9 vsprintf: use WARN_ON_ONCE by Marcin Slusarz · 15 years ago
  62. 0efb4d2 vsnprintf: remove duplicate comment of vsnprintf by Steven Rostedt · 15 years ago
  63. 91adcd2 vsprintf: add %ps that is the same as %pS but is like %pf by Steven Rostedt · 15 years ago
  64. 8a27f7c lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address by Joe Perches · 15 years ago
  65. 0c8b946 vsprintf: introduce %pf format specifier by Frederic Weisbecker · 15 years ago
  66. a4e94ef printk: add support of hh length modifier for printk by Zhaolei · 15 years ago
  67. 022624a printk: fix wrong format string iter for printk by Zhaolei · 15 years ago
  68. ed681a9 vsprintf: unify the format decoding layer for its 3 users, cleanup by Vegard Nossum · 15 years ago
  69. adf26f8 fix regression from "vsprintf: unify the format decoding layer for its 3 users" by Vegard Nossum · 15 years ago
  70. 39e874f vsprintf: fix bug in negative value printing by Frederic Weisbecker · 15 years ago
  71. fef20d9 vsprintf: unify the format decoding layer for its 3 users by Frederic Weisbecker · 15 years ago
  72. 4370aa4 vsprintf: add binary printf by Lai Jiangshan · 15 years ago
  73. e899aa8 strict_strto* is not strict enough by Pavel Machek · 15 years ago
  74. d97106a Make %p print '(null)' for NULL pointers by Linus Torvalds · 15 years ago
  75. 411c41e aoe: remove private mac address format function by Harvey Harrison · 16 years ago
  76. b9ac998 printk: ipv4 address digits printed in reverse order by Harvey Harrison · 16 years ago
  77. 6b9a106 printk: remove %p6 format specifier, fix up comments by Harvey Harrison · 16 years ago
  78. 4aa9960 printk: add %I4, %I6, %i4, %i6 format specifiers by Harvey Harrison · 16 years ago
  79. 689afa7 printk: add %p6 format specifier for IPv6 addresses by Harvey Harrison · 16 years ago
  80. dd45c9c printk: add %pM format specifier for MAC addresses by Harvey Harrison · 16 years ago
  81. 332d2e7 Implement %pR to print struct resource content by Linus Torvalds · 16 years ago
  82. 9d85db2 lib: remove defining macros for strict_strto?? by Harvey Harrison · 16 years ago
  83. 22d2705 lib: trivial whitespace tidy by Harvey Harrison · 16 years ago
  84. aa46a63 lib: pull base-guessing logic to helper function by Harvey Harrison · 16 years ago
  85. 20036fd Add kerneldoc documentation for new printk format extensions by Andi Kleen · 16 years ago
  86. deac93d lib: Correct printk %pF to work on all architectures by James Bottomley · 16 years ago
  87. 29a6d39 lib/vsprintf.c: wrong conversion function used by Yi Yang · 16 years ago
  88. 0fe1ef2 vsprintf: add support for '%pS' and '%pF' pointer formats by Linus Torvalds · 16 years ago
  89. 4d8a743 vsprintf: add infrastructure support for extended '%p' specifiers by Linus Torvalds · 16 years ago
  90. 78a8bf6 vsprintf: split out '%p' handling logic by Linus Torvalds · 16 years ago
  91. 0f9bfa5 vsprintf: split out '%s' handling logic by Linus Torvalds · 16 years ago
  92. 4f9d5f4 lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param) by Hoang-Nam Nguyen · 16 years ago
  93. 9b706ae x86: trivial printk optimizations by Denys Vlasenko · 16 years ago
  94. 06b2a76 Add new string functions strict_strto* and convert kernel params to use them by Yi Yang · 16 years ago
  95. 96e3e18 lib: move kasprintf to a separate file by Sam Ravnborg · 17 years ago
  96. 4277eed vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2 by Denis Vlasenko · 17 years ago
  97. b39a734 vsprintf.c: optimizing, part 1 (easy and obvious stuff) by Denis Vlasenko · 17 years ago
  98. c6b40d1 fix sscanf %n match at end of input string by Johannes Berg · 17 years ago
  99. 11443ec Add kvasprintf() by Jeremy Fitzhardinge · 17 years ago
  100. ea6f328 [PATCH] scnprintf(): fix a comment by Martin Peschke · 17 years ago