summaryrefslogtreecommitdiff
path: root/lib/hexdump.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko1-0/+1
2019-09-26lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd1-21/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner1-5/+1
2017-09-09lib/hexdump.c: return -EINVAL in case of error in hex2bin()Andy Shevchenko1-2/+3
2015-11-07lib/hexdump.c: truncate output in case of overflowAndy Shevchenko1-1/+5
2015-07-18hexdump: fix for non-aligned buffersHoracio Mijail Anton Quiles1-3/+4
2015-02-13hexdump: make it return number of bytes placed in bufferAndy Shevchenko1-18/+55
2015-02-13hexdump: do a few calculations aheadAndy Shevchenko1-24/+10
2015-02-13hexdump: fix ascii column for the tail of a dumpAndy Shevchenko1-3/+3
2014-09-16Provide a binary to hex conversion functionDavid Howells1-0/+16
2013-09-20lib: introduce upper case hex ascii helpersAndre Naujoks1-0/+2
2013-01-18dynamic_debug: dynamic hex dumpVladimir Kondratiev1-1/+3
2012-03-08lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-09-21lib: add error checking to hex2binMimi Zohar1-4/+11
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches1-0/+2
2010-11-29lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar1-0/+16
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko1-0/+18
2010-05-25lib/hexdump.c: reduce stack variable size and cleanupsJoe Perches1-17/+19
2009-06-17hexdump: remove the trailing spaceLi Zefan1-6/+9
2008-05-15lib: create common ascii hex arrayHarvey Harrison1-2/+5
2007-11-29hexdump: don't print bytes with bit 7 setRandy Dunlap1-1/+2
2007-08-12hex_dump: add missing "const" qualifiersAlan Stern1-1/+1
2007-08-09hexdump: use const notationArtem Bityutskiy1-2/+2
2007-06-09hexdump: more output formattingRandy Dunlap1-28/+121
2007-05-11lib/hexdumpRandy Dunlap1-0/+104