Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fd8cb433734eeb870156a67f5d56b6564cd2ea94
fd8cb43
KVM: MMU: Expose the LA57 feature to VM.
by Yu Zhang
· 7 years ago
855feb6
KVM: MMU: Add 5 level EPT & Shadow page table support.
by Yu Zhang
· 7 years ago
2a7266a
KVM: MMU: Rename PT64_ROOT_LEVEL to PT64_ROOT_4LEVEL.
by Yu Zhang
· 7 years ago
d1cd3ce
KVM: MMU: check guest CR3 reserved bits based on its physical address width.
by Yu Zhang
· 7 years ago
e911eb3
KVM: x86: Add return value to kvm_cpuid().
by Yu Zhang
· 7 years ago
3db1348
kvm: vmx: Raise #UD on unsupported XSAVES/XRSTORS
by Paolo Bonzini
· 7 years ago
75f4fc8
kvm: vmx: Raise #UD on unsupported RDSEED
by Jim Mattson
· 7 years ago
45ec368
kvm: vmx: Raise #UD on unsupported RDRAND
by Jim Mattson
· 7 years ago
80154d7
KVM: VMX: cache secondary exec controls
by Paolo Bonzini
· 7 years ago
640bd6e
KVM: SVM: Enable Virtual GIF feature
by Janakarajan Natarajan
· 7 years ago
d837312
KVM: SVM: Add Virtual GIF feature definition
by Janakarajan Natarajan
· 7 years ago
42aa53b
KVM: VMX: always require WB memory type for EPT
by David Hildenbrand
· 7 years ago
bb97a01
KVM: VMX: cleanup EPTP definitions
by David Hildenbrand
· 7 years ago
3f0d4db
KVM: SVM: delete avic_vm_id_bitmap (2 megabyte static array)
by Denys Vlasenko
· 7 years ago
9034e6e
KVM: x86: fix use of L1 MMIO areas in nested guests
by Paolo Bonzini
· 7 years ago
618232e
KVM: x86: Avoid guest page table walk when gpa_available is set
by Brijesh Singh
· 7 years ago
e08d26f
KVM: x86: simplify ept_misconfig
by Paolo Bonzini
· 7 years ago
076b925
kvm: avoid uninitialized-variable warnings
by Arnd Bergmann
· 7 years ago
d380228
kvm: x86: Disallow illegal IA32_APIC_BASE MSR values
by Jim Mattson
· 7 years ago
26eeb53
KVM: MMU: Bail out immediately if there is no available mmu page
by Wanpeng Li
· 7 years ago
42bcbeb
KVM: MMU: Fix softlockup due to mmu_lock is held too long
by Wanpeng Li
· 7 years ago
a057e0e
KVM: nVMX: validate eptp pointer
by David Hildenbrand
· 7 years ago
a170504
KVM: MAINTAINERS improvements
by Andrew Jones
· 7 years ago
eebed24
kvm: nVMX: Add support for fast unprotection of nested guest page tables
by Paolo Bonzini
· 8 years ago
64531a3
KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guest
by Brijesh Singh
· 7 years ago
bbeac28
KVM: X86: Fix residual mmio emulation request to userspace
by Wanpeng Li
· 7 years ago
f01fbd2
KVM: arm: implements the kvm_arch_vcpu_in_kernel()
by Longpeng(Mike)
· 7 years ago
0546c63
KVM: s390: implements the kvm_arch_vcpu_in_kernel()
by Longpeng(Mike)
· 7 years ago
de63ad4
KVM: X86: implement the logic for spinlock optimization
by Longpeng(Mike)
· 7 years ago
199b576
KVM: add spinlock optimization framework
by Longpeng(Mike)
· 7 years ago
1b4d56b
KVM: x86: use general helpers for some cpuid manipulation
by Radim Krčmář
· 7 years ago
d6321d4
KVM: x86: generalize guest_cpuid_has_ helpers
by Radim Krčmář
· 7 years ago
c6bd180
KVM: x86: X86_FEATURE_NRIPS is not scattered anymore
by Radim Krčmář
· 7 years ago
41ab937
KVM: nVMX: Emulate EPTP switching for the L1 hypervisor
by Bandan Das
· 7 years ago
27c42a1
KVM: nVMX: Enable VMFUNC for the L1 hypervisor
by Bandan Das
· 7 years ago
2a499e4
KVM: vmx: Enable VMFUNCs
by Bandan Das
· 7 years ago
53a70da
KVM: nVMX: get rid of nested_release_page*
by David Hildenbrand
· 7 years ago
5e2f30b
KVM: nVMX: get rid of nested_get_page()
by David Hildenbrand
· 7 years ago
90a2db6
KVM: nVMX: INVPCID support
by Paolo Bonzini
· 7 years ago
72c139b
KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCY
by Ladi Prosek
· 7 years ago
aae4e7a
Linux 4.13-rc4
by Linus Torvalds
· 7 years ago
acdae9e
Merge tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 7 years ago
ed66da1
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 7 years ago
6ea1bc9
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 7 years ago
fbb7761
Fix compat_sys_sigpending breakage
by Dmitry V. Levin
· 7 years ago
4e56201
ext4: fix copy paste error in ext4_swap_extents()
by Maninder Singh
· 7 years ago
aec5175
ext4: fix overflow caused by missing cast in ext4_resize_fs()
by Jerry Lee
· 7 years ago
c03b45b
ext4, project: expand inode extra size if possible
by Miao Xie
· 7 years ago
b640b2c
ext4: cleanup ext4_expand_extra_isize_ea()
by Miao Xie
· 7 years ago
cf0a5e8
ext4: restructure ext4_expand_extra_isize
by Miao Xie
· 7 years ago
3b10fdc
ext4: fix forgetten xattr lock protection in ext4_expand_extra_isize
by Miao Xie
· 7 years ago
9699d4f
ext4: make xattr inode reads faster
by Tahsin Erdogan
· 7 years ago
ec00022
ext4: inplace xattr block update fails to deduplicate blocks
by Tahsin Erdogan
· 7 years ago
77a2e84
ext4: remove unused mode parameter
by Tahsin Erdogan
· 7 years ago
2df2c34
ext4: fix warning about stack corruption
by Arnd Bergmann
· 7 years ago
c741489
ext4: fix dir_nlink behaviour
by Andreas Dilger
· 7 years ago
381cebf
ext4: silence array overflow warning
by Dan Carpenter
· 7 years ago
fcf5ea1
ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize
by Jan Kara
· 7 years ago
946da69
platform/x86: intel-vbtn: match power button on press rather than release
by Mario Limonciello
· 7 years ago
0fdd951
Merge tag 'media/v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 7 years ago
e451057
ext4: release discard bio after sending discard commands
by Daeho Jeong
· 7 years ago
aab7761
Merge tag 'gpio-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 7 years ago
ef9ca02
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 7 years ago
6999507
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
0d5b994
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
d1faa3e
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
65f4740
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
b3c6858
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
0a23ea6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 7 years ago
c63716a
Merge tag 'ceph-for-4.13-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
a64c40e
Merge tag 'sound-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 7 years ago
83b89ea
Merge tag 'iommu-fixes-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 7 years ago
8145f37
Merge tag 'mmc-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 7 years ago
47d4758
Merge tag 'drm-fixes-for-v4.13-rc4' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
841fe95
Merge tag 'powerpc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
0ede1c4
sparc64: Fix exception handling in UltraSPARC-III memcpy.
by David S. Miller
· 7 years ago
82cd588
arm64: avoid overflow in VA_START and PAGE_OFFSET
by Nick Desaulniers
· 7 years ago
6d33274
arm64: Fix potential race with hardware DBM in ptep_set_access_flags()
by Catalin Marinas
· 7 years ago
41c454f
Merge tag 'davinci-fixes-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into fixes
by Arnd Bergmann
· 7 years ago
ae11985
Merge tag 'sunxi-fixes-for-4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes
by Arnd Bergmann
· 7 years ago
3d8db0a
Merge tag 'qcom-arm64-defconfig-fixes-for-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux into fixes
by Arnd Bergmann
· 7 years ago
985333b
ARM: dts: tango4: Request RGMII RX and TX clock delays
by Marc Gonzalez
· 7 years ago
2f4233e
bus: uniphier-system-bus: set up registers when resuming
by Masahiro Yamada
· 7 years ago
264e22a
Merge tag 'renesas-fixes3-for-v4.13' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
by Arnd Bergmann
· 7 years ago
48cb953
Merge tag 'mvebu-fixes-4.13-2' of git://git.infradead.org/linux-mvebu into fixes
by Arnd Bergmann
· 7 years ago
b99bba0
Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes
by Arnd Bergmann
· 7 years ago
e86c86b
Merge tag 'v4.13-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into fixes
by Arnd Bergmann
· 7 years ago
3db40c3
powerpc/64: Fix __check_irq_replay missing decrementer interrupt
by Nicholas Piggin
· 7 years ago
09539f9
powerpc/perf: POWER9 PMU stops after idle workaround
by Nicholas Piggin
· 8 years ago
5669b998
Merge branch 'drm-fixes-4.13' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 7 years ago
869c058
Merge tag 'vfio-v4.13-rc4' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 7 years ago
995d03a
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
8d3fe85
Merge tag 'acpi-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
73784fb
Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
3de559d
Merge branches 'acpi-soc', 'acpi-wdat' and 'acpi-cppc'
by Rafael J. Wysocki
· 7 years ago
78aa904
Merge branches 'pm-core' and 'pm-misc'
by Rafael J. Wysocki
· 7 years ago
8a05c31
Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'
by Rafael J. Wysocki
· 7 years ago
53a5abd
Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm
by Radim Krčmář
· 7 years ago
3af4e41
KVM: arm/arm64: vgic: Use READ_ONCE fo cmpxchg
by Christoffer Dall
· 7 years ago
6550c4d
KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"
by Wanpeng Li
· 7 years ago
Next »