index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-12-12
Merge tag 'docs-6.2' of git://git.lwn.net/linux
Linus Torvalds
2022-12-12
Merge tag 'rust-6.2' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
2022-12-12
Merge tag 'trace-tools-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
Merge tag 'ktest-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2022-12-12
Merge tag 'linux-kselftest-kunit-next-6.2-rc1' of git://git.kernel.org/pub/sc...
Linus Torvalds
2022-12-12
Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-12
Merge branch 'for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...
Linus Torvalds
2022-12-12
Merge tag 'livepatching-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-12
Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-12-12
Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-12-12
Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-12
Merge tag 'locking-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-12-12
Merge tag 'x86_alternatives_for_v6.2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-12-12
Merge tag 'ras_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-12
Merge tag 'edac_updates_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-12
Merge tag 'x86_fpu_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
Merge tag 'x86_splitlock_for_6.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-12-12
Merge tag 'x86_cache_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-12
Merge tag 'x86_tdx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
Merge tag 'x86_sgx_for_6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
2022-12-12
Merge tag 'thermal-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-12-12
Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2022-12-12
Merge tag 'pm-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2022-12-12
Documentation: dev-tools: Clarify requirements for result description
Mark Brown
2022-12-12
apparmor: test: make static symbols visible during kunit testing
Rae Moar
2022-12-12
kunit: add macro to allow conditionally exposing static symbols to tests
Rae Moar
2022-12-12
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
2022-12-12
Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections
David Gow
2022-12-12
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
2022-12-12
kunit: improve KTAP compliance of KUnit test output
Rae Moar
2022-12-12
kunit: tool: parse KTAP compliant test output
Rae Moar
2022-12-12
mm: slub: test: Use the kunit_get_current_test() function
David Gow
2022-12-12
kunit: Use the static key when retrieving the current test
David Gow
2022-12-12
kunit: Provide a static key to check if KUnit is actively running tests
David Gow
2022-12-12
kunit: tool: make --json do nothing if --raw_ouput is set
Daniel Latypov
2022-12-12
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
2022-12-12
kunit: remove KUNIT_INIT_MEM_ASSERTION macro
Daniel Latypov
2022-12-12
Documentation: kunit: Remove redundant 'tips.rst' page
David Gow
2022-12-12
Documentation: KUnit: reword description of assertions
Daniel Latypov
2022-12-12
Documentation: KUnit: make usage.rst a superset of tips.rst, remove duplication
Daniel Latypov
2022-12-12
kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros
Daniel Latypov
2022-12-12
kunit: tool: remove redundant file.close() call in unit test
Daniel Latypov
2022-12-12
kunit: tool: unit tests all check parser errors, standardize formatting a bit
Daniel Latypov
2022-12-12
kunit: tool: make TestCounts a dataclass
Daniel Latypov
2022-12-12
Merge tag 'x86-misc-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-12-12
Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-12
Merge tag 'x86-cleanups-2022-12-10' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-12-12
Merge tag 'x86-apic-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
[next]