ibmvnic: Fix missing brackets in init_sub_crq_irqs
[cascardo/linux.git] / lib / test_hexdump.c
2016-01-29 Rafael J. WysockiMerge branches 'acpi-video' and 'acpi-hotplug'
2016-01-29 Ingo MolnarMerge tag 'v4.5-rc1' into x86/asm, to refresh the branc...
2016-01-29 Linus TorvaldsMerge tag 'trace-v4.5-rc1' of git://git./linux/kernel...
2016-01-29 Dave AirlieMerge branch 'drm-rockchip-next-fixes-2016-01-22' of...
2016-01-29 Dave AirlieMerge tag 'drm-vc4-fixes-2015-01-19' of github.com...
2016-01-29 Dave AirlieMerge branch 'drm-fixes-4.5' of git://people.freedeskto...
2016-01-27 James MorrisMerge tag 'seccomp-4.5-rc2' of git://git./linux/kernel...
2016-01-27 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2016-01-27 James BottomleyMerge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes...
2016-01-25 Tony LindgrenMerge branch 'enable-devices' into omap-for-v4.5/fixes
2016-01-25 Mauro Carvalho ChehabMerge tag 'v4.5-rc1' into patchwork
2016-01-25 Brian NorrisMerge v4.5-rc1 with MTD -next development
2016-01-24 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2016-01-24 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2016-01-24 Linus TorvaldsMerge tag 'for-linus-4.5-merge-window' of git://git...
2016-01-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-01-24 Linus TorvaldsMerge branch 'for-next' of git://git.samba.org/sfrench...
2016-01-24 Linus TorvaldsMerge tag 'for-linus' of git://git./linux/kernel/git...
2016-01-24 Linus TorvaldsMerge tag 'ntb-4.5' of git://github.com/jonmason/ntb
2016-01-23 Linus TorvaldsMerge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org...
2016-01-23 Linus TorvaldsMerge tag 'armsoc-tegra' of git://git./linux/kernel...
2016-01-23 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2016-01-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-01-23 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2016-01-22 Linus TorvaldsMerge tag 'mmc-v4.5-rc1' of git://git.linaro.org/people...
2016-01-22 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2016-01-22 Linus TorvaldsMerge tag 'sound-fix-4.5-rc1' of git://git./linux/kerne...
2016-01-22 Linus TorvaldsMerge branch 'for-linus-4.5' of git://git./linux/kernel...
2016-01-22 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2016-01-22 Linus TorvaldsMerge tag 'xfs-for-linus-4.5-2' of git://git./linux...
2016-01-22 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-01-22 Linus TorvaldsMerge branch 'for-4.5/nvme' of git://git.kernel.dk...
2016-01-22 Linus TorvaldsMerge branch 'for-4.5/lightnvm' of git://git.kernel...
2016-01-22 Linus TorvaldsMerge branch 'for-4.5/drivers' of git://git.kernel...
2016-01-21 Linus TorvaldsMerge branch 'uaccess' (batched user access infrastructure)
2016-01-21 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2016-01-21 Andy Shevchenkotest_hexdump: print statistics at the end
2016-01-21 Andy Shevchenkotest_hexdump: test all possible group sizes for overflow
2016-01-21 Andy Shevchenkotest_hexdump: check all bytes in real buffer
2016-01-21 Andy Shevchenkotest_hexdump: switch to memcmp()
2016-01-21 Andy Shevchenkotest_hexdump: replace magic numbers by their meaning
2016-01-21 Andy Shevchenkotest_hexdump: go through all possible lengths of buffer
2016-01-21 Andy Shevchenkotest_hexdump: define FILL_CHAR constant
2016-01-21 Andy Shevchenkotest_hexdump: introduce test_hexdump_prepare_test(...
2016-01-21 Andy Shevchenkotest_hexdump: rename to test_hexdump