index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-17
tools: add selftests to hmm for COW in device memory
Alex Sierra
1
-0
/
+80
2022-07-17
tools: add hmm gup tests for device coherent type
Alex Sierra
1
-0
/
+110
2022-07-17
tools: update test_hmm script to support SP config
Alex Sierra
1
-3
/
+21
2022-07-17
tools: update hmm-test to support device coherent type
Alex Sierra
1
-21
/
+100
2022-07-17
selftests/vm: add protection_keys tests to run_vmtests
Kalpana Shetty
1
-0
/
+11
2022-07-03
selftests/vm: only run 128TBswitch with 5-level paging
Adam Sindelar
3
-1
/
+56
2022-07-03
userfaultfd: selftests: infinite loop in faulting_process
Edward Liaw
1
-2
/
+2
2022-07-03
tools: add memcg_shrinker.py
Roman Gushchin
1
-0
/
+71
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
1
-1
/
+1
2022-06-27
Merge branch 'master' into mm-stable
akpm
55
-504
/
+1108
2022-06-26
tools headers UAPI: Synch KVM's svm.h header with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+13
2022-06-26
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-6
/
+20
2022-06-26
perf stat: Enable ignore_missing_thread
Gang Li
1
-0
/
+2
2022-06-26
perf inject: Adjust output data offset for backward compatibility
Raul Silvera
3
-1
/
+17
2022-06-26
perf trace beauty: Fix generation of errno id->str table on ALT Linux
Arnaldo Carvalho de Melo
1
-12
/
+2
2022-06-26
perf build-id: Fix caching files with a wrong build ID
Adrian Hunter
1
-0
/
+28
2022-06-26
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2
-3
/
+12
2022-06-26
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-81
/
+272
2022-06-26
perf inject: Fix missing free in copy_kcore_dir()
Adrian Hunter
1
-1
/
+3
2022-06-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-6
/
+6
2022-06-23
selftests: KVM: Handle compiler optimizations in ucall
Raghavendra Rao Ananta
1
-5
/
+4
2022-06-23
Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
7
-57
/
+208
2022-06-22
Merge tag 'linux-kselftest-fixes-5.19-rc4' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
5
-5
/
+29
2022-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-1
/
+1
2022-06-21
selftests: netfilter: correct PKTGEN_SCRIPT_PATHS in nft_concat_range.sh
Jie2x Zhou
1
-1
/
+1
2022-06-20
Merge tag 'perf-tools-fixes-for-v5.19-2022-06-19' of git://git.kernel.org/pub...
Linus Torvalds
15
-105
/
+125
2022-06-20
ipv4: fix bind address validity regression tests
Riccardo Paolo Bestetti
1
-9
/
+27
2022-06-19
Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+6
2022-06-19
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+9
2022-06-19
perf metrics: Ensure at least 1 id per metric
Ian Rogers
1
-0
/
+9
2022-06-19
tools headers arm64: Sync arm64's cputype.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+10
2022-06-19
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+6
2022-06-19
perf arm-spe: Don't set data source if it's not a memory operation
Leo Yan
1
-14
/
+8
2022-06-19
perf expr: Allow exponents on floating point values
Ian Rogers
2
-1
/
+3
2022-06-19
perf test topology: Use !strncmp(right platform) to fix guest PPC comparision...
Athira Rajeev
1
-1
/
+1
2022-06-19
perf test: Record only user callchains on the "Check Arm64 callgraphs are com...
Michael Petlan
1
-1
/
+1
2022-06-19
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+6
2022-06-19
perf test: Fix variable length array undefined behavior in bp_account
Ian Rogers
1
-2
/
+14
2022-06-19
libperf evsel: Open shouldn't leak fd on failure
Ian Rogers
1
-5
/
+12
2022-06-19
perf test: Fix "perf stat CSV output linter" test on s390
Thomas Richter
2
-72
/
+45
2022-06-19
perf unwind: Fix uninitialized variable
Ian Rogers
1
-1
/
+1
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
5
-51
/
+151
2022-06-17
ipv4: ping: fix bind address validity check
Riccardo Paolo Bestetti
1
-0
/
+33
2022-06-16
selftests: make use of GUP_TEST_FILE macro
Joel Savitz
1
-2
/
+2
2022-06-16
userfaultfd/selftests: fix typo in comment
Xiang wangx
1
-1
/
+1
2022-06-16
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
1
-1
/
+1
2022-06-16
tools/vm/slabinfo: use alphabetic order when two values are equal
Yuanzheng Song
1
-10
/
+22
2022-06-16
selftest/bpf: Fix kprobe_multi bench test
Jiri Olsa
1
-0
/
+3
2022-06-16
selftests/bpf: Shuffle cookies symbols in kprobe multi test
Jiri Olsa
2
-51
/
+51
2022-06-16
selftests: make use of GUP_TEST_FILE macro
Joel Savitz
1
-2
/
+2
[next]