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
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
7
-45
/
+154
2022-12-12
Merge tag 'slab-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+4
2022-12-12
Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-1
/
+141
2022-12-12
Merge tag 'seccomp-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+4
2022-12-12
Merge tag 'nolibc.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-0
/
+10
2022-12-12
Merge tag 'kcsan.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+10
2022-12-12
Merge tag 'lkmm.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+4
2022-12-12
Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-66
/
+249
2022-12-12
Merge branches 'pm-devfreq' and 'pm-tools'
Rafael J. Wysocki
14
-13
/
+1642
2022-12-12
Merge branches 'pm-cpuidle', 'pm-sleep' and 'pm-domains'
Rafael J. Wysocki
1
-1
/
+1
2022-12-12
Merge branch 'acpica'
Rafael J. Wysocki
2
-1
/
+4
2022-12-11
selftests/vm: ksm_functional_tests: fixes for 32bit
David Hildenbrand
2
-3
/
+3
2022-12-11
selftests/vm: cow: fix compile warning on 32bit
David Hildenbrand
1
-2
/
+2
2022-12-11
selftests/vm: madv_populate: fix missing MADV_POPULATE_(READ|WRITE) definitions
David Hildenbrand
1
-0
/
+7
2022-12-11
selftests: cgroup: make sure reclaim target memcg is unprotected
Yosry Ahmed
1
-0
/
+11
2022-12-11
selftests: cgroup: refactor proactive reclaim code to reclaim_until()
Yosry Ahmed
1
-36
/
+44
2022-12-11
selftests/damon: test removed scheme sysfs dir access bug
SeongJae Park
2
-1
/
+59
2022-12-11
selftests/vm: add test to measure MADV_UNMERGEABLE performance
David Hildenbrand
1
-2
/
+74
2022-12-11
selftests/vm: add KSM unmerge tests
David Hildenbrand
5
-0
/
+294
2022-12-11
selftests/vm: enable running select groups of tests
Joel Savitz
1
-63
/
+144
2022-12-10
Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-3
/
+3
2022-12-10
selftests/bpf: test case for relaxed prunning of active_lock.id
Eduard Zingerman
1
-0
/
+75
2022-12-10
selftests/bpf: Add pruning test case for bpf_spin_lock
Kumar Kartikeya Dwivedi
1
-0
/
+39
2022-12-10
selftests/bpf: verify states_equal() maintains idmap across all frames
Eduard Zingerman
1
-0
/
+82
2022-12-10
selftests/bpf: test cases for regsafe() bug skipping check_id()
Eduard Zingerman
2
-0
/
+103
2022-12-09
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-3
/
+3
2022-12-09
kselftests: cgroup: update kmem test precision tolerance
Michal Hocko
1
-3
/
+3
2022-12-09
Documentation/rv: Add verification/rv man pages
Daniel Bristot de Oliveira
1
-2
/
+24
2022-12-09
tools/rv: Add in-kernel monitor interface
Daniel Bristot de Oliveira
3
-0
/
+704
2022-12-09
rv: Add rv tool
Daniel Bristot de Oliveira
8
-0
/
+558
2022-12-09
rtla: Fix exit status when returning from calls to usage()
John Kacur
3
-17
/
+13
2022-12-09
KVM: selftests: Allocate ucall pool from MEM_REGION_DATA
Oliver Upton
1
-1
/
+1
2022-12-09
KVM: arm64: selftests: Align VA space allocator with TTBR0
Oliver Upton
3
-5
/
+21
2022-12-09
Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...
Paolo Bonzini
23
-485
/
+2229
2022-12-08
ktest.pl: Add shell commands to variables
Steven Rostedt (Google)
2
-1
/
+16
2022-12-08
selftests: net: Fix O=dir builds
Björn Töpel
1
-3
/
+3
2022-12-08
selftests: mlxsw: Move IPv6 decap_error test to shared directory
Ido Schimmel
1
-1
/
+1
2022-12-08
selftests/bpf: Add test for dynptr reinit in user_ringbuf callback
Kumar Kartikeya Dwivedi
2
-8
/
+45
2022-12-08
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
2
-2
/
+2
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2
-6
/
+6
2022-12-08
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
2
-17
/
+2
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-6
/
+222
2022-12-08
Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
7
-4
/
+220
2022-12-08
selftests/bpf: Bring test_offload.py back to life
Stanislav Fomichev
1
-3
/
+5
2022-12-08
Merge branch 'topic/objtool' into next
Michael Ellerman
19
-56
/
+271
2022-12-07
kest.pl: Fix grub2 menu handling for rebooting
Steven Rostedt
1
-5
/
+15
2022-12-07
ktest.pl minconfig: Unset configs instead of just removing them
Steven Rostedt
1
-1
/
+2
2022-12-07
selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester
Andrii Nakryiko
5
-155
/
+64
2022-12-07
selftests/bpf: add generic BPF program tester-loader
Andrii Nakryiko
4
-1
/
+272
2022-12-06
ipv4: Fix incorrect route flushing when table ID 0 is used
Ido Schimmel
1
-0
/
+10
[prev]
[next]