summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
21 hoursMerge branch 'for-next/kspp' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
21 hoursMerge branch 'bitmap-for-next' of https://github.com/norov/linux.gitMark Brown
21 hoursMerge branch 'kunit' of https://git.kernel.org/pub/scm/linux/kernel/git/shuah...Mark Brown
21 hoursMerge branch 'togreg' of https://git.kernel.org/pub/scm/linux/kernel/git/jic2...Mark Brown
23 hoursMerge branch 'driver-core-next' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown
23 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tr...Mark Brown
23 hoursMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/...Mark Brown
23 hoursMerge branch 'for-next-tpm' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
23 hoursMerge branch 'drm-next' of https://gitlab.freedesktop.org/drm/kernel.gitMark Brown
23 hoursMerge branch 'libcrypto-next' of https://git.kernel.org/pub/scm/linux/kernel/...Mark Brown
23 hoursMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb...Mark Brown
23 hoursMerge branch 'main' of https://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown
23 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/pr...Mark Brown
24 hoursMerge branch 'mm-nonmm-unstable' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown
27 hoursMerge branch into tip/master: 'timers/vdso'Ingo Molnar
30 hourslib/test_hmm: remove dead NULL checks after GFP_NOFAIL allocationsGou Hao
30 hourskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
30 hourslib/ucs2_string.c: fix indentationVincent Mailhol
30 hourslib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()Vincent Mailhol
30 hoursraid6/kunit: add a benchmarkChristoph Hellwig
30 hoursraid6: improve the runtime selection benchmarkChristoph Hellwig
30 hoursraid6: defer implementation selection when built-inChristoph Hellwig
30 hoursraid6: enable lock context analysisChristoph Hellwig
30 hoursxor/kunit: add a benchmarkChristoph Hellwig
30 hoursxor/kunit: fix a spelling errorChristoph Hellwig
30 hoursxor: improve the runtime selection benchmarkChristoph Hellwig
30 hoursxor: enable lock context analysisChristoph Hellwig
30 hoursRevert "printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_...Petr Mladek
30 hourslib/random32: convert selftest to KUnitKir Chou
30 hourslib/math: add KUnit test suite for polynomial_calc()Adi Nata
30 hourslib/xz: fix commentsLasse Collin
30 hourslib/xz: use size_t instead of uint32_t in a few placesLasse Collin
30 hourslib/string: fix memchr_inv() for large rangesBradley Morgan
30 hourslib/idr: fix ida_find_first_range() missing IDs across chunk boundariesJosh Law
30 hourslib/xz: replace min_t with minThorsten Blum
31 hoursselftests/mm: add HMM test for mmap lock-dropping faultsStanislav Kinsburskii
31 hoursalloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
31 hourslib/maple_tree: add missing spaces after switch keywordWatson Wheeler
31 hoursradix-tree: fix kmemleak false positives on tree head reassignmentBreno Leitao
31 hourslib/test_hmm: fail dmirror_fault() when the mirrored mm is goneStanislav Kinsburskii
31 hoursmaple_tree: add helper mas_make_walkable()Liam R. Howlett (Oracle)
31 hoursmaple_tree: avoid extra gap calculationLiam R. Howlett (Oracle)
31 hoursmaple_tree: WARN_ON_ONCE when allocations failLiam R. Howlett (Oracle)
31 hoursmaple_tree: document that erase may use GFP_KERNEL for allocationsLiam R. Howlett (Oracle)
31 hoursmaple_tree: catch race in mas_alloc_cyclic()Liam R. Howlett (Oracle)
31 hoursmaple_tree: add bulk parent set helperLiam R. Howlett (Oracle)
31 hoursmaple_tree: micro optimisation of mas_wr_store_type()Liam R. Howlett (Oracle)
31 hoursmaple_tree: optimise mas_wr_node_store() when not in rcu modeLiam R. Howlett (Oracle)
31 hoursmaple_tree: use prefetched value in mas_wr_store_type()Liam R. Howlett (Oracle)
31 hoursmaple_tree: clarify comments on mas_nomem()Liam R. Howlett (Oracle)