1. 9d7cca0 resource: add window support by Bjorn Helgaas · 14 years ago
  2. 0f4050c resource: add bus number support by Bjorn Helgaas · 14 years ago
  3. 4da0b66 vsprintf: move %pR resource printf_specs off the stack by Bjorn Helgaas · 14 years ago
  4. b89dc5d vsprintf: clarify comments for printf_spec flags by Bjorn Helgaas · 14 years ago
  5. ef0658f vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes by Joe Perches · 14 years ago
  6. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  7. 0159f24 lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian by Joe Perches · 14 years ago
  8. 3f47240 vsnprintf: fix reference for compressed ipv6 addresses by Uwe Kleine-König · 14 years ago
  9. c8e0006 lib: Kill bit-reversed FDDI MAC output case, it's bogus. by Joe Perches · 14 years ago
  10. bc7259a lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses by Joe Perches · 14 years ago
  11. 8a79503 lib/vsprintf.c: document more vsnprintf extensions by Uwe Kleine-König · 14 years ago
  12. 9ac6e44 lib/vsprintf.c: add %pU to print UUID/GUIDs by Joe Perches · 14 years ago
  13. e7d2860 tree-wide: convert open calls to remove spaces to skip_spaces() lib function by André Goddard Rosa · 14 years ago
  14. 922ac25 vsprintf: reuse almost identical simple_strtoulX() functions by André Goddard Rosa · 14 years ago
  15. c5484d7 vsprintf: factor out skip_space code in a separate function by André Goddard Rosa · 14 years ago
  16. d4be151 vsprintf: move local vars to block local vars and remove unneeded ones by André Goddard Rosa · 14 years ago
  17. b5ff992 vsprintf: reduce code size by avoiding extra check by André Goddard Rosa · 14 years ago
  18. 08562cb vsprintf: use TOLOWER whenever possible by André Goddard Rosa · 14 years ago
  19. 7b9186f vsprintf: give it some care to please checkpatch.pl by André Goddard Rosa · 14 years ago
  20. 6c35663 vsprintf: pre-calculate final string length for later use by André Goddard Rosa · 14 years ago
  21. 0f4f81d vsprintf: factorize "(null)" string by André Goddard Rosa · 14 years ago
  22. c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
  23. fd95541 vsprintf: add %pRt, %pRf to print struct resource details by Bjorn Helgaas · 15 years ago
  24. c91d337 vsprintf: add %pR support for IRQ and DMA resources by Bjorn Helgaas · 15 years ago
  25. 2840537 vsprintf: fix io/mem resource width by Bjorn Helgaas · 15 years ago
  26. 8fccae2 sscanf(): fix %*s%n by Andy Spencer · 15 years ago
  27. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  28. eb78cd2 lib/vsprintf.c: Avoid possible unaligned accesses in %pI6c by Joe Perches · 15 years ago
  29. 2f30b1f9 vsprintf: use WARN_ON_ONCE by Marcin Slusarz · 15 years ago
  30. 0efb4d2 vsnprintf: remove duplicate comment of vsnprintf by Steven Rostedt · 15 years ago
  31. 91adcd2 vsprintf: add %ps that is the same as %pS but is like %pf by Steven Rostedt · 15 years ago
  32. 8a27f7c lib/vsprintf.c: Add "%pI6c" - print pointer as compressed ipv6 address by Joe Perches · 15 years ago
  33. 0c8b946 vsprintf: introduce %pf format specifier by Frederic Weisbecker · 15 years ago
  34. a4e94ef printk: add support of hh length modifier for printk by Zhaolei · 15 years ago
  35. 022624a printk: fix wrong format string iter for printk by Zhaolei · 15 years ago
  36. ed681a9 vsprintf: unify the format decoding layer for its 3 users, cleanup by Vegard Nossum · 15 years ago
  37. adf26f8 fix regression from "vsprintf: unify the format decoding layer for its 3 users" by Vegard Nossum · 15 years ago
  38. 39e874f vsprintf: fix bug in negative value printing by Frederic Weisbecker · 15 years ago
  39. fef20d9 vsprintf: unify the format decoding layer for its 3 users by Frederic Weisbecker · 15 years ago
  40. 4370aa4 vsprintf: add binary printf by Lai Jiangshan · 15 years ago
  41. e899aa8 strict_strto* is not strict enough by Pavel Machek · 15 years ago
  42. d97106a Make %p print '(null)' for NULL pointers by Linus Torvalds · 15 years ago
  43. 411c41e aoe: remove private mac address format function by Harvey Harrison · 15 years ago
  44. b9ac998 printk: ipv4 address digits printed in reverse order by Harvey Harrison · 16 years ago
  45. 6b9a106 printk: remove %p6 format specifier, fix up comments by Harvey Harrison · 16 years ago
  46. 4aa9960 printk: add %I4, %I6, %i4, %i6 format specifiers by Harvey Harrison · 16 years ago
  47. 689afa7 printk: add %p6 format specifier for IPv6 addresses by Harvey Harrison · 16 years ago
  48. dd45c9c printk: add %pM format specifier for MAC addresses by Harvey Harrison · 16 years ago
  49. 332d2e7 Implement %pR to print struct resource content by Linus Torvalds · 16 years ago
  50. 9d85db2 lib: remove defining macros for strict_strto?? by Harvey Harrison · 16 years ago
  51. 22d2705 lib: trivial whitespace tidy by Harvey Harrison · 16 years ago
  52. aa46a63 lib: pull base-guessing logic to helper function by Harvey Harrison · 16 years ago
  53. 20036fd Add kerneldoc documentation for new printk format extensions by Andi Kleen · 16 years ago
  54. deac93d lib: Correct printk %pF to work on all architectures by James Bottomley · 16 years ago
  55. 29a6d39 lib/vsprintf.c: wrong conversion function used by Yi Yang · 16 years ago
  56. 0fe1ef2 vsprintf: add support for '%pS' and '%pF' pointer formats by Linus Torvalds · 16 years ago
  57. 4d8a743 vsprintf: add infrastructure support for extended '%p' specifiers by Linus Torvalds · 16 years ago
  58. 78a8bf6 vsprintf: split out '%p' handling logic by Linus Torvalds · 16 years ago
  59. 0f9bfa5 vsprintf: split out '%s' handling logic by Linus Torvalds · 16 years ago
  60. 4f9d5f4 lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param) by Hoang-Nam Nguyen · 16 years ago
  61. 9b706ae x86: trivial printk optimizations by Denys Vlasenko · 16 years ago
  62. 06b2a76 Add new string functions strict_strto* and convert kernel params to use them by Yi Yang · 16 years ago
  63. 96e3e18 lib: move kasprintf to a separate file by Sam Ravnborg · 17 years ago
  64. 4277eed vsprintf.c: optimizing, part 2: base 10 conversion speedup, v2 by Denis Vlasenko · 17 years ago
  65. b39a734 vsprintf.c: optimizing, part 1 (easy and obvious stuff) by Denis Vlasenko · 17 years ago
  66. c6b40d1 fix sscanf %n match at end of input string by Johannes Berg · 17 years ago
  67. 11443ec Add kvasprintf() by Jeremy Fitzhardinge · 17 years ago
  68. ea6f328 [PATCH] scnprintf(): fix a comment by Martin Peschke · 17 years ago
  69. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  70. 0a6047e Fix vsnprintf off-by-one bug by Linus Torvalds · 18 years ago
  71. e905914 [PATCH] Implement kasprintf by Jeremy Fitzhardinge · 18 years ago
  72. f796937 [PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL buffer by Jeremy Fitzhardinge · 18 years ago
  73. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  74. 8032230 [PATCH] %t... in vsnprintf by Al Viro · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago