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-08-21
ipv6: prevent possible UAF in ip6_xmit()
Eric Dumazet
1
-0
/
+4
2024-08-21
ipv6: fix possible UAF in ip6_finish_output2()
Eric Dumazet
1
-0
/
+4
2024-08-21
ipv6: prevent UAF in ip6_send_skb()
Eric Dumazet
1
-0
/
+2
2024-08-21
netpoll: do not export netpoll_poll_[disable|enable]()
Eric Dumazet
1
-2
/
+0
2024-08-21
ice: Fix a 32bit bug
Dan Carpenter
1
-3
/
+3
2024-08-21
ipv6: remove redundant check
Xi Huang
1
-6
/
+3
2024-08-21
selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct path
Ido Schimmel
1
-1
/
+2
2024-08-21
net: dsa: sja1105: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-8
/
+2
2024-08-21
net: dsa: ocelot: Simplify with scoped for each OF child loop
Jinjie Ruan
1
-4
/
+1
2024-08-21
nfc: pn533: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-1
/
+0
2024-08-21
udp: fix receiving fraglist GSO packets
Felix Fietkau
1
-1
/
+2
2024-08-22
Merge tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-10
/
+70
2024-08-22
HID: hid-playstation: DS4: Update rumble and lightbar together
Max Staudt
1
-0
/
+20
2024-08-22
rust: init: add `write_[pin_]init` functions
Benno Lossin
2
-25
/
+61
2024-08-22
rust: kernel: add `drop_contents` to `BoxExt`
Benno Lossin
1
-1
/
+30
2024-08-22
Merge tag 'erofs-for-6.11-rc5-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-56
/
+30
2024-08-21
PCI: qcom: Use OPP only if the platform supports it
Manivannan Sadhasivam
1
-2
/
+5
2024-08-21
PCI: qcom-ep: Disable MHI RAM data parity error interrupt for SA8775P SoC
Manivannan Sadhasivam
1
-0
/
+13
2024-08-21
nvdimm: Remove dead code for ENODEV checking in scan_labels()
Li Zhijian
1
-9
/
+0
2024-08-21
nvdimm: Fix devs leaks in scan_labels()
Li Zhijian
1
-17
/
+17
2024-08-21
nvdimm: Use of_property_present() and of_property_read_bool()
Rob Herring (Arm)
2
-2
/
+2
2024-08-21
Revert "pidfd: prevent creation of pidfds for kthreads"
Christian Brauner
1
-22
/
+3
2024-08-21
romfs: fix romfs_read_folio()
Christian Brauner
1
-1
/
+1
2024-08-21
netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->pr...
David Howells
2
-0
/
+8
2024-08-21
drivers:iio:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
Yang Ruibin
1
-1
/
+1
2024-08-21
drm/i915/display: allow creation of Xe2 ccs framebuffers
Juha-Pekka Heikkila
3
-0
/
+25
2024-08-21
drm/fourcc: define Intel Xe2 related tile4 ccs modifiers
Juha-Pekka Heikkila
1
-0
/
+25
2024-08-21
drm/i915/display: Don't enable decompression on Xe2 with Tile4
Juha-Pekka Heikkila
1
-5
/
+0
2024-08-21
x86/PCI: Check pcie_find_root_port() return for NULL
Samasth Norway Ananda
1
-2
/
+2
2024-08-21
iio: sgp40: retain documentation in driver
Andreas Klinger
1
-3
/
+8
2024-08-21
iio: ABI: remove duplicate in_resistance_calibbias
David Lechner
1
-14
/
+0
2024-08-21
dt-bindings: iio: st,stm32-adc: add top-level constraints
Krzysztof Kozlowski
1
-1
/
+3
2024-08-21
tracing: Fix memory leak in fgraph storage selftest
Masami Hiramatsu (Google)
1
-5
/
+18
2024-08-21
thermal/debugfs: Fix the NULL vs IS_ERR() confusion in debugfs_create_dir()
Yang Ruibin
1
-3
/
+3
2024-08-21
Merge branch '__jited-test-tag-to-check-disassembly-after-jit'
Alexei Starovoitov
13
-113
/
+772
2024-08-21
selftests/bpf: validate __xlated same way as __jited
Eduard Zingerman
2
-4
/
+57
2024-08-21
selftests/bpf: validate jit behaviour for tail calls
Eduard Zingerman
2
-0
/
+107
2024-08-21
selftests/bpf: __jited test tag to check disassembly after jit
Eduard Zingerman
2
-23
/
+161
2024-08-21
selftests/bpf: utility function to get program disassembly after jit
Eduard Zingerman
4
-2
/
+291
2024-08-21
selftests/bpf: replace __regex macro with "{{...}}" patterns
Eduard Zingerman
5
-70
/
+115
2024-08-21
selftests/bpf: fix to avoid __msg tag de-duplication by clang
Eduard Zingerman
3
-22
/
+48
2024-08-21
selftests/bpf: correctly move 'log' upon successful match
Eduard Zingerman
1
-1
/
+1
2024-08-21
selftests/bpf: less spam in the log for message matching
Eduard Zingerman
1
-1
/
+2
2024-08-21
tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...
Masami Hiramatsu (Google)
1
-13
/
+18
2024-08-21
Merge branch 'support-passing-bpf-iterator-to-kfuncs'
Alexei Starovoitov
5
-29
/
+127
2024-08-21
selftests/bpf: test passing iterator to a kfunc
Andrii Nakryiko
2
-4
/
+62
2024-08-21
bpf: allow passing struct bpf_iter_<type> as kfunc arguments
Andrii Nakryiko
1
-11
/
+24
2024-08-21
bpf: extract iterator argument type and name validation logic
Andrii Nakryiko
2
-14
/
+41
2024-08-21
remoteproc: k3-r5: Delay notification of wakeup event
Udit Kumar
1
-2
/
+3
2024-08-21
remoteproc: k3-m4: Add a remoteproc driver for M4F subsystem
Martyn Welch
3
-0
/
+681
[prev]
[next]