summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/raid6: Fix arm64 test buildJeremy Linton2018-11-271-2/+2
* lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-211-2/+1
* locking/lockdep: Fix debug_locks off performance problemWaiman Long2018-11-131-1/+1
* test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo2018-11-041-1/+1
* scsi: klist: Make it safe to use klists in atomic contextBart Van Assche2018-10-031-4/+6
* rhashtable: add schedule pointsEric Dumazet2018-09-191-0/+2
* debugobjects: Make stack check warning more informativeJoel Fernandes (Google)2018-09-151-2/+5
* printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-09-051-3/+0
* ioremap: Update pgtable free interfaces with addrChintan Pandya2018-08-171-2/+2
* lib/rhashtable: consider param->min_size when setting initial table sizeDavidlohr Bueso2018-07-251-6/+11
* lib/vsprintf: Remove atomic-unsafe support for %pCrGeert Uytterhoeven2018-07-031-3/+0
* lib/test_kmod.c: fix limit check on number of test devices createdLuis R. Rodriguez2018-05-301-1/+1
* idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-301-1/+3
* radix tree: fix multi-order iteration raceRoss Zwisler2018-05-221-4/+2
* lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox2018-05-221-6/+15
* errseq: Always report a writeback error onceMatthew Wilcox2018-05-091-14/+11
* kobject: don't use WARN for registration failuresDmitry Vyukov2018-05-011-7/+5
* bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=yYonghong Song2018-04-261-5/+26
* lib: fix stall in __bitmap_parselist()Yury Norov2018-04-192-1/+5
* rhashtable: Fix rhlist duplicates insertionPaul Blakey2018-03-311-1/+3
* mm/vmalloc: add interfaces to free unmapped page tableToshi Kani2018-03-281-2/+4
* Fix misannotated out-of-line _copy_to_user()Christophe Leroy2018-03-191-1/+1
* lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()Kees Cook2018-03-151-0/+2
* lib/mpi: Fix umul_ppmm() for MIPS64r6James Hogan2018-03-031-1/+17
* 509: fix printing uninitialized stack memory when OID is emptyEric Biggers2018-02-251-2/+6
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2018-02-222-98/+2
* swiotlb: suppress warning when __GFP_NOWARN is setChristian König2018-02-221-6/+9
* lib/ubsan: add type mismatch handler for new GCC/ClangAndrey Ryabinin2018-02-162-10/+52
* lib/ubsan.c: s/missaligned/misaligned/Andrew Morton2018-02-161-2/+2
* kasan: rework Kconfig settingsArnd Bergmann2018-02-162-1/+12
* test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun2018-02-031-0/+1
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-4/+7
* x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-12-251-1/+1
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-12-141-0/+4
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-12-141-5/+5
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-141-0/+2
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-141-21/+26
* lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers2017-11-301-0/+2
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-091-2/+2
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0291-0/+91
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0291-0/+91
* | KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2017-11-021-0/+3
* | Mark 'ioremap_page_range()' as possibly sleepingLinus Torvalds2017-10-301-0/+1
* | assoc_array: Fix a buggy node-splitting caseDavid Howells2017-10-281-34/+17
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-212-2/+2
|\
| * textsearch: fix typos in library helpersRandy Dunlap2017-10-222-2/+2
* | Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris2017-10-191-0/+6
|\ \
| * | lib/digsig: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+6
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-10-142-2/+4
|\ \ \
| * | | locking/lockdep: Disable cross-release features for nowIngo Molnar2017-10-141-2/+2