aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-1/+0
2014-09-22net: bpf: fix compiler warnings in test_bpfGravatar Alexei Starovoitov 1-2/+2
2014-09-20percpu-refcount: make percpu_ref based on longs instead of intsGravatar Tejun Heo 1-18/+19
2014-09-20percpu-refcount: improve WARN messagesGravatar Tejun Heo 1-3/+5
2014-09-19lib: rhashtable: remove second linux/log2.h inclusionGravatar Fabian Frederick 1-1/+0
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwr...Gravatar Aaron Tomlin 1-0/+12
2014-09-16Provide a binary to hex conversion functionGravatar David Howells 1-0/+16
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableGravatar Linus Torvalds 3-4/+7
2014-09-12KEYS: Fix termination condition in assoc array garbage collectionGravatar David Howells 1-1/+3
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionGravatar Alexei Starovoitov 1-0/+21
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlGravatar Masanari Iida 3-4/+4
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+11
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Gravatar Tejun Heo 1-2/+4
2014-09-08proportions: add @gfp to init functionsGravatar Tejun Heo 2-9/+9
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Gravatar Tejun Heo 3-7/+7
2014-09-08percpu_counter: make percpu_counters_lock irq-safeGravatar Tejun Heo 1-6/+10
2014-09-05net: bpf: make eBPF interpreter images read-onlyGravatar Daniel Borkmann 1-1/+1
2014-09-03lib/rhashtable: allow user to set the minimum shifts of shrinkingGravatar Ying Xue 1-4/+8
2014-09-03rhashtable: fix lockdep splat in rhashtable_destroy()Gravatar Pablo Neira Ayuso 1-4/+4
2014-09-03KEYS: Fix use-after-free in assoc_array_gc()Gravatar David Howells 1-1/+1
2014-09-02dma-debug: modify check_for_stack outputGravatar Horia Geanta 1-1/+1
2014-08-29lib: turn CONFIG_STACKTRACE into an actual option.Gravatar Dave Jones 1-1/+6
2014-08-28ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATHGravatar Rob Clark 1-0/+4
2014-08-26lib: rhashtable: Spelling s/compuate/compute/Gravatar Geert Uytterhoeven 1-2/+2
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITGravatar Alexei Starovoitov 1-0/+38
2014-08-24random32: improvements to prandom_bytesGravatar Daniel Borkmann 1-21/+18
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-8/+2
2014-08-14rhashtable: unexport and make rht_obj() staticGravatar Thomas Graf 1-7/+1
2014-08-14rhashtable: RCU annotations for next pointersGravatar Thomas Graf 1-1/+1
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+24
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+13
2014-08-14locking,arch: Rewrite generic atomic supportGravatar Peter Zijlstra 1-47/+36
2014-08-13locking/selftest: Support queued rwlockGravatar Waiman Long 1-7/+49
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Gravatar Davidlohr Bueso 1-2/+2
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigGravatar Laura Abbott 2-2/+9
2014-08-08initramfs: support initramfs that is bigger than 2GiBGravatar Yinghai Lu 7-54/+54
2014-08-08initrd: fix lz4 decompress with initrdGravatar Yinghai Lu 1-22/+43
2014-08-08kfifo: use BUG_ONGravatar Himangi Saraogi 1-4/+2
2014-08-08lib/rbtree.c: fix typo in comment of __rb_insert()Gravatar Wei Yang 1-1/+1
2014-08-08lib/idr.c: fix out-of-bounds pointer dereferenceGravatar Andrey Ryabinin 1-11/+14
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Gravatar Linus Torvalds 12-382/+437
2014-08-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-8/+17
2014-08-06lib: bitmap: add missing mask in bitmap_andnotGravatar Rasmus Villemoes 1-2/+5
2014-08-06lib: bitmap: add missing mask in bitmap_andGravatar Rasmus Villemoes 1-2/+5
2014-08-06lib: bitmap: micro-optimize bitmap_allocate_regionGravatar Rasmus Villemoes 1-2/+1
2014-08-06lib: bitmap: change parameter of bitmap_*_region to unsignedGravatar Rasmus Villemoes 1-6/+6
2014-08-06lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ordGravatar Rasmus Villemoes 1-1/+1
2014-08-06lib: bitmap: simplify bitmap_parselistGravatar Rasmus Villemoes 1-7/+2
2014-08-06lib: bitmap: make the start index of bitmap_clear unsignedGravatar Rasmus Villemoes 1-5/+5
2014-08-06lib: bitmap: make the start index of bitmap_set unsignedGravatar Rasmus Villemoes 1-5/+5