| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge branch 'for-5.13-vsprintf-pgp' into for-linus | Petr Mladek | 2021-04-27 | 1 | -5/+61 |
|\ \ \ |
|
| * | | | vsprintf: dump full information of page flags in pGp | Yafang Shao | 2021-03-19 | 1 | -5/+61 |
| |/ / |
|
* | | | lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf() | Rasmus Villemoes | 2021-04-23 | 1 | -2/+0 |
* | | | printk: clarify the documentation for plain pointer printing | Vlastimil Babka | 2021-04-07 | 1 | -2/+5 |
* | | | lib/vsprintf: do not show no_hash_pointers message multiple times | Marco Elver | 2021-03-19 | 1 | -0/+3 |
|/ / |
|
* / | lib/vsprintf: no_hash_pointers prints all addresses as unhashed | Timur Tabi | 2021-02-15 | 1 | -2/+34 |
|/ |
|
* | lib: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2020-11-19 | 1 | -0/+1 |
* | Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" | Nick Desaulniers | 2020-11-18 | 1 | -7/+7 |
* | vsprintf: use bd_partno in bdev_name | Christoph Hellwig | 2020-09-25 | 1 | -2/+2 |
* | lib: Revert use of fallthrough pseudo-keyword in lib/ | Gustavo A. R. Silva | 2020-08-24 | 1 | -7/+7 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -7/+8 |
* | lib/vsprintf: Force type of flags value for gfp_t | Andy Shevchenko | 2020-08-01 | 1 | -1/+1 |
* | lib/vsprintf: Replace custom spec to print decimals with generic one | Andy Shevchenko | 2020-08-01 | 1 | -7/+1 |
* | lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert() | Andy Shevchenko | 2020-08-01 | 1 | -1/+4 |
* | Replace HTTP links with HTTPS ones: vsprintf | Alexander A. Klimov | 2020-07-03 | 1 | -1/+1 |
* | Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2020-06-01 | 1 | -6/+33 |
|\ |
|
| * | Merge branch 'for-5.8-printf-time64_t' into for-linus | Petr Mladek | 2020-06-01 | 1 | -2/+29 |
| |\ |
|
| | * | lib/vsprintf: Print time64_t in human readable format | Andy Shevchenko | 2020-05-20 | 1 | -2/+29 |
| * | | lib/vsprintf: update comment about simple_strto<foo>() functions | Andy Shevchenko | 2020-02-28 | 1 | -4/+4 |
| |/ |
|
* | | vsprintf: don't obfuscate NULL and error pointers | Ilya Dryomov | 2020-05-19 | 1 | -0/+7 |
* | | bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier | Daniel Borkmann | 2020-05-15 | 1 | -0/+12 |
|/ |
|
* | rss_stat: add support to detect RSS updates of external mm | Joel Fernandes (Google) | 2019-12-01 | 1 | -11/+29 |
* | Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2019-11-26 | 1 | -37/+56 |
|\ |
|
| * | lib/vsprintf: Add %pfw conversion specifier for printing fwnode names | Sakari Ailus | 2019-10-11 | 1 | -0/+36 |
| * | lib/vsprintf: OF nodes are first and foremost, struct device_nodes | Sakari Ailus | 2019-10-11 | 1 | -12/+4 |
| * | lib/vsprintf: Make use of fwnode API to obtain node names and separators | Sakari Ailus | 2019-10-11 | 1 | -22/+17 |
| * | lib/vsprintf: Add a note on re-using %pf or %pF | Sakari Ailus | 2019-10-11 | 1 | -0/+2 |
| * | lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps | Sakari Ailus | 2019-10-11 | 1 | -8/+2 |
* | | printf: add support for printing symbolic error names | Rasmus Villemoes | 2019-10-17 | 1 | -0/+27 |
|/ |
|
* | vsprintf: Prevent crash when dereferencing invalid pointers for %pD | Jia He | 2019-08-15 | 1 | -3/+10 |
* | Merge tag 'printk-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-07-09 | 1 | -2/+2 |
|\ |
|
| * | lib/vsprintf: Reinstate printing of legacy clock IDs | Geert Uytterhoeven | 2019-07-04 | 1 | -1/+1 |
| * | vsprintf: fix data type of variable in string_nocheck() | Youngmin Nam | 2019-06-12 | 1 | -1/+1 |
* | | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | vsprintf: Do not break early boot with probing addresses | Petr Mladek | 2019-05-10 | 1 | -7/+4 |
* | lib/vsprintf: Make function pointer_string static | YueHaibing | 2019-04-29 | 1 | -2/+3 |
* | vsprintf: Limit the length of inlined error messages | Petr Mladek | 2019-04-26 | 1 | -12/+27 |
* | vsprintf: Avoid confusion between invalid address and value | Petr Mladek | 2019-04-26 | 1 | -1/+1 |
* | vsprintf: Prevent crash when dereferencing invalid pointers | Petr Mladek | 2019-04-26 | 1 | -35/+101 |
* | vsprintf: Consolidate handling of unknown pointer specifiers | Petr Mladek | 2019-04-26 | 1 | -11/+17 |
* | vsprintf: Factor out %pO handler as kobject_string() | Petr Mladek | 2019-04-26 | 1 | -5/+12 |
* | vsprintf: Factor out %pV handler as va_format() | Petr Mladek | 2019-04-26 | 1 | -9/+12 |
* | vsprintf: Factor out %p[iI] handler as ip_addr_string() | Petr Mladek | 2019-04-26 | 1 | -22/+30 |
* | vsprintf: Do not check address of well-known strings | Petr Mladek | 2019-04-26 | 1 | -37/+44 |
* | vsprintf: Consistent %pK handling for kptr_restrict == 0 | Petr Mladek | 2019-04-26 | 1 | -4/+2 |
* | vsprintf: Shuffle restricted_pointer() | Petr Mladek | 2019-04-26 | 1 | -49/+49 |
* | Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2019-03-09 | 1 | -1/+0 |
|\ |
|
| * | lib/vsprintf: Remove %pCr remnant in comment | Geert Uytterhoeven | 2019-02-28 | 1 | -1/+0 |
* | | lib/vsprintf.c: move sizeof(struct printf_spec) next to its definition | Rasmus Villemoes | 2019-03-07 | 1 | -2/+3 |
* | | lib/vsprintf: Print time and date in human readable format via %pt | Andy Shevchenko | 2018-12-10 | 1 | -0/+100 |