index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
crypto
/
chacha20-avx2-x86_64.S
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-09
KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_CCP_DD=m
Paolo Bonzini
1
-1
/
+5
2018-10-09
ARM: KVM: Correctly order SGI register entries in the cp15 array
Marc Zyngier
1
-4
/
+4
2018-10-04
kvm: nVMX: fix entry with pending interrupt if APICv is enabled
Paolo Bonzini
1
-12
/
+26
2018-10-04
KVM: VMX: hide flexpriority from guest when disabled at the module level
Paolo Bonzini
1
-1
/
+5
2018-10-04
KVM: VMX: check for existence of secondary exec controls before accessing
Sean Christopherson
1
-3
/
+4
2018-10-04
KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page fault
Paul Mackerras
1
-0
/
+10
2018-10-01
KVM: x86: fix L1TF's MMIO GFN calculation
Sean Christopherson
1
-4
/
+20
2018-10-01
tools/kvm_stat: cut down decimal places in update interval dialog
Stefan Raspl
1
-1
/
+1
2018-10-01
KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS
Liran Alon
1
-2
/
+11
2018-10-01
KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly
Liran Alon
2
-2
/
+2
2018-10-01
KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled
Liran Alon
1
-6
/
+20
2018-09-24
KVM: x86: never trap MSR_KERNEL_GS_BASE
Paolo Bonzini
1
-37
/
+10
2018-09-20
ocfs2: fix ocfs2 read block panic
Junxiao Bi
1
-0
/
+1
2018-09-20
mm: slowly shrink slabs with a relatively small number of objects
Roman Gushchin
1
-0
/
+11
2018-09-20
kernel/sys.c: remove duplicated include
YueHaibing
1
-3
/
+0
2018-09-20
mm: shmem.c: Correctly annotate new inodes for lockdep
Joel Fernandes (Google)
1
-0
/
+2
2018-09-20
fs/proc/kcore.c: fix invalid memory access in multi-page read optimization
Dominique Martinet
1
-0
/
+1
2018-09-20
mm: disable deferred struct page for 32-bit arches
Pasha Tatashin
1
-0
/
+1
2018-09-20
fork: report pid exhaustion correctly
KJ Tsanaktsidis
1
-1
/
+1
2018-09-20
Revert "ubifs: xattr: Don't operate on deleted inodes"
Richard Weinberger
1
-24
/
+0
2018-09-20
ubifs: drop false positive assertion
Sascha Hauer
1
-1
/
+3
2018-09-20
ubifs: Check for name being NULL while mounting
Richard Weinberger
1
-0
/
+3
2018-09-20
KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLs
Liran Alon
1
-8
/
+14
2018-09-20
drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs
Yong Zhao
3
-6
/
+29
2018-09-20
drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9
Yong Zhao
5
-5
/
+10
2018-09-20
drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
Amber Lin
1
-1
/
+1
2018-09-20
floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
Andy Whitcroft
1
-0
/
+3
2018-09-20
libata: mask swap internal and hardware tag
Jens Axboe
1
-2
/
+12
2018-09-20
Compiler Attributes: naked can be shared
Miguel Ojeda
2
-8
/
+8
2018-09-20
Compiler Attributes: naked was fixed in gcc 4.6
Miguel Ojeda
1
-7
/
+1
2018-09-20
drm/vmwgfx: Fix buffer object eviction
Thomas Hellstrom
1
-1
/
+1
2018-09-20
drm/vmwgfx: Don't impose STDU limits on framebuffer size
Deepak Rawat
2
-35
/
+14
2018-09-20
drm/vmwgfx: limit mode size for all display unit to texture_max
Deepak Rawat
1
-3
/
+7
2018-09-20
drm/vmwgfx: limit screen size to stdu_max during check_modeset
Deepak Rawat
1
-8
/
+22
2018-09-20
drm/vmwgfx: don't check for old_crtc_state enable status
Deepak Rawat
1
-1
/
+1
2018-09-20
drm/amdgpu: add new polaris pci id
Alex Deucher
2
-6
/
+9
2018-09-20
kvm: selftests: Add platform_info_test
Drew Schmitt
5
-1
/
+206
2018-09-20
KVM: x86: Control guest reads of MSR_PLATFORM_INFO
Drew Schmitt
4
-0
/
+22
2018-09-20
KVM: x86: Turbo bits in MSR_PLATFORM_INFO
Drew Schmitt
1
-1
/
+0
2018-09-20
nVMX x86: Check VPID value on vmentry of L2 guests
Krish Sadhukhan
1
-0
/
+3
2018-09-20
nVMX x86: check posted-interrupt descriptor addresss on vmentry of L2
Krish Sadhukhan
1
-1
/
+5
2018-09-20
KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICv
Liran Alon
3
-1
/
+32
2018-09-20
KVM: VMX: check nested state and CR4.VMXE against SMM
Paolo Bonzini
1
-2
/
+11
2018-09-20
kvm: x86: make kvm_{load|put}_guest_fpu() static
Sebastian Andrzej Siewior
2
-25
/
+23
2018-09-20
x86/hyper-v: rename ipi_arg_{ex,non_ex} structures
Vitaly Kuznetsov
2
-11
/
+13
2018-09-20
KVM: VMX: use preemption timer to force immediate VMExit
Sean Christopherson
4
-2
/
+31
2018-09-20
KVM: VMX: modify preemption timer bit only when arming timer
Sean Christopherson
1
-29
/
+32
2018-09-20
KVM: VMX: immediately mark preemption timer expired only for zero value
Sean Christopherson
1
-6
/
+8
2018-09-20
KVM: SVM: Switch to bitmap_zalloc()
Andy Shevchenko
1
-3
/
+2
2018-09-20
KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
Tianyu Lan
1
-1
/
+1
[next]