aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+4
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsGravatar Ingo Molnar 4-6/+6
2020-06-26lib: fix test_hmm.c reference after freeGravatar Randy Dunlap 1-2/+1
2020-06-25kasan: Fix required compiler versionGravatar Marco Elver 1-1/+1
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+0
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Gravatar Linus Torvalds 1-3/+3
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 1-3/+3
2020-06-17kconfig: unify cc-option and as-optionGravatar Masahiro Yamada 1-1/+0
2020-06-15seq_buf: Export seq_buf_printfGravatar Vaibhav Jain 1-0/+1
2020-06-15test_objagg: Fix potential memory leak in error handlingGravatar Aditya Pakki 1-2/+2
2020-06-15kasan: Bump required compiler versionGravatar Marco Elver 1-0/+4
2020-06-15Makefile: Improve compressed debug info support detectionGravatar Arvind Sankar 1-1/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-3/+3
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-25/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-3/+3
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-6/+224
2020-06-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+13
2020-06-11lib/lzo: fix ambiguous encoding bug in lzo-rleGravatar Dave Rodgman 1-0/+13
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+11
2020-06-11Merge tag 'timers-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2020-06-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-9/+66
2020-06-11kcsan: Restrict supported compilersGravatar Marco Elver 1-1/+8
2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangGravatar Arnd Bergmann 2-0/+22
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 5-6/+195
2020-06-11lib/bsearch: Provide __always_inline variantGravatar Peter Zijlstra 1-20/+2
2020-06-11lib/smp_processor_id: Move it into noinstr sectionGravatar Thomas Gleixner 1-5/+5
2020-06-10lib: test get_count_order/long in test_bitops.cGravatar Wei Yang 2-7/+56
2020-06-10lib: fix bitmap_parse() on 64-bit big endian archsGravatar Alexander Gordeev 1-2/+7
2020-06-10lib/lz4/lz4_decompress.c: document deliberate use of `&'Gravatar Joe Perches 1-0/+3
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+3
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Gravatar Linus Torvalds 1-45/+107
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+3
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-09lib/vdso: Provide sanity check for cycles (again)Gravatar Thomas Gleixner 1-0/+11
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