Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
432953b4455d8a48af0500a77826c71871671161
432953b
KVM: PPC: Book3S HV: Cosmetic post-merge cleanups
by Paul Mackerras
· 7 years ago
072df81
Merge branch 'kvm-ppc-fixes' into kvm-ppc-next
by Paul Mackerras
· 7 years ago
38c53af
KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
by Paul Mackerras
· 7 years ago
c010150
KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts
by Paul Mackerras
· 7 years ago
516f789
KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
by Paul Mackerras
· 7 years ago
18c3640
KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
by Paul Mackerras
· 7 years ago
e641a31
KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
by Paul Mackerras
· 7 years ago
1b151ce
KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
by Paul Mackerras
· 7 years ago
8dc6cca
KVM: PPC: Book3S HV: Don't rely on host's page size information
by Paul Mackerras
· 7 years ago
3e8f150a
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 7 years ago
93897a1
KVM: PPC: Book3S: Fix gas warning due to using r0 as immediate 0
by Nicholas Piggin
· 7 years ago
f4093ee
KVM: PPC: Book3S PR: Only install valid SLBs during KVM_SET_SREGS
by Greg Kurz
· 7 years ago
00bb6ae
KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled
by Paul Mackerras
· 7 years ago
2a3d655
KVM: PPC: Tie KVM_CAP_PPC_HTM to the user-visible TM feature
by Michael Ellerman
· 7 years ago
31a4d44
Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread management"
by Paul Mackerras
· 7 years ago
ad98dd1
KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload code
by Benjamin Herrenschmidt
· 7 years ago
891f1eb
KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guests
by Paul Mackerras
· 7 years ago
3f2bb76
KVM: PPC: Book3S PR: Enable in-kernel TCE handlers for PR KVM
by Alexey Kardashevskiy
· 7 years ago
9c7e53d
KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation in kvmppc_allocate_hpt()
by Markus Elfring
· 7 years ago
4bdcb70
KVM: PPC: BookE: Use vma_pages function
by Thomas Meyer
· 7 years ago
4bb817ed
KVM: PPC: Book3S HV: Use ARRAY_SIZE macro
by Thomas Meyer
· 7 years ago
857b99e
KVM: PPC: Book3S HV: Handle unexpected interrupts better
by Paul Mackerras
· 7 years ago
8f6a9f0
KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU
by Alexey Kardashevskiy
· 7 years ago
2cde371
KVM: PPC: Book3S HV: POWER9 more doorbell fixes
by Nicholas Piggin
· 7 years ago
ac64115
KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTM
by Greg Kurz
· 7 years ago
9b8ebbd
KVM: x86: extend usage of RET_MMIO_PF_* constants
by Paolo Bonzini
· 7 years ago
05cade7
KVM: nSVM: fix SMI injection in guest mode
by Ladi Prosek
· 7 years ago
c263406
KVM: nSVM: refactor nested_svm_vmrun
by Ladi Prosek
· 7 years ago
72e9cbd
KVM: nVMX: fix SMI injection in guest mode
by Ladi Prosek
· 7 years ago
21f2d55
KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
by Ladi Prosek
· 7 years ago
72d7b37
KVM: x86: introduce ISA specific smi_allowed callback
by Ladi Prosek
· 7 years ago
0234bf8
KVM: x86: introduce ISA specific SMM entry/exit callbacks
by Ladi Prosek
· 7 years ago
d000653
KVM: SVM: limit kvm_handle_page_fault to #PF handling
by Paolo Bonzini
· 7 years ago
1cf5358
KVM: SVM: unconditionally wake up VCPU on IOMMU interrupt
by Paolo Bonzini
· 7 years ago
c1bd743
arch/x86: remove redundant null checks before kmem_cache_destroy
by Tim Hansen
· 7 years ago
8ad8182
KVM: VMX: Don't expose unrestricted_guest is enabled if ept is disabled
by Wanpeng Li
· 7 years ago
a554d20
KVM: X86: Processor States following Reset or INIT
by Wanpeng Li
· 7 years ago
4427593
KVM: x86: thoroughly disarm LAPIC timer around TSC deadline switch
by Radim Krčmář
· 7 years ago
5d74a69
KVM: x86: really disarm lapic timer when clearing TMICT
by Radim Krčmář
· 7 years ago
86bbc1e
KVM: x86: handle 0 write to TSC_DEADLINE MSR
by Radim Krčmář
· 7 years ago
46bea48
kvm, mm: account kvm related kmem slabs to kmemcg
by Shakeel Butt
· 7 years ago
736fdf7
KVM: VMX: rename RDSEED and RDRAND vmx ctrls to reflect exiting
by David Hildenbrand
· 7 years ago
1af1ac9
KVM: x86: allow setting identity map addr with no vcpus only
by David Hildenbrand
· 7 years ago
726b99c
KVM: x86: document special identity map address value
by David Hildenbrand
· 7 years ago
d8a6e36
KVM: VMX: cleanup init_rmode_identity_map()
by David Hildenbrand
· 7 years ago
1c13bff
KVM: nVMX: no need to set ept/vpid caps to 0
by David Hildenbrand
· 7 years ago
0ee096d
KVM: nVMX: no need to set vcpu->cpu when switching vmcs
by David Hildenbrand
· 7 years ago
9522ea9
KVM: VMX: drop unnecessary function declarations
by David Hildenbrand
· 7 years ago
f5f5158
KVM: VMX: require INVEPT GLOBAL for EPT
by David Hildenbrand
· 7 years ago
fdf288b
KVM: VMX: call ept_sync_global() with enable_ept only
by David Hildenbrand
· 7 years ago
0e1252d
KVM: VMX: drop enable_ept check from ept_sync_context()
by David Hildenbrand
· 7 years ago
f2d1da6
KVM: x86: no need to inititalize vcpu members to 0
by David Hildenbrand
· 7 years ago
12d7991
KVM: VMX: vmx_vcpu_setup() cannot fail
by David Hildenbrand
· 7 years ago
26de798
KVM: x86: drop BUG_ON(vcpu->kvm)
by David Hildenbrand
· 7 years ago
87ca74a
KVM: x86: mmu: free_page can handle NULL
by David Hildenbrand
· 7 years ago
bb606a9
KVM: x86: mmu: returning void in a void function is strange
by David Hildenbrand
· 7 years ago
c301b90
KVM: LAPIC: Apply change to TDCR right away to the timer
by Wanpeng Li
· 7 years ago
dedf9c5
KVM: LAPIC: Keep timer running when switching between one-shot and periodic mode
by Wanpeng Li
· 7 years ago
ccbfa1d
KVM: LAPIC: Introduce limit_periodic_timer_frequency
by Wanpeng Li
· 7 years ago
c69518c
KVM: LAPIC: Fix lapic timer mode transition
by Wanpeng Li
· 7 years ago
9cc5fbb
tools/kvm_stat: Add Python 3 support to kvm_stat
by Jeremy Cline
· 7 years ago
0f10768
KVM: VMX: Don't expose PLE enable if there is no hardware support
by Wanpeng Li
· 7 years ago
8a60aea
MAINTAINERS: Add Paul Mackerras as maintainer for KVM/powerpc
by Thomas Huth
· 7 years ago
8eb3f87
KVM: nVMX: fix guest CR4 loading when emulating L2 to L1 exit
by Haozhong Zhang
· 7 years ago
829ee27
KVM: MMU: always terminate page walks at level 1
by Ladi Prosek
· 7 years ago
fd19d3b4
KVM: nVMX: update last_nonleaf_level when initializing nested EPT
by Ladi Prosek
· 7 years ago
8a5776a
Linux 4.14-rc4
by Linus Torvalds
· 7 years ago
85b1bb2
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
67936a4
Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
031b814
Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 7 years ago
1c86f2e
Merge tag 'hwmon-for-linus-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 7 years ago
dbeb1a8
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 7 years ago
ed0f72f
Merge tag 'arc-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
by Linus Torvalds
· 7 years ago
eab26ad
Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 7 years ago
17d084c
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
80cf1f8
Merge tag 'pci-v4.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 7 years ago
2754906
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
8d47332
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 7 years ago
d109d83
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 7 years ago
bf2db0b
Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 7 years ago
b77779b
Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 7 years ago
ab8eb7d
ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset
by Eugeniy Paltsev
· 7 years ago
8d4ef4e
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 7 years ago
1249b57
Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
9c0c1ad
Merge tag 'drm-fixes-for-v4.14-rc4' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
27efed3
Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
ae2e972
arm64: Ensure fpsimd support is ready before userspace is active
by Suzuki K Poulose
· 7 years ago
c0d8832
arm64: Ensure the instruction emulation is ready for userspace
by Suzuki K Poulose
· 7 years ago
53ecde0
powerpc/powernv: Increase memory block size to 1GB on radix
by Anton Blanchard
· 7 years ago
baf7c1f
Merge tag 'drm-misc-fixes-2017-10-05' of git://anongit.freedesktop.org/git/drm-misc into drm-fixes
by Dave Airlie
· 7 years ago
00bb09c
Merge tag 'drm-intel-fixes-2017-10-04' of git://anongit.freedesktop.org/git/drm-intel into drm-fixes
by Dave Airlie
· 7 years ago
7a92616
Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 7 years ago
ca935f8
Merge branch 'pm-sleep'
by Rafael J. Wysocki
· 7 years ago
076264a
Merge tag 'for-4.14/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
by Linus Torvalds
· 7 years ago
41dcf19
dm raid: fix incorrect status output at the end of a "recover" process
by Jonathan Brassow
· 7 years ago
e42eef4
KVM: add X86_LOCAL_APIC dependency
by Arnd Bergmann
· 7 years ago
0f38071
Merge tag 'sound-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 7 years ago
77ede3a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 7 years ago
d7b544d
Merge branch 'nvme-4.14' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 7 years ago
9a431ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
Next »