aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-5/+24
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+7
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-4/+4
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleGravatar Michel Lespinasse 1-7/+7
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-1/+1
2020-06-09kernel: use show_stack_loglvl()Gravatar Dmitry Safonov 1-1/+1
2020-06-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-3/+33
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterGravatar Vlastimil Babka 1-0/+13
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyGravatar Orson Zhai 3-3/+20
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-4/+13
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-31/+13
2020-06-06rhashtable: Drop raw RCU deref in nested_table_freeGravatar Herbert Xu 1-4/+13
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-0/+17
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-11/+11
2020-06-04lib/ubsan.c: fix gcc-10 warningsGravatar Arnd Bergmann 1-16/+17
2020-06-04lib: make a test module with set/clear bitGravatar Jesse Brandeburg 3-0/+75
2020-06-04lib/flex_proportions.c: cleanup __fprop_inc_percpu_maxGravatar Tan Hu 1-4/+3
2020-06-04lib/percpu-refcount.c: use a more common logging styleGravatar Joe Perches 1-3/+3
2020-06-04lib/zlib: remove outdated and incorrect pre-increment optimizationGravatar Jann Horn 1-56/+35
2020-06-04lib/test_lockup.c: make test_inode staticGravatar Jason Yan 1-1/+1
2020-06-04lib: Add might_fault() to strncpy_from_user.Gravatar KP Singh 1-0/+1
2020-06-04lib/math: avoid trailing newline hidden in pr_fmt()Gravatar Christophe JAILLET 1-5/+5
2020-06-04mm/debug: add tests validating architecture page table helpersGravatar Anshuman Khandual 1-0/+22
2020-06-04kcov: collect coverage from interruptsGravatar Andrey Konovalov 1-0/+9
2020-06-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-10/+19
2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEGravatar Daniel Axtens 1-10/+19
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-48/+200
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-1/+1
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 1-0/+18
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 4-0/+1237
2020-06-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-35/+39
2020-06-02ubsan: entirely disable alignment checks under UBSAN_TRAPGravatar Kees Cook 1-1/+1
2020-06-02mm/ioremap: track which page-table levels were modifiedGravatar Joerg Roedel 1-15/+31
2020-06-02mm: switch the test_vmalloc module to use __vmalloc_nodeGravatar Christoph Hellwig 1-19/+7
2020-06-02lib: Make test_sysctl initialized as moduleGravatar Masami Hiramatsu 1-1/+1
2020-06-02lib: Make prime number generator independently selectableGravatar Masami Hiramatsu 1-1/+6
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-7/+7
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-20/+0
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 4-19/+20
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+3
2020-06-01lib: Kconfig.debug: default KUNIT_* fragments to KUNIT_ALL_TESTSGravatar Anders Roxell 1-2/+4
2020-06-01kunit: default KUNIT_* fragments to KUNIT_ALL_TESTSGravatar Anders Roxell 1-3/+6
2020-06-01kunit: Kconfig: enable a KUNIT_ALL_TESTS fragmentGravatar Anders Roxell 1-0/+14
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+5
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-11/+9
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-9/+43
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-25/+22
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusGravatar Mark Brown 5-0/+490