summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2022-12-12Merge tag 'pull-alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-12Merge tag 'docs-6.2' of git://git.lwn.net/linuxLinus Torvalds
2022-12-12Merge tag 'rust-6.2' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2022-12-12Merge tag 'trace-tools-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'ktest-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2022-12-12Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...Linus Torvalds
2022-12-12Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-12Merge branch 'for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds
2022-12-12Merge tag 'livepatching-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-12-12Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'locking-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-12Merge tag 'x86_alternatives_for_v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-12-12Merge tag 'ras_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'x86_splitlock_for_6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-12-12Merge tag 'x86_cache_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2022-12-12Merge tag 'thermal-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2022-12-12Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2022-12-12Documentation: dev-tools: Clarify requirements for result descriptionMark Brown
2022-12-12apparmor: test: make static symbols visible during kunit testingRae Moar
2022-12-12kunit: add macro to allow conditionally exposing static symbols to testsRae Moar
2022-12-12kunit: tool: make parser preserve whitespace when printing test logDaniel Latypov
2022-12-12Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sectionsDavid Gow
2022-12-12kunit: tool: don't include KTAP headers and the like in the test logDaniel Latypov
2022-12-12kunit: improve KTAP compliance of KUnit test outputRae Moar
2022-12-12kunit: tool: parse KTAP compliant test outputRae Moar
2022-12-12mm: slub: test: Use the kunit_get_current_test() functionDavid Gow
2022-12-12kunit: Use the static key when retrieving the current testDavid Gow
2022-12-12kunit: Provide a static key to check if KUnit is actively running testsDavid Gow
2022-12-12kunit: tool: make --json do nothing if --raw_ouput is setDaniel Latypov
2022-12-12kunit: tool: tweak error message when no KTAP foundDaniel Latypov
2022-12-12kunit: remove KUNIT_INIT_MEM_ASSERTION macroDaniel Latypov
2022-12-12Documentation: kunit: Remove redundant 'tips.rst' pageDavid Gow
2022-12-12Documentation: KUnit: reword description of assertionsDaniel Latypov
2022-12-12Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplicationDaniel Latypov
2022-12-12kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macrosDaniel Latypov
2022-12-12kunit: tool: remove redundant file.close() call in unit testDaniel Latypov
2022-12-12kunit: tool: unit tests all check parser errors, standardize formatting a bitDaniel Latypov
2022-12-12kunit: tool: make TestCounts a dataclassDaniel Latypov