aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-19/+9
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-5/+340
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+9
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+19
2021-02-20Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2021-02-17rbtree, timerqueue: Use rb_add_cached()Peter Zijlstra1-19/+9
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+1
2021-02-15lib/parman: Delete newlineJefferson Carpenter1-1/+0
2021-02-12Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-3/+9
2021-02-12Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-3/+0
2021-02-12Merge branch 'linus' into locking/core, to pick up upstream fixesIngo Molnar8-34/+62
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-21/+56
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+14
2021-02-07Merge tag 'sched_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+5
2021-02-05Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs"Thomas Gleixner1-11/+5
2021-02-05ubsan: implement __ubsan_handle_alignment_assumptionNathan Chancellor2-0/+37
2021-02-04udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn1-10/+14
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-01-25iov_iter: optimise bvec iov_iter_advance()Pavel Begunkov1-0/+19
2021-01-25bvec/iter: disallow zero-length segment bvecsPavel Begunkov1-2/+0
2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann1-0/+1
2021-01-22percpu_ref: Dump mem_dump_obj() info upon reference-count underflowPaul E. McKenney1-3/+9
2021-01-22lockdep: report broken irq restorationMark Rutland1-0/+8
2021-01-20test_bpf: Remove EXPECTED_FAIL flag from bpf_fill_maxinsns11Gary Lin1-6/+1
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-01-18selftests/fpu: Fix debugfs_simple_attr.cocci warningkernel test robot1-3/+3
2021-01-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-01-15iov_iter: fix the uaccess area in copy_compat_iovec_from_userChristoph Hellwig1-1/+1
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-8/+158
2021-01-14bpf: Add size arg to build_id_parse functionJiri Olsa1-8/+21
2021-01-14bpf: Move stack_map_get_build_id into libJiri Olsa2-1/+138
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-7/+7
2021-01-14locking/selftests: Add local_lock inversion testsPeter Zijlstra1-0/+97
2021-01-14locking/selftests: More granular debug_locks_verbosePeter Zijlstra1-2/+3
2021-01-14lockdep/selftest: Add wait context selftestsBoqun Feng1-0/+232
2021-01-10Merge tag 'kbuild-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-01-10Merge tag 'char-misc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2021-01-07Fonts: font_ter16x32: Update font with new upstream Terminus releaseAmanoel Dawod1-3/+3
2021-01-04random32: Re-enable KCSAN instrumentationMarco Elver1-3/+0
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds1-8/+0
2021-01-04lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin1-1/+1
2020-12-29zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap4-19/+9
2020-12-29lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich1-2/+2
2020-12-29lib/genalloc: fix the overflow when size is too bigHuang Shijie1-12/+13
2020-12-22kasan: introduce CONFIG_KASAN_HW_TAGSAndrey Konovalov1-17/+44
2020-12-22kasan: don't duplicate config dependenciesAndrey Konovalov1-6/+2
2020-12-22kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*Andrey Konovalov2-2/+2
2020-12-22kasan: KASAN_VMALLOC depends on KASAN_GENERICAndrey Konovalov1-1/+1
2020-12-18Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-1/+33
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+18
2020-12-16Merge tag 'fallthrough-fixes-clang-5.11-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds19-77/+82
2020-12-16Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-13/+46
2020-12-15lib/lzo/lzo1x_compress.c: make lzogeneric1x_1_compress() staticJason Yan1-1/+1
2020-12-15fault-injection: handle EI_ETYPE_TRUEBarnabás Pőcze1-0/+2
2020-12-15lib/ubsan.c: mark type_check_kinds with static keywordZou Wei1-1/+1
2020-12-15ubsan: expand tests and reportingKees Cook1-8/+66
2020-12-15ubsan: remove UBSAN_MISC in favor of individual optionsKees Cook1-26/+56
2020-12-15ubsan: enable for all*config buildsKees Cook1-2/+1
2020-12-15ubsan: disable UBSAN_TRAP for all*configKees Cook1-0/+1
2020-12-15ubsan: disable object-size sanitizer under GCCKees Cook1-0/+3
2020-12-15ubsan: move cc-option tests into KconfigKees Cook1-3/+58
2020-12-15ubsan: remove redundant -Wno-maybe-uninitializedKees Cook1-4/+0
2020-12-15lib/lz4: explicitly support in-place decompressionGao Xiang2-1/+6
2020-12-15lib: cleanup kstrto*() usageAlexey Dobriyan2-22/+13
2020-12-15lib/string: remove unnecessary #undefsNick Desaulniers1-4/+0
2020-12-15lib/cmdline_kunit: add a new test suite for cmdline APIAndy Shevchenko3-0/+112
2020-12-15lib/cmdline: allow NULL to be an output for get_option()Andy Shevchenko1-3/+9
2020-12-15lib/cmdline: fix get_option() for strings starting with hyphenAndy Shevchenko1-1/+7
2020-12-15lib/test_lockup.c: minimum fix to get it compiled on PREEMPT_RTSebastian Andrzej Siewior1-0/+16
2020-12-15lib/stackdepot.c: use array_size() helper in jhash2()Gustavo A. R. Silva1-2/+2
2020-12-15lib/stackdepot.c: use flex_array_size() helper in memcpy()Gustavo A. R. Silva1-1/+1
2020-12-15lib/stackdepot.c: replace one-element array with flexible-array memberGustavo A. R. Silva1-3/+2
2020-12-15lib/test_free_pages.c: add basic progress indicatorsGeert Uytterhoeven1-0/+5
2020-12-15kernel.h: split out mathematical helpersAndy Shevchenko7-7/+16
2020-12-15Merge tag 'acpi-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+11
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+7
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-15/+36
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+76
2020-12-15lib/test_kasan.c: add workqueue test caseWalter Wu1-0/+29
2020-12-15locking/selftests: add testcases for fs_reclaimDaniel Vetter1-0/+47
2020-12-15Merge branches 'acpi-resources' and 'acpi-docs'Rafael J. Wysocki1-0/+11
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+22
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+25
2020-12-14Merge tag 'locking-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-17/+34
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-9/+0
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-159/+68
2020-12-14Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-0/+13
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+5
2020-12-11selftest/fpu: avoid clang warningArnd Bergmann1-1/+2
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt4-1/+33
2020-12-11lib: Add a generic version of devmem_is_allowed()Palmer Dabbelt4-1/+33
2020-12-09dyndbg: fix use before null checkJim Cromie1-2/+7
2020-12-09Merge branch 'locking/rwsem'Peter Zijlstra1-2/+17
2020-12-07sbitmap: simplify wrap checkPavel Begunkov1-3/+5
2020-12-07sbitmap: replace CAS with atomic andPavel Begunkov1-5/+3
2020-12-07sbitmap: remove swap_lockPavel Begunkov1-11/+3
2020-12-07sbitmap: optimise sbitmap_deferred_clear()Pavel Begunkov1-12/+12
2020-12-06zlib: export S390 symbols for zlib modulesRandy Dunlap1-0/+3
2020-12-04crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2-3/+1
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+9
2020-12-03lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau1-2/+9
2020-12-03lockdep/selftest: Add spin_nest_lock testBoqun Feng1-0/+17
2020-12-03lockdep/selftests: Fix PROVE_RAW_LOCK_NESTINGPeter Zijlstra1-17/+17
2020-12-02kunit: Support for Parameterized TestingArpitha Raghunandan1-13/+46
2020-12-02Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada1-8/+0
2020-12-01net: switch to storing KCOV handle directly in sk_buffMarco Elver1-1/+0
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar18-62/+140
2020-11-24mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPThomas Gleixner1-0/+14
2020-11-24mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner1-0/+8
2020-11-24Merge branch 'sched/core' into core/mmThomas Gleixner3-0/+25
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner1-1/+1
2020-11-20crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu1-2/+0
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers3-3/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+17
2020-11-19lib/strncpy_from_user.c: Mask out bytes after NUL terminator.Daniel Xu1-2/+17
2020-11-19lib: Fix fall-through warnings for ClangGustavo A. R. Silva7-13/+18
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers16-64/+64
2020-11-17resource: Add test cases for new resource APIAndy Shevchenko1-0/+11
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-3/+3
2020-11-16Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel1-14/+25
2020-11-16Fix unefficient call to memset before memcpu in nla_strlcpy.Francis Laniel1-1/+2
2020-11-16Fonts: Add charcount field to font_descPeilin Ye13-0/+13
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+9
2020-11-12net: kcov: don't select SKB_EXTENSIONS when there is no NETRandy Dunlap1-1/+1
2020-11-10kbuild: Build kernel module BTFs if BTF is enabled and pahole supports itAndrii Nakryiko1-0/+9
2020-11-10sched,rt: Use cpumask_any*_distribute()Peter Zijlstra1-0/+18
2020-11-10sched: Add migrate_disable()Peter Zijlstra1-0/+5
2020-11-10stop_machine: Add function and caller debug infoPeter Zijlstra1-0/+2
2020-11-09s390/kasan: remove 3-level paging supportVasily Gorbik1-9/+0
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-60/+123
2020-11-06Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-13/+13
2020-11-03Fonts: Replace discarded const qualifierLee Jones13-13/+13
2020-11-02net: add kcov handle to skb extensionsAleksandr Nogikh1-0/+1
2020-11-02lib/crc32test: remove extra local_irq_disable/enableVasily Gorbik1-4/+0
2020-11-02kasan: adopt KUNIT tests to SW_TAGS modeAndrey Konovalov1-42/+107
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2020-10-30docs: Kconfig/Makefile: add a check for broken ABI filesMauro Carvalho Chehab1-0/+2
2020-10-30crypto: lib/sha256 - Unroll LOAD and BLEND loopsArvind Sankar1-4/+20
2020-10-30crypto: lib/sha256 - Unroll SHA256 loop 8 times intead of 64Arvind Sankar1-136/+38
2020-10-30crypto: lib/sha256 - Clear W[] in sha256_update() instead of sha256_transform()Arvind Sankar1-6/+5
2020-10-30crypto: lib/sha256 - Don't clear temporary variablesArvind Sankar1-1/+0
2020-10-30crypto: lib/sha256 - Use memzero_explicit() for clearing stateArvind Sankar1-1/+1
2020-10-30lib/mpi: Remove unused scalar_copiedHerbert Xu1-3/+0
2020-10-29lib/scatterlist: use consistent sg_copy_buffer() return typeDavid Disseldorp1-1/+1
2020-10-25Merge tag '20201024-v4-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-180/+345
2020-10-24Merge tag 'block-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-24random32: add a selftest for the prandom32 codeWilly Tarreau1-0/+56
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+5
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin1-180/+284
2020-10-23Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+4
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+4
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-70/+21
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds4-8/+51
2020-10-19Fonts: Support FONT_EXTRA_WORDS macros for font_6x8Peilin Ye1-4/+4
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds6-73/+101
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-1/+26
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-26/+107
2020-10-16Merge tag 'kgdb-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds1-0/+15
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds1-1/+6
2020-10-16lib: kunit: Fix compilation test when using TEST_BIT_FIELD_COMPILEVitor Massaru Iha1-4/+2
2020-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-28/+361
2020-10-16lib, uaccess: add failure injection to usercopy functionsAlbert van der Linde3-1/+12
2020-10-16lib, include/linux: add usercopy failure capabilityAlbert van der Linde3-0/+47
2020-10-16ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for ClangGeorge Popescu1-0/+14
2020-10-16lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan1-1/+1
2020-10-16lib/test_hmm.c: fix an error code in dmirror_allocate_chunk()Dan Carpenter1-1/+1
2020-10-16lib/percpu_counter.c: use helper macro abs()Miaohe Lin1-1/+1
2020-10-16lib/scatterlist.c: avoid a double memsetChristophe JAILLET1-1/+1
2020-10-16lib/idr.c: document calling context for IDA APIs mustn't use locksStephen Boyd1-3/+6
2020-10-16lib/mpi/mpi-bit.c: fix spello of "functions"Randy Dunlap1-1/+1
2020-10-16lib: test_sysctl: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: syscall: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: radix-tree: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: earlycpio: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: dynamic_queue_limits: delete duplicated words + fix typoRandy Dunlap1-2/+2
2020-10-16lib: decompress_bunzip2: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: libcrc32c: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16lib: bitmap: delete duplicated wordsRandy Dunlap1-1/+1
2020-10-16kernel.h: split out min()/max() et al. helpersAndy Shevchenko4-1/+4
2020-10-16XArray: add xas_splitMatthew Wilcox (Oracle)2-9/+203
2020-10-16XArray: add xa_get_orderMatthew Wilcox (Oracle)2-0/+61
2020-10-16lib/scatterlist: Do not limit max_segment to PAGE_ALIGNED valuesJason Gunthorpe1-4/+8
2020-10-16sgl_alloc_order: fix memory leakDouglas Gilbert1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-34/+88
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-0/+2587
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+142
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-19/+28
2020-10-13mm/page_alloc.c: fix freeing non-compound pagesMatthew Wilcox (Oracle)3-0/+52
2020-10-13KASAN: port KASAN Tests to KUnitPatricia Alfonso4-438/+386
2020-10-13KUnit: KASAN IntegrationPatricia Alfonso2-7/+53
2020-10-13lib/test_hmm.c: remove unused dmirror_zero_pageRalph Campbell1-14/+0
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams1-25/+25
2020-10-13kasan: remove mentions of unsupported Clang versionsMarco Elver1-5/+4
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-35/+100
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-0/+23
2020-10-13lib: kunit: add bitfield test conversion to KUnitVitor Massaru Iha3-60/+57
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds15-13/+3493
2020-10-13XArray: Fix xas_create_range for ranges above 4 billionMatthew Wilcox (Oracle)1-1/+1