index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
selftests: livepatch: Add initial .gitignore
Marcos Paulo de Souza
1
-0
/
+1
2024-02-27
bpf, arm64: support exceptions
Puranjay Mohan
1
-1
/
+0
2024-02-27
kunit: tool: Print UML command
Mickaël Salaün
1
-0
/
+1
2024-02-27
selftests: netdevsim: be less selective for FW for the devlink test
Jakub Kicinski
1
-1
/
+1
2024-02-27
landlock: Add support for KUnit tests
Mickaël Salaün
1
-0
/
+1
2024-02-27
selftests/landlock: Clean up error logs related to capabilities
Mickaël Salaün
1
-30
/
+9
2024-02-26
perf pmu: Fix a potential memory leak in perf_pmu__lookup()
Christophe JAILLET
1
-4
/
+3
2024-02-26
perf test: Fix spelling mistake "curent" -> "current"
Colin Ian King
1
-1
/
+1
2024-02-26
selftests: mptcp: diag: change timeout_poll to 30
Geliang Tang
1
-1
/
+1
2024-02-26
selftests: mptcp: join: change capture/checksum as bool
Geliang Tang
1
-11
/
+11
2024-02-26
selftests: mptcp: simult flows: define missing vars
Geliang Tang
1
-0
/
+6
2024-02-26
selftests: mptcp: netlink: drop duplicate var ret
Geliang Tang
1
-1
/
+0
2024-02-26
selftests: mptcp: lib: catch duplicated subtest entries
Matthieu Baerts (NGI0)
1
-0
/
+21
2024-02-26
selftests: mptcp: explicitly trigger the listener diag code-path
Paolo Abeni
1
-1
/
+29
2024-02-26
selftests: mptcp: join: add ss mptcp support check
Geliang Tang
1
-0
/
+5
2024-02-26
selftests: mptcp: rm subflow with v4/v4mapped addr
Geliang Tang
2
-14
/
+18
2024-02-26
KVM: selftests: x86: sync_regs_test: Get regs structure before modifying it
Thomas Huth
1
-0
/
+1
2024-02-26
KVM: selftests: x86: sync_regs_test: Use vcpu_run() where appropriate
Thomas Huth
1
-5
/
+5
2024-02-26
perf test: Use TEST_FAIL in the TEST_ASSERT macros instead of -1
Arnaldo Carvalho de Melo
1
-8
/
+8
2024-02-26
perf data convert: Fix segfault when converting to json when cpu_desc isn't set
Ilkka Koskinen
1
-1
/
+3
2024-02-26
perf bpf: Check that the minimal vmlinux.h installed is the latest one
Arnaldo Carvalho de Melo
1
-1
/
+1
2024-02-26
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
118
-484
/
+1216
2024-02-26
drm/edid/firmware: Remove built-in EDIDs
Maxime Ripard
9
-567
/
+0
2024-02-26
selftests: net: veth: test syncing GRO and XDP state while device is down
Jakub Kicinski
1
-0
/
+14
2024-02-26
Merge v6.8-rc6 into usb-next
Greg Kroah-Hartman
24
-137
/
+512
2024-02-26
KVM: riscv: selftests: Switch to use macro from csr.h
Haibo Xu
1
-8
/
+2
2024-02-26
tools: riscv: Add header file vdso/processor.h
Haibo Xu
1
-0
/
+32
2024-02-26
tools: riscv: Add header file csr.h
Haibo Xu
1
-0
/
+541
2024-02-26
KVM: selftests: Add CONFIG_64BIT definition for the build
Haibo Xu
1
-1
/
+1
2024-02-26
KVM: arm64: selftests: Split arch_timer test code
Haibo Xu
5
-280
/
+311
2024-02-26
KVM: arm64: selftests: Enable tuning of error margin in arch_timer test
Haibo Xu
1
-9
/
+23
2024-02-26
KVM: arm64: selftests: Data type cleanup for arch_timer test
Haibo Xu
1
-6
/
+6
2024-02-26
selftests/kvm: Fix issues with $(SPLIT_TESTS)
Paolo Bonzini
1
-8
/
+12
2024-02-25
Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
1
-1
/
+1
2024-02-24
Merge tag 'cxl-fixes-6.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-9
/
+70
2024-02-23
tools: ynl: fix header guards
Jakub Kicinski
1
-2
/
+2
2024-02-23
tools: ynl: allow user to pass enum string instead of scalar value
Jiri Pirko
1
-2
/
+24
2024-02-23
tools: ynl: process all scalar types encoding in single elif statement
Jiri Pirko
1
-7
/
+7
2024-02-23
tools: ynl: allow user to specify flag attr with bool values
Jiri Pirko
1
-0
/
+3
2024-02-24
crypto: ccp - Update return values for some unit tests
Mario Limonciello
1
-3
/
+5
2024-02-23
selftests/resctrl: Add non-contiguous CBMs CAT test
Maciej Wieczor-Retman
3
-0
/
+93
2024-02-23
selftests/resctrl: Add resource_info_file_exists()
Maciej Wieczor-Retman
2
-0
/
+26
2024-02-23
selftests/resctrl: Split validate_resctrl_feature_request()
Maciej Wieczor-Retman
5
-17
/
+31
2024-02-23
selftests/resctrl: Add a helper for the non-contiguous test
Maciej Wieczor-Retman
2
-0
/
+37
2024-02-23
treewide: remove meaningless assignments in Makefiles
Masahiro Yamada
10
-56
/
+56
2024-02-23
selftests/resctrl: Add test groups and name L3 CAT test L3_CAT
Ilpo Järvinen
3
-6
/
+16
2024-02-23
perf print-events: make is_event_supported() more robust
Mark Rutland
1
-8
/
+19
2024-02-23
Merge tag 'mm-hotfixes-stable-2024-02-22-15-02' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+6
2024-02-23
KVM: s390: selftest: memop: Fix undefined behavior
Nina Schoetterl-Glausch
1
-0
/
+2
2024-02-22
KVM: selftests: Add a testcase to verify GUEST_MEMFD and READONLY are exclusive
Sean Christopherson
1
-0
/
+6
[prev]
[next]