aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-02-16lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk1-7/+7
2016-02-16Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-0/+62
2016-02-14Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2016-02-11vsprintf: kptr_restrict is okay in IRQ when 2Jason A. Donenfeld1-13/+13
2016-02-11ubsan: cosmetic fix to Kconfig textYang Shi1-1/+3
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+15
2016-02-10lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones1-0/+62
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo1-0/+15
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada1-3/+3
2016-02-07klist: fix starting point removed bug in klist iteratorsJames Bottomley1-3/+3
2016-02-05dump_stack: avoid potential deadlocksEric Dumazet1-3/+4
2016-02-03radix-tree: fix race in gang lookupMatthew Wilcox1-2/+10
2016-02-03lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov1-18/+49
2016-01-27debugobjects: Allow bigger number of early boot objectsChristian Borntraeger1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds3-0/+228
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-0/+3
2016-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2016-01-21ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim1-1/+1
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds2-7/+22
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-66/+743
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2016-01-20Do not enable CONFIG_IO_STRICT_DEVMEM by defaultDan Williams1-1/+0
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin5-0/+574
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yChris Metcalf1-1/+1
2016-01-20test_hexdump: print statistics at the endAndy Shevchenko1-3/+23
2016-01-20test_hexdump: test all possible group sizes for overflowAndy Shevchenko1-3/+18
2016-01-20test_hexdump: check all bytes in real bufferAndy Shevchenko1-21/+17
2016-01-20test_hexdump: switch to memcmp()Andy Shevchenko1-3/+3
2016-01-20test_hexdump: replace magic numbers by their meaningAndy Shevchenko1-4/+13
2016-01-20test_hexdump: go through all possible lengths of bufferAndy Shevchenko1-14/+13
2016-01-20test_hexdump: define FILL_CHAR constantAndy Shevchenko1-6/+13
2016-01-20test_hexdump: introduce test_hexdump_prepare_test() helperAndy Shevchenko1-7/+19
2016-01-20test_hexdump: rename to test_hexdumpAndy Shevchenko2-1/+1
2016-01-20lib/iomap_copy.c: add __ioread32_copy()Stephen Boyd1-0/+21
2016-01-20string_helpers: fix precision loss for some inputsJames Bottomley1-20/+43
2016-01-20lib/libcrc32c.c: fix build warningJean Delvare1-0/+1
2016-01-19irq_poll: Fix irq_poll_sched()Bart Van Assche1-1/+1
2016-01-19crypto: crc32c - Fix crc32c soft dependencyJean Delvare1-0/+1
2016-01-18lib: sw842: select crc32Arnd Bergmann1-0/+2
2016-01-17Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+74
2016-01-16lib/vsprintf: factor out %pN[F] handler as netdev_bits()Andy Shevchenko1-9/+16
2016-01-16lib/vsprintf: refactor duplicate code to special_hex_number()Andy Shevchenko1-26/+27
2016-01-16lib/test_printf.c: test dentry printingRasmus Villemoes1-0/+27
2016-01-16lib/test_printf.c: add test for large bitmapsRasmus Villemoes1-0/+17
2016-01-16lib/test_printf.c: account for kvasprintf testsRasmus Villemoes1-0/+1
2016-01-16lib/test_printf.c: add a few number() testsRasmus Villemoes1-0/+24
2016-01-16lib/test_printf.c: test precision quirksRasmus Villemoes1-6/+15
2016-01-16lib/test_printf.c: check for out-of-bound writesRasmus Villemoes1-5/+19
2016-01-16lib/test_printf.c: don't BUGRasmus Villemoes1-1/+6
2016-01-16lib/kasprintf.c: add sanity check to kvasprintfRasmus Villemoes1-4/+6
2016-01-16lib/vsprintf.c: warn about too large precisions and field widthsRasmus Villemoes1-4/+24
2016-01-16lib/vsprintf.c: help gcc make number() smallerRasmus Villemoes1-12/+14
2016-01-16lib/vsprintf.c: expand field_width to 24 bitsRasmus Villemoes1-20/+22
2016-01-16lib/vsprintf.c: eliminate potential race in string()Rasmus Villemoes1-19/+9
2016-01-16lib/vsprintf.c: move string() below widen_string()Rasmus Villemoes1-31/+31
2016-01-16lib/vsprintf.c: pull out padding code from dentry_name()Rasmus Villemoes1-15/+31
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon1-1/+0
2016-01-15mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gupDan Williams1-0/+9
2016-01-15page-flags: introduce page flags policies wrt compound pagesKirill A. Shutemov1-0/+8
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-6/+88
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2016-01-14dma-debug: switch check from _text to _stextLaura Abbott1-1/+1
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+39
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-2/+4
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-29/+249
2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-9/+26
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-8/+32
2016-01-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+6
2016-01-11Merge tag 'mmc-v4.5' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-2/+1
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-0/+11
2016-01-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+4
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-41/+79
2016-01-09restrict /dev/mem to idle io memory rangesDan Williams1-3/+20
2016-01-09arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams1-0/+22
2016-01-08Merge branch 'for-linus' into work.miscAl Viro1-1/+2
2016-01-07test: firmware_class: add asynchronous request triggerBrian Norris1-0/+65
2016-01-07test: firmware_class: use kstrndup() where appropriateBrian Norris1-2/+1
2016-01-07test: firmware_class: report errors properly on failureBrian Norris1-3/+8
2016-01-06lib/vsprintf: add %*pg format specifierDmitry Monakhov1-0/+29
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro1-8/+3
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-12-23tracing: Use seq_buf_used() in seq_buf_to_user() instead of lenJerry Snitselaar1-2/+4
2015-12-23crypto: 842 - remove WARN inside printkDan Streetman1-5/+9
2015-12-22CPM/QE: use genalloc to manage CPM/QE muramZhao Qiang1-1/+1
2015-12-22genalloc:support allocating specific regionZhao Qiang1-0/+32
2015-12-22genalloc:support memory-allocation with bytes-alignment to genallocZhao Qiang1-6/+55
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford3-0/+228
2015-12-22mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FSAdrien Schildknecht1-2/+1
2015-12-18rhashtable: Kill harmless RCU warning in rhashtable_walk_initHerbert Xu1-1/+2
2015-12-18bpf, test: add couple of test casesDaniel Borkmann1-0/+120
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-31/+44
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-27/+40
2015-12-17Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2015-12-17Use the new batched user accesses in generic user string handlingLinus Torvalds2-7/+22
2015-12-16dma-debug: Fix dma_debug_entry offset calculationDaniel Mentz1-2/+2
2015-12-16rhashtable: Fix walker list corruptionHerbert Xu1-9/+7
2015-12-16rhashtable: Enforce minimum size on initial hash tableHerbert Xu1-3/+3
2015-12-15Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/r...Doug Ledford3-0/+228
2015-12-11irq_poll: mark __irq_poll_complete staticChristoph Hellwig1-2/+1
2015-12-11irq_poll: fold irq_poll_disable_pending into irq_poll_softirqChristoph Hellwig1-1/+1
2015-12-11irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig1-3/+7
2015-12-11irq_poll: don't disable new irq_poll instancesChristoph Hellwig1-3/+1
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig3-0/+227
2015-12-08rhashtable: Remove unnecessary wmb for future_tblHerbert Xu1-3/+0
2015-12-08workqueue: implement lockup detectorTejun Heo1-0/+11
2015-12-08lib: scatterlist: fix Kconfig descriptionGeert Uytterhoeven1-3/+3
2015-12-06iov_iter: export import_single_range()Al Viro1-0/+1
2015-12-06iov_iter: constify {csum_and_,}copy_to_iter()Al Viro1-5/+5
2015-12-06x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen1-0/+4
2015-12-05Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"David S. Miller1-3/+2
2015-12-04rhashtable: Use __vmalloc with GFP_ATOMIC for table allocationHerbert Xu1-2/+3
2015-12-04rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu1-15/+30
2015-12-03net: Add support for CHANGEUPPER notifier error injectionIdo Schimmel1-0/+1
2015-12-01net: add support for netdev notifier error injectionNikolay Aleksandrov3-0/+78
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard1-0/+1
2015-11-25lru_cache: Converted lc_seq_printf_status to return voidRoland Kammerer1-3/+1
2015-11-23list: Use WRITE_ONCE() when adding to lists and hlistsPaul E. McKenney1-1/+1
2015-11-23rhashtable-test: allow to retry even if -ENOMEM was returnedPhil Sutter1-1/+13
2015-11-23rhashtable-test: calculate max_entries value by defaultPhil Sutter1-3/+5
2015-11-23rhashtable-test: retry insert operationsPhil Sutter1-24/+29
2015-11-23rhashtable-test: add cond_resched() to thread testPhil Sutter1-0/+5
2015-11-23atomics: Add test for atomic operations with _relaxed variantsBoqun Feng1-41/+79
2015-11-23treewide: Remove old email addressPeter Zijlstra2-2/+2
2015-11-17lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski1-4/+17
2015-11-16__div64_32(): make it overridable at compile timeNicolas Pitre1-2/+4
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+30
2015-11-10lib/string.c: add ULL suffix to the constant definitionAndy Shevchenko1-1/+1
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-09Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+9
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-73/+505
2015-11-06dma-debug: check nents in dma_sync_sg*Robin Murphy1-0/+8
2015-11-06lib/hexdump.c: truncate output in case of overflowAndy Shevchenko1-1/+5
2015-11-06lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...Oleg Nesterov1-3/+2
2015-11-06lib/kobject.c: use kvasprintf_const for formatting ->nameRasmus Villemoes1-8/+22
2015-11-06lib/kasprintf.c: introduce kvasprintf_constRasmus Villemoes1-0/+16
2015-11-06lib/llist.c: fix data race in llist_del_firstDmitry Vyukov1-2/+2
2015-11-06lib/test-string_helpers.c: add string_get_size() testsVitaly Kuznetsov1-0/+36
2015-11-06lib/halfmd4.c: use rol32 inline function in the ROUND macroAlexander Kuleshov1-1/+2
2015-11-06lib/vsprintf.c: update documentationRasmus Villemoes1-3/+4
2015-11-06test_printf: test printf family at runtimeRasmus Villemoes3-0/+366
2015-11-06lib/vsprintf.c: remove SPECIAL handling in pointer()Rasmus Villemoes1-1/+1
2015-11-06lib/vsprintf.c: also improve sanity check in bstr_printf()Rasmus Villemoes1-1/+1
2015-11-06lib/vsprintf.c: handle invalid format specifiers more robustlyRasmus Villemoes1-10/+21
2015-11-06printk: synchronize %p formatting documentationMartin Kletzander1-32/+8
2015-11-06lib/dynamic_debug.c: use kstrdup_constRasmus Villemoes1-4/+4
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2-7/+7
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+70
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin1-2/+1
2015-11-05lib: test_kasan: add some testcasesWang Long1-0/+69
2015-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-7/+3
2015-11-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-3/+4
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-9/+7
2015-11-05bpf: add mod default A and X test casesYang Shi1-0/+30
2015-11-04iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().David S. Miller1-7/+3
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-17/+85
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-0/+231
2015-11-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+10
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+2
2015-10-29Merge branches 'fixes' and 'misc' into for-nextRussell King1-1/+10
2015-10-23fault-inject: fix inverted interval/probability values in printkFlorian Westphal1-1/+1
2015-10-23lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=yAndrey Ryabinin1-0/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-3/+4
2015-10-20lib/mpi: fix off by one in mpi_read_raw_from_sglStephan Mueller1-1/+4
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+90
2015-10-16lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEAndrew Morton1-0/+1
2015-10-15move count_zeroes.h out of asm-genericChristoph Hellwig2-2/+2
2015-10-14crypto: 842 - Add CRC and validation supportHaren Myneni3-0/+32
2015-10-14lib/mpi: Add mpi sgl helpersTadeusz Struk1-0/+196
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann1-1/+1
2015-10-08random32: add prandom_seed_full_state helperDaniel Borkmann1-16/+21
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa1-21/+29
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa2-1/+56
2015-10-06strscpy: zero any trailing garbage bytes in the destinationChris Metcalf1-1/+2
2015-10-06modpost: Add flag -E for making section mismatches fatalNicolas Boichat1-0/+9
2015-10-05devres: fix a for loop bounds checkDan Carpenter1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds1-0/+88
2015-10-04kobject: move EXPORT_SYMBOL() macros next to corresponding definitionsGabriel Somlo1-7/+5
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-1/+1
2015-10-03ARM: 8439/1: Fix backtrace generation when IPI is maskedDaniel Thompson1-1/+10
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+1
2015-09-22lib: fix data race in rhashtable_rehash_oneDmitriy Vyukov1-4/+1
2015-09-22lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer wh...Sowmini Varadhan1-3/+3
2015-09-17lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov1-1/+5
2015-09-10zlib_deflate/deftree: remove bi_reverse()yalin wang2-19/+3
2015-09-10lib/decompress_unlzma: Do a NULL check for pointerFabio Estevam1-1/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu6-17/+58
2015-09-10lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long1-1/+1
2015-09-10lib/test_kasan.c: fix a typoWang Long1-2/+2
2015-09-10lib/string_helpers: rename "esc" arg to "only"Kees Cook1-7/+7
2015-09-10lib/string_helpers: clarify esc arg in string_escape_memKees Cook1-4/+6
2015-09-10lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Pan Xinhui1-14/+18
2015-09-10lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui1-0/+4
2015-09-10lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui1-3/+4