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
2022-12-15
RDMA/rxe: Fix compile warnings on 32-bit
Jason Gunthorpe
1
-32
/
+40
2022-12-15
io_uring: fix overflow handling regression
Pavel Begunkov
2
-2
/
+2
2022-12-15
net: dsa: mv88e6xxx: avoid reg_lock deadlock in mv88e6xxx_setup_port()
Vladimir Oltean
1
-5
/
+4
2022-12-15
ravb: Fix "failed to switch device to config mode" message during unbind
Biju Das
1
-1
/
+1
2022-12-15
ASoC: lochnagar: Fix unused lochnagar_of_match warning
Krzysztof Kozlowski
1
-1
/
+1
2022-12-15
net: stmmac: fix errno when create_singlethread_workqueue() fails
Gaosheng Cui
1
-0
/
+1
2022-12-15
block: fix use-after-free of q->q_usage_counter
Ming Lei
1
-4
/
+5
2022-12-15
block, bfq: only do counting of pending-request for BFQ_GROUP_IOSCHED
Yuwei Guan
3
-4
/
+10
2022-12-15
regulator: core: fix deadlock on regulator enable
Johan Hovold
1
-1
/
+1
2022-12-15
r6040: Fix kmemleak in probe and remove
Li Zetao
1
-1
/
+4
2022-12-15
gfs2: Remove support for glock holder auto-demotion (2)
Andreas Gruenbacher
1
-19
/
+20
2022-12-15
gfs2: Remove support for glock holder auto-demotion
Andreas Gruenbacher
3
-179
/
+36
2022-12-15
unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()
Kirill Tkhai
1
-2
/
+9
2022-12-14
selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP program
Toke Høiland-Jørgensen
2
-0
/
+72
2022-12-14
bpf: Resolve fext program type when checking map compatibility
Toke Høiland-Jørgensen
1
-2
/
+3
2022-12-14
nfc: pn533: Clear nfc_target before being used
Minsuk Kang
1
-0
/
+4
2022-12-14
net: enetc: avoid buffer leaks on xdp_do_redirect() failure
Vladimir Oltean
1
-27
/
+8
2022-12-14
pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion
John Stultz
1
-3
/
+4
2022-12-14
security: Restrict CONFIG_ZERO_CALL_USED_REGS to gcc or clang > 15.0.6
Nathan Chancellor
1
-0
/
+3
2022-12-14
lkdtm: cfi: Make PAC test work with GCC 7 and 8
Kristina Martsenko
1
-1
/
+5
2022-12-15
tracing/probes: Reject symbol/symstr type for uprobe
Masami Hiramatsu (Google)
4
-10
/
+22
2022-12-15
tracing/probes: Add symstr type for dynamic events
Masami Hiramatsu (Google)
5
-26
/
+91
2022-12-15
kprobes: kretprobe events missing on 2-core KVM guest
wuqiang
2
-8
/
+3
2022-12-14
Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
24
-928
/
+1643
2022-12-14
Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
52
-256
/
+619
2022-12-14
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
103
-593
/
+2705
2022-12-14
docs: Fix path paste-o for /sys/kernel/warn_count
Kees Cook
1
-1
/
+1
2022-12-14
LoadPin: Ignore the "contents" argument of the LSM hooks
Kees Cook
1
-12
/
+18
2022-12-14
drm/amdgpu: revert "generally allow over-commit during BO allocation"
Christian König
2
-4
/
+18
2022-12-14
drm/amdgpu: Remove unnecessary domain argument
Luben Tuikov
4
-14
/
+6
2022-12-14
drm/amdgpu: Fix size validation for non-exclusive domains (v4)
Luben Tuikov
1
-11
/
+8
2022-12-14
drm/amdgpu: Check if fru_addr is not NULL (v2)
Luben Tuikov
1
-2
/
+4
2022-12-14
Merge tag 'apparmor-pr-2022-12-14' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
35
-914
/
+1632
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
255
-6989
/
+13266
2022-12-14
Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
61
-463
/
+1533
2022-12-14
Merge tag 'memblock-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-280
/
+1622
2022-12-14
bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_func
Jiri Olsa
1
-0
/
+5
2022-12-14
blk-iolatency: Fix memory leak on add_disk() failures
Tejun Heo
1
-0
/
+2
2022-12-14
Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-38
/
+73
2022-12-14
fbdev: fbcon: release buffer when fbcon_do_set_font() failed
Tetsuo Handa
1
-1
/
+2
2022-12-14
fbdev: sh_mobile_lcdcfb: use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-4
/
+4
2022-12-14
fbdev: uvesafb: use sysfs_emit() to instead of scnprintf()
ye xingchen
1
-5
/
+5
2022-12-14
fbdev: uvesafb: Simplify uvesafb_remove()
Christophe JAILLET
1
-15
/
+13
2022-12-14
fbdev: uvesafb: Fixes an error handling path in uvesafb_probe()
Christophe JAILLET
1
-0
/
+1
2022-12-14
fbdev: uvesafb: don't build on UML
Randy Dunlap
1
-0
/
+1
2022-12-14
fbdev: geode: don't build on UML
Randy Dunlap
1
-0
/
+1
2022-12-14
fbdev: ep93xx-fb: Add missing clk_disable_unprepare in ep93xxfb_probe()
Gaosheng Cui
1
-1
/
+3
2022-12-14
fbdev: matroxfb: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+2
2022-12-14
fbdev: da8xx-fb: add missing regulator_disable() in fb_probe
Dongliang Mu
1
-2
/
+5
2022-12-14
fbdev: controlfb: fix spelling mistake "paramaters"->"parameters"
Yu Zhe
1
-1
/
+1
[prev]
[next]