aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vsprintf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+6
2018-10-25Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-108/+108
2018-10-24Merge tag 'docs-4.20' of git://git.lwn.net/linuxLinus Torvalds1-11/+9
2018-10-12doc: printk-formats: Remove bogus kobject references for device nodesGeert Uytterhoeven1-11/+9
2018-10-12lib/vsprintf: Hash printed address for netdev bits fallbackGeert Uytterhoeven1-5/+4
2018-10-12lib/vsprintf: Hash legacy clock addressesGeert Uytterhoeven1-1/+1
2018-10-12lib/vsprintf: Prepare for more general use of ptr_to_id()Geert Uytterhoeven1-103/+103
2018-10-12lib/vsprintf: Make ptr argument conts in ptr_to_id()Geert Uytterhoeven1-1/+2
2018-10-05vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointersSteven Rostedt (VMware)1-1/+1
2018-09-07vsprintf: print OF node name using full_nameRob Herring1-1/+6
2018-08-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-1/+26
2018-08-07lib/vsprintf: Do not handle %pO[^F] as %pxBart Van Assche1-0/+1
2018-07-17vsprintf: Add command line option debug_boot_weak_hashTobin C. Harding1-0/+17
2018-07-17vsprintf: Use hw RNG for ptr_keyTobin C. Harding1-1/+9
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-80/+53
2018-06-05Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18Petr Mladek1-3/+0
2018-06-05lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven1-3/+0
2018-05-16vsprintf: Replace memory barrier with static_key for random_ptr_key updateSteven Rostedt (VMware)1-11/+15
2018-04-18vsprintf: Tweak pF/pf commentSergey Senozhatsky1-8/+4
2018-04-11proc: add seq_put_decimal_ull_width to speed up /proc/pid/smapsAndrei Vagin1-4/+14
2018-04-11lib/vsprintf: Mark expected switch fall-throughAndy Shevchenko1-0/+3
2018-04-11lib/vsprintf: Replace space with '_' before crng is readyShunyong Yang1-1/+2
2018-04-11lib/vsprintf: Deduplicate pointer_string()Andy Shevchenko1-20/+7
2018-04-11lib/vsprintf: Move pointer_string() upperAndy Shevchenko1-14/+14
2018-04-11lib/vsprintf: Make flag_spec globalAndy Shevchenko1-13/+8
2018-04-11lib/vsprintf: Make strspec globalAndy Shevchenko1-12/+9
2018-04-11lib/vsprintf: Make dec_spec globalAndy Shevchenko1-12/+9
2018-04-06vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)Steven Rostedt (VMware)1-0/+4
2018-02-08vsprintf: avoid misleading "(null)" for %pxAdam Borowski1-1/+1
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-3/+2
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-13/+69
2018-01-23vsprintf: Do not have bprintf dereference pointersSteven Rostedt (VMware)1-13/+69
2018-01-09symbol lookup: introduce dereference_symbol_descriptor()Sergey Senozhatsky1-3/+2
2017-12-21vsprintf: Fix a dangling documentation referenceJonathan Corbet1-1/+1
2017-12-21doc: convert printk-formats.txt to rstTobin C. Harding1-1/+2
2017-11-29vsprintf: don't use 'restricted_pointer()' when not restrictingLinus Torvalds1-0/+2
2017-11-29vsprintf: add printk specifier %pxTobin C. Harding1-0/+18
2017-11-29printk: hash addresses printed with %pTobin C. Harding1-7/+74
2017-11-29vsprintf: refactor %pK code out of pointer()Tobin C. Harding1-43/+54
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+136
2017-06-27vsprintf: Add %p extension "%pOF" for device treePantelis Antoniou1-0/+136
2017-06-05uuid: rename uuid typesChristoph Hellwig1-2/+2
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches1-0/+3
2017-04-02kernel-api.rst: fix output of the vsnprintf() documentationmchehab@s-opensource.com1-3/+3
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-4/+4
2016-05-20lib/uuid.c: introduce a few more generic helpersAndy Shevchenko1-5/+4
2016-05-20lib/vsprintf: simplify UUID printingAndy Shevchenko1-8/+4
2016-03-17sscanf: implement basic character setsJessica Yu1-1/+58
2016-03-15mm, printk: introduce new format string for flagsVlastimil Babka1-0/+75