summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-11-01x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2-26/+29
2020-10-29lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan1-1/+1
2020-10-29ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)1-0/+1
2020-10-14Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye12-54/+51
2020-10-07random32: Restore __latent_entropy attribute on net_rand_stateThibaut Sautereau1-1/+1
2020-10-01lib/bootconfig: Fix to remove tailing spaces after valueMasami Hiramatsu1-1/+1
2020-10-01lib/bootconfig: Fix a bug of breaking existing tree nodesMasami Hiramatsu1-13/+23
2020-10-01lib/string.c: implement stpcpyNick Desaulniers1-0/+24
2020-09-17test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-0/+9
2020-09-17kobject: Restore old behaviour of kobject_del(NULL)Andy Shevchenko1-1/+5
2020-08-21test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang1-1/+1
2020-08-21lib/test_lockup.c: fix return value of test_lockup_init()Tiezhu Yang1-2/+2
2020-08-21devres: keep both device name and resource name in pretty nameVladimir Oltean1-1/+10
2020-08-19kobject: Avoid premature parent object freeing in kobject_cleanup()Heikki Krogerus1-10/+23
2020-08-19dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie1-12/+11
2020-08-19crc-t10dif: Fix potential crypto notify dead-lockHerbert Xu1-12/+42
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-19/+16
2020-07-30random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds1-1/+1
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau1-1/+1
2020-07-29rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu1-19/+16
2020-07-12Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-07-10kgdb: enable arch to support XML packet.Vincent Chen1-0/+5
2020-06-29lib: packing: add documentation for pbuflen argumentVladimir Oltean1-0/+1
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar4-6/+6
2020-06-26lib: fix test_hmm.c reference after freeRandy Dunlap1-2/+1
2020-06-25kasan: Fix required compiler versionMarco Elver1-1/+1
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds1-3/+3
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-3/+3
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada1-1/+0
2020-06-16seq_buf: Export seq_buf_printfVaibhav Jain1-0/+1
2020-06-15test_objagg: Fix potential memory leak in error handlingAditya Pakki1-2/+2
2020-06-15kasan: Bump required compiler versionMarco Elver1-0/+4
2020-06-15Makefile: Improve compressed debug info support detectionArvind Sankar1-1/+1
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-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-12Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-6/+224
2020-06-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+13
2020-06-12lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman1-0/+13
2020-06-12Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2020-06-12Merge 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