summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* zlib_deflate/deftree: remove bi_reverse()yalin wang2015-09-102-19/+3
* lib/decompress_unlzma: Do a NULL check for pointerFabio Estevam2015-09-101-1/+1
* lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-106-17/+58
* lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long2015-09-101-1/+1
* lib/test_kasan.c: fix a typoWang Long2015-09-101-2/+2
* lib/string_helpers: rename "esc" arg to "only"Kees Cook2015-09-101-7/+7
* lib/string_helpers: clarify esc arg in string_escape_memKees Cook2015-09-101-4/+6
* lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or ...Pan Xinhui2015-09-101-14/+18
* lib/bitmap.c: fix a special string handling bug in __bitmap_parselistPan Xinhui2015-09-101-0/+4
* lib/bitmap.c: correct a code style and do some, optimizationPan Xinhui2015-09-101-3/+4
* kstrto*: accept "-0" for signed conversionAlexey Dobriyan2015-09-102-6/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-3/+1
|\
| * lib/show_mem.c: correct reserved memory calculationVishnu Pratap Singh2015-09-081-3/+1
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-083-14/+9
|\ \
| * | nd_blk: change aperture mapping from WC to WBRoss Zwisler2015-08-271-0/+3
| * | cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-102-14/+6
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-081-4/+23
|\ \ \
| * | | ASN.1: Handle 'ANY OPTIONAL' in grammarDavid Howells2015-08-051-0/+8
| * | | ASN.1: Fix non-match detection failure on data overrunDavid Howells2015-08-051-3/+2
| * | | ASN.1: Fix actions on CHOICE elements with IMPLICIT tagsDavid Howells2015-08-051-1/+13
| |/ /
* | | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-082-1/+163
|\ \ \ | |_|/ |/| |
| * | nmi: create generic NMI backtrace implementationRussell King2015-07-172-1/+163
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-09-051-3/+0
|\ \ \
| * | | percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-151-3/+0
* | | | Merge tag 'md/4.3' of git://neil.brown.name/mdLinus Torvalds2015-09-052-1/+58
|\ \ \ \
| * \ \ \ Merge linux-block/for-4.3/core into md/for-linuxNeilBrown2015-09-056-29/+135
| |\ \ \ \
| * | | | | md/raid6: delta syndrome for ARM NEONArd Biesheuvel2015-08-312-1/+58
| | |_|_|/ | |/| | |
* | | | | genalloc: add support of multiple gen_pools per deviceVladimir Zapolskiy2015-09-041-14/+57
* | | | | genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy2015-09-041-21/+28
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-037-35/+361
|\ \ \ \ \
| * | | | | locking/lockref: Remove homebrew cmpxchg64_relaxed() macro definitionWill Deacon2015-08-121-8/+0
| * | | | | Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-122-21/+50
| |\ \ \ \ \
| | * | | | | atomic: Add simple atomic_t testsPeter Zijlstra2015-07-271-21/+47
| | * | | | | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+3
| | |/ / / /
| * | | | | locking/static_keys: Make verify_keys() statickbuild test robot2015-08-051-1/+1
| * | | | | locking/static_keys: Provide a selftestIngo Molnar2015-08-035-235/+235
| * | | | | jump_label: Provide a self-testJason Baron2015-08-034-0/+304
| * | | | | Merge branch 'locking/urgent', tag 'v4.2-rc5' into locking/core, to pick up f...Ingo Molnar2015-08-036-12/+16
| |\| | | |
| * | | | | rtmutex: Delete scriptable testerDavidlohr Bueso2015-07-201-6/+0
| * | | | | futex: Fault/error injection capabilitiesDavidlohr Bueso2015-07-201-0/+7
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-035-81/+975
|\ \ \ \ \
| * | | | | lib: move strncpy_from_unsafe() into mm/maccess.cAlexei Starovoitov2015-08-311-41/+0
| * | | | | lib: introduce strncpy_from_unsafe()Alexei Starovoitov2015-08-281-0/+41
| * | | | | lib/Makefile: remove CONFIG_AVERAGE build ruleValentin Rothberg2015-08-261-2/+0
| * | | | | average: remove out-of-line implementationJohannes Berg2015-08-202-74/+0
| * | | | | rhashtable-test: extend to test concurrencyPhil Sutter2015-08-171-1/+155
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Nicolas Schichan2015-08-061-0/+158
| * | | | | test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan2015-08-061-0/+296
| * | | | | test_bpf: add module parameters to filter the tests to run.Nicolas Schichan2015-08-061-0/+71