aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+20
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodGravatar Linus Torvalds 1-8/+0
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+36
2018-08-16Merge branch 'linus/master' into rdma.git for-nextGravatar Jason Gunthorpe 27-522/+434
2018-08-16Merge tag 'v4.18' into rdma.git for-nextGravatar Jason Gunthorpe 17-3322/+161
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-375/+7
2018-08-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+26
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+1
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-25/+14
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 8-48/+267
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+7
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-5/+34
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 2-8/+16
2018-08-14Merge branch 'for-4.19-nmi' into for-linusGravatar Petr Mladek 1-3/+0
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-16/+18
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-35/+34
2018-08-13Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-4/+6
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-11/+0
2018-08-11Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextGravatar Boris Brezillon 13-3298/+48
2018-08-10lib/ubsan: remove null-pointer checksGravatar Andrey Ryabinin 1-11/+0
2018-08-08test_overflow: Add shift overflow testsGravatar Kees Cook 1-1/+197
2018-08-07lib/mpi: remove redundant variable esignGravatar Colin Ian King 1-2/+1
2018-08-07lib/vsprintf: Do not handle %pO[^F] as %pxGravatar Bart Van Assche 1-0/+1
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxGravatar Herbert Xu 16-3311/+161
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-08-02debugobjects: Remove redundant NULL pointer checkGravatar Zhong Jiang 1-2/+1
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-0/+1
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 1-0/+6
2018-08-01bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Gravatar Andy Shevchenko 1-0/+20
2018-07-30debugobjects: Make stack check warning more informativeGravatar Joel Fernandes (Google) 1-2/+5
2018-07-30Merge 4.18-rc7 into driver-core-nextGravatar Greg Kroah-Hartman 7-27/+115
2018-07-30BackMerge v4.18-rc7 into drm-nextGravatar Dave Airlie 4-13/+113
2018-07-27lib: Use existing define with polynomialGravatar Krzysztof Kozlowski 2-2/+4
2018-07-27lib/crc: Use consistent naming for CRC-32 polynomialsGravatar Krzysztof Kozlowski 2-7/+7
2018-07-27lib/crc: Move polynomial definition to separate headerGravatar Krzysztof Kozlowski 3-14/+2
2018-07-26kasan: only select SLUB_DEBUG with SYSFS=yGravatar Arnd Bergmann 1-1/+1
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 7-26/+114
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+73
2018-07-24Merge tag 'fsi-updates-2018-07-24' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Greg Kroah-Hartman 1-0/+36
2018-07-23Merge tag 'wireless-drivers-next-for-davem-2018-07-23' of git://git.kernel.or...Gravatar David S. Miller 3-0/+176
2018-07-23devres: Add devm_of_iomap()Gravatar Benjamin Herrenschmidt 1-0/+36
2018-07-21Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+73
2018-07-20kobject: kset_create_and_add() - fetch ownership info from parentGravatar Dmitry Torokhov 1-1/+8
2018-07-20sysfs, kobject: allow creating kobject belonging to arbitrary usersGravatar Dmitry Torokhov 1-0/+19
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxGravatar David S. Miller 1-8/+19