aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-09-17lib/string_helpers.c: fix infinite loop in string_get_size()Gravatar Vitaly Kuznetsov 1-1/+5
2015-09-10zlib_deflate/deftree: remove bi_reverse()Gravatar yalin wang 2-19/+3
2015-09-10lib/decompress_unlzma: Do a NULL check for pointerGravatar Fabio Estevam 1-1/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelGravatar Yinghai Lu 6-17/+58
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyGravatar Wang Long 1-1/+1
2015-09-10lib/test_kasan.c: fix a typoGravatar Wang Long 1-2/+2
2015-09-10lib/string_helpers: rename "esc" arg to "only"Gravatar Kees Cook 1-7/+7
2015-09-10lib/string_helpers: clarify esc arg in string_escape_memGravatar Kees Cook 1-4/+6
2015-09-10lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Gravatar Pan Xinhui 1-14/+18
2015-09-10lib/bitmap.c: fix a special string handling bug in __bitmap_parselistGravatar Pan Xinhui 1-0/+4
2015-09-10lib/bitmap.c: correct a code style and do some, optimizationGravatar Pan Xinhui 1-3/+4
2015-09-10kstrto*: accept "-0" for signed conversionGravatar Alexey Dobriyan 2-6/+2
2015-09-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+1
2015-09-08lib/show_mem.c: correct reserved memory calculationGravatar Vishnu Pratap Singh 1-3/+1
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-14/+9
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-4/+23
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-1/+163
2015-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2015-09-05Merge tag 'md/4.3' of git://neil.brown.name/mdGravatar Linus Torvalds 2-1/+58
2015-09-05Merge linux-block/for-4.3/core into md/for-linuxGravatar NeilBrown 6-29/+135
2015-09-04genalloc: add support of multiple gen_pools per deviceGravatar Vladimir Zapolskiy 1-14/+57
2015-09-04genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Gravatar Vladimir Zapolskiy 1-21/+28
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 7-35/+361
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 5-81/+975
2015-09-02Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-4/+210
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+41
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+66
2015-09-01Merge branch 'acpi-pm'Gravatar Rafael J. Wysocki 1-0/+41
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-15/+1
2015-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-13/+25
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2015-08-31lib: move strncpy_from_unsafe() into mm/maccess.cGravatar Alexei Starovoitov 1-41/+0
2015-08-31md/raid6: delta syndrome for ARM NEONGravatar Ard Biesheuvel 2-1/+58
2015-08-28lib: introduce strncpy_from_unsafe()Gravatar Alexei Starovoitov 1-0/+41
2015-08-27nd_blk: change aperture mapping from WC to WBGravatar Ross Zwisler 1-0/+3
2015-08-26lib/Makefile: remove CONFIG_AVERAGE build ruleGravatar Valentin Rothberg 1-2/+0
2015-08-25MPI: Fix mpi_read_bufferGravatar Tadeusz Struk 1-13/+25
2015-08-25PCI: Add pci_iomap_wc() variantsGravatar Luis R. Rodriguez 1-0/+66
2015-08-24lib: scatterlist: add sg splitting functionGravatar Robert Jarzmik 3-0/+210
2015-08-20average: remove out-of-line implementationGravatar Johannes Berg 2-74/+0
2015-08-17rhashtable-test: extend to test concurrencyGravatar Phil Sutter 1-1/+155
2015-08-17scatterlist: allow limited chaining without ARCH_HAS_SG_CHAINGravatar Christoph Hellwig 1-4/+0
2015-08-15percpu-rwsem: kill CONFIG_PERCPU_RWSEMGravatar Oleg Nesterov 1-3/+0
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-15/+1
2015-08-12locking/lockref: Remove homebrew cmpxchg64_relaxed() macro definitionGravatar Will Deacon 1-8/+0
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Gravatar Ingo Molnar 2-21/+50
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Gravatar Dan Williams 2-14/+6
2015-08-06test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Gravatar Nicolas Schichan 1-0/+158
2015-08-06test_bpf: add more tests for LD_ABS and LD_IND.Gravatar Nicolas Schichan 1-0/+296