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
2020-08-10
x86/kvm/hyper-v: Synic default SCONTROL MSR needs to be enabled
Jon Doron
1
-0
/
+1
2020-08-10
cifs: Convert to use the fallthrough macro
Miaohe Lin
1
-2
/
+2
2020-08-10
btrfs: make sure SB_I_VERSION doesn't get unset by remount
Josef Bacik
1
-0
/
+6
2020-08-10
btrfs: fix memory leaks after failure to lookup checksums during inode logging
Filipe Manana
1
-6
/
+2
2020-08-10
btrfs: don't show full path of bind mounts in subvol=
Josef Bacik
1
-2
/
+8
2020-08-10
btrfs: fix messages after changing compression level by remount
David Sterba
1
-5
/
+9
2020-08-10
btrfs: only search for left_info if there is no right_info in try_merge_free_...
Josef Bacik
1
-2
/
+2
2020-08-10
btrfs: inode: fix NULL pointer dereference if inode doesn't need compression
Qu Wenruo
1
-5
/
+11
2020-08-10
vdpa/mlx5: fix up endian-ness for mtu
Michael S. Tsirkin
1
-1
/
+11
2020-08-10
vdpa: Fix pointer math bug in vdpasim_get_config()
Dan Carpenter
1
-1
/
+1
2020-08-10
recordmcount: Fix build failure on non arm64
Christophe Leroy
1
-0
/
+2
2020-08-10
ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control
Kai-Heng Feng
1
-0
/
+1
2020-08-10
i2c: eg20t: use generic power management
Vaibhav Gupta
1
-29
/
+7
2020-08-10
i2c: eg20t: Drop PCI wakeup calls from .suspend/.resume
Vaibhav Gupta
1
-3
/
+0
2020-08-10
powerpc/pkeys: Fix boot failures with Nemo board (A-EON AmigaOne X1000)
Aneesh Kumar K.V
2
-9
/
+8
2020-08-10
vdpa/mlx5: Fix pointer math in mlx5_vdpa_get_config()
Dan Carpenter
1
-1
/
+1
2020-08-10
vdpa/mlx5: fix memory allocation failure checks
Colin Ian King
1
-7
/
+6
2020-08-10
vdpa/mlx5: Fix uninitialised variable in core/mr.c
Alex Dewar
1
-1
/
+3
2020-08-10
vdpa_sim: init iommu lock
Michael S. Tsirkin
1
-0
/
+1
2020-08-10
ALSA: usb-audio: add quirk for Pioneer DDJ-RB
Hector Martin
1
-0
/
+56
2020-08-10
ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109
Hector Martin
4
-0
/
+11
2020-08-10
i2c: mediatek: Fix i2c_spec_values description
Matthias Brugger
1
-5
/
+4
2020-08-10
Merge branch 'for-5.9/wiimote' into for-linus
Jiri Kosina
3
-24
/
+50
2020-08-10
Merge branch 'for-5.9/lenovo' into for-linus
Jiri Kosina
2
-79
/
+282
2020-08-10
Merge branch 'for-5.9/intel-ish' into for-linus
Jiri Kosina
1
-5
/
+11
2020-08-10
Merge branch 'for-5.9/core-v2' into for-linus
Jiri Kosina
3
-38
/
+55
2020-08-10
MIPS: KVM: Convert a fallthrough comment to fallthrough
Jiaxun Yang
1
-1
/
+1
2020-08-10
ALSA: hda - fix the micmute led status for Lenovo ThinkCentre AIO
Hui Wang
1
-0
/
+1
2020-08-10
ALSA: usb-audio: fix overeager device match for MacroSilicon MS2109
Hector Martin
1
-1
/
+7
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
65
-221
/
+251
2020-08-09
Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6
Linus Torvalds
32
-466
/
+1807
2020-08-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
14
-257
/
+1
2020-08-09
Merge tag 'pinctrl-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
86
-1188
/
+7293
2020-08-09
Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
65
-966
/
+2788
2020-08-09
thunderbolt: merge fix for kunix_resource changes
Stephen Rothwell
1
-2
/
+2
2020-08-09
MIPS: VZ: Only include loongson_regs.h for CPU_LOONGSON64
Huacai Chen
1
-0
/
+2
2020-08-09
Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
16
-244
/
+647
2020-08-09
x86: Expose SERIALIZE for supported cpuid
Paolo Bonzini
1
-1
/
+2
2020-08-09
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
62
-2376
/
+2813
2020-08-09
KVM: x86: Don't attempt to load PDPTRs when 64-bit mode is enabled
Sean Christopherson
1
-12
/
+12
2020-08-10
kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base
Masahiro Yamada
2
-8
/
+7
2020-08-10
kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled
Masahiro Yamada
4
-18
/
+9
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
22
-55
/
+78
2020-08-10
kbuild: sort hostprogs before passing it to ifneq
Masahiro Yamada
2
-7
/
+8
2020-08-10
kbuild: move host .so build rules to scripts/gcc-plugins/Makefile
Masahiro Yamada
4
-43
/
+55
2020-08-10
kbuild: Replace HTTP links with HTTPS ones
Alexander A. Klimov
5
-11
/
+11
2020-08-10
kbuild: trace functions in subdirectories of lib/
Masahiro Yamada
17
-40
/
+0
2020-08-10
kbuild: introduce ccflags-remove-y and asflags-remove-y
Masahiro Yamada
24
-23
/
+64
2020-08-10
kbuild: do not export LDFLAGS_vmlinux
Masahiro Yamada
3
-3
/
+6
2020-08-10
kbuild: always create directories of targets
Masahiro Yamada
1
-3
/
+1
[prev]
[next]