Age | Commit message (Expand) | Author | Files | Lines |
2021-11-11 | mm/migrate.c: remove MIGRATE_PFN_LOCKED | Alistair Popple | 1 | -2/+2 |
2021-11-05 | Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -5/+54 |
2021-11-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -2/+2 |
2021-11-02 | Merge tag 'kspp-misc-fixes-5.16-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+1 |
2021-10-28 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 3 | -3/+52 |
2021-10-28 | KVM: PPC: Tick accounting should defer vtime accounting 'til after IRQ handling | Laurent Vivier | 2 | -3/+43 |
2021-10-21 | KVM: PPC: Replace zero-length array with flexible array member | Len Baker | 1 | -2/+1 |
2021-10-15 | KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guest | Michael Ellerman | 1 | -2/+7 |
2021-10-15 | KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest() | Michael Ellerman | 1 | -9/+10 |
2021-10-13 | KVM: PPC: Book3S HV: H_ENTER filter out reserved HPTE[B] value | Nicholas Piggin | 1 | -0/+9 |
2021-10-08 | powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal | Nick Desaulniers | 1 | -2/+2 |
2021-09-30 | kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDS | Juergen Gross | 2 | -2/+2 |
2021-09-13 | KVM: PPC: Book3S HV: Tolerate treclaim. in fake-suspend mode changing registers | Nicholas Piggin | 1 | -2/+34 |
2021-09-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -15/+17 |
2021-09-06 | Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 5 | -8/+68 |
2021-08-30 | KVM: PPC: Fix clearing never mapped TCEs in realmode | Alexey Kardashevskiy | 1 | -3/+6 |
2021-08-26 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 5 | -136/+168 |
2021-08-25 | powerpc/64s: Remove WORT SPR from POWER9/10 | Nicholas Piggin | 1 | -3/+0 |
2021-08-25 | KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar... | Nicholas Piggin | 1 | -0/+20 |
2021-08-25 | KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argument | Fabiano Rosas | 1 | -3/+3 |
2021-08-25 | KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1 | Fabiano Rosas | 1 | -2/+29 |
2021-08-25 | KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessible | Nicholas Piggin | 2 | -2/+5 |
2021-08-25 | KVM: PPC: Book3S HV Nested: Sanitise vcpu registers | Fabiano Rosas | 1 | -48/+46 |
2021-08-25 | KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulation | Nicholas Piggin | 2 | -33/+46 |
2021-08-25 | KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIP | Nicholas Piggin | 1 | -2/+15 |
2021-08-25 | KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 path | Nicholas Piggin | 1 | -42/+0 |
2021-08-25 | KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_ME | Nicholas Piggin | 1 | -0/+1 |
2021-08-24 | KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radix | Fabiano Rosas | 1 | -3/+0 |
2021-08-24 | KVM: PPC: Book3S HV: Add sanity check to copy_tofrom_guest | Fabiano Rosas | 1 | -0/+3 |
2021-08-24 | KVM: PPC: Book3S HV: Fix copy_tofrom_guest routines | Fabiano Rosas | 1 | -2/+4 |
2021-08-20 | KVM: stats: Add halt polling related histogram stats | Jing Zhang | 1 | -2/+14 |
2021-08-20 | KVM: stats: Add halt_wait_ns stats for all architectures | Jing Zhang | 3 | -3/+1 |
2021-08-20 | KVM: stats: Support linear and logarithmic histogram statistics | Jing Zhang | 2 | -8/+0 |
2021-08-20 | KVM: PPC: Book3S PR: Remove unused variable | Cédric Le Goater | 1 | -2/+1 |
2021-08-20 | KVM: PPC: Book3S PR: Declare kvmppc_handle_exit_pr() | Cédric Le Goater | 1 | -1/+2 |
2021-08-20 | powerpc/kvm: Remove obsolete and unneeded select | Lukas Bulwahn | 1 | -1/+0 |
2021-08-13 | powerpc: rename powerpc_debugfs_root to arch_debugfs_dir | Aneesh Kumar K.V | 3 | -7/+5 |
2021-08-10 | KVM: PPC: Book3S HV: XIVE: Add support for automatic save-restore | Cédric Le Goater | 3 | -2/+43 |
2021-08-10 | KVM: PPC: Book3S HV: XIVE: Add a 'flags' field | Cédric Le Goater | 3 | -15/+25 |
2021-08-10 | KVM: PPC: Book3S HV: XICS: Fix mapping of passthrough interrupts | Cédric Le Goater | 1 | -2/+10 |
2021-08-10 | powerpc/powernv/pci: Rework pnv_opal_pci_msi_eoi() | Cédric Le Goater | 1 | -4/+4 |
2021-08-10 | KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts | Cédric Le Goater | 1 | -1/+2 |
2021-08-10 | KVM: PPC: Book3S HV: XIVE: Change interface of passthrough interrupt routines | Cédric Le Goater | 2 | -11/+10 |
2021-08-10 | KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interrupts | Cédric Le Goater | 1 | -1/+1 |
2021-08-10 | KVM: PPC: Use arch_get_random_seed_long instead of powernv variant | Alexey Kardashevskiy | 1 | -1/+1 |
2021-08-10 | powerpc: Replace deprecated CPU-hotplug functions. | Sebastian Andrzej Siewior | 1 | -5/+5 |
2021-08-06 | KVM: Move last_used_slot logic out of search_memslots | David Matlack | 2 | -2/+2 |
2021-07-23 | KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM state | Nicholas Piggin | 1 | -0/+20 |
2021-07-23 | KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow | Nicholas Piggin | 1 | -3/+22 |
2021-07-17 | KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak | Nicholas Piggin | 1 | -2/+2 |