index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
call-graph-from-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-28
KVM: PPC: Book3S HV: Comment style and print format fixups
Suraj Jitindar Singh
2
-2
/
+3
2016-11-28
KVM: PPC: Decrease the powerpc default halt poll max value
Suraj Jitindar Singh
1
-1
/
+1
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-28
KVM: Export kvm module parameter variables
Suraj Jitindar Singh
2
-3
/
+10
2016-11-24
kvm: svm: Add kvm_fast_pio_in support
Tom Lendacky
3
-2
/
+47
2016-11-24
kvm: svm: Add support for additional SVM NPF error codes
Tom Lendacky
3
-4
/
+29
2016-11-24
KVM: PPC: Correctly report KVM_CAP_PPC_ALLOC_HTAB
David Gibson
1
-1
/
+4
2016-11-24
KVM: PPC: Move KVM_PPC_PVINFO_FLAGS_EV_IDLE definition next to its structure
David Gibson
1
-2
/
+3
2016-11-24
KVM: PPC: Book3S HV: Fix compilation with unusual configurations
Paul Mackerras
1
-1
/
+2
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
2
-16
/
+44
2016-11-24
KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guest
Paul Mackerras
2
-2
/
+10
2016-11-24
KVM: PPC: Book3S HV: Use stop instruction rather than nap on POWER9
Paul Mackerras
1
-11
/
+22
2016-11-24
KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
Paul Mackerras
4
-21
/
+96
2016-11-24
KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
Paul Mackerras
2
-3
/
+18
2016-11-24
KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
Paul Mackerras
5
-9
/
+28
2016-11-24
KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
Paul Mackerras
6
-2
/
+59
2016-11-24
KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
Paul Mackerras
1
-20
/
+30
2016-11-24
KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9
Paul Mackerras
2
-9
/
+37
2016-11-24
KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9
Paul Mackerras
2
-40
/
+100
2016-11-23
powerpc/powernv: Define and set POWER9 HFSCR doorbell bit
Michael Neuling
2
-1
/
+3
2016-11-23
powerpc/reg: Add definition for LPCR_PECE_HVEE
Michael Ellerman
1
-0
/
+1
2016-11-23
powerpc/64: Define new ISA v3.00 logical PVR value and PCR register value
Suraj Jitindar Singh
1
-0
/
+7
2016-11-23
powerpc/powernv: Define real-mode versions of OPAL XICS accessors
Paul Mackerras
3
-0
/
+8
2016-11-23
powerpc/64: Provide functions for accessing POWER9 partition table
Paul Mackerras
4
-36
/
+49
2016-11-22
KVM: s390: handle floating point registers in the run ioctl not in vcpu_put/load
Christian Borntraeger
1
-24
/
+21
2016-11-22
KVM: s390: handle access registers in the run ioctl not in vcpu_put/load
Christian Borntraeger
2
-8
/
+6
2016-11-22
kvm: x86: don't print warning messages for unimplemented msrs
Bandan Das
3
-3
/
+10
2016-11-22
KVM: nVMX: invvpid handling improvements
Jan Dakinevich
1
-12
/
+24
2016-11-22
KVM: VMX: clean up declaration of VPID/EPT invalidation types
Jan Dakinevich
1
-1
/
+4
2016-11-22
kvm: x86: CPUID.01H:EDX.APIC[bit 9] should mirror IA32_APIC_BASE[11]
Jim Mattson
2
-4
/
+11
2016-11-22
powerpc/64: Add some more SPRs and SPR bits for POWER9
Paul Mackerras
1
-0
/
+5
2016-11-21
KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.h
Geliang Tang
1
-1
/
+0
2016-11-21
KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
Paul Mackerras
1
-0
/
+2
2016-11-21
KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
Paul Mackerras
6
-0
/
+14
2016-11-21
KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entries
Yongji Xie
4
-19
/
+144
2016-11-21
KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged out
Yongji Xie
2
-2
/
+7
2016-11-21
KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
1
-2
/
+1
2016-11-21
KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
Daniel Axtens
6
-0
/
+49
2016-11-21
KVM: PPC: Book3S HV: Fix sparse static warning
Daniel Axtens
1
-2
/
+2
2016-11-16
kvm: x86: Add AVX512_4VNNIW and AVX512_4FMAPS support
Luwei Kang
1
-1
/
+13
2016-11-16
KVM: x86: emulate FXSAVE and FXRSTOR
Radim Krčmář
1
-1
/
+128
2016-11-16
KVM: x86: add asm_safe wrapper
Radim Krčmář
1
-11
/
+23
2016-11-16
KVM: x86: save one bit in ctxt->d
Radim Krčmář
1
-10
/
+13
2016-11-16
KVM: x86: add Align16 instruction flag
Radim Krčmář
1
-8
/
+12
2016-11-16
kvm: x86: remove unused but set variable
Jiang Biao
1
-3
/
+0
2016-11-16
kvm: x86: hyperv: make function static to avoid compiling warning
Jiang Biao
1
-1
/
+1
2016-11-16
kvm: x86: cpuid: remove the unnecessary variable
Jiang Biao
1
-2
/
+2
2016-11-16
kvm: x86: make a function in x86.c static to avoid compiling warning
Jiang Biao
1
-1
/
+1
[next]