1. 3689f9f Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux by Linus Torvalds · 3 years ago
  2. 15325b4 vsprintf: rework bitmap_list_string by Yury Norov · 3 years, 4 months ago
  3. 52e68cd vsprintf: Use non-atomic bitmap API when applicable by Christophe JAILLET · 3 years, 1 month ago
  4. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  5. 839b395 lib: uninline simple_strntoull() as well by Alexey Dobriyan · 3 years, 2 months ago
  6. 40e64a8 Merge branch 'for-5.16-vsprintf-pgp' into for-linus by Petr Mladek · 3 years, 2 months ago
  7. 24a1dff lib/vsprintf.c: Amend static asserts for format specifier flags by Andy Shevchenko · 3 years, 2 months ago
  8. 23efd08 vsprintf: Make %pGp print the hex value by Matthew Wilcox (Oracle) · 3 years, 2 months ago
  9. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  10. 41c961b mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1) by Muchun Song · 3 years, 4 months ago
  11. c0891ac isystem: ship and use stdarg.h by Alexey Dobriyan · 3 years, 5 months ago
  12. 9294523 module: add printk formats to add module build ID to stacktraces by Stephen Boyd · 3 years, 6 months ago
  13. 9dbbc3b lib: fix spelling mistakes by Zhen Lei · 3 years, 6 months ago
  14. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  15. ad65dce lib: uninline simple_strtoull() by Alexey Dobriyan · 3 years, 6 months ago
  16. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  17. e563592 Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 6 months ago
  18. 7927029 slub: force on no_hash_pointers when slub_debug is enabled by Stephen Boyd · 3 years, 6 months ago
  19. d8c0321 Merge branch 'for-5.14-vsprintf-scanf' into for-linus by Petr Mladek · 3 years, 6 months ago
  20. 900fdc4 lib: vsprintf: Fix handling of number field widths in vsscanf by Richard Fitzgerald · 3 years, 8 months ago
  21. 11b3dda lib: vsprintf: scanf: Negative number must have field width > 1 by Richard Fitzgerald · 3 years, 8 months ago
  22. 20bc8c1 lib/vsprintf: Allow to override ISO 8601 date and time separator by Andy Shevchenko · 3 years, 8 months ago
  23. 68a32ba Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 8 months ago
  24. da34b03 Merge branch 'for-5.13-vsprintf-pgp' into for-linus by Petr Mladek · 3 years, 8 months ago
  25. 84696cf lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf() by Rasmus Villemoes · 3 years, 8 months ago
  26. a48849e printk: clarify the documentation for plain pointer printing by Vlastimil Babka · 3 years, 10 months ago
  27. c244297 vsprintf: dump full information of page flags in pGp by Yafang Shao · 3 years, 9 months ago
  28. 9f961c2 lib/vsprintf: do not show no_hash_pointers message multiple times by Marco Elver · 3 years, 10 months ago
  29. 51c3b91 Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 10 months ago
  30. af612e4 lib/vsprintf: Add support for printing V4L2 and DRM fourccs by Sakari Ailus · 3 years, 10 months ago
  31. 5ead723 lib/vsprintf: no_hash_pointers prints all addresses as unhashed by Timur Tabi · 3 years, 11 months ago
  32. 36f9ff9 lib: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  33. 4c1ca83 Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" by Nick Desaulniers · 4 years, 1 month ago
  34. 700cd59 vsprintf: use bd_partno in bdev_name by Christoph Hellwig · 4 years, 4 months ago
  35. 6a9dc5f lib: Revert use of fallthrough pseudo-keyword in lib/ by Gustavo A. R. Silva · 4 years, 4 months ago
  36. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  37. 30d497a lib/vsprintf: Force type of flags value for gfp_t by Andy Shevchenko · 4 years, 5 months ago
  38. 09ceb8d lib/vsprintf: Replace custom spec to print decimals with generic one by Andy Shevchenko · 4 years, 5 months ago
  39. b886690 lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert() by Andy Shevchenko · 4 years, 5 months ago
  40. 8eda94b Replace HTTP links with HTTPS ones: vsprintf by Alexander A. Klimov · 4 years, 6 months ago
  41. ca1f5df Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 7 months ago
  42. 8b390ab Merge branch 'for-5.8-printf-time64_t' into for-linus by Petr Mladek · 4 years, 7 months ago
  43. 7daac5b lib/vsprintf: Print time64_t in human readable format by Andy Shevchenko · 4 years, 9 months ago
  44. 7bd57fb vsprintf: don't obfuscate NULL and error pointers by Ilya Dryomov · 4 years, 7 months ago
  45. b2a5212 bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier by Daniel Borkmann · 4 years, 8 months ago
  46. e8cc2b9 lib/vsprintf: update comment about simple_strto<foo>() functions by Andy Shevchenko · 4 years, 10 months ago
  47. e4dcad2 rss_stat: add support to detect RSS updates of external mm by Joel Fernandes (Google) · 5 years ago
  48. 361b0d2 Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 5 years ago
  49. 57f5677 printf: add support for printing symbolic error names by Rasmus Villemoes · 5 years ago
  50. 3bd32d6 lib/vsprintf: Add %pfw conversion specifier for printing fwnode names by Sakari Ailus · 5 years ago
  51. 83abc5a lib/vsprintf: OF nodes are first and foremost, struct device_nodes by Sakari Ailus · 5 years ago
  52. a92eb76 lib/vsprintf: Make use of fwnode API to obtain node names and separators by Sakari Ailus · 5 years ago
  53. 1586c5a lib/vsprintf: Add a note on re-using %pf or %pF by Sakari Ailus · 5 years ago
  54. 9af7706 lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps by Sakari Ailus · 5 years ago
  55. 36594b3 vsprintf: Prevent crash when dereferencing invalid pointers for %pD by Jia He · 5 years ago
  56. 7011b7e Merge tag 'printk-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 5 years ago
  57. 4ca96aa lib/vsprintf: Reinstate printing of legacy clock IDs by Geert Uytterhoeven · 5 years ago
  58. b314dd4 vsprintf: fix data type of variable in string_nocheck() by Youngmin Nam · 6 years ago
  59. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  60. 2ac5a3b vsprintf: Do not break early boot with probing addresses by Petr Mladek · 6 years ago
  61. ce9d3ec lib/vsprintf: Make function pointer_string static by YueHaibing · 6 years ago
  62. c8c3b58 vsprintf: Limit the length of inlined error messages by Petr Mladek · 6 years ago
  63. 635720a vsprintf: Avoid confusion between invalid address and value by Petr Mladek · 6 years ago
  64. 3e5903e vsprintf: Prevent crash when dereferencing invalid pointers by Petr Mladek · 6 years ago
  65. 0b74d4d vsprintf: Consolidate handling of unknown pointer specifiers by Petr Mladek · 6 years ago
  66. 798cc27 vsprintf: Factor out %pO handler as kobject_string() by Petr Mladek · 6 years ago
  67. 45c3e93 vsprintf: Factor out %pV handler as va_format() by Petr Mladek · 6 years ago
  68. f00cc10 vsprintf: Factor out %p[iI] handler as ip_addr_string() by Petr Mladek · 6 years ago
  69. d529ac4 vsprintf: Do not check address of well-known strings by Petr Mladek · 6 years ago
  70. 1ac2f97 vsprintf: Consistent %pK handling for kptr_restrict == 0 by Petr Mladek · 6 years ago
  71. 6eea242 vsprintf: Shuffle restricted_pointer() by Petr Mladek · 6 years ago
  72. c4703ac Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  73. ef27ac1 lib/vsprintf.c: move sizeof(struct printf_spec) next to its definition by Rasmus Villemoes · 6 years ago
  74. b607066 lib/vsprintf: Remove %pCr remnant in comment by Geert Uytterhoeven · 6 years ago
  75. 4d42c44 lib/vsprintf: Print time and date in human readable format via %pt by Andy Shevchenko · 6 years ago
  76. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  77. a67eefa Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  78. 01aa9d5 Merge tag 'docs-4.20' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  79. 94ac8f2 doc: printk-formats: Remove bogus kobject references for device nodes by Geert Uytterhoeven · 6 years ago
  80. 431bca2 lib/vsprintf: Hash printed address for netdev bits fallback by Geert Uytterhoeven · 6 years ago
  81. ec12bc2 lib/vsprintf: Hash legacy clock addresses by Geert Uytterhoeven · 6 years ago
  82. 9073dac lib/vsprintf: Prepare for more general use of ptr_to_id() by Geert Uytterhoeven · 6 years ago
  83. f31b224 lib/vsprintf: Make ptr argument conts in ptr_to_id() by Geert Uytterhoeven · 6 years ago
  84. 6216560 vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers by Steven Rostedt (VMware) · 6 years ago
  85. 6d0a70a vsprintf: print OF node name using full_name by Rob Herring · 6 years ago
  86. 99a2c78 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 6 years ago
  87. 554ec50 lib/vsprintf: Do not handle %pO[^F] as %px by Bart Van Assche · 6 years ago
  88. 3672476 vsprintf: Add command line option debug_boot_weak_hash by Tobin C. Harding · 7 years ago
  89. 1c4facb vsprintf: Use hw RNG for ptr_key by Tobin C. Harding · 7 years ago
  90. d75ae5b Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  91. 8bafa2a Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18 by Petr Mladek · 7 years ago
  92. 666902e lib/vsprintf: Remove atomic-unsafe support for %pCr by Geert Uytterhoeven · 7 years ago
  93. 85f4f12 vsprintf: Replace memory barrier with static_key for random_ptr_key update by Steven Rostedt (VMware) · 7 years ago
  94. cdb7e52 vsprintf: Tweak pF/pf comment by Sergey Senozhatsky · 7 years ago
  95. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  96. 7e6bd6f lib/vsprintf: Mark expected switch fall-through by Andy Shevchenko · 7 years ago
  97. 91efafb lib/vsprintf: Replace space with '_' before crng is ready by Shunyong Yang · 7 years ago
  98. 496a9a5 lib/vsprintf: Deduplicate pointer_string() by Andy Shevchenko · 7 years ago
  99. 558594f lib/vsprintf: Move pointer_string() upper by Andy Shevchenko · 7 years ago
  100. 5443397 lib/vsprintf: Make flag_spec global by Andy Shevchenko · 7 years ago