summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()Jinjie Ruan2023-09-051-9/+12
* kunit: Fix wild-memory-access bug in kunit_free_suite_set()Jinjie Ruan2023-09-051-1/+2
* kunit: test: Make filter strings in executor_test writableDavid Gow2023-09-011-5/+8
* kunit: fix struct kunit_attr headerRae Moar2023-08-211-0/+2
* kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECTKemeng Shi2023-08-131-3/+3
* kunit: Allow kunit test modules to use test filteringJanusz Krzysztofik2023-08-084-27/+66
* kunit: Make 'list' action available to kunit test modulesJanusz Krzysztofik2023-08-083-14/+34
* kunit: Report the count of test suites in a moduleJanusz Krzysztofik2023-08-084-32/+60
* kunit: fix uninitialized variables bug in attributes filteringRae Moar2023-08-043-31/+29
* kunit: fix possible memory leak in kunit_filter_suites()Ruan Jinjie2023-08-041-5/+12
* kunit: fix wild-memory-access bug in kunit_filter_suites()Ruan Jinjie2023-07-311-1/+2
* kunit: Add documentation of KUnit test attributesRae Moar2023-07-262-0/+178
* kunit: add tests for filtering attributesRae Moar2023-07-261-0/+116
* kunit: time: Mark test as slow using test attributesRae Moar2023-07-261-1/+1
* kunit: memcpy: Mark tests as slow using test attributesRae Moar2023-07-262-4/+7
* kunit: tool: Add command line interface to filter and report attributesRae Moar2023-07-264-29/+99
* kunit: Add ability to filter attributesRae Moar2023-07-265-28/+389
* kunit: Add module attributeRae Moar2023-07-262-5/+33
* kunit: Add speed attributeRae Moar2023-07-263-2/+83
* kunit: Add test attributes API structureRae Moar2023-07-266-12/+161
* MAINTAINERS: add Rust KUnit files to the KUnit entryMiguel Ojeda2023-07-191-0/+2
* rust: support running Rust documentation tests as KUnit onesMiguel Ojeda2023-07-1911-0/+555
* rust: types: make doctests compilable/testableMiguel Ojeda2023-07-191-3/+3
* rust: sync: make doctests compilable/testableMiguel Ojeda2023-07-193-2/+9
* rust: str: make doctests compilable/testableMiguel Ojeda2023-07-191-1/+3
* rust: init: make doctests compilable/testableMiguel Ojeda2023-07-181-9/+17
* kunit: test-bug.h: include `stddef.h` for `NULL`Miguel Ojeda2023-07-181-0/+2
* kunit: qemu_configs: Enable all architectural features for arm64Mark Brown2023-07-181-1/+1
* Linux 6.5-rc1v6.5-rc1Linus Torvalds2023-07-091-2/+2
* MAINTAINERS 2: Electric BoogalooLinus Torvalds2023-07-091-46/+46
* Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-07-091-11/+35
|\
| * swiotlb: reduce the number of areas to match actual memory pool sizePetr Tesarik2023-06-291-3/+24
| * swiotlb: always set the number of areas before allocating the poolPetr Tesarik2023-06-291-8/+11
* | Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-3/+1
|\ \
| * | irqdomain: Use return value of strreplace()Andy Shevchenko2023-06-301-3/+1
* | | Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-0/+1
|\ \ \
| * | | x86/xen: Fix secondary processors' FPU initializationJuergen Gross2023-07-051-0/+1
* | | | Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-07-091-0/+8
|\ \ \ \
| * | | | x86/smp: Don't send INIT to boot CPUThomas Gleixner2023-07-071-0/+8
* | | | | Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-07-0910-53/+46
|\ \ \ \ \
| * | | | | MIPS: kvm: Fix build error with KVM_MIPS_DEBUG_COP0_COUNTERS enabledThomas Bogendoerfer2023-07-071-2/+2
| * | | | | MIPS: dts: add missing space before {Krzysztof Kozlowski2023-07-062-2/+2
| * | | | | MIPS: Loongson: Fix build error when make modules_installHuacai Chen2023-07-031-7/+3
| * | | | | MIPS: KVM: Fix NULL pointer dereferenceHuacai Chen2023-07-035-36/+36
| * | | | | MIPS: Loongson: Fix cpu_probe_loongson() againHuacai Chen2023-07-031-6/+3
* | | | | | Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-07-091-1/+1
|\ \ \ \ \ \
| * | | | | | xfs: fix uninit warning in xfs_growfs_dataDarrick J. Wong2023-07-081-1/+1
* | | | | | | Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-07-094-5/+72
|\ \ \ \ \ \ \
| * | | | | | | cifs: Add a laundromat thread for cached directoriesRonnie Sahlberg2023-07-062-0/+68
| * | | | | | | smb: client: remove redundant pointer 'server'Colin Ian King2023-07-011-2/+0