Commit Graph

110 Commits (ebddc88e99f76ddae8c0a82e0461fc04d67d3da2)

Author SHA1 Message Date
Denys Vlasenko 133fd9f5cd vsprintf: further optimize decimal conversion 13 years ago
Grant Likely 725fe002d3 vsprintf: correctly handle width when '#' flag used in %#p format 13 years ago
Pierre Carrier 7c20342230 lib/vsprintf.c: "%#o",0 becomes '0' instead of '00' 13 years ago
Stephen Boyd 4796dd200d vsprintf: fix %ps on non symbols when using kallsyms 13 years ago
KAMEZAWA Hiroyuki 1ac101a5d6 procfs: add num_to_str() to speed up /proc/stat 13 years ago
Paul Gortmaker 8bc3bcc93a lib: reduce the use of module.h wherever possible 13 years ago
Jan Beulich 5756b76e4d vsprintf: make %pV handling compatible with kasprintf() 13 years ago
Michał Mirosław c8f44affb7 net: introduce and use netdev_features_t for device features sets 13 years ago
Andy Shevchenko 55036ba76b lib: rename pack_hex_byte() to hex_byte_pack() 13 years ago
Alexey Dobriyan 1dff46d698 lib/kstrtox: common code between kstrto*() and simple_strto*() functions 13 years ago
Andy Shevchenko 75fb8f2693 lib: make _tolower() public 14 years ago
Jan Engelhardt f996f20812 lib/vsprintf: replace link to Draft by final RFC number 14 years ago
Joe Perches 29cf519ee0 vsprintf: Update %pI6c to not compress a single 0 14 years ago
Jan Beulich d9be9b90d6 lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pV 14 years ago
Ingo Molnar 411f05f123 vsprintf: Turn kptr_restrict off by default 14 years ago
Uwe Kleine-König ba1835eb30 vsprintf: make comment about vs{n,cn,}printf more understandable 14 years ago
Namhyung Kim 0f77a8d378 vsprintf: Introduce %pB format specifier 14 years ago
Alexey Dobriyan 33ee3b2e2e kstrto*: converting strings to integers done (hopefully) right 14 years ago
Kees Cook 9f36e2c448 printk: use %pK for /proc/kallsyms and /proc/modules 14 years ago
Joe Perches 26297607e0 vsprintf: neaten %pK kptr_restrict, save a bit of code space 14 years ago
Anton Arapov b921c69fb2 lib/vsprintf.c: fix vscnprintf() if @size is == 0 14 years ago
Dan Rosenberg 455cd5ab30 kptr_restrict for hiding kernel pointers from unprivileged users 14 years ago
Changli Gao b903c0b889 lib: fix scnprintf() if @size is == 0 14 years ago
Joe Perches 5e05798128 vsprintf.c: use default pointer field size for "(null)" strings 14 years ago
Michal Nazarewicz 559b140a36 lib: vsprintf: useless strlen() removed 15 years ago
Joe Perches 7db6f5fb65 vsprintf: Recursive vsnprintf: Add "%pV", struct va_format 15 years ago
Joe Perches cf3b429b03 vsprintf.c: use noinline_for_stack 15 years ago
Alexey Dobriyan 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN 15 years ago
Hans Verkuil 98d5ce0d00 lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll) 15 years ago
Joe Perches 4e310fda91 vsprintf: Change struct printf_spec.precision from s8 to s16 15 years ago
Bjorn Helgaas 9d7cca0421 resource: add window support 15 years ago
Bjorn Helgaas 0f4050c7d3 resource: add bus number support 15 years ago
Bjorn Helgaas 4da0b66c6e vsprintf: move %pR resource printf_specs off the stack 15 years ago
Bjorn Helgaas b89dc5d6b0 vsprintf: clarify comments for printf_spec flags 15 years ago
Joe Perches ef0658f3de vsprintf.c: Reduce sizeof struct printf_spec from 24 to 8 bytes 15 years ago
Joe Perches 0159f24ee7 lib/vsprintf.c: Add IPV4 options %pI4[hnbl] for host, network, big and little endian 15 years ago
Uwe Kleine-König 3f4724027b vsnprintf: fix reference for compressed ipv6 addresses 15 years ago
Joe Perches c8e000604b lib: Kill bit-reversed FDDI MAC output case, it's bogus. 15 years ago
Joe Perches bc7259a2ce lib/vsprintf.c: Add %pMF to format FDDI bit reversed MAC addresses 15 years ago
Uwe Kleine-König 8a79503aa8 lib/vsprintf.c: document more vsnprintf extensions 15 years ago
Joe Perches 9ac6e44ee5 lib/vsprintf.c: add %pU to print UUID/GUIDs 15 years ago
André Goddard Rosa e7d2860b69 tree-wide: convert open calls to remove spaces to skip_spaces() lib function 15 years ago
André Goddard Rosa 922ac25c9f vsprintf: reuse almost identical simple_strtoulX() functions 15 years ago
André Goddard Rosa c5484d7c0a vsprintf: factor out skip_space code in a separate function 15 years ago
André Goddard Rosa d4be151b21 vsprintf: move local vars to block local vars and remove unneeded ones 15 years ago
André Goddard Rosa b5ff992b09 vsprintf: reduce code size by avoiding extra check 15 years ago
André Goddard Rosa 08562cb27d vsprintf: use TOLOWER whenever possible 15 years ago
André Goddard Rosa 7b9186f5eb vsprintf: give it some care to please checkpatch.pl 15 years ago
André Goddard Rosa 6c35663411 vsprintf: pre-calculate final string length for later use 15 years ago
André Goddard Rosa 0f4f81dce9 vsprintf: factorize "(null)" string 15 years ago