summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Add zstd support to decompressNick Terrell2020-07-314-0/+355
* lib: Prepare zstd for preboot environment, improve performanceNick Terrell2020-07-312-10/+13
* Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-111-0/+5
|\
| * kgdb: enable arch to support XML packet.Vincent Chen2020-07-091-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-101-0/+1
|\ \ | |/ |/|
| * lib: packing: add documentation for pbuflen argumentVladimir Oltean2020-06-281-0/+1
* | Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-281-0/+4
|\ \
| * | Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-264-6/+6
| |\|
| * | kasan: Fix required compiler versionMarco Elver2020-06-251-1/+1
| * | kasan: Bump required compiler versionMarco Elver2020-06-151-0/+4
* | | lib: fix test_hmm.c reference after freeRandy Dunlap2020-06-261-2/+1
| |/ |/|
* | Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-211-1/+0
|\ \
| * | kconfig: unify cc-option and as-optionMasahiro Yamada2020-06-171-1/+0
| * | Makefile: Improve compressed debug info support detectionArvind Sankar2020-06-151-1/+1
| |/
* | Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-201-0/+1
|\ \
| * | seq_buf: Export seq_buf_printfVaibhav Jain2020-06-151-0/+1
| |/
* | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-181-3/+3
|\ \
| * | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-3/+3
| |/
* / test_objagg: Fix potential memory leak in error handlingAditya Pakki2020-06-151-2/+2
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-131-3/+3
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-132-25/+7
|\ \
| * | lib/bsearch: Provide __always_inline variantPeter Zijlstra2020-06-111-20/+2
| * | lib/smp_processor_id: Move it into noinstr sectionThomas Gleixner2020-06-111-5/+5
| |/
* | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-116-6/+224
|\ \
| * | kcsan: Restrict supported compilersMarco Elver2020-06-111-1/+8
| * | ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann2020-06-112-0/+22
| * | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-115-6/+195
| |\ \ | | |/ | |/|
| | * Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-081-7/+32
| | |\
| | | * Improve KCSAN documentation a bitIngo Molnar2020-04-271-7/+8
| | | * kcsan: Add option for verbose reportingMarco Elver2020-03-251-0/+13
| | | * kcsan: Add option to allow watcher interruptionsMarco Elver2020-03-251-0/+11
| | * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-1346-264/+1695
| | |\ \ | | | |/ | | |/|
| | * | kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver2020-03-211-10/+14
| | * | kcsan: Clean up the main KCSAN Kconfig optionMarco Elver2020-03-211-5/+8
| | * | kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICSMarco Elver2020-03-211-3/+13
| | * | kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver2020-03-211-7/+20
| | * | copy_to_user, copy_from_user: Use generic instrumented.hMarco Elver2020-03-211-3/+4
| | * | iov_iter: Use generic instrumented.hMarco Elver2020-03-211-3/+4
| | * | kcsan: Rate-limit reporting per data racesMarco Elver2020-03-211-0/+10
| | * | Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar2020-03-212-9/+30
| | |\ \
| | * \ \ Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar2020-03-2161-712/+6199
| | |\ \ \
| | * \ \ \ Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar2020-01-241-0/+1
| | |\ \ \ \
| | | * | | | kcsan, ubsan: Make KCSAN+UBSAN work togetherMarco Elver2020-01-071-0/+1
| | * | | | | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the treeIngo Molnar2020-01-201-0/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar2019-12-3060-836/+14830
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-9/+7
| | * | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-11-193-0/+123
| | |\ \ \ \ \ \
| | | * | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-163-0/+123
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-111-0/+13
|\ \ \ \ \ \ \ \ \