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
/
book3s_hv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-112
/
+399
2017-07-03
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-7
/
+7
2017-07-01
KVM: PPC: Book3S HV: Close race with testing for signals on guest entry
Paul Mackerras
1
-30
/
+110
2017-07-01
KVM: PPC: Book3S HV: Simplify dynamic micro-threading code
Paul Mackerras
1
-51
/
+37
2017-06-22
KVM: PPC: Book3S HV: Exit guest upon MCE when FWNMI capability is enabled
Aravinda Prasad
1
-9
/
+14
2017-06-20
KVM: PPC: Book3S HV: Don't sleep if XIVE interrupt pending on POWER9
Paul Mackerras
1
-1
/
+16
2017-06-19
KVM: PPC: Book3S HV: Virtualize doorbell facility on POWER9
Paul Mackerras
1
-8
/
+125
2017-06-19
KVM: PPC: Book3S HV: Allow userspace to set the desired SMT mode
Paul Mackerras
1
-11
/
+60
2017-06-19
KVM: PPC: Book3S HV: Context-switch HFSCR between host and guest on POWER9
Paul Mackerras
1
-0
/
+10
2017-06-19
KVM: PPC: Book3S HV: Don't let VCPU sleep if it has a doorbell pending
Paul Mackerras
1
-3
/
+22
2017-06-19
KVM: PPC: Book3S HV: Enable guests to use large decrementer mode on POWER9
Paul Mackerras
1
-0
/
+6
2017-06-16
KVM: PPC: Book3S HV: Ignore timebase offset on POWER9 DD1
Paul Mackerras
1
-0
/
+8
2017-06-15
KVM: PPC: Book3S HV: Preserve userspace HTM state properly
Paul Mackerras
1
-0
/
+21
2017-06-15
KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit
Paul Mackerras
1
-2
/
+9
2017-06-13
KVM: PPC: Book3S HV: Context-switch EBB registers properly
Paul Mackerras
1
-0
/
+15
2017-05-26
KVM/PPC/Book3S HV: Use cpuhp_setup_state_nocalls_cpuslocked()
Sebastian Andrzej Siewior
1
-7
/
+7
2017-04-28
Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-next
Paul Mackerras
1
-21
/
+48
2017-04-28
KVM: PPC: Book3S HV: Avoid preemptibility warning in module initialization
Denis Kirjanov
1
-1
/
+1
2017-04-27
KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller
Benjamin Herrenschmidt
1
-12
/
+39
2017-04-20
KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()
Markus Elfring
1
-5
/
+3
2017-04-10
powerpc/kvm: Massage order of #include
Benjamin Herrenschmidt
1
-9
/
+9
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-01-31
KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation
David Gibson
1
-0
/
+25
2017-01-31
KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
David Gibson
1
-4
/
+1
2017-01-31
KVM: PPC: Book3S HV: Split HPT allocation from activation
David Gibson
1
-3
/
+14
2017-01-31
KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure
David Gibson
1
-1
/
+1
2017-01-31
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
1
-24
/
+181
2017-01-31
KVM: PPC: Book3S HV: Enable radix guest support
Paul Mackerras
1
-25
/
+63
2017-01-31
KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
Paul Mackerras
1
-0
/
+45
2017-01-31
KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
Paul Mackerras
1
-6
/
+25
2017-01-31
KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
Paul Mackerras
1
-1
/
+16
2017-01-31
KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
Paul Mackerras
1
-4
/
+31
2017-01-31
KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
Paul Mackerras
1
-0
/
+13
2017-01-27
KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
Paul Mackerras
1
-8
/
+5
2017-01-27
KVM: PPC: Book3S HV: Don't try to signal cpu -1
Paul Mackerras
1
-1
/
+2
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-2
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-64
/
+190
2016-12-02
KVM/PPC/Book3S HV: Convert to hotplug state machine
Anna-Maria Gleixner
1
-37
/
+11
2016-11-28
KVM: PPC: Book3S HV: Comment style and print format fixups
Suraj Jitindar Singh
1
-1
/
+2
2016-11-28
KVM: PPC: Book3S HV: Add check for module parameter halt_poll_ns
Suraj Jitindar Singh
1
-3
/
+2
2016-11-28
KVM: PPC: Book3S HV: Use generic kvm module parameters
Suraj Jitindar Singh
1
-23
/
+6
2016-11-24
KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00
Suraj Jitindar Singh
1
-15
/
+28
2016-11-24
KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores
Paul Mackerras
1
-12
/
+37
2016-11-24
KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guest
Paul Mackerras
1
-2
/
+9
2016-11-24
KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
Paul Mackerras
1
-2
/
+26
2016-11-24
KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
Paul Mackerras
1
-1
/
+10
2016-11-24
KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
Paul Mackerras
1
-1
/
+16
2016-11-24
KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
Paul Mackerras
1
-0
/
+12
[next]