summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-11-07lib/hexdump.c: truncate output in case of overflowAndy Shevchenko1-1/+5
2015-07-17hexdump: fix for non-aligned buffersHoracio Mijail Anton Quiles1-3/+4
2015-02-13hexdump: make it return number of bytes placed in bufferAndy Shevchenko3-21/+103
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 Howells2-0/+17
2013-09-20lib: introduce upper case hex ascii helpersAndre Naujoks2-0/+13
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev4-3/+44
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2011-09-21lib: add error checking to hex2binMimi Zohar2-5/+12
2011-01-13include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guardJoe Perches2-14/+30
2010-11-28lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2-0/+17
2010-05-25lib: introduce common method to convert hex digitsAndy Shevchenko2-0/+20
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 Harrison5-23/+20
2007-11-29hexdump: don't print bytes with bit 7 setRandy Dunlap1-1/+2
2007-08-11hex_dump: add missing "const" qualifiersAlan Stern2-2/+2
2007-08-09hexdump: use const notationArtem Bityutskiy2-3/+3
2007-06-09hexdump: more output formattingRandy Dunlap2-32/+129
2007-05-11lib/hexdumpRandy Dunlap3-1/+116