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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-29
bpf: Fail verification for sign-extension of packet data/data_end/data_meta
Yonghong Song
3
-7
/
+20
2024-07-29
bpf: add a get_helper_proto() utility function
Eduard Zingerman
1
-7
/
+18
2024-07-29
tools/runqslower: Fix LDFLAGS and add LDLIBS support
Tony Ambardar
1
-1
/
+2
2024-07-29
selftests/bpf: Fix wrong binary in Makefile log output
Tony Ambardar
1
-5
/
+6
2024-07-29
Merge branch 'selftests-bpf-add-more-uprobe-multi-tests'
Andrii Nakryiko
2
-0
/
+370
2024-07-29
selftests/bpf: Fix compilation failure when CONFIG_NET_FOU!=y
Artem Savkov
1
-6
/
+21
2024-07-29
selftests/bpf: Add uprobe multi consumers test
Jiri Olsa
2
-0
/
+252
2024-07-29
selftests/bpf: Fix error linking uprobe_multi on mips
Tony Ambardar
1
-0
/
+2
2024-07-29
selftests/bpf: Add uprobe fail tests for uprobe multi
Jiri Olsa
1
-0
/
+118
2024-07-29
selftests/bpf: Add missing system defines for mips
Tony Ambardar
1
-1
/
+2
2024-07-29
selftests/bpf: Don't include .d files on make clean
Ihor Solodrai
1
-0
/
+2
2024-07-29
selftests/bpf: Add a test for mmap-able map in map
Song Liu
2
-0
/
+114
2024-07-29
Merge branch 'use network helpers, part 10'
Martin KaFai Lau
2
-96
/
+40
2024-07-29
selftests/bpf: Drop __start_server in network_helpers
Geliang Tang
1
-16
/
+10
2024-07-29
selftests/bpf: Drop inetaddr_len in sk_lookup
Geliang Tang
1
-12
/
+9
2024-07-29
selftests/bpf: Drop make_socket in sk_lookup
Geliang Tang
1
-44
/
+17
2024-07-29
selftests/bpf: Drop make_client in sk_lookup
Geliang Tang
1
-27
/
+7
2024-07-29
selftests/bpf: Workaround strict bpf_lsm return value check.
Alexei Starovoitov
1
-0
/
+1
2024-07-29
ARM: dts: broadcom: bcm21664: Move chosen node into Garnet DTS
Artur Weber
2
-4
/
+4
2024-07-29
ARM: dts: broadcom: convert NVMEM content to layout syntax
Rafał Miłecki
2
-8
/
+16
2024-07-29
dt-bindings: soc: bcm: document brcm,bcm2711-avs-monitor
Krzysztof Kozlowski
1
-0
/
+44
2024-07-29
arm64: dts: broadcom: Add minimal support for Raspberry Pi 5
Andrea della Porta
3
-0
/
+348
2024-07-29
scripts: fix all issues reported by pylint
Dongliang Mu
1
-73
/
+141
2024-07-29
MAINTAINERS: add Documentation/dev-tools/ to workflows@
Jakub Kicinski
1
-0
/
+1
2024-07-29
Documentation: ioctl: document 0x07 ioctl code
Alyssa Ross
1
-0
/
+1
2024-07-29
docs/zh_CN: add the translation of kbuild/headers_install.rst
Dongliang Mu
3
-1
/
+75
2024-07-29
docs/core-api: memory-allocation: GFP_NOWAIT doesn't need __GFP_NOWARN
Dave Martin
1
-2
/
+3
2024-07-29
lsm: infrastructure management of the perf_event security blob
Casey Schaufler
5
-17
/
+29
2024-07-29
lsm: infrastructure management of the infiniband blob
Casey Schaufler
5
-17
/
+25
2024-07-29
lsm: infrastructure management of the dev_tun blob
Casey Schaufler
5
-20
/
+28
2024-07-29
lsm: add helper for blob allocations
Casey Schaufler
1
-64
/
+33
2024-07-29
lsm: infrastructure management of the key security blob
Casey Schaufler
7
-38
/
+69
2024-07-29
lsm: infrastructure management of the sock security
Casey Schaufler
11
-113
/
+133
2024-07-29
selftests/bpf: Filter out _GNU_SOURCE when compiling test_cpp
Stanislav Fomichev
1
-1
/
+1
2024-07-29
drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG
Sai Teja Pottumuttu
2
-0
/
+9
2024-07-29
selinux: refactor code to return ERR_PTR in selinux_netlbl_sock_genattr
Gaosheng Cui
1
-9
/
+9
2024-07-29
selinux: Streamline type determination in security_compute_sid
Canfeng Guo
1
-17
/
+19
2024-07-29
Merge branch 'add-bpf-lsm-return-value-range-check-bpf-part'
Alexei Starovoitov
15
-27
/
+427
2024-07-29
selftests/bpf: Add verifier tests for bpf lsm
Xu Kuohai
2
-0
/
+164
2024-07-29
selftests/bpf: Add test for lsm tail call
Xu Kuohai
2
-1
/
+79
2024-07-29
selftests/bpf: Add return value checks for failed tests
Xu Kuohai
4
-3
/
+26
2024-07-29
selftests/bpf: Avoid load failure for token_lsm.c
Xu Kuohai
1
-2
/
+2
2024-07-29
bpf: Fix compare error in function retval_range_within
Xu Kuohai
1
-5
/
+11
2024-07-29
bpf: Prevent tail call between progs attached to different hooks
Xu Kuohai
2
-3
/
+19
2024-07-29
bpf, lsm: Add check for BPF LSM return value
Xu Kuohai
5
-11
/
+97
2024-07-29
bpf, lsm: Add disabled BPF LSM hook list
Xu Kuohai
1
-2
/
+29
2024-07-29
Merge branch 'bpf-retire-the-unsupported_ops-usage-in-struct_ops'
Alexei Starovoitov
8
-27
/
+60
2024-07-29
selftests/bpf: Ensure the unsupported struct_ops prog cannot be loaded
Martin KaFai Lau
3
-0
/
+25
2024-07-29
selftests/bpf: Fix the missing tramp_1 to tramp_40 ops in cfi_stubs
Martin KaFai Lau
1
-0
/
+14
2024-07-29
Merge tag 'for-linus-2024072901' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-67
/
+55
[prev]
[next]