Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-07-24dyndbg: fix overcounting of ram used by dyndbgJim Cromie
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie
2020-07-24dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie
2020-07-24dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie
2020-07-12Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-07-10kgdb: enable arch to support XML packet.Vincent Chen
2020-06-29lib: packing: add documentation for pbuflen argumentVladimir Oltean
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar
2020-06-26lib: fix test_hmm.c reference after freeRandy Dunlap
2020-06-25kasan: Fix required compiler versionMarco Elver
2020-06-21Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-20Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada
2020-06-16seq_buf: Export seq_buf_printfVaibhav Jain
2020-06-15test_objagg: Fix potential memory leak in error handlingAditya Pakki
2020-06-15kasan: Bump required compiler versionMarco Elver
2020-06-15Makefile: Improve compressed debug info support detectionArvind Sankar
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-12Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-12lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman
2020-06-12Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-12Merge tag 'timers-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-11kcsan: Restrict supported compilersMarco Elver
2020-06-11ubsan, kcsan: Don't combine sanitizer with kcov on clangArnd Bergmann
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-11lib/bsearch: Provide __always_inline variantPeter Zijlstra
2020-06-11lib/smp_processor_id: Move it into noinstr sectionThomas Gleixner
2020-06-11lib: test get_count_order/long in test_bitops.cWei Yang
2020-06-11lib: fix bitmap_parse() on 64-bit big endian archsAlexander Gordeev
2020-06-11lib/lz4/lz4_decompress.c: document deliberate use of `&'Joe Perches
2020-06-11Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09kernel: use show_stack_loglvl()Dmitry Safonov
2020-06-09lib/vdso: Provide sanity check for cycles (again)Thomas Gleixner