Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9d67121a4fce20e0f7f127d40cd824fbbf5297dc
9d67121
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 6 years ago
83a0551
KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
by Paul Mackerras
· 6 years ago
de760db
KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
by Paul Mackerras
· 6 years ago
10b5022
KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
by Suraj Jitindar Singh
· 6 years ago
73937de
KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
by Suraj Jitindar Singh
· 6 years ago
3032341
KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
by Paul Mackerras
· 6 years ago
f3c99f9
KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
by Paul Mackerras
· 6 years ago
9d0b048
KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
by Suraj Jitindar Singh
· 6 years ago
690ed4c
KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
by Paul Mackerras
· 6 years ago
e3b6b46
KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
by Suraj Jitindar Singh
· 6 years ago
8cf531e
KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
by Suraj Jitindar Singh
· 6 years ago
fd10be2
KVM: PPC: Book3S HV: Handle page fault for a nested guest
by Suraj Jitindar Singh
· 6 years ago
4bad777
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
by Paul Mackerras
· 6 years ago
f3c18e9
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
by Paul Mackerras
· 6 years ago
360cae3
KVM: PPC: Book3S HV: Nested guest entry via hypercall
by Paul Mackerras
· 6 years ago
8e3f5fc
KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
by Paul Mackerras
· 6 years ago
f0f825f
KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
by Paul Mackerras
· 6 years ago
04bae9d
KVM: PPC: Book3S HV: Refactor radix page fault handler
by Suraj Jitindar Singh
· 6 years ago
9811c78
KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
by Suraj Jitindar Singh
· 6 years ago
89329c0
KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
by Suraj Jitindar Singh
· 6 years ago
fd0944b
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
by Paul Mackerras
· 6 years ago
9a94d3e
KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
by Paul Mackerras
· 6 years ago
32eb150
KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
by Paul Mackerras
· 6 years ago
95a6432
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
by Paul Mackerras
· 6 years ago
53655dd
KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
by Paul Mackerras
· 6 years ago
7854f75
KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
by Paul Mackerras
· 6 years ago
df709a2
KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
by Paul Mackerras
· 6 years ago
41f4e63
KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
by Paul Mackerras
· 6 years ago
f7035ce
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
by Paul Mackerras
· 6 years ago
966eba9
KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
by Paul Mackerras
· 6 years ago
d24ea8a
KVM: PPC: Book3S: Simplify external interrupt handling
by Paul Mackerras
· 6 years ago
e7b17d5
powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
by Paul Mackerras
· 6 years ago
a3ac077
KVM: PPC: Remove redundand permission bits removal
by Alexey Kardashevskiy
· 7 years ago
2691f0f
KVM: PPC: Propagate errors to the guest when failed instead of ignoring
by Alexey Kardashevskiy
· 7 years ago
42de7b9
KVM: PPC: Validate TCEs against preregistered memory page sizes
by Alexey Kardashevskiy
· 7 years ago
aa22786
KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM
by Paul Mackerras
· 7 years ago
1006284
KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
by Cameron Kaiser
· 7 years ago
dd5bd0a
Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 6 years ago
7e71268
kvm: nVMX: fix entry with pending interrupt if APICv is enabled
by Paolo Bonzini
· 6 years ago
2cf7ea9
KVM: VMX: hide flexpriority from guest when disabled at the module level
by Paolo Bonzini
· 6 years ago
fd6b6d9
KVM: VMX: check for existence of secondary exec controls before accessing
by Sean Christopherson
· 6 years ago
f7960e2
KVM: PPC: Inform the userspace about TCE update failures
by Alexey Kardashevskiy
· 7 years ago
e199ad2
KVM: PPC: Validate all tces before updating tables
by Alexey Kardashevskiy
· 7 years ago
b66081e
Merge branch 'kvm-ppc-fixes' of paulus/powerpc into topic/ppc-kvm
by Michael Ellerman
· 6 years ago
daa07cb
KVM: x86: fix L1TF's MMIO GFN calculation
by Sean Christopherson
· 6 years ago
fe804cd
tools/kvm_stat: cut down decimal places in update interval dialog
by Stefan Raspl
· 6 years ago
62cf9bd81
KVM: nVMX: Fix emulation of VM_ENTRY_LOAD_BNDCFGS
by Liran Alon
· 7 years ago
503234b
KVM: x86: Do not use kvm_x86_ops->mpx_supported() directly
by Liran Alon
· 7 years ago
5f76f6f
KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled
by Liran Alon
· 7 years ago
55d09dd
Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kernelorgnext
by Christian Borntraeger
· 6 years ago
af4bf6c
s390/mm: optimize locking without huge pages in gmap_pmd_op_walk()
by David Hildenbrand
· 7 years ago
67d49d5
KVM: s390: set host program identifier
by Collin Walling
· 7 years ago
492a6be
s390: doc: detailed specifications for AP virtualization
by Tony Krowiak
· 6 years ago
112c24d
KVM: s390: CPU model support for AP virtualization
by Tony Krowiak
· 6 years ago
37940fb
KVM: s390: device attrs to enable/disable AP interpretation
by Tony Krowiak
· 6 years ago
9ee71f2
KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
by Pierre Morel
· 6 years ago
6b79de4
KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
by Pierre Morel
· 6 years ago
c9ba8c2
KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
by Pierre Morel
· 6 years ago
6ee7409
KVM: s390: vsie: allow CRYCB FORMAT-0
by Pierre Morel
· 6 years ago
19fd83a
KVM: s390: vsie: allow CRYCB FORMAT-1
by Pierre Morel
· 6 years ago
56019f9
KVM: s390: vsie: Allow CRYCB FORMAT-2
by Pierre Morel
· 6 years ago
3af84de
KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
by Pierre Morel
· 6 years ago
d6f6959
KVM: s390: vsie: Do the CRYCB validation first
by Pierre Morel
· 6 years ago
6cc571b
KVM: s390: Clear Crypto Control Block when using vSIE
by Pierre Morel
· 6 years ago
cd8a377
s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
by Tony Krowiak
· 6 years ago
46a7263
s390: vfio-ap: zeroize the AP queues
by Tony Krowiak
· 6 years ago
e06670c
s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
by Tony Krowiak
· 6 years ago
258287c
s390: vfio-ap: implement mediated device open callback
by Tony Krowiak
· 6 years ago
42104598
KVM: s390: interface to clear CRYCB masks
by Tony Krowiak
· 6 years ago
81b2b4b
s390: vfio-ap: sysfs interface to view matrix mdev matrix
by Tony Krowiak
· 6 years ago
3b1eab7
s390: vfio-ap: sysfs interfaces to configure control domains
by Tony Krowiak
· 6 years ago
3211da0
s390: vfio-ap: sysfs interfaces to configure domains
by Tony Krowiak
· 6 years ago
96d152b
s390: vfio-ap: sysfs interfaces to configure adapters
by Tony Krowiak
· 6 years ago
65f0671
s390: vfio-ap: register matrix device with VFIO mdev framework
by Tony Krowiak
· 6 years ago
1fde573
s390: vfio-ap: base implementation of VFIO AP device driver
by Tony Krowiak
· 6 years ago
e585b24
KVM: s390: refactor crypto initialization
by Tony Krowiak
· 6 years ago
3194cdb
KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
by David Hildenbrand
· 6 years ago
9ea5972
KVM: s390: vsie: simulate VCPU SIE entry/exit
by David Hildenbrand
· 6 years ago
4679b61
KVM: x86: never trap MSR_KERNEL_GS_BASE
by Paolo Bonzini
· 6 years ago
a27fb6d
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Greg Kroah-Hartman
· 6 years ago
0eba869
Merge tag 'upstream-4.19-rc4' of git://git.infradead.org/linux-ubifs
by Greg Kroah-Hartman
· 6 years ago
211b100
Merge tag 'for-linus-20180920' of git://git.kernel.dk/linux-block
by Greg Kroah-Hartman
· 6 years ago
a38fd7d
Merge tag 'drm-fixes-2018-09-21' of git://anongit.freedesktop.org/drm/drm
by Greg Kroah-Hartman
· 6 years ago
4fcb7f8
Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 6 years ago
618cc15
Merge branch 'vmwgfx-fixes-4.19' of git://people.freedesktop.org/~thomash/linux into drm-fixes
by Dave Airlie
· 6 years ago
234b69e
ocfs2: fix ocfs2 read block panic
by Junxiao Bi
· 6 years ago
172b06c3
mm: slowly shrink slabs with a relatively small number of objects
by Roman Gushchin
· 6 years ago
3bf181b
kernel/sys.c: remove duplicated include
by YueHaibing
· 6 years ago
b45d71f
mm: shmem.c: Correctly annotate new inodes for lockdep
by Joel Fernandes (Google)
· 6 years ago
a1b3d2f
fs/proc/kcore.c: fix invalid memory access in multi-page read optimization
by Dominique Martinet
· 6 years ago
889c695
mm: disable deferred struct page for 32-bit arches
by Pasha Tatashin
· 6 years ago
f83606f
fork: report pid exhaustion correctly
by KJ Tsanaktsidis
· 6 years ago
f061c1c
Revert "ubifs: xattr: Don't operate on deleted inodes"
by Richard Weinberger
· 6 years ago
d3bdc01
ubifs: drop false positive assertion
by Sascha Hauer
· 7 years ago
37f31b6
ubifs: Check for name being NULL while mounting
by Richard Weinberger
· 7 years ago
26b471c
KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLs
by Liran Alon
· 6 years ago
44d8cc6
drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs
by Yong Zhao
· 7 years ago
15426db
drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9
by Yong Zhao
· 7 years ago
caaa4c8a
drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
by Amber Lin
· 7 years ago
d611aaf
Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linus
by Jens Axboe
· 6 years ago
Next »