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
2021-12-10
Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...
Jens Axboe
1
-1
/
+3
2021-12-10
selftests/bpf: Tests for state pruning with u32 spill/fill
Paul Chaignon
2
-0
/
+103
2021-12-10
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
1
-4
/
+0
2021-12-10
md: fix double free of mddev->private in autorun_array()
zhangyue
1
-1
/
+2
2021-12-10
md: fix update super 1.0 on rdev size change
Markus Hochholdinger
1
-0
/
+1
2021-12-10
nfsd: fix use-after-free due to delegation race
J. Bruce Fields
1
-2
/
+7
2021-12-10
nfsd: Fix nsfd startup race (again)
Alexander Sverdlin
2
-7
/
+8
2021-12-10
clocksource/drivers/arm_arch_timer: Force inlining of erratum_set_next_event_...
Marc Zyngier
1
-2
/
+7
2021-12-10
clocksource/drivers/dw_apb_timer_of: Fix probe failure
Alexey Sheplyakov
1
-1
/
+1
2021-12-10
sch_cake: do not call cake_destroy() from cake_init()
Eric Dumazet
1
-5
/
+1
2021-12-10
s390: enable switchdev support in defconfig
Niklas Schnelle
2
-0
/
+4
2021-12-10
s390/kexec: handle R_390_PLT32DBL rela in arch_kexec_apply_relocations_add()
Alexander Egorenkov
1
-0
/
+4
2021-12-10
s390/ftrace: remove preempt_disable()/preempt_enable() pair
Jerome Marchand
1
-2
/
+0
2021-12-10
s390/kexec_file: fix error handling when applying relocations
Philipp Rudo
1
-1
/
+6
2021-12-10
s390/kexec_file: print some more error messages
Philipp Rudo
1
-3
/
+24
2021-12-10
selftests: KVM: Add test to verify KVM doesn't explode on "bad" I/O
Sean Christopherson
3
-0
/
+116
2021-12-10
KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exit
Sean Christopherson
1
-2
/
+7
2021-12-10
KVM: X86: Raise #GP when clearing CR0_PG in 64 bit mode
Lai Jiangshan
1
-1
/
+2
2021-12-10
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
3
-8
/
+16
2021-12-10
xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspending
Kai-Heng Feng
1
-4
/
+0
2021-12-10
Merge tag 'nvme-5.16-2021-12-10' of git://git.infradead.org/nvme into block-5.16
Jens Axboe
5
-9
/
+33
2021-12-10
irqchip/irq-bcm7120-l2: Add put_device() after of_find_device_by_node()
Ye Guojin
1
-0
/
+1
2021-12-10
selftests: KVM: avoid failures due to reserved HyperTransport region
Paolo Bonzini
3
-1
/
+78
2021-12-10
KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI req
Sean Christopherson
1
-2
/
+5
2021-12-10
KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...
Vitaly Kuznetsov
1
-1
/
+1
2021-12-10
Merge tag 'amd-drm-fixes-5.16-2021-12-08' of https://gitlab.freedesktop.org/a...
Dave Airlie
2
-1
/
+8
2021-12-10
Merge tag 'drm-intel-fixes-2021-12-09' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2
-9
/
+10
2021-12-10
Merge tag 'drm-misc-fixes-2021-12-09' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2
-2
/
+12
2021-12-09
selftests: net: Correct ping6 expected rc from 2 to 1
Jie2x Zhou
1
-1
/
+1
2021-12-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
17
-67
/
+102
2021-12-09
percpu_ref: Replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+1
2021-12-09
Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
100
-383
/
+1370
2021-12-09
Merge tag 'mtd/fixes-for-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-12
/
+40
2021-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...
Linus Torvalds
36
-36
/
+146
2021-12-09
Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"
Douglas Anderson
1
-15
/
+0
2021-12-09
aio: Fix incorrect usage of eventfd_signal_allowed()
Xie Yongji
1
-1
/
+1
2021-12-09
aio: fix use-after-free due to missing POLLFREE handling
Eric Biggers
2
-32
/
+107
2021-12-09
aio: keep poll requests on waitqueue until completed
Eric Biggers
1
-20
/
+63
2021-12-09
signalfd: use wake_up_pollfree()
Eric Biggers
1
-11
/
+1
2021-12-09
binder: use wake_up_pollfree()
Eric Biggers
1
-12
/
+9
2021-12-09
wait: add wake_up_pollfree()
Eric Biggers
2
-0
/
+33
2021-12-09
Merge tag 'netfs-fixes-20211207' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-13
/
+8
2021-12-09
tracing: Fix possible memory leak in __create_synth_event() error path
Miaoqian Lin
1
-5
/
+6
2021-12-09
ftrace/samples: Add module to test multi direct modify interface
Jiri Olsa
2
-0
/
+153
2021-12-09
bus: mhi: core: Add support for forced PM resume
Loic Poulain
3
-4
/
+36
2021-12-09
KVM: x86: selftests: svm_int_ctl_test: fix intercept calculation
Maciej S. Szmigiero
1
-1
/
+1
2021-12-09
tools/lib/lockdep: drop leftover liblockdep headers
Sasha Levin
7
-176
/
+0
2021-12-09
net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
Russell King (Oracle)
1
-30
/
+34
2021-12-09
Merge branch 'net-wwan-iosm-bug-fixes'
Jakub Kicinski
3
-18
/
+19
2021-12-09
net: wwan: iosm: fixes unable to send AT command during mbim tx
M Chetan Kumar
3
-10
/
+0
[prev]
[next]