aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-3/+3
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-25/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-6/+224
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+13
2020-06-11lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman1-0/+13
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2020-06-11Merge tag 'timers-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-9/+66
2020-06-11kcsan: Restrict supported compilersMarco Elver1-1/+8
2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann2-0/+22
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner5-6/+195
2020-06-11lib/bsearch: Provide __always_inline variantPeter Zijlstra1-20/+2
2020-06-11lib/smp_processor_id: Move it into noinstr sectionThomas Gleixner1-5/+5
2020-06-10lib: test get_count_order/long in test_bitops.cWei Yang2-7/+56
2020-06-10lib: fix bitmap_parse() on 64-bit big endian archsAlexander Gordeev1-2/+7
2020-06-10lib/lz4/lz4_decompress.c: document deliberate use of `&'Joe Perches1-0/+3
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-45/+107
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+3
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-5/+24
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+7
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-4/+4
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-7/+7
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-09kernel: use show_stack_loglvl()Dmitry Safonov1-1/+1
2020-06-09lib/vdso: Provide sanity check for cycles (again)Thomas Gleixner1-0/+11
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+33
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka1-0/+13
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai3-3/+20
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+13
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-31/+13
2020-06-06rhashtable: Drop raw RCU deref in nested_table_freeHerbert Xu1-4/+13
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+17
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+11
2020-06-04lib/ubsan.c: fix gcc-10 warningsArnd Bergmann1-16/+17
2020-06-04lib: make a test module with set/clear bitJesse Brandeburg3-0/+75
2020-06-04lib/flex_proportions.c: cleanup __fprop_inc_percpu_maxTan Hu1-4/+3
2020-06-04lib/percpu-refcount.c: use a more common logging styleJoe Perches1-3/+3
2020-06-04lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn1-56/+35
2020-06-04lib/test_lockup.c: make test_inode staticJason Yan1-1/+1
2020-06-04lib: Add might_fault() to strncpy_from_user.KP Singh1-0/+1
2020-06-04lib/math: avoid trailing newline hidden in pr_fmt()Christophe JAILLET1-5/+5
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual1-0/+22
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov1-0/+9
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+19
2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens1-10/+19
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-48/+200
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-0/+18
2020-06-03lib/vdso: Force inlining of __cvdso_clock_gettime_common()Christophe Leroy1-1/+1
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds4-0/+1237
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-35/+39
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPKees Cook1-1/+1
2020-06-02mm/ioremap: track which page-table levels were modifiedJoerg Roedel1-15/+31
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig1-19/+7
2020-06-02lib: Make test_sysctl initialized as moduleMasami Hiramatsu1-1/+1
2020-06-02lib: Make prime number generator independently selectableMasami Hiramatsu1-1/+6
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+7
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-20/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds4-19/+20
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+3
2020-06-01lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell1-2/+4
2020-06-01kunit: default KUNIT_* fragments to KUNIT_ALL_TESTSAnders Roxell1-3/+6
2020-06-01kunit: Kconfig: enable a KUNIT_ALL_TESTS fragmentAnders Roxell1-0/+14
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-11/+9
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-9/+43
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-25/+22
2020-06-01Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger1-45/+107
2020-06-01ftrace,bug: Improve traceoff_on_warnPeter Zijlstra1-0/+3
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusMark Brown5-0/+490
2020-06-01Merge branch 'for-5.8-printf-time64_t' into for-linusPetr Mladek2-5/+39
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek72-583/+3957
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro1-20/+0
2020-05-29Makefile: support compressed debug infoNick Desaulniers1-0/+17
2020-05-28radix-tree: Use local_lock for protectionSebastian Andrzej Siewior1-11/+9
2020-05-27software node: implement software_node_unregister()Greg Kroah-Hartman1-1/+3
2020-05-26Merge tag 'hisi-drivers-for-5.8' of git://github.com/hisilicon/linux-hisi int...Arnd Bergmann1-11/+11
2020-05-25kobject: send KOBJ_REMOVE uevent when the object is removed from sysfsGreg Kroah-Hartman1-7/+7
2020-05-25Merge 5.7-rc7 into driver-core-nextGreg Kroah-Hartman2-1/+37
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+25
2020-05-24lib/bch: Allow easy bit swappingMiquel Raynal1-14/+76
2020-05-24lib/bch: Rework a little bit the exported function namesMiquel Raynal1-32/+32
2020-05-20Merge series "MAINTAINER entries for few ROHM power devices" from Matti Vaitt...Mark Brown2-9/+18
2020-05-20lib/vsprintf: Print time64_t in human readable formatAndy Shevchenko2-5/+39
2020-05-19mm/hmm/test: add selftest driver for HMMRalph Campbell4-0/+1237
2020-05-19vsprintf: don't obfuscate NULL and error pointersIlya Dryomov2-1/+25
2020-05-19lockdep: Prepare for noinstr sectionsPeter Zijlstra1-1/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson1-0/+18
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar4-27/+36
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-9/+18
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+12
2020-05-15docs: debugging-via-ohci1394.txt: add it to the core-api bookMauro Carvalho Chehab1-1/+1
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann1-0/+12
2020-05-11lib: linear_ranges: Add missing MODULE_LICENSE()Matti Vaittinen1-0/+4
2020-05-11Merge v5.7-rc5 into driver-core-nextGreg Kroah-Hartman2-10/+7
2020-05-08lib/test_linear_ranges: add a test for the 'linear_ranges'Matti Vaittinen3-0/+241
2020-05-08lib: add linear ranges helpersMatti Vaittinen3-0/+245
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner1-7/+32
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-10/+12
2020-05-08crypto: lib/sha256 - return voidEric Biggers1-12/+8
2020-05-07ubsan: disable UBSAN_ALIGNMENT under COMPILE_TESTKees Cook1-9/+6
2020-05-07logic_pio: Use _inX() and _outX()John Garry1-2/+2
2020-05-07logic_pio: Improve macro argument nameJohn Garry1-11/+11
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-18/+18
2020-05-01uaccess: Selectively open read or write user accessChristophe Leroy3-7/+7
2020-04-30netlink: factor out policy range helpersJohannes Berg1-21/+74
2020-04-30netlink: remove NLA_EXACT_LEN_WARNJohannes Berg1-6/+10
2020-04-30netlink: allow NLA_MSECS to have range validationJohannes Berg1-0/+2
2020-04-30netlink: extend policy range validationJohannes Berg1-21/+92
2020-04-30netlink: limit recursion depth in policy validationJohannes Berg1-12/+34
2020-04-30netlink: remove type-unsafe validation_data pointerJohannes Berg1-10/+10
2020-04-30Merge tag 'linux-kselftest-kunit-5.7-rc4' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2020-04-30Merge branch 'x86/asm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/t...Will Deacon1-0/+3
2020-04-30lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor1-1/+1
2020-04-27Improve KCSAN documentation a bitIngo Molnar1-7/+8
2020-04-27Merge 5.7-rc3 into driver-core-nextGreg Kroah-Hartman2-17/+19
2020-04-24lib/mpi: Fix building for powerpc with clangNathan Chancellor1-17/+17
2020-04-23kunit: Add missing newline in summary messageMarco Elver1-1/+1
2020-04-22kbuild/objtool: Add objtool-vmlinux.o passPeter Zijlstra1-0/+5
2020-04-21docs: Add rbtree documentation to the core-apiMatthew Wilcox (Oracle)1-1/+1
2020-04-20lib: bitmap.c: get rid of some doc warningsMauro Carvalho Chehab1-15/+16
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-2/+2
2020-04-18x86/asm: Provide a Kconfig symbol for disabling old assembly annotationsMark Brown1-0/+3
2020-04-17test_firmware: remove unnecessary test_fw_mutex in test_dev_config_show_xxxScott Branden1-23/+3
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2020-04-15fault_inject: Don't rely on "return value" from WRITE_ONCE()Will Deacon1-1/+3
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar46-264/+1695
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds5-30/+3
2020-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+2
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld4-19/+0
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada3-10/+2
2020-04-09lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada1-3/+3
2020-04-07lib/Kconfig.debug: fix a typo "capabilitiy" -> "capability"Qiujun Huang1-1/+1
2020-04-07ubsan: include bug type in report headerKees Cook1-21/+15
2020-04-07ubsan: check panic_on_warnKees Cook1-0/+11
2020-04-07ubsan: split "bounds" checker from other optionsKees Cook1-5/+24
2020-04-07ubsan: add trap instrumentation optionKees Cook2-4/+20
2020-04-07lib/dynamic_debug.c: use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-04-07lib/test_kmod.c: remove a NULL testDan Carpenter1-1/+1
2020-04-07lib/rbtree: fix coding style of assignmentschenqiwu1-2/+2
2020-04-07lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko1-0/+2
2020-04-07kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko1-0/+24
2020-04-07lib/stackdepot.c: build with -fno-builtinAlexander Potapenko1-0/+4
2020-04-07lib/stackdepot.c: check depot_index before accessing the stack slabAlexander Potapenko1-2/+13
2020-04-07lib: test_stackinit.c: XFAIL switch variable init testsKees Cook2-10/+19
2020-04-07lib/scatterlist: fix sg_copy_buffer() kerneldocGeert Uytterhoeven1-1/+1
2020-04-07lib/ts_kmp.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/ts_fsm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/ts_bm.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/bch.c: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-07lib/test_lockup.c: add parameters for locking generic vfs locksKonstantin Khlebnikov1-0/+45
2020-04-07lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"Colin Ian King1-1/+1
2020-04-07lib/test_lockup: test module to generate lockupsKonstantin Khlebnikov3-0/+567
2020-04-07compiler: remove CONFIG_OPTIMIZE_INLINING entirelyMasahiro Yamada1-12/+0
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-9/+26
2020-04-03Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+27
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-3/+2
2020-04-03kbuild, btf: Fix dependencies for DEBUG_INFO_BTFSlava Bacherikov1-0/+2
2020-04-02Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds1-3/+4
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+19
2020-04-02kasan: add test for invalid size in memmoveWalter Wu1-0/+19
2020-04-01Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds3-11/+61
2020-04-01Merge tag 'linux-kselftest-kunit-5.7-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8-75/+358
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-4/+4
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+10
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-2/+1
2020-03-31Merge tag 'for-5.7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-0/+10
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-53/+100
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+29
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-0/+205
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+17
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+55
2020-03-26kunit: subtests should be indented 4 spaces according to TAPAlan Maguire2-42/+44
2020-03-26kunit: add log testAlan Maguire1-1/+39
2020-03-26kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results displayAlan Maguire6-33/+276
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+8
2020-03-25Fix linked-list KUnit test when run multiple timesDavid Gow1-2/+2
2020-03-25kunit: Always print actual pointer values in assertsDavid Gow1-2/+2
2020-03-25kcsan: Add option for verbose reportingMarco Elver1-0/+13
2020-03-25kcsan: Add option to allow watcher interruptionsMarco Elver1-0/+11
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada1-3/+0
2020-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-3/+8
2020-03-23uuid: Provide a GUID generator for raw bufferAndy Shevchenko1-0/+10
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-0/+17
2020-03-21lib/vdso: Enable common headersVincenzo Frascino1-22/+0
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver1-10/+14
2020-03-21kcsan: Clean up the main KCSAN Kconfig optionMarco Elver1-5/+8
2020-03-21kcsan: Clarify Kconfig option KCSAN_IGNORE_ATOMICSMarco Elver1-3/+13
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver1-7/+20
2020-03-21copy_to_user, copy_from_user: Use generic instrumented.hMarco Elver1-3/+4
2020-03-21iov_iter: Use generic instrumented.hMarco Elver1-3/+4
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver1-0/+10