summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-06-275-76/+335
|\
| * kunit: Move kunit_abort() call out of kunit_do_failed_assertion()David Gow2023-06-011-6/+4
| * kunit: Update kunit_print_ok_not_ok functionMichal Wajdeczko2023-05-261-17/+28
| * kunit: Fix reporting of the skipped parameterized testsMichal Wajdeczko2023-05-261-2/+4
| * kunit/test: Add example test showing parameterized testingMichal Wajdeczko2023-05-261-0/+34
| * kunit: kmalloc_array: Use kunit_add_action()David Gow2023-05-251-39/+9
| * kunit: executor_test: Use kunit_add_action()David Gow2023-05-251-7/+4
| * kunit: Add kunit_add_action() to defer a call until test exitDavid Gow2023-05-252-1/+186
| * kunit: example: Provide example exit functionsDavid Gow2023-05-121-0/+22
| * kunit: Always run cleanup from a test kthreadDavid Gow2023-05-121-8/+48
* | Merge tag 'core-debugobjects-2023-06-26' of ssh://gitolite.kernel.org/pub/scm...Linus Torvalds2023-06-261-0/+9
|\ \
| * | debugobjects: Recheck debug_objects_enabled before reportingTetsuo Handa2023-06-071-0/+9
* | | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-265-35/+32
|\ \ \
| * | | iov_iter: remove iov_iter_get_pages and iov_iter_get_pages_allocChristoph Hellwig2023-06-161-28/+7
| * | | raid6: neon: add missing prototypesArnd Bergmann2023-06-144-7/+25
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-428/+3
|\| | |
| * | | iov_iter: Kill ITER_PIPEDavid Howells2023-05-241-428/+3
* | | | Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds2023-06-134-5/+13
|\ \ \ \
| * | | | lib/test_vmalloc.c: avoid garbage in page arrayLorenzo Stoakes2023-06-121-1/+1
| * | | | radix-tree: move declarations to headerArnd Bergmann2023-06-123-4/+12
| | |/ / | |/| |
* | | | Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-081-1/+1
|\ \ \ \
| * | | | lib: cpu_rmap: Fix potential use-after-free in irq_cpu_rmap_release()Ben Hutchings2023-06-081-1/+1
| |/ / /
* | | | test_firmware: fix the memory leak of the allocated firmware bufferMirsad Goran Todorovac2023-05-311-1/+18
* | | | test_firmware: fix a memory leak with reqs bufferMirsad Goran Todorovac2023-05-311-0/+10
* | | | test_firmware: prevent race conditions by a correct implementation of lockingMirsad Goran Todorovac2023-05-311-17/+35
|/ / /
* | | Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-281-3/+14
|\ \ \
| * | | debugobjects: Don't wake up kswapd from fill_pool()Tetsuo Handa2023-05-221-1/+1
| * | | debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-021-2/+13
* | | | Merge tag 'mm-hotfixes-stable-2023-05-18-15-52' of git://git.kernel.org/pub/s...Linus Torvalds2023-05-191-9/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | maple_tree: make maple state reusable after mas_empty_area()Peng Zhang2023-05-181-9/+3
| | |/ | |/|
* | | Merge tag 'net-6.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-113-4/+7
|\ \ \ | |/ / |/| |
| * | linux/dim: Do nothing if no time delta between samplesRoy Novich2023-05-093-4/+7
* | | Merge tag 'core-debugobjects-2023-05-06' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-071-6/+15
|\ \ \ | |/ / |/| / | |/
| * debugobject: Ensure pool refill (again)Thomas Gleixner2023-05-021-6/+15
* | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-2/+15
|\ \
| * | mm: hwpoison: coredump: support recovery from dump_user_range()Kefeng Wang2023-05-031-2/+15
* | | Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-301-1/+1
|\ \ \
| * | | s390: enable DEBUG_FORCE_FUNCTION_ALIGN_64BHeiko Carstens2023-03-201-1/+1
* | | | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-292-2/+135
|\ \ \ \
| * | | | seq_buf: Add seq_buf_do_printk() helperSergey Senozhatsky2023-04-261-0/+32
| * | | | lib/test_fprobe: Add a testcase for skipping exit_handlerMasami Hiramatsu (Google)2023-03-291-1/+25
| * | | | fprobe: Skip exit_handler if entry_handler returns !0Masami Hiramatsu (Google)2023-03-291-2/+5
| * | | | lib/test_fprobe: Add a test case for nr_maxactiveMasami Hiramatsu (Google)2023-03-291-0/+42
| * | | | lib/test_fprobe: Add private entry_data testcasesMasami Hiramatsu (Google)2023-03-291-0/+30
| * | | | fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)2023-03-291-2/+4
* | | | | Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-291-0/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | locking/csd_lock: Add Kconfig option for csd_debug defaultPaul E. McKenney2023-03-241-0/+9
| |/ / /
* | | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-283-3/+3
|\ \ \ \
| * | | | lib/rbtree: use '+' instead of '|' for setting color.Noah Goldstein2023-04-191-1/+1
| * | | | lib/test-string_helpers: replace UNESCAPE_ANY by UNESCAPE_ALL_MASKAndy Shevchenko2023-04-081-1/+1