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-09-05
wifi: rtw89: use frequency domain RSSI
Eric Huang
11
-2
/
+208
2024-09-05
wifi: rtw89: adjust DIG threshold to reduce false alarm
Eric Huang
1
-9
/
+18
2024-09-04
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
6
-161
/
+106
2024-09-04
Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
202
-1578
/
+6223
2024-09-04
Merge tag 'wireless-2024-09-04' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
10
-148
/
+50
2024-09-04
net: cadence: macb: Enable software IRQ coalescing by default
Sean Anderson
1
-0
/
+2
2024-09-04
Merge branch 'fix-accessing-first-syscall-argument-on-rv64'
Andrii Nakryiko
3
-11
/
+12
2024-09-04
net: xilinx: axienet: Fix race in axienet_stop
Sean Anderson
2
-0
/
+11
2024-09-04
libbpf: Fix accessing first syscall argument on RV64
Pu Lehui
1
-1
/
+8
2024-09-04
selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64
Pu Lehui
2
-6
/
+0
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on arm64
Pu Lehui
1
-2
/
+2
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on s390
Pu Lehui
1
-2
/
+2
2024-09-04
net: phy: Check for read errors in SIOCGMIIREG
Niklas Söderlund
1
-6
/
+11
2024-09-04
pds_core: Remove redundant null pointer checks
Li Zetao
1
-4
/
+4
2024-09-04
ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()
Li Zetao
1
-1
/
+1
2024-09-04
Merge branch 'unmask-upper-dscp-bits-part-3'
Jakub Kicinski
4
-6
/
+9
2024-09-04
ipv6: sit: Unmask upper DSCP bits in ipip6_tunnel_bind_dev()
Ido Schimmel
1
-1
/
+1
2024-09-04
ip6_tunnel: Unmask upper DSCP bits in ip4ip6_err()
Ido Schimmel
1
-2
/
+5
2024-09-04
ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()
Ido Schimmel
1
-2
/
+2
2024-09-04
ipv4: Unmask upper DSCP bits in __ip_queue_xmit()
Ido Schimmel
1
-1
/
+1
2024-09-04
selftests: net: convert comma to semicolon
Chen Ni
1
-3
/
+3
2024-09-04
selftests/bpf: Add a selftest for x86 jit convergence issues
Yonghong Song
2
-0
/
+116
2024-09-04
bpf, x64: Fix a jit convergence issue
Yonghong Song
1
-2
/
+52
2024-09-04
ipv4: Fix user space build failure due to header change
Ido Schimmel
2
-2
/
+1
2024-09-04
l2tp: remove unneeded null check in l2tp_v2_session_get_next
James Chapman
1
-1
/
+1
2024-09-04
net: bridge: br_fdb_external_learn_add(): always set EXT_LEARN
Jonas Gorski
1
-4
/
+2
2024-09-04
r8152: fix the firmware doesn't work
Hayes Wang
1
-4
/
+13
2024-09-04
fou: Fix null-ptr-deref in GRO.
Kuniyuki Iwashima
1
-5
/
+24
2024-09-04
net: mana: Improve mana_set_channels() in low mem conditions
Shradha Gupta
3
-17
/
+19
2024-09-04
PCI/NPEM: Add Native PCIe Enclosure Management support
Mariusz Tkaczyk
9
-0
/
+546
2024-09-04
leds: Init leds class earlier
Mariusz Tkaczyk
1
-1
/
+3
2024-09-04
md: Report failed arrays as broken in mdstat
Mateusz Kusiak
1
-2
/
+7
2024-09-04
bareudp: Fix device stats updates.
Guillaume Nault
1
-11
/
+11
2024-09-04
Merge branch 'bpf/master' into for-6.12
Tejun Heo
1155
-8383
/
+20194
2024-09-04
rust: avoid `box_uninit_write` feature
Miguel Ojeda
2
-11
/
+12
2024-09-04
selftests/ftrace: Fix eventfs ownership testcase to find mount point
Masami Hiramatsu (Google)
1
-0
/
+12
2024-09-04
Merge tag 'bcachefs-2024-09-04' of git://evilpiepirate.org/bcachefs
Linus Torvalds
4
-3
/
+10
2024-09-04
cgroup/cpuset: Move cpu.h include to cpuset-internal.h
Waiman Long
2
-4
/
+4
2024-09-04
arm64: dts: qcom: msm8939: revert use of APCS mbox for RPM
Fabien Parent
1
-1
/
+1
2024-09-04
sched_ext: Add a cgroup scheduler which uses flattened hierarchy
Tejun Heo
5
-1
/
+1246
2024-09-04
sched_ext: Add cgroup support
Tejun Heo
8
-19
/
+636
2024-09-04
sched: Introduce CONFIG_GROUP_SCHED_WEIGHT
Tejun Heo
3
-8
/
+14
2024-09-04
sched: Make cpu_shares_read_u64() use tg_weight()
Tejun Heo
1
-8
/
+6
2024-09-04
sched: Expose css_tg()
Tejun Heo
2
-5
/
+5
2024-09-04
sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enable
Tejun Heo
2
-17
/
+18
2024-09-04
sched_ext: TASK_DEAD tasks must be switched out of SCX on ops_disable
Tejun Heo
1
-16
/
+8
2024-09-04
cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()
Mario Limonciello
1
-4
/
+7
2024-09-04
selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
Feng Yang
10
-12
/
+20
2024-09-04
Merge branch 'bpf-follow-up-on-gen_epilogue'
Alexei Starovoitov
2
-43
/
+44
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
1
-1
/
+1
[prev]
[next]