summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada-1/+0
2020-06-15seq_buf: Export seq_buf_printfVaibhav Jain-0/+1
2020-06-15test_objagg: Fix potential memory leak in error handlingAditya Pakki-2/+2
2020-06-15kasan: Bump required compiler versionMarco Elver-0/+4
2020-06-15sched/cputime: Improve cputime_adjust()Oleg Nesterov-0/+41
2020-06-15Makefile: Improve compressed debug info support detectionArvind Sankar-1/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-3/+3
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-25/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+224
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+13
2020-06-11lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman-0/+13
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+11
2020-06-11Merge tag 'timers-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds-9/+66
2020-06-11kcsan: Restrict supported compilersMarco Elver-1/+8
2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann-0/+22
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner-6/+195
2020-06-11lib/bsearch: Provide __always_inline variantPeter Zijlstra-20/+2
2020-06-11lib/smp_processor_id: Move it into noinstr sectionThomas Gleixner-5/+5
2020-06-10lib: test get_count_order/long in test_bitops.cWei Yang-7/+56
2020-06-10lib: fix bitmap_parse() on 64-bit big endian archsAlexander Gordeev-2/+7
2020-06-10lib/lz4/lz4_decompress.c: document deliberate use of `&'Joe Perches-0/+3
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+3
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-45/+107
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-0/+3
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-5/+24
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+7
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-4/+4
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse-7/+7
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-1/+1
2020-06-09kernel: use show_stack_loglvl()Dmitry Safonov-1/+1
2020-06-09lib/vdso: Provide sanity check for cycles (again)Thomas Gleixner-0/+11
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+33
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka-0/+13
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai-3/+20
2020-06-08selftests/livepatch: fix mem leaks in test-klp-shadow-varsYannick Cote-12/+31
2020-06-08selftests/livepatch: more verification in test-klp-shadow-varsYannick Cote-100/+92
2020-06-08selftests/livepatch: rework test-klp-shadow-varsYannick Cote-44/+57
2020-06-08selftests/livepatch: simplify test-klp-callbacks busy target testsJoe Lawrence-9/+28
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-4/+13
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-31/+13
2020-06-06rhashtable: Drop raw RCU deref in nested_table_freeHerbert Xu-4/+13
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-0/+17
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-11/+11
2020-06-04lib/ubsan.c: fix gcc-10 warningsArnd Bergmann-16/+17
2020-06-04lib: make a test module with set/clear bitJesse Brandeburg-0/+75
2020-06-04lib/flex_proportions.c: cleanup __fprop_inc_percpu_maxTan Hu-4/+3