summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan2023-09-191-1/+2
* lib: test_scanf: Add explicit type cast to result initialization in test_numb...Nathan Chancellor2023-09-191-1/+1
* idr: fix param name in idr_alloc_cyclic() docAriel Marcovitch2023-09-191-1/+1
* lib/test_meminit: allocate pages up to order MAX_ORDERAndrew Donnellan2023-09-191-1/+1
* iov_iter: Fix iov_iter_extract_pages() with zero-sized entriesDavid Howells2023-09-131-15/+15
* XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)2023-09-131-1/+1
* kunit: Fix checksum tests on big endian CPUsChristophe Leroy2023-09-131-16/+38
* nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-09-131-3/+3
* lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller2023-08-251-26/+6
* Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-252-1/+7
|\
| * maple_tree: disable mas_wr_append() when other readers are possibleLiam R. Howlett2023-08-241-0/+7
| * radix tree: remove unused variableArnd Bergmann2023-08-211-1/+0
* | Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...Linus Torvalds2023-08-111-1/+1
|\|
| * crypto, cifs: fix error handling in extract_iter_to_sg()David Howells2023-08-041-1/+1
* | Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-071-1/+1
|\ \
| * | workqueue: Fix cpu_intensive_thresh_us name in help textGeert Uytterhoeven2023-07-111-1/+1
* | | Merge tag 'bitmap-6.5-rc5' of https://github.com:/norov/linuxLinus Torvalds2023-08-023-5/+14
|\ \ \ | |_|/ |/| |
| * | lib/bitmap: workaround const_eval test build failureYury Norov2023-07-182-4/+10
| * | cpumask: eliminate kernel-doc warningsRandy Dunlap2023-07-171-1/+4
* | | Merge tag 'char-misc-6.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-301-1/+1
|\ \ \
| * | | misc/genalloc: Name subpools by of_node_full_name()Linus Walleij2023-07-261-1/+1
| |/ /
* | | Merge tag 'block-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-221-8/+7
|\ \ \
| * | | sbitmap: fix batching wakeupDavid Jeffery2023-07-211-8/+7
* | | | Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-182-2/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | maple_tree: fix 32 bit mas_next testingLiam R. Howlett2023-07-171-1/+4
| * | | maple_tree: set the node limit when creating a new root nodePeng Zhang2023-07-171-1/+2
| | |/ | |/|
* / | iov_iter: Mark copy_iovec_from_user() noclonePeter Zijlstra2023-07-101-1/+1
|/ /
* | Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-081-2/+9
|\ \
| * | lib: dhry: fix sleeping allocations inside non-preemptable sectionGeert Uytterhoeven2023-07-081-2/+9
* | | Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-082-15/+1
|\ \ \
| * | | Revert "fortify: Allow KUnit test to build without FORTIFY"Kees Cook2023-07-032-15/+1
* | | | Merge tag 'bitmap-6.5-rc1' of https://github.com/norov/linuxLinus Torvalds2023-07-083-5/+17
|\ \ \ \
| * | | | cpumask: fix function description kernel-doc notationRandy Dunlap2023-06-221-1/+1
| * | | | lib/bitmap: drop optimization of bitmap_{from,to}_arr64Yury Norov2023-06-221-1/+1
| * | | | lib/test_bitmap: increment failure counter properlyYury Norov2023-06-221-3/+15
* | | | | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
* | | | | Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-031-6/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac2023-06-151-6/+6
* | | | | Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-301-59/+18
|\ \ \ \ \
| * | | | | crypto: lib/sha256 - Use generic code from sha256_baseHerbert Xu2023-05-191-54/+19
| * | | | | crypto: lib/sha256 - Remove redundant and unused sha224_updateHerbert Xu2023-05-191-6/+0
* | | | | | Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2023-06-301-3/+7
|\ \ \ \ \ \
| * | | | | | fprobe: Pass return address to the handlersMasami Hiramatsu (Google)2023-06-061-3/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-286-35/+425
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-271-1/+3
| |\ \ \ \ \ \
| | * | | | | | lib/ts_bm: reset initial match offset for every block of textJeremy Sowden2023-06-261-1/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-241-2/+1
| |\ \ \ \ \ \
| | * | | | | | bpf/tests: Use struct_size()Su Hui2023-05-311-2/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-154-5/+13
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-19/+64
| |\ \ \ \ \ \ \