Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2015-03-10Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-03-05seq_buf: Fix seq_buf_bprintf() truncationSteven Rostedt (Red Hat)
2015-03-04seq_buf: Fix seq_buf_vprintf() truncationSteven Rostedt (Red Hat)
2015-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-02-28rhashtable: use cond_resched()Eric Dumazet
2015-02-28rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann
2015-02-28rhashtable: unconditionally grow when max_shift is not specifiedDaniel Borkmann
2015-02-23rhashtable: initialize all rhashtable walker membersSasha Levin
2015-02-21rhashtable: allow to unload test moduleDaniel Borkmann
2015-02-21rhashtable: better high order allocation attemptsDaniel Borkmann
2015-02-21rhashtable: don't test for shrink on insert, expansion on deleteDaniel Borkmann
2015-02-21rhashtable: don't allocate ht structure on stack in test_rht_initDaniel Borkmann
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-02-18move iov_iter.c from mm/ to lib/Al Viro
2015-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-02-18scripts/gdb: add infrastructureJan Kiszka
2015-02-17lib/Kconfig: use bool instead of booleanChristoph Jaeger
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-02-14kasan: enable instrumentation of global variablesAndrey Ryabinin
2015-02-14lib: add kasan test moduleAndrey Ryabinin
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin
2015-02-14x86_64: add KASan supportAndrey Ryabinin
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo
2015-02-14bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-14lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo
2015-02-14lib/genalloc.c: check result of devres_alloc()Jan Kara
2015-02-14lib/string.c: improve strrchr()Rasmus Villemoes
2015-02-14lib: crc32: constify crc32 lookup tableDaniel Borkmann
2015-02-14lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes
2015-02-14lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes
2015-02-14lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes
2015-02-14lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes
2015-02-14lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes
2015-02-14lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes
2015-02-14lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes
2015-02-14lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes
2015-02-14lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-13lib/lcm.c: replace includeRasmus Villemoes
2015-02-13lib/percpu_ida.c: remove redundant includesRasmus Villemoes
2015-02-13lib/strncpy_from_user.c: replace module.h includeRasmus Villemoes
2015-02-13lib/stmp_device.c: replace module.h includeRasmus Villemoes
2015-02-13lib/sort.c: move include inside #if 0Rasmus Villemoes
2015-02-13lib/show_mem.c: remove redundant includeRasmus Villemoes
2015-02-13lib/radix-tree.c: change to simpler includeRasmus Villemoes
2015-02-13lib/plist.c: remove redundant includeRasmus Villemoes
2015-02-13lib/nlattr.c: remove redundant includeRasmus Villemoes