aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2016-02-15lib+mm: fix few spelling mistakesGravatar Bogdan Sikora 2-2/+2
2016-02-15treewide: Fix typo in printkGravatar Masanari Iida 1-1/+1
2016-02-14Merge 4.5-rc4 into driver-core-nextGravatar Greg Kroah-Hartman 5-20/+37
2016-02-14Merge 4.5-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 9-44/+101
2016-02-14Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2016-02-13Merge branch 'linus' into locking/core, to resolve conflictsGravatar Ingo Molnar 3-14/+31
2016-02-11vsprintf: kptr_restrict is okay in IRQ when 2Gravatar Jason A. Donenfeld 1-13/+13
2016-02-11ubsan: cosmetic fix to Kconfig textGravatar Yang Shi 1-1/+3
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+15
2016-02-10lib/ucs2_string: Add ucs2 -> utf8 helper functionsGravatar Peter Jones 1-0/+62
2016-02-09kobject: export kset_find_obj() for module useGravatar Gabriel Somlo 1-0/+1
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureGravatar Tejun Heo 1-0/+15
2016-02-09Merge branch 'locking/urgent' into locking/core, to pick up fixesGravatar Ingo Molnar 1-3/+3
2016-02-09locking/static_keys: Avoid nested functionsGravatar Arnd Bergmann 1-20/+42
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Gravatar Masahiro Yamada 1-3/+3
2016-02-07devres: use to_pci_dev()Gravatar Geliang Tang 1-1/+1
2016-02-07klist: fix starting point removed bug in klist iteratorsGravatar James Bottomley 1-3/+3
2016-02-05dump_stack: avoid potential deadlocksGravatar Eric Dumazet 1-3/+4
2016-02-03radix-tree: fix race in gang lookupGravatar Matthew Wilcox 1-2/+10
2016-02-03lib/test-string_helpers.c: fix and improve string_get_size() testsGravatar Vitaly Kuznetsov 1-18/+49
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Gravatar Borislav Petkov 1-1/+1
2016-01-27debugobjects: Allow bigger number of early boot objectsGravatar Christian Borntraeger 1-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 3-0/+228
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-0/+3
2016-01-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+1
2016-01-21ratelimit: fix bug in time interval by resetting right begin timeGravatar Jaewon Kim 1-1/+1
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Gravatar Linus Torvalds 2-7/+22
2016-01-21Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 9-66/+743
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+4
2016-01-20Do not enable CONFIG_IO_STRICT_DEVMEM by defaultGravatar Dan Williams 1-1/+0
2016-01-20UBSAN: run-time undefined behavior sanity checkerGravatar Andrey Ryabinin 5-0/+574
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yGravatar Chris Metcalf 1-1/+1
2016-01-20test_hexdump: print statistics at the endGravatar Andy Shevchenko 1-3/+23
2016-01-20test_hexdump: test all possible group sizes for overflowGravatar Andy Shevchenko 1-3/+18
2016-01-20test_hexdump: check all bytes in real bufferGravatar Andy Shevchenko 1-21/+17
2016-01-20test_hexdump: switch to memcmp()Gravatar Andy Shevchenko 1-3/+3
2016-01-20test_hexdump: replace magic numbers by their meaningGravatar Andy Shevchenko 1-4/+13
2016-01-20test_hexdump: go through all possible lengths of bufferGravatar Andy Shevchenko 1-14/+13
2016-01-20test_hexdump: define FILL_CHAR constantGravatar Andy Shevchenko 1-6/+13
2016-01-20test_hexdump: introduce test_hexdump_prepare_test() helperGravatar Andy Shevchenko 1-7/+19
2016-01-20test_hexdump: rename to test_hexdumpGravatar Andy Shevchenko 2-1/+1
2016-01-20lib/iomap_copy.c: add __ioread32_copy()Gravatar Stephen Boyd 1-0/+21
2016-01-20string_helpers: fix precision loss for some inputsGravatar James Bottomley 1-20/+43
2016-01-20lib/libcrc32c.c: fix build warningGravatar Jean Delvare 1-0/+1
2016-01-19irq_poll: Fix irq_poll_sched()Gravatar Bart Van Assche 1-1/+1
2016-01-19crypto: crc32c - Fix crc32c soft dependencyGravatar Jean Delvare 1-0/+1
2016-01-18lib: sw842: select crc32Gravatar Arnd Bergmann 1-0/+2
2016-01-17Merge tag 'linux-kselftest-4.5-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-5/+74
2016-01-16lib/vsprintf: factor out %pN[F] handler as netdev_bits()Gravatar Andy Shevchenko 1-9/+16