index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
selftests/proc: add PROCMAP_QUERY ioctl tests
Andrii Nakryiko
2
-0
/
+87
2024-07-12
tools: sync uapi/linux/fs.h header into tools subdir
Andrii Nakryiko
1
-10
/
+170
2024-07-12
selftests/udmabuf: add tests to verify data after page migration
Vivek Kasireddy
1
-31
/
+183
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
1
-1
/
+0
2024-07-10
selftests: centralize -D_GNU_SOURCE= to CFLAGS in lib.mk
Edward Liaw
15
-15
/
+12
2024-07-10
tools/mm: introduce a tool to assess swap entry allocation for thp_swapout
Barry Song
2
-1
/
+235
2024-07-04
selftest/mm: test enable_soft_offline behaviors
Jiaqi Yan
4
-0
/
+236
2024-07-04
mm: turn off test_uffdio_wp if CONFIG_PTE_MARKER_UFFD_WP is not configured.
Audra Mitchell
1
-0
/
+3
2024-07-04
mm: update uffd-stress to handle EINVAL for unset config features
Audra Mitchell
1
-5
/
+9
2024-07-03
selftests/damon/damon_nr_regions: test online-tuned max_nr_regions
SeongJae Park
1
-0
/
+60
2024-07-03
_damon_sysfs: implement commit() for online parameters update
SeongJae Park
1
-0
/
+19
2024-07-03
selftests/damon: implement test for min/max_nr_regions
SeongJae Park
2
-1
/
+86
2024-07-03
selftests/damon/_damon_sysfs: implement kdamonds stop function
SeongJae Park
1
-0
/
+11
2024-07-03
selftests/damon: implement DAMOS tried regions test
SeongJae Park
2
-0
/
+66
2024-07-03
selftests/damon: implement a program for even-numbered memory regions access
SeongJae Park
2
-1
/
+43
2024-07-03
selftests/damon/_damon_sysfs: support schemes_update_tried_regions
SeongJae Park
1
-1
/
+34
2024-07-03
selftests/damon/access_memory: use user-defined region size
SeongJae Park
1
-1
/
+1
2024-07-03
kmsan: allow disabling KMSAN checks for the current task
Ilya Leoshkevich
1
-0
/
+2
2024-07-03
selftests/mm: remove local __NR_* definitions
John Hubbard
10
-62
/
+9
2024-07-03
selftests/mm: guard defines from shm
Edward Liaw
1
-0
/
+8
2024-07-03
selftests/mm: include linux/mman.h
Edward Liaw
1
-4
/
+1
2024-07-03
selftests/mm: use asm volatile to not optimize mmap read variable
Pankaj Raghav
1
-1
/
+2
2024-07-03
selftests/mm: kvm, mdwe fixes to avoid requiring "make headers"
John Hubbard
1
-0
/
+331
2024-07-03
selftests/mm: fix vm_util.c build failures: add snapshot of fs.h
John Hubbard
1
-0
/
+392
2024-07-03
selftests/mm: mseal, self_elf: rename TEST_END_CHECK to REPORT_TEST_PASS
John Hubbard
3
-48
/
+48
2024-07-03
selftests/mm: mseal, self_elf: factor out test macros and other duplicated items
John Hubbard
4
-80
/
+44
2024-07-03
selftests/mm: mseal, self_elf: fix missing __NR_mseal
John Hubbard
2
-2
/
+2
2024-07-03
selftest: mm: Test if hugepage does not get leaked during __bio_release_pages()
Donet Tom
3
-0
/
+119
2024-07-03
selftests/mm: va_high_addr_switch: dynamically initialize testcases to enable...
Dev Jain
1
-222
/
+232
2024-07-03
selftests/mm: va_high_addr_switch: reduce test noise
Dev Jain
1
-4
/
+0
2024-07-03
selftests: mm: check return values
Muhammad Usama Anjum
1
-1
/
+3
2024-06-28
Merge tag 'v6.10-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2
-11
/
+15
2024-06-27
tools/power turbostat: Add local build_bug.h header for snapshot target
Patryk Wlazlyn
2
-2
/
+6
2024-06-27
tools/power turbostat: Fix unc freq columns not showing with '-q' or '-l'
Adam Hawley
1
-8
/
+8
2024-06-27
tools/power turbostat: option '-n' is ambiguous
David Arcari
1
-1
/
+1
2024-06-27
Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-439
/
+1050
2024-06-27
selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.
Kuniyuki Iwashima
1
-0
/
+72
2024-06-27
af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.
Kuniyuki Iwashima
1
-0
/
+68
2024-06-27
selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+147
2024-06-27
selftest: af_unix: Check SIGURG after every send() in msg_oob.c
Kuniyuki Iwashima
1
-1
/
+50
2024-06-27
selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
Kuniyuki Iwashima
1
-0
/
+91
2024-06-27
af_unix: Don't stop recv() at consumed ex-OOB skb.
Kuniyuki Iwashima
1
-0
/
+16
2024-06-27
selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.
Kuniyuki Iwashima
1
-5
/
+44
2024-06-27
af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head.
Kuniyuki Iwashima
1
-0
/
+11
2024-06-27
af_unix: Stop recv(MSG_PEEK) at consumed OOB skb.
Kuniyuki Iwashima
1
-2
/
+23
2024-06-27
selftest: af_unix: Add msg_oob.c.
Kuniyuki Iwashima
2
-1
/
+221
2024-06-27
selftest: af_unix: Remove test_unix_oob.c.
Kuniyuki Iwashima
3
-438
/
+1
2024-06-24
selftests/mm:fix test_prctl_fork_exec return failure
aigourensheng
1
-16
/
+22
2024-06-24
Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...
Jakub Kicinski
5
-1
/
+312
2024-06-24
selftests/bpf: Add tests for may_goto with negative offset.
Alexei Starovoitov
1
-0
/
+52
[next]