summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/tests: Switch to kunit devicesMaxime Ripard2023-12-181-63/+3
* ASoC: topology: Replace fake root_device with kunit_device in testsdavidgow@google.com2023-12-181-8/+2
* overflow: Replace fake root_device with kunit_devicedavidgow@google.com2023-12-181-3/+2
* fortify: test: Use kunit_devicedavidgow@google.com2023-12-181-2/+3
* kunit: Add APIs for managing devicesdavidgow@google.com2023-12-188-2/+475
* Documentation: Add debugfs docs with run after bootRae Moar2023-12-181-4/+47
* kunit: add ability to run tests after boot using debugfsRae Moar2023-12-182-0/+78
* kunit: add is_init test attributeRae Moar2023-12-184-1/+73
* kunit: add example suite to test init suitesRae Moar2023-12-181-0/+37
* kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar2023-12-186-25/+109
* kunit: move KUNIT_TABLE out of INIT_DATARae Moar2023-12-181-3/+3
* kunit: tool: add test for parsing attributesRae Moar2023-12-182-0/+25
* kunit: tool: fix parsing of test attributesRae Moar2023-12-181-1/+3
* kunit: debugfs: Handle errors from alloc_string_stream()Richard Fitzgerald2023-12-181-5/+25
* kunit: debugfs: Fix unchecked dereference in debugfs_print_results()Richard Fitzgerald2023-12-181-1/+3
* kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()Richard Fitzgerald2023-12-181-1/+1
* kunit: string-stream-test: Avoid cast warning when testing gfp_t flagsRichard Fitzgerald2023-12-181-1/+1
* drm/vc4: tests: Use KUNIT_DEFINE_ACTION_WRAPPERDavid Gow2023-12-181-6/+3
* drm/tests: Use KUNIT_DEFINE_ACTION_WRAPPER()David Gow2023-12-181-21/+9
* kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-184-9/+33
* Linux 6.7-rc6v6.7-rc6Linus Torvalds2023-12-171-1/+1
* Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-12-171-0/+10
|\
| * perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-151-0/+10
* | Merge tag 'for-6.7-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-12-171-0/+9
|\ \
| * | btrfs: do not allow non subvolume root targets for snapshotJosef Bacik2023-12-151-0/+9
* | | Merge tag 'soundwire-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-12-172-4/+6
|\ \ \
| * | | soundwire: intel_ace2x: fix AC timing setting for ACE2.xChao Song2023-11-281-1/+2
| * | | soundwire: stream: fix NULL pointer dereference for multi_linkKrzysztof Kozlowski2023-11-281-3/+4
* | | | Merge tag 'phy-fixes-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds2023-12-173-3/+6
|\ \ \ \
| * | | | phy: sunplus: return negative error code in sp_usb_phy_probeSu Hui2023-11-271-1/+1
| * | | | phy: mediatek: mipi: mt8183: fix minimal supported frequencyMichael Walle2023-11-271-1/+1
| * | | | phy: ti: gmii-sel: Fix register offset when parent is not a syscon nodeAndrew Davis2023-11-161-1/+4
| |/ / /
* | | | Merge tag 'dmaengine-fix-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-177-30/+41
|\ \ \ \
| * | | | dmaengine: fsl-edma: fix DMA channel leak in eDMAv4Frank Li2023-12-111-0/+1
| * | | | dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()Yang Yingliang2023-12-111-3/+2
| * | | | dmaengine: idxd: Fix incorrect descriptions for GRPCFG registerGuanjun2023-12-111-5/+7
| * | | | dmaengine: idxd: Protect int_handle field in hw descriptorGuanjun2023-12-111-7/+7
| * | | | dmaengine: stm32-dma: avoid bitfield overflow assertionAmelie Delaunay2023-11-241-2/+6
| * | | | dmaengine: fsl-edma: Add judgment on enabling round robin arbitrationXiaolei Wang2023-11-241-1/+2
| * | | | dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when th...Xiaolei Wang2023-11-241-0/+4
| * | | | dmaengine: ti: k3-psil-am62a: Fix SPI PDMA dataJai Luthra2023-11-241-6/+6
| * | | | dmaengine: ti: k3-psil-am62: Fix SPI PDMA dataRonald Wahl2023-11-231-6/+6
| |/ / /
* | | | Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-12-1710-24/+49
|\ \ \ \
| * | | | cxl/pmu: Ensure put_device on pmu devicesIra Weiny2023-12-141-1/+1
| * | | | cxl/cdat: Free correct buffer on checksum errorIra Weiny2023-12-081-7/+6
| * | | | cxl/hdm: Fix dpa translation lockingDan Williams2023-12-072-4/+3
| * | | | kernel/resource: Increment by align value in get_free_mem_region()Alison Schofield2023-12-041-2/+2
| * | | | cxl: Add cxl_num_decoders_committed() usage to cxl_testDave Jiang2023-12-043-2/+11
| * | | | cxl/memdev: Hold region_rwsem during inject and clear poison opsAlison Schofield2023-11-291-2/+16
| * | | | cxl/core: Always hold region_rwsem while reading poison listsAlison Schofield2023-11-292-6/+8