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
2018-05-17
tls: don't use stack memory in a scatterlist
Matt Mullins
2
-5
/
+7
2018-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
18
-87
/
+157
2018-05-17
Merge tag 'kvm-s390-master-4.17-1' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-1
/
+1
2018-05-17
Merge tag 'sound-4.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
5
-3
/
+20
2018-05-17
kvm: rename KVM_HINTS_DEDICATED to KVM_HINTS_REALTIME
Michael S. Tsirkin
3
-8
/
+8
2018-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
23
-167
/
+422
2018-05-17
Merge tag 'selinux-pr-20180516' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-22
/
+28
2018-05-17
proc: do not access cmdline nor environ from file-backed areas
Willy Tarreau
3
-4
/
+8
2018-05-17
bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
Coly Li
1
-1
/
+3
2018-05-17
KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
Tom Lendacky
6
-18
/
+50
2018-05-17
x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
Thomas Gleixner
2
-0
/
+36
2018-05-17
x86/bugs: Rework spec_ctrl base and mask logic
Thomas Gleixner
1
-7
/
+19
2018-05-17
x86/bugs: Remove x86_spec_ctrl_set()
Thomas Gleixner
2
-13
/
+2
2018-05-17
x86/bugs: Expose x86_spec_ctrl_base directly
Thomas Gleixner
3
-24
/
+6
2018-05-17
x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
Borislav Petkov
2
-49
/
+44
2018-05-17
x86/speculation: Rework speculative_store_bypass_update()
Thomas Gleixner
3
-4
/
+9
2018-05-17
x86/speculation: Add virtualized speculative store bypass disable support
Tom Lendacky
4
-2
/
+18
2018-05-17
x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
Thomas Gleixner
4
-9
/
+35
2018-05-17
x86/speculation: Handle HT correctly on AMD
Thomas Gleixner
3
-6
/
+130
2018-05-17
x86/cpufeatures: Add FEATURE_ZEN
Thomas Gleixner
2
-0
/
+2
2018-05-17
x86/cpufeatures: Disentangle SSBD enumeration
Thomas Gleixner
6
-16
/
+14
2018-05-17
x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
Thomas Gleixner
4
-9
/
+20
2018-05-17
x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
Borislav Petkov
5
-23
/
+26
2018-05-17
KVM: SVM: Move spec control call after restore of GS
Thomas Gleixner
1
-12
/
+12
2018-05-18
powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
Nicholas Piggin
1
-2
/
+12
2018-05-17
MAINTAINERS: add entry for STM32 I2C driver
Pierre-Yves MORDRET
1
-0
/
+6
2018-05-17
Makefile: disable PIE before testing asm goto
Michal Kubecek
1
-2
/
+3
2018-05-17
kbuild: gcov: enable -fno-tree-loop-im if supported
Nick Desaulniers
1
-1
/
+3
2018-05-17
btrfs: fix crash when trying to resume balance without the resume flag
Anand Jain
1
-0
/
+9
2018-05-17
btrfs: Fix delalloc inodes invalidation during transaction abort
Nikolay Borisov
1
-11
/
+15
2018-05-17
btrfs: Split btrfs_del_delalloc_inode into 2 functions
Nikolay Borisov
2
-3
/
+12
2018-05-17
btrfs: fix reading stale metadata blocks after degraded raid1 mounts
Liu Bo
1
-3
/
+3
2018-05-17
btrfs: property: Set incompat flag if lzo/zstd compression is set
Misono Tomohiro
1
-4
/
+8
2018-05-17
Btrfs: fix duplicate extents after fsync of file with prealloc extents
Filipe Manana
1
-25
/
+112
2018-05-17
netfilter: ebtables: handle string from userspace with care
Paolo Abeni
1
-1
/
+2
2018-05-17
netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()
Taehee Yoo
1
-8
/
+12
2018-05-17
dmaengine: qcom: bam_dma: check if the runtime pm enabled
Srinivas Kandagatla
1
-5
/
+13
2018-05-17
KVM: s390: vsie: fix < 8k check for the itdba
David Hildenbrand
1
-1
/
+1
2018-05-17
KVM: PPC: Book 3S HV: Do ptesync in radix guest exit path
Paul Mackerras
1
-0
/
+8
2018-05-17
KVM: PPC: Book3S HV: XIVE: Resend re-routed interrupts on CPU priority change
Benjamin Herrenschmidt
1
-7
/
+101
2018-05-17
KVM: PPC: Book3S HV: Make radix clear pte when unmapping
Nicholas Piggin
1
-1
/
+1
2018-05-17
KVM: PPC: Book3S HV: Make radix use correct tlbie sequence in kvmppc_radix_tl...
Nicholas Piggin
1
-2
/
+2
2018-05-17
KVM: PPC: Book3S HV: Snapshot timebase offset on guest entry
Paul Mackerras
4
-45
/
+47
2018-05-17
Merge branch 'vmwgfx-fixes-4.17' of git://people.freedesktop.org/~thomash/lin...
Dave Airlie
1
-0
/
+2
2018-05-17
Merge tag 'drm-misc-fixes-2018-05-16' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
3
-4
/
+6
2018-05-16
Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-22
/
+2
2018-05-16
afs: Fix mounting of backup volumes
Marc Dionne
1
-9
/
+10
2018-05-16
afs: Fix directory permissions check
David Howells
1
-7
/
+3
2018-05-16
tuntap: fix use after free during release
Jason Wang
1
-1
/
+1
2018-05-16
Merge branch 'qed-LL2-fixes'
David S. Miller
1
-11
/
+50
[prev]
[next]