VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-07-14
lib: vsprintf: Fix handling of number field widths in vsscanf
Richard Fitzgerald
2021-04-28
Merge tag 'drm-next-2021-04-28' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2021-04-27
Merge branch 'for-5.13-vsprintf-pgp' into for-linus
Petr Mladek
2021-04-23
lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()
Rasmus Villemoes
2021-04-07
printk: clarify the documentation for plain pointer printing
Vlastimil Babka
2021-03-19
vsprintf: dump full information of page flags in pGp
Yafang Shao
2021-03-19
lib/vsprintf: do not show no_hash_pointers message multiple times
Marco Elver
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
2021-02-17
lib/vsprintf: Add support for printing V4L2 and DRM fourccs
Sakari Ailus
2021-02-15
lib/vsprintf: no_hash_pointers prints all addresses as unhashed
Timur Tabi
2020-11-19
lib: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-18
Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"
Nick Desaulniers
2020-09-25
vsprintf: use bd_partno in bdev_name
Christoph Hellwig
2020-08-24
lib: Revert use of fallthrough pseudo-keyword in lib/
Gustavo A. R. Silva
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-01
lib/vsprintf: Force type of flags value for gfp_t
Andy Shevchenko
2020-08-01
lib/vsprintf: Replace custom spec to print decimals with generic one
Andy Shevchenko
2020-08-01
lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()
Andy Shevchenko
2020-07-03
Replace HTTP links with HTTPS ones: vsprintf
Alexander A. Klimov
2020-06-01
Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
2020-06-01
Merge branch 'for-5.8-printf-time64_t' into for-linus
Petr Mladek
2020-05-20
lib/vsprintf: Print time64_t in human readable format
Andy Shevchenko
2020-05-19
vsprintf: don't obfuscate NULL and error pointers
Ilya Dryomov
2020-05-15
bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifier
Daniel Borkmann
2020-02-28
lib/vsprintf: update comment about simple_strto() functions
Andy Shevchenko
2019-12-01
rss_stat: add support to detect RSS updates of external mm
Joel Fernandes (Google)
2019-11-26
Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2019-10-17
printf: add support for printing symbolic error names
Rasmus Villemoes
2019-10-11
lib/vsprintf: Add %pfw conversion specifier for printing fwnode names
Sakari Ailus
2019-10-11
lib/vsprintf: OF nodes are first and foremost, struct device_nodes
Sakari Ailus
2019-10-11
lib/vsprintf: Make use of fwnode API to obtain node names and separators
Sakari Ailus
2019-10-11
lib/vsprintf: Add a note on re-using %pf or %pF
Sakari Ailus
2019-10-11
lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
Sakari Ailus
2019-08-15
vsprintf: Prevent crash when dereferencing invalid pointers for %pD
Jia He
2019-07-09
Merge tag 'printk-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
2019-07-04
lib/vsprintf: Reinstate printing of legacy clock IDs
Geert Uytterhoeven
2019-06-12
vsprintf: fix data type of variable in string_nocheck()
Youngmin Nam
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-10
vsprintf: Do not break early boot with probing addresses
Petr Mladek
2019-04-29
lib/vsprintf: Make function pointer_string static
YueHaibing
2019-04-26
vsprintf: Limit the length of inlined error messages
Petr Mladek
2019-04-26
vsprintf: Avoid confusion between invalid address and value
Petr Mladek
2019-04-26
vsprintf: Prevent crash when dereferencing invalid pointers
Petr Mladek
2019-04-26
vsprintf: Consolidate handling of unknown pointer specifiers
Petr Mladek
2019-04-26
vsprintf: Factor out %pO handler as kobject_string()
Petr Mladek
2019-04-26
vsprintf: Factor out %pV handler as va_format()
Petr Mladek
2019-04-26
vsprintf: Factor out %p[iI] handler as ip_addr_string()
Petr Mladek
2019-04-26
vsprintf: Do not check address of well-known strings
Petr Mladek
2019-04-26
vsprintf: Consistent %pK handling for kptr_restrict == 0
Petr Mladek
2019-04-26
vsprintf: Shuffle restricted_pointer()
Petr Mladek
2019-03-09
Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
2019-03-07
lib/vsprintf.c: move sizeof(struct printf_spec) next to its definition
Rasmus Villemoes
2019-02-28
lib/vsprintf: Remove %pCr remnant in comment
Geert Uytterhoeven
2018-12-10
lib/vsprintf: Print time and date in human readable format via %pt
Andy Shevchenko
2018-10-26
Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
2018-10-25
Merge tag 'printk-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
2018-10-24
Merge tag 'docs-4.20' of git://git.lwn.net/linux
Linus Torvalds
2018-10-12
doc: printk-formats: Remove bogus kobject references for device nodes
Geert Uytterhoeven
2018-10-12
lib/vsprintf: Hash printed address for netdev bits fallback
Geert Uytterhoeven
2018-10-12
lib/vsprintf: Hash legacy clock addresses
Geert Uytterhoeven
2018-10-12
lib/vsprintf: Prepare for more general use of ptr_to_id()
Geert Uytterhoeven
2018-10-12
lib/vsprintf: Make ptr argument conts in ptr_to_id()
Geert Uytterhoeven
2018-10-05
vsprintf: Fix off-by-one bug in bstr_printf() processing dereferenced pointers
Steven Rostedt (VMware)
2018-09-07
vsprintf: print OF node name using full_name
Rob Herring
2018-08-15
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
Linus Torvalds
2018-08-07
lib/vsprintf: Do not handle %pO[^F] as %px
Bart Van Assche
2018-07-17
vsprintf: Add command line option debug_boot_weak_hash
Tobin C. Harding
2018-07-17
vsprintf: Use hw RNG for ptr_key
Tobin C. Harding
2018-06-06
Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
2018-06-05
Merge branch 'for-4.18-vsprintf-pcr-removal' into for-4.18
Petr Mladek
2018-06-05
lib/vsprintf: Remove atomic-unsafe support for %pCr
Geert Uytterhoeven
2018-05-16
vsprintf: Replace memory barrier with static_key for random_ptr_key update
Steven Rostedt (VMware)
2018-04-18
vsprintf: Tweak pF/pf comment
Sergey Senozhatsky
2018-04-11
proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps
Andrei Vagin
2018-04-11
lib/vsprintf: Mark expected switch fall-through
Andy Shevchenko
2018-04-11
lib/vsprintf: Replace space with '_' before crng is ready
Shunyong Yang
2018-04-11
lib/vsprintf: Deduplicate pointer_string()
Andy Shevchenko
2018-04-11
lib/vsprintf: Move pointer_string() upper
Andy Shevchenko
2018-04-11
lib/vsprintf: Make flag_spec global
Andy Shevchenko
2018-04-11
lib/vsprintf: Make strspec global
Andy Shevchenko
2018-04-11
lib/vsprintf: Make dec_spec global
Andy Shevchenko
2018-04-06
vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)
Steven Rostedt (VMware)
2018-02-08
vsprintf: avoid misleading "(null)" for %px
Adam Borowski
2018-02-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
2018-02-01
Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2018-01-23
vsprintf: Do not have bprintf dereference pointers
Steven Rostedt (VMware)
2018-01-09
symbol lookup: introduce dereference_symbol_descriptor()
Sergey Senozhatsky
2017-12-21
vsprintf: Fix a dangling documentation reference
Jonathan Corbet
2017-12-21
doc: convert printk-formats.txt to rst
Tobin C. Harding
2017-11-29
vsprintf: don't use 'restricted_pointer()' when not restricting
Linus Torvalds
2017-11-29
vsprintf: add printk specifier %px
Tobin C. Harding
2017-11-29
printk: hash addresses printed with %p
Tobin C. Harding
2017-11-29
vsprintf: refactor %pK code out of pointer()
Tobin C. Harding
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
2017-07-07
Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
2017-06-27
vsprintf: Add %p extension "%pOF" for device tree
Pantelis Antoniou
2017-06-05
uuid: rename uuid types
Christoph Hellwig
2017-05-08
checkpatch: add ability to find bad uses of vsprintf %p extensions
Joe Perches
2017-04-02
kernel-api.rst: fix output of the vsnprintf() documentation
mchehab@s-opensource.com
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2016-05-20
lib/uuid.c: introduce a few more generic helpers
Andy Shevchenko
2016-05-20
lib/vsprintf: simplify UUID printing
Andy Shevchenko
2016-03-17
sscanf: implement basic character sets
Jessica Yu
2016-03-15
mm, printk: introduce new format string for flags
Vlastimil Babka
2016-02-11
vsprintf: kptr_restrict is okay in IRQ when 2
Jason A. Donenfeld
2016-01-16
lib/vsprintf: factor out %pN[F] handler as netdev_bits()
Andy Shevchenko
2016-01-16
lib/vsprintf: refactor duplicate code to special_hex_number()
Andy Shevchenko
2016-01-16
lib/vsprintf.c: warn about too large precisions and field widths
Rasmus Villemoes
2016-01-16
lib/vsprintf.c: help gcc make number() smaller
Rasmus Villemoes
2016-01-16
lib/vsprintf.c: expand field_width to 24 bits
Rasmus Villemoes
2016-01-16
lib/vsprintf.c: eliminate potential race in string()
Rasmus Villemoes
2016-01-16
lib/vsprintf.c: move string() below widen_string()
Rasmus Villemoes
2016-01-16
lib/vsprintf.c: pull out padding code from dentry_name()
Rasmus Villemoes
2016-01-06
lib/vsprintf: add %*pg format specifier
Dmitry Monakhov
2015-11-06
lib/vsprintf.c: update documentation
Rasmus Villemoes
2015-11-06
lib/vsprintf.c: remove SPECIAL handling in pointer()
Rasmus Villemoes
2015-11-06
lib/vsprintf.c: also improve sanity check in bstr_printf()
Rasmus Villemoes
2015-11-06
lib/vsprintf.c: handle invalid format specifiers more robustly
Rasmus Villemoes
2015-11-06
printk: synchronize %p formatting documentation
Martin Kletzander
2015-07-20
lib/vsprintf.c: Include clk.h
Stephen Boyd
2015-04-17
lib/vsprintf.c: improve put_dec_trunc8 slightly
Rasmus Villemoes
2015-04-17
lib/vsprintf.c: even faster binary to decimal conversion
Rasmus Villemoes
2015-04-15
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
2015-04-15
lib/vsprintf.c: fix potential NULL deref in hex_string
Rasmus Villemoes
2015-04-15
lib/vsprintf: add %pC{,n,r} format specifiers for clocks
Geert Uytterhoeven
2015-04-15
lib/vsprintf.c: another small hack
Rasmus Villemoes
2015-04-15
lib/vsprintf.c: eliminate duplicate hex string array
Rasmus Villemoes
2015-04-15
lib/vsprintf.c: reduce stack use in number()
Rasmus Villemoes
2015-04-15
lib/vsprintf.c: eliminate some branches
Rasmus Villemoes
2015-02-13
lib/vsprintf: implement bitmap printing through '%*pb[l]'
Tejun Heo
2015-02-12
lib/vsprintf.c: replace while with do-while in skip_atoi
Rasmus Villemoes
2015-02-12
lib/vsprintf.c: improve sanity check in vsnprintf()
Rasmus Villemoes
2015-02-12
lib/vsprintf.c: consume 'p' in format_decode
Rasmus Villemoes
2014-10-14
lib/vsprintf: add %*pE[achnops] format specifier
Andy Shevchenko
2014-09-09
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
Masanari Iida
2014-06-04
lib/vsprintf.c: fix comparison to bool
Fabian Frederick
2014-04-03
vsprintf: remove %n handling
Ryan Mallon
2014-02-26
vsprintf: Add support for IORESOURCE_UNSET in %pR
Bjorn Helgaas
2014-01-23
vsprintf: add %pad extension for dma_addr_t use
Joe Perches
2013-11-15
vsprintf: ignore %n again
Kees Cook
2013-11-13
lib/vsprintf.c: document formats for dentry and struct file
Olof Johansson
2013-11-13
vsprintf: check real user/group id for %pK
Ryan Mallon
2013-09-04
add formats for dentry/file pathnames
Al Viro
2013-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-01
lib: vsprintf: add IPv4/v6 generic %p[Ii]S[pfs] format specifier
Daniel Borkmann
2013-05-29
sprintf: hex_string(): fix comment
Steven Rostedt
2013-04-30
vsprintf: Add extension %pSR - print_symbol replacement
Joe Perches
2013-02-21
lib/vsprintf.c: add %pa format specifier for phys_addr_t types
Stepan Moskovchenko
2012-12-17
simple_strto*: annotate function as obsolete
Eldad Zack
2012-12-17
sscanf: don't ignore field widths for numeric conversions
Jan Beulich
2012-12-17
lib/vsprintf.c: fix handling of %zd when using ssize_t
Jason Gunthorpe
2012-10-06
lib/vsprintf.c: improve standard conformance of sscanf()
Jan Beulich
2012-10-06
lib/vsprintf: update documentation to cover all of %p[Mm][FR]
Andy Shevchenko
2012-10-06
lib: vsprintf: fix broken comments
George Spelvin
2012-10-06
lib: vsprintf: optimize put_dec_trunc8()
George Spelvin
2012-10-06
lib: vsprintf: optimize division by 10000
George Spelvin
2012-10-06
lib: vsprintf: optimize division by 10 for small integers
George Spelvin
2012-07-30
vsprintf: add support of '%*ph[CDN]'
Andy Shevchenko
2012-07-30
lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)
Dan Rosenberg
2012-07-30
lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when adding printk formats
Andrew Morton
2012-07-30
vsprintf: add %pMR for Bluetooth MAC address
Andrei Emeltchenko
2012-05-31
vsprintf: further optimize decimal conversion
Denys Vlasenko
2012-05-31
vsprintf: correctly handle width when '#' flag used in %#p format
Grant Likely
2012-05-29
lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'
Pierre Carrier
2012-05-29
vsprintf: fix %ps on non symbols when using kallsyms
Stephen Boyd
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
Linus Torvalds
2012-03-23
procfs: add num_to_str() to speed up /proc/stat
KAMEZAWA Hiroyuki
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-03-06
vsprintf: make %pV handling compatible with kasprintf()
Jan Beulich
2011-11-16
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
2011-10-31
lib: rename pack_hex_byte() to hex_byte_pack()
Andy Shevchenko
2011-10-31
lib/kstrtox: common code between kstrto*() and simple_strto*() functions
Alexey Dobriyan
2011-07-25
Merge 'akpm' patch series
Linus Torvalds
2011-07-25
lib: make _tolower() public
Andy Shevchenko
2011-07-14
lib/vsprintf: replace link to Draft by final RFC number
Jan Engelhardt
2011-06-09
vsprintf: Update %pI6c to not compress a single 0
Joe Perches
2011-05-25
lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pV
Jan Beulich
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2011-05-12
vsprintf: Turn kptr_restrict off by default
Ingo Molnar
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
2011-04-06
vsprintf: make comment about vs{n,cn,}printf more understandable
Uwe Kleine-König
2011-03-25
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2011-03-24
vsprintf: Introduce %pB format specifier
Namhyung Kim
2011-03-22
kstrto*: converting strings to integers done (hopefully) right
Alexey Dobriyan
2011-03-22
printk: use %pK for /proc/kallsyms and /proc/modules
Kees Cook
2011-03-22
vsprintf: neaten %pK kptr_restrict, save a bit of code space
Joe Perches
2011-01-13
lib/vsprintf.c: fix vscnprintf() if @size is == 0
Anton Arapov
2011-01-13
kptr_restrict for hiding kernel pointers from unprivileged users
Dan Rosenberg
2010-10-26
lib: fix scnprintf() if @size is == 0
Changli Gao
2010-10-26
vsprintf.c: use default pointer field size for "(null)" strings
Joe Perches
2010-08-09
lib: vsprintf: useless strlen() removed
Michal Nazarewicz
2010-07-04
vsprintf: Recursive vsnprintf: Add "%pV", struct va_format
Joe Perches
2010-05-25
vsprintf.c: use noinline_for_stack
Joe Perches
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN
Alexey Dobriyan
2010-04-24
lib/vsprintf.c: add missing EXPORT_SYMBOL(simple_strtoll)
Hans Verkuil
2010-04-14
vsprintf: Change struct printf_spec.precision from s8 to s16
Joe Perches
2010-03-14
resource: add window support
Bjorn Helgaas
2010-03-14
resource: add bus number support
Bjorn Helgaas
2010-03-06
vsprintf: move %pR resource printf_specs off the stack
Bjorn Helgaas
2010-03-06
vsprintf: clarify comments for printf_spec flags
Bjorn Helgaas