summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-07-14Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds-2/+11
2019-07-13Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+8
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-96/+27
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-3/+122
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-73/+34
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+95
2019-07-12lib/test_kasan: Add test for double-kzfree detectionMarco Elver-0/+17
2019-07-12lib/test_kasan: add bitops testsMarco Elver-3/+78
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-57/+46
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-23/+52
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+403
2019-07-10Merge tag 'nfsd-5.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-0/+19
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds-1/+3
2019-07-09Merge tag 'printk-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+2
2019-07-09Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+3
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-5/+84
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-20/+20
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+302
2019-07-08Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+8
2019-07-08Merge branch 'core-rslib-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-35/+624
2019-07-08Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds-68/+253
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-1/+1
2019-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+2
2019-07-05devres: allow const resource argumentsArnd Bergmann-1/+2
2019-07-04lib/vsprintf: Reinstate printing of legacy clock IDsGeert Uytterhoeven-1/+1
2019-07-03nfsd: escape high characters in binary dataJ. Bruce Fields-0/+19
2019-07-03lib: notifier-error-inject: no need to check return value of debugfs_create f...Greg Kroah-Hartman-12/+1
2019-07-03lib: 842: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-4/+1
2019-07-03lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy-4/+5
2019-07-03lib/mpi: Fix karactx leak in mpi_powmHerbert Xu-4/+2
2019-07-02rslib: Make some functions staticYueHaibing-6/+6
2019-07-01blackhole_dev: add a selftestMahesh Bandewar-0/+110
2019-07-01sbitmap: Replace cmpxchg with xchgPavel Begunkov-7/+3
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-4/+60
2019-06-28lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocatorsFredrik Noring-4/+96
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells-1/+1
2019-06-27Merge tag 'blk-dim-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed...David S. Miller-0/+291
2019-06-26keys: Add a 'recurse' flag for keyring searchesDavid Howells-1/+1
2019-06-26rslib: Fix remaining decoder flawsFerdinand Blomqvist-20/+68
2019-06-26rslib: Update documentationFerdinand Blomqvist-4/+8
2019-06-26rslib: Fix handling of of caller provided syndromeFerdinand Blomqvist-2/+12
2019-06-26rslib: decode_rs: Code cleanupFerdinand Blomqvist-5/+2
2019-06-26rslib: decode_rs: Fix length parameter checkFerdinand Blomqvist-1/+1
2019-06-26rslib: Fix decoding of shortened codesFerdinand Blomqvist-2/+2
2019-06-26rslib: Add tests for the encoder and decoderFerdinand Blomqvist-1/+531
2019-06-26lib/vdso: Make delta calculation work correctlyThomas Gleixner-4/+15