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
2021-09-26
Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2021-09-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-09-25
Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
6
-33
/
+27
2021-09-25
Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-6
/
+8
2021-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2
-0
/
+465
2021-09-24
tools/vm/page-types: remove dependency on opt_file for idle page tracking
Changbin Du
1
-1
/
+1
2021-09-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-2
/
+5
2021-09-24
x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accesses
Numfor Mbiziwo-Tiapo
1
-2
/
+2
2021-09-24
selftests: KVM: Explicitly use movq to read xmm registers
Oliver Upton
1
-17
/
+17
2021-09-24
selftests: KVM: Call ucall_init when setting up in rseq_test
Oliver Upton
1
-0
/
+1
2021-09-23
Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-3
/
+240
2021-09-23
Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-7
/
+5
2021-09-23
KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0
Maxim Levitsky
3
-0
/
+130
2021-09-22
KVM: selftests: Create a separate dirty bitmap per slot
David Matlack
1
-15
/
+39
2021-09-22
KVM: selftests: Refactor help message for -s backing_src
David Matlack
6
-22
/
+25
2021-09-22
KVM: selftests: Change backing_src flag to -s in demand_paging_test
David Matlack
1
-5
/
+5
2021-09-22
selftests: KVM: Align SMCCC call with the spec in steal_time
Oliver Upton
1
-2
/
+2
2021-09-22
selftests: KVM: Fix check for !POLLIN in demand_paging_test
Oliver Upton
1
-1
/
+1
2021-09-22
KVM: selftests: Remove __NR_userfaultfd syscall fallback
Sean Christopherson
1
-3
/
+0
2021-09-22
KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
Sean Christopherson
3
-0
/
+240
2021-09-22
tools: Move x86 syscall number fallbacks to .../uapi/
Sean Christopherson
2
-0
/
+0
2021-09-21
kselftest/arm64: signal: Skip tests if required features are missing
Cristian Marussi
1
-2
/
+5
2021-09-21
selftests: netfilter: add zone stress test with colliding tuples
Florian Westphal
1
-0
/
+156
2021-09-21
selftests: netfilter: add selftest for directional zone support
Florian Westphal
1
-0
/
+309
2021-09-19
Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2
-8
/
+65
2021-09-19
selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGS
Shuah Khan
1
-4
/
+1
2021-09-19
selftests: net: af_unix: Fix incorrect args in test result msg
Shuah Khan
1
-2
/
+3
2021-09-18
perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()
Andrii Nakryiko
1
-0
/
+3
2021-09-18
libperf evsel: Make use of FD robust.
Ian Rogers
1
-23
/
+41
2021-09-18
perf machine: Initialize srcline string member in add_location struct
Michael Petlan
1
-0
/
+1
2021-09-18
perf script: Fix ip display when type != attr->type
Adrian Hunter
1
-11
/
+13
2021-09-18
perf annotate: Fix fused instr logic for assembly functions
Ravi Bangoria
3
-17
/
+42
2021-09-17
net: update NXP copyright text
Vladimir Oltean
1
-1
/
+1
2021-09-16
Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
10
-27
/
+283
2021-09-16
selftests: kvm: fix get_run_delay() ignoring fscanf() return warn
Shuah Khan
3
-2
/
+5
2021-09-16
selftests: kvm: move get_run_delay() into lib/test_util
Shuah Khan
4
-30
/
+16
2021-09-16
selftests:kvm: fix get_trans_hugepagesz() ignoring fscanf() return warn
Shuah Khan
1
-1
/
+4
2021-09-16
selftests:kvm: fix get_warnings_count() ignoring fscanf() return warn
Shuah Khan
1
-1
/
+2
2021-09-16
selftests: nci: replace unsigned int with int
Xiang wangx
1
-1
/
+1
2021-09-15
tools/bootconfig: Define memblock_free_ptr() to fix build error
Masami Hiramatsu
1
-2
/
+1
2021-09-15
selftests: be sure to make khdr before other targets
Li Zhijian
1
-0
/
+1
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
8
-25
/
+281
2021-09-14
usb: testusb: Fix for showing the connection speed
Faizel K B
1
-6
/
+8
2021-09-13
bpf, selftests: Add test case for mixed cgroup v1/v2
Daniel Borkmann
4
-6
/
+127
2021-09-13
bpf, selftests: Add cgroup v1 net_cls classid helpers
Daniel Borkmann
2
-12
/
+141
2021-09-13
tools: compiler-gcc.h: Guard error attribute use with __has_attribute
Nathan Chancellor
1
-1
/
+3
2021-09-13
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
2
-144
/
+4
2021-09-13
compiler-gcc.h: drop checks for older GCC versions
Nick Desaulniers
1
-3
/
+1
2021-09-13
compiler.h: drop fallback overflow checkers
Nick Desaulniers
2
-141
/
+3
2021-09-13
selftests/powerpc: Add scv versions of the basic TM syscall tests
Nicholas Piggin
2
-8
/
+65
[prev]
[next]