aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-08-19lib/string.c: Use freestanding environmentArvind Sankar1-1/+6
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-15/+15
2020-08-14lz4: fix kernel decompression speedNick Terrell4-12/+22
2020-08-14Merge tag 'timers-urgent-2020-08-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2020-08-13random32: add a tracepoint for prandom_u32()Eric Dumazet1-0/+2
2020-08-12lib/Kconfig.debug: fix typo in the help text of CONFIG_PANIC_TIMEOUTTiezhu Yang1-1/+1
2020-08-12test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang1-1/+1
2020-08-12lib/test_bits.c: add tests of GENMASKRikard Falkeborn3-0/+87
2020-08-12kstrto*: do not describe simple_strto*() as obsolete/replacedKars Mulder1-8/+4
2020-08-12kstrto*: correct documentation references to simple_strto*()Kars Mulder1-4/+4
2020-08-12lib/: replace HTTP links with HTTPS onesAlexander A. Klimov13-15/+15
2020-08-12lib/test_lockup.c: fix return value of test_lockup_init()Tiezhu Yang1-2/+2
2020-08-12lib/Kconfig.debug: make TEST_LOCKUP depend on moduleTiezhu Yang1-0/+1
2020-08-12lib/test_lockup.c: make symbol 'test_works' staticWei Yongjun1-1/+1
2020-08-12lib/test_bitops: do the full test during module initGeert Uytterhoeven1-8/+10
2020-08-12lib/test_bitmap.c: add test for bitmap_cut()Stefano Brivio1-0/+58
2020-08-12lib/bitmap.c: fix bitmap_cut() for partial overlapping caseStefano Brivio1-2/+2
2020-08-12./Makefile: add debug option to enable function aligned on 32 bytesFeng Tang1-0/+11
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-10/+3
2020-08-10kbuild: trace functions in subdirectories of lib/Masahiro Yamada17-40/+0
2020-08-10kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada18-4/+37
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-10/+23
2020-08-07kasan: adjust kasan_stack_oob for tag-based modeAndrey Konovalov1-1/+1
2020-08-07lib/test_kasan.c: fix KASAN unit tests for tag-based KASANWalter Wu1-17/+32
2020-08-07kasan: add tests for call_rcu stack recordingWalter Wu1-0/+30
2020-08-07kasan: update required compiler versions in documentationMarco Elver1-9/+15
2020-08-07kasan: improve and simplify Kconfig.kasanMarco Elver1-7/+8
2020-08-07percpu_counter: add percpu_counter_sync()Feng Tang1-0/+19
2020-08-07mm: move lib/ioremap.c to mm/Mike Rapoport2-288/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2-6/+6
2020-08-06Merge tag 'livepatching-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-117/+160
2020-08-06vdso/treewide: Add vdso_data pointer argument to __arch_get_hw_counter()Thomas Gleixner1-2/+2
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds7-22/+1128
2020-08-05Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2-23/+28
2020-08-05Merge tag 'driver-core-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-15/+75
2020-08-05Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-119/+150
2020-08-05Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-96/+200
2020-08-04Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds3-3/+3
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-10/+7
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2020-08-03Merge tag 'platform-drivers-x86-v5.9-1' of git://git.infradead.org/linux-plat...Linus Torvalds1-0/+67
2020-08-03Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+124
2020-08-03Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-10/+368
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-5/+52
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+31
2020-08-03Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+95
2020-08-03Merge tag 'core-debugobjects-2020-08-03' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-12/+1
2020-08-03lib/bootconfig: Add override operator supportMasami Hiramatsu1-10/+23
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-34/+132
2020-08-03Merge branch 'locking/nmi' into locking/core, to pick up completed topic branchIngo Molnar1-0/+6
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-20/+17
2020-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-19/+16
2020-08-01Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar1-2/+24
2020-08-01lib/vsprintf: Force type of flags value for gfp_tAndy Shevchenko1-1/+1
2020-08-01lib/vsprintf: Replace custom spec to print decimals with generic oneAndy Shevchenko1-7/+1
2020-08-01lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()Andy Shevchenko1-1/+4
2020-07-31Merge branch 'linus' into locking/core, to resolve conflictIngo Molnar1-1/+1
2020-07-31lib: Add zstd support to decompressNick Terrell4-0/+355
2020-07-31lib: Prepare zstd for preboot environment, improve performanceNick Terrell2-10/+13
2020-07-31lib/mpi: Add mpi_sub_ui()Marcelo Henrique Cerri2-0/+79
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-8/+95
2020-07-29random32: 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-29lockdep: Add preemption enabled/disabled assertion APIsAhmed S. Darwish1-0/+1
2020-07-28rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu1-19/+16
2020-07-28Add pldmfw library for PLDM firmware updateJacob Keller5-0/+1126
2020-07-28mm/hmm/test: use the new migration invalidationRalph Campbell1-13/+17
2020-07-28mm/migrate: add a flags parameter to migrate_vmaRalph Campbell1-11/+4
2020-07-27locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIspeterz@infradead.org1-0/+6
2020-07-27Revert "test_firmware: Test platform fw loading on non-EFI systems"Greg Kroah-Hartman1-5/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+5
2020-07-25test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-0/+5
2020-07-24dyndbg: export ddebug_exec_queriesJim Cromie1-1/+2
2020-07-24dyndbg: shorten our logging prefix, drop __func__Jim Cromie1-1/+1
2020-07-24dyndbg: allow anchored match on format query termJim Cromie1-3/+10
2020-07-24dyndbg: combine flags & mask into a struct, simplify with itJim Cromie1-21/+24
2020-07-24dyndbg: accept query terms like file=bar and module=fooJim Cromie1-20/+33
2020-07-24dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'Jim Cromie1-1/+17
2020-07-24dyndbg: refactor parse_linerange out of ddebug_parse_queryJim Cromie1-27/+36
2020-07-24dyndbg: use gcc ?: to reduce word countJim Cromie1-4/+4
2020-07-24dyndbg: make ddebug_tables list LIFO for add/remove_moduleJim Cromie1-1/+1
2020-07-24dyndbg: prefer declarative init in caller, to memset in calleeJim Cromie1-2/+1
2020-07-24dyndbg: fix pr_err with empty stringJim Cromie1-1/+1
2020-07-24dyndbg: fix a BUG_ON in ddebug_describe_flagsJim Cromie1-12/+11
2020-07-24dyndbg: fix overcounting of ram used by dyndbgJim Cromie1-6/+2
2020-07-24dyndbg: rename __verbose section to __dyndbgJim Cromie1-6/+6
2020-07-24dyndbg: refine debug verbosity; 1 is basic, 2 more chattyJim Cromie1-13/+8
2020-07-24dyndbg: drop obsolete comment on ddebug_proc_openJim Cromie1-7/+0
2020-07-23debugfs: Add access restriction optionPeter Enderborg1-0/+32
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-20/+0
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra2-0/+6
2020-07-20arch, net: remove the last csum_partial_copy() leftoversChristoph Hellwig1-2/+2
2020-07-20Merge 5.8-rc6 into driver-core-nextGreg Kroah-Hartman2-0/+6
2020-07-17debugobjects: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-12/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook2-2/+2
2020-07-16bpf: revert "test_bpf: Flag tests that cannot be jited on s390"Seth Forshee1-20/+0
2020-07-16crypto: lib/sha256 - add sha256() functionEric Biggers1-0/+10
2020-07-16crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu1-2/+0
2020-07-15lib/test-string_helpers.c: Add string_upper() and string_lower() testsVadim Pasternak1-0/+67
2020-07-11Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2020-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-07-10mm/hmm: add tests for hmm_pfn_to_map_order()Ralph Campbell2-0/+8
2020-07-10lib: devres: add a comment about the devm_of_iomap() functionDan Carpenter1-0/+6
2020-07-10devres: keep both device name and resource name in pretty nameVladimir Oltean1-1/+10
2020-07-10kobject: Avoid premature parent object freeing in kobject_cleanup()Heikki Krogerus1-10/+23
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen1-0/+5
2020-07-08lib: Restrict cpumask_local_spread to houskeeping CPUsAlex Belits1-5/+11
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra6-8/+11
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-2/+2
2020-07-03Replace HTTP links with HTTPS ones: vsprintfAlexander A. Klimov1-1/+1
2020-07-03lib: update DEBUG_SHIRQ docs to match realityWolfram Sang1-4/+4
2020-07-01sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry1-0/+3
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-1/+2
2020-06-29kcsan: Re-add GCC as a supported compilerMarco Elver1-1/+2
2020-06-29kcsan: Add test suiteMarco Elver1-1/+22
2020-06-29lib/test_vmalloc.c: Add test cases for kvfree_rcu()Uladzislau Rezki (Sony)1-8/+95
2020-06-29selftests/fpu: Add an FPU selftestPetteri Aimonen3-0/+124
2020-06-28lib: 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-26kunit: add support for named resourcesAlan Maguire2-0/+61
2020-06-26kunit: generalize kunit_resource API beyond allocated resourcesAlan Maguire3-99/+142
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-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab3-3/+3
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-18crc-t10dif: clean up some more thingsEric Biggers1-13/+11
2020-06-18crc-t10dif: use fallback in initial stateEric Biggers1-27/+10
2020-06-18crc-t10dif: Fix potential crypto notify dead-lockHerbert Xu1-12/+42
2020-06-17kconfig: unify cc-option and as-optionMasahiro Yamada1-1/+0
2020-06-15seq_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-15sched/cputime: Improve cputime_adjust()Oleg Nesterov1-0/+41
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-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-6/+224
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+13
2020-06-11lib/lzo: fix ambiguous encoding bug in lzo-rleDave Rodgman1-0/+13
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+11
2020-06-11Merge 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
2020-06-11lib/smp_processor_id: Move it into noinstr sectionThomas Gleixner1-5/+5
2020-06-10lib: test get_count_order/long in test_bitops.cWei Yang2-7/+56
2020-06-10lib: fix bitmap_parse() on 64-bit big endian archsAlexander Gordeev1-2/+7
2020-06-10lib/lz4/lz4_decompress.c: document deliberate use of `&'Joe Perches1-0/+3
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-45/+107
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+3
2020-06-09Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-5/+24
2020-06-09Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+7
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-4/+4
2020-06-09mmap locking API: convert mmap_sem call sites missed by coccinelleMichel Lespinasse1-7/+7
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-09kernel: use show_stack_loglvl()Dmitry Safonov1-1/+1
2020-06-09lib/vdso: Provide sanity check for cycles (again)Thomas Gleixner1-0/+11
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-3/+33
2020-06-08lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka1-0/+13
2020-06-08dynamic_debug: add an option to enable dynamic debug for modules onlyOrson Zhai3-3/+20
2020-06-08selftests/livepatch: fix mem leaks in test-klp-shadow-varsYannick Cote1-12/+31
2020-06-08selftests/livepatch: more verification in test-klp-shadow-varsYannick Cote1-100/+92
2020-06-08selftests/livepatch: rework test-klp-shadow-varsYannick Cote1-44/+57
2020-06-08selftests/livepatch: simplify test-klp-callbacks busy target testsJoe Lawrence1-9/+28
2020-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+13
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-31/+13
2020-06-06rhashtable: Drop raw RCU deref in nested_table_freeHerbert Xu1-4/+13
2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-0/+17
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-11/+11
2020-06-04lib/ubsan.c: fix gcc-10 warningsArnd Bergmann1-16/+17
2020-06-04lib: make a test module with set/clear bitJesse Brandeburg3-0/+75
2020-06-04lib/flex_proportions.c: cleanup __fprop_inc_percpu_maxTan Hu1-4/+3
2020-06-04lib/percpu-refcount.c: use a more common logging styleJoe Perches1-3/+3
2020-06-04lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn1-56/+35
2020-06-04lib/test_lockup.c: make test_inode staticJason Yan1-1/+1
2020-06-04lib: Add might_fault() to strncpy_from_user.KP Singh1-0/+1
2020-06-04lib/math: avoid trailing newline hidden in pr_fmt()Christophe JAILLET1-5/+5
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual1-0/+22
2020-06-04kcov: collect coverage from interruptsAndrey Konovalov1-0/+9
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+19
2020-06-03kasan: stop tests being eliminated as dead code with FORTIFY_SOURCEDaniel Axtens1-10/+19
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-48/+200
2020-06-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-0/+18
2020-06-03lib/vdso: Force inlining of __cvdso_clock_gettime_common()Christophe Leroy1-1/+1
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds4-0/+1237
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-35/+39