index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-05
kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
Jinjie Ruan
1
-4
/
+19
2023-09-05
kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
Jinjie Ruan
1
-9
/
+12
2023-09-05
kunit: Fix wild-memory-access bug in kunit_free_suite_set()
Jinjie Ruan
1
-1
/
+2
2023-09-01
kunit: test: Make filter strings in executor_test writable
David Gow
1
-5
/
+8
2023-08-21
kunit: fix struct kunit_attr header
Rae Moar
1
-0
/
+2
2023-08-13
kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECT
Kemeng Shi
1
-3
/
+3
2023-08-08
kunit: Allow kunit test modules to use test filtering
Janusz Krzysztofik
4
-27
/
+66
2023-08-08
kunit: Make 'list' action available to kunit test modules
Janusz Krzysztofik
3
-14
/
+34
2023-08-08
kunit: Report the count of test suites in a module
Janusz Krzysztofik
4
-32
/
+60
2023-08-04
kunit: fix uninitialized variables bug in attributes filtering
Rae Moar
3
-31
/
+29
2023-08-04
kunit: fix possible memory leak in kunit_filter_suites()
Ruan Jinjie
1
-5
/
+12
2023-07-31
kunit: fix wild-memory-access bug in kunit_filter_suites()
Ruan Jinjie
1
-1
/
+2
2023-07-26
kunit: Add documentation of KUnit test attributes
Rae Moar
2
-0
/
+178
2023-07-26
kunit: add tests for filtering attributes
Rae Moar
1
-0
/
+116
2023-07-26
kunit: time: Mark test as slow using test attributes
Rae Moar
1
-1
/
+1
2023-07-26
kunit: memcpy: Mark tests as slow using test attributes
Rae Moar
2
-4
/
+7
2023-07-26
kunit: tool: Add command line interface to filter and report attributes
Rae Moar
4
-29
/
+99
2023-07-26
kunit: Add ability to filter attributes
Rae Moar
5
-28
/
+389
2023-07-26
kunit: Add module attribute
Rae Moar
2
-5
/
+33
2023-07-26
kunit: Add speed attribute
Rae Moar
3
-2
/
+83
2023-07-26
kunit: Add test attributes API structure
Rae Moar
6
-12
/
+161
2023-07-19
MAINTAINERS: add Rust KUnit files to the KUnit entry
Miguel Ojeda
1
-0
/
+2
2023-07-19
rust: support running Rust documentation tests as KUnit ones
Miguel Ojeda
11
-0
/
+555
2023-07-19
rust: types: make doctests compilable/testable
Miguel Ojeda
1
-3
/
+3
2023-07-19
rust: sync: make doctests compilable/testable
Miguel Ojeda
3
-2
/
+9
2023-07-19
rust: str: make doctests compilable/testable
Miguel Ojeda
1
-1
/
+3
2023-07-18
rust: init: make doctests compilable/testable
Miguel Ojeda
1
-9
/
+17
2023-07-18
kunit: test-bug.h: include `stddef.h` for `NULL`
Miguel Ojeda
1
-0
/
+2
2023-07-18
kunit: qemu_configs: Enable all architectural features for arm64
Mark Brown
1
-1
/
+1
2023-07-09
Linux 6.5-rc1
Linus Torvalds
1
-2
/
+2
2023-07-09
MAINTAINERS 2: Electric Boogaloo
Linus Torvalds
1
-46
/
+46
2023-07-09
Merge tag 'dma-mapping-6.5-2023-07-09' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-11
/
+35
2023-07-09
Merge tag 'irq_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+1
2023-07-09
Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
2023-07-09
Merge tag 'x86-core-2023-07-09' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+8
2023-07-09
Merge tag 'mips_6.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...
Linus Torvalds
10
-53
/
+46
2023-07-09
Merge tag 'xfs-6.5-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-1
/
+1
2023-07-09
Merge tag '6.5-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
4
-5
/
+72
2023-07-09
Merge tag 'ntb-6.5' of https://github.com/jonmason/ntb
Linus Torvalds
10
-33
/
+36
2023-07-08
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
1
-2
/
+2
2023-07-08
Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...
Linus Torvalds
18
-44
/
+99
2023-07-08
fork: lock VMAs of the parent process when forking
Suren Baghdasaryan
1
-0
/
+1
2023-07-08
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
1
-0
/
+2
2023-07-08
mm: lock a vma before stack expansion
Suren Baghdasaryan
1
-0
/
+4
2023-07-08
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
12
-706
/
+32
2023-07-08
Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+2
2023-07-08
Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-16
/
+9
2023-07-08
ntb: hw: amd: Fix debugfs_create_dir error checking
Anup Sharma
1
-1
/
+1
2023-07-08
Merge tag 'perf-tools-for-v6.5-2-2023-07-06' of git://git.kernel.org/pub/scm/...
Linus Torvalds
95
-448
/
+9316
2023-07-08
Merge tag 'bitmap-6.5-rc1' of https://github.com/norov/linux
Linus Torvalds
6
-11
/
+27
[next]