Commit History

Author SHA1 Message Date
  Linus Torvalds 94df491c4a Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 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
  David S. Miller 51c24aaaca Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 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