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
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_regs
Christoffer Dall
2
-0
/
+6
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_regs
Christoffer Dall
2
-0
/
+6
2017-12-14
KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_run
Christoffer Dall
1
-1
/
+5
2017-12-06
KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests
Serhii Popovych
1
-15
/
+35
2017-12-06
KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt
Serhii Popovych
1
-17
/
+27
2017-12-04
ppc: for put_user() pull linux/uaccess.h, not asm/uaccess.h
Al Viro
1
-1
/
+1
2017-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-21
/
+26
2017-11-27
Merge tag 'kvm-ppc-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
2
-16
/
+24
2017-11-27
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
Jan H. Schönherr
1
-5
/
+2
2017-11-23
KVM: PPC: Book3S: Eliminate some unnecessary checks
Paul Mackerras
1
-8
/
+4
2017-11-23
KVM: PPC: Book3S HV: Fix conditions for starting vcpu
Paul Mackerras
1
-11
/
+2
2017-11-23
KVM: PPC: Book3S HV: Remove useless statement
Paul Mackerras
1
-1
/
+0
2017-11-23
KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
Paul Mackerras
1
-1
/
+1
2017-11-23
KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts
Paul Mackerras
2
-16
/
+24
2017-11-21
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
1
-4
/
+3
2017-11-16
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-271
/
+659
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-22
/
+9
2017-11-09
KVM: PPC: Book3S HV: Cosmetic post-merge cleanups
Paul Mackerras
1
-16
/
+25
2017-11-09
Merge branch 'kvm-ppc-fixes' into kvm-ppc-next
Paul Mackerras
5
-34
/
+63
2017-11-08
Merge tag 'kvm-ppc-fixes-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...
Radim Krčmář
2
-10
/
+29
2017-11-08
KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
Paul Mackerras
2
-10
/
+29
2017-11-06
KVM: PPC: Book3S HV: Handle host system reset in guest mode
Nicholas Piggin
1
-1
/
+6
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
9
-0
/
+9
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
9
-0
/
+9
2017-11-01
KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts
Paul Mackerras
3
-16
/
+197
2017-11-01
KVM: PPC: Book3S HV: Allow for running POWER9 host in single-threaded mode
Paul Mackerras
2
-33
/
+56
2017-11-01
KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
Paul Mackerras
4
-37
/
+76
2017-11-01
KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
Paul Mackerras
4
-109
/
+70
2017-11-01
KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
Paul Mackerras
2
-32
/
+43
2017-11-01
KVM: PPC: Book3S HV: Don't rely on host's page size information
Paul Mackerras
3
-32
/
+31
2017-11-01
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
3
-22
/
+3
2017-11-01
KVM: PPC: Book3S: Fix gas warning due to using r0 as immediate 0
Nicholas Piggin
1
-1
/
+1
2017-11-01
KVM: PPC: Book3S PR: Only install valid SLBs during KVM_SET_SREGS
Greg Kurz
1
-3
/
+13
2017-11-01
KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not enabled
Paul Mackerras
1
-0
/
+12
2017-10-20
KVM: PPC: Tie KVM_CAP_PPC_HTM to the user-visible TM feature
Michael Ellerman
1
-2
/
+2
2017-10-19
Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...
Paul Mackerras
2
-20
/
+1
2017-10-16
KVM: PPC: Book3S HV: Add more barriers in XIVE load/unload code
Benjamin Herrenschmidt
1
-3
/
+5
2017-10-16
KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guests
Paul Mackerras
1
-3
/
+10
2017-10-14
KVM: PPC: Book3S PR: Enable in-kernel TCE handlers for PR KVM
Alexey Kardashevskiy
1
-0
/
+2
2017-10-14
KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation i...
Markus Elfring
1
-1
/
+0
2017-10-14
KVM: PPC: BookE: Use vma_pages function
Thomas Meyer
1
-1
/
+1
2017-10-14
KVM: PPC: Book3S HV: Use ARRAY_SIZE macro
Thomas Meyer
1
-1
/
+2
2017-10-14
KVM: PPC: Book3S HV: Handle unexpected interrupts better
Paul Mackerras
2
-1
/
+137
2017-10-14
KVM: PPC: Book3S: Protect kvmppc_gpa_to_ua() with SRCU
Alexey Kardashevskiy
1
-9
/
+14
2017-10-14
KVM: PPC: Book3S HV: POWER9 more doorbell fixes
Nicholas Piggin
1
-0
/
+5
2017-10-14
KVM: PPC: Fix oops when checking KVM_CAP_PPC_HTM
Greg Kurz
1
-2
/
+1
2017-10-03
KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive()
Sam Bobroff
2
-4
/
+2
2017-09-22
KVM: PPC: Book3S HV: Check for updated HDSISR on P9 HDSI exception
Michael Neuling
1
-1
/
+13
2017-09-15
kvm,powerpc: Serialize wq active checks in ops->vcpu_kick
Davidlohr Bueso
1
-1
/
+1
2017-09-14
Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Radim Krčmář
5
-6
/
+22
[prev]
[next]