summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/genalloc.c: add genpool range check functionLaura Abbott2014-10-091-0/+29
* lib/genalloc.c: add power aligned algorithmLaura Abbott2014-10-091-0/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-084-28/+89
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-022-4/+5
| |\
| * | bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2014-09-261-1/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-241-0/+16
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-235-6/+10
| |\ \ \
| * | | | net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov2014-09-221-2/+2
| * | | | net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov2014-09-091-0/+21
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-072-2/+11
| |\ \ \ \
| * | | | | net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann2014-09-051-1/+1
| * | | | | lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue2014-09-031-4/+8
| * | | | | bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov2014-08-251-0/+38
| * | | | | random32: improvements to prandom_bytesDaniel Borkmann2014-08-241-21/+18
* | | | | | Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-081-46/+57
|\ \ \ \ \ \
| * | | | | | lzo: check for length overrun in variable length encoding.Willy Tarreau2014-09-281-6/+37
| * | | | | | Revert "lzo: properly check for overruns"Willy Tarreau2014-09-281-41/+21
* | | | | | | Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-10-081-30/+20
|\ \ \ \ \ \ \
| * | | | | | | dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches2014-10-031-30/+20
| |/ / / / / /
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-075-7/+7
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-093-4/+4
| * | | | | | dma-debug: modify check_for_stack outputHoria Geanta2014-09-021-1/+1
| * | | | | | lib: rhashtable: Spelling s/compuate/compute/Geert Uytterhoeven2014-08-261-2/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-011-4/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-09-261-4/+4
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | rhashtable: fix lockdep splat in rhashtable_destroy()Pablo Neira Ayuso2014-09-031-4/+4
| | | |_|/ / / | | |/| | | |
* | | | | | | genalloc: fix device node resource counterVladimir Zapolskiy2014-09-261-0/+1
|/ / / / / /
* | | | | | blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo2014-09-241-0/+16
| |_|_|_|/ |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-221-1/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick2014-09-191-1/+0
| | |_|/ | |/| |
* | | | Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2014-09-133-4/+7
* | | | KEYS: Fix termination condition in assoc array garbage collectionDavid Howells2014-09-121-1/+3
|/ / /
* | | KEYS: Fix use-after-free in assoc_array_gc()David Howells2014-09-031-1/+1
* | | lib: turn CONFIG_STACKTRACE into an actual option.Dave Jones2014-08-291-1/+6
* | | ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATHRob Clark2014-08-281-0/+4
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-141-8/+2
|\ \
| * | rhashtable: unexport and make rht_obj() staticThomas Graf2014-08-141-7/+1
| * | rhashtable: RCU annotations for next pointersThomas Graf2014-08-141-1/+1
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-08-141-0/+24
|\ \ \
| * | | Kbuild: Add a option to enable dwarf4 v2Andi Kleen2014-07-301-0/+9
| * | | kbuild: Support split debug info v4Andi Kleen2014-07-301-0/+15
* | | | Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-08-141-10/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | drbd: debugfs: add per volume oldest_requestsLars Ellenberg2014-07-101-9/+12
| * | | drbd: silence -Wmissing-prototypes warningsLars Ellenberg2014-07-101-1/+1
| * | | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe2014-07-011-32/+54
| |\ \ \
* | | | | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-082-2/+9
* | | | | initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-087-54/+54
* | | | | initrd: fix lz4 decompress with initrdYinghai Lu2014-08-081-22/+43
* | | | | kfifo: use BUG_ONHimangi Saraogi2014-08-081-4/+2
* | | | | lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang2014-08-081-1/+1
OpenPOWER on IntegriCloud