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
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-02
selftests/xsk: Query for native XDP support
Maciej Fijalkowski
1
-2
/
+37
2022-09-02
landlock: Fix file reparenting without explicit LANDLOCK_ACCESS_FS_REFER
Mickaël Salaün
1
-10
/
+145
2022-09-02
selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGS
Shmulik Ladkani
1
-8
/
+16
2022-09-01
selftests: net: dsa: symlink the tc_actions.sh test
Vladimir Oltean
3
-1
/
+4
2022-09-01
Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...
Paolo Bonzini
11
-176
/
+343
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-28
/
+54
2022-09-01
selftests/bpf: Test concurrent updates on bpf_task_storage_busy
Hou Tao
2
-0
/
+161
2022-09-01
selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.h
Hou Tao
3
-18
/
+20
2022-09-01
selftests/net: return back io_uring zc send tests
Pavel Begunkov
2
-79
/
+41
2022-09-01
selftests/net: temporarily disable io_uring zc test
Pavel Begunkov
1
-0
/
+9
2022-08-31
net-next: Fix IP_UNICAST_IF option behavior for connected sockets
Richard Gobert
2
-2
/
+44
2022-08-31
selftests/bpf: Add test cases for htab update
Hou Tao
3
-0
/
+156
2022-08-31
selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)
Martin KaFai Lau
1
-0
/
+4
2022-08-31
selftests: net: sort .gitignore file
Axel Rasmussen
1
-25
/
+25
2022-08-31
selftests/xsk: Add missing close() on netns fd
Maciej Fijalkowski
1
-0
/
+4
2022-08-31
selftests/nolibc: Avoid generated files being committed
Fernanda Ma'rouf
1
-0
/
+4
2022-08-31
selftests/nolibc: add a "help" target
Willy Tarreau
1
-1
/
+26
2022-08-31
selftests/nolibc: "sysroot" target installs a local copy of the sysroot
Willy Tarreau
1
-2
/
+11
2022-08-31
selftests/nolibc: add a "run" target to start the kernel in QEMU
Willy Tarreau
1
-0
/
+33
2022-08-31
selftests/nolibc: add a "defconfig" target
Willy Tarreau
1
-0
/
+12
2022-08-31
selftests/nolibc: add a "kernel" target to build the kernel with the initramfs
Willy Tarreau
1
-0
/
+13
2022-08-31
selftests/nolibc: support glibc as well
Willy Tarreau
1
-2
/
+45
2022-08-31
selftests/nolibc: condition some tests on /proc existence
Willy Tarreau
1
-5
/
+9
2022-08-31
selftests/nolibc: recreate and populate /dev and /proc if missing
Willy Tarreau
1
-0
/
+56
2022-08-31
selftests/nolibc: on x86, support exiting with isa-debug-exit
Willy Tarreau
1
-0
/
+9
2022-08-31
selftests/nolibc: exit with poweroff on success when getpid() == 1
Willy Tarreau
1
-0
/
+14
2022-08-31
selftests/nolibc: add a few tests for some libc functions
Willy Tarreau
1
-0
/
+35
2022-08-31
selftests/nolibc: implement a few tests for various syscalls
Willy Tarreau
1
-0
/
+110
2022-08-31
selftests/nolibc: support a test definition format
Willy Tarreau
1
-0
/
+91
2022-08-31
selftests/nolibc: add basic infrastructure to ease creation of nolibc tests
Willy Tarreau
2
-0
/
+438
2022-08-31
netfilter: remove nf_conntrack_helper sysctl and modparam toggles
Pablo Neira Ayuso
1
-10
/
+26
2022-08-30
memblock tests: add tests for memblock_trim_memory
Rebecca Mckeever
1
-0
/
+223
2022-08-30
memblock tests: add tests for memblock_*bottom_up functions
Rebecca Mckeever
1
-0
/
+45
2022-08-30
memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw
Rebecca Mckeever
1
-69
/
+111
2022-08-30
memblock tests: update alloc_api to test memblock_alloc_raw
Rebecca Mckeever
2
-33
/
+85
2022-08-30
memblock tests: add additional tests for basic api and memblock_alloc
Rebecca Mckeever
2
-0
/
+543
2022-08-30
memblock tests: add labels to verbose output for generic alloc tests
Rebecca Mckeever
4
-56
/
+44
2022-08-30
memblock tests: update zeroed memory check for memblock_alloc_* tests
Rebecca Mckeever
2
-60
/
+20
2022-08-30
memblock tests: update tests to check if memblock_alloc zeroed memory
Rebecca Mckeever
3
-0
/
+42
2022-08-30
memblock tests: update reference to obsolete build option in comments
Rebecca Mckeever
1
-3
/
+6
2022-08-30
memblock tests: add command line help option
Rebecca Mckeever
1
-1
/
+3
2022-08-29
selftests/bpf: Fix connect4_prog tcp/socket header type conflict
James Hilliard
1
-2
/
+3
2022-08-29
selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
James Hilliard
2
-4
/
+0
2022-08-26
selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4
James Hilliard
1
-1
/
+1
2022-08-26
selftests/bpf: fix type conflict in test_tc_dtime
James Hilliard
1
-1
/
+0
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-0
/
+26
2022-08-26
selftests/powerpc: Add a test for execute-only memory
Nicholas Miehlbradt
2
-1
/
+233
2022-08-25
bpf: Add CGROUP prefix to cgroup_iter_order
Hao Luo
3
-7
/
+7
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-4
/
+131
2022-08-25
Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
5
-0
/
+90
[prev]
[next]