Age | Commit message (Expand) | Author |
2023-06-05 | x86/tsc: Provide sched_clock_noinstr() | Peter Zijlstra |
2023-01-31 | sched/clock/x86: Mark sched_clock() noinstr | Peter Zijlstra |
2022-04-13 | x86/kvm: Don't waste kvmclock memory if there is nopv parameter | Wanpeng Li |
2022-02-25 | x86/kvmclock: Fix Hyper-V Isolated VM's boot issue when vCPUs > 64 | Dexuan Cui |
2022-02-25 | x86/kvm: Don't waste memory if kvmclock is disabled | Wanpeng Li |
2022-01-07 | x86/kvm: Silence per-cpu pr_info noise about KVM clocks and steal time | David Woodhouse |
2021-10-04 | x86/sev: Replace occurrences of sev_active() with cc_platform_has() | Tom Lendacky |
2021-09-30 | x86/kvmclock: Move this_cpu_pvti into kvmclock.h | Zelin Deng |
2021-05-07 | x86/kvm: Disable all PV features on crash | Vitaly Kuznetsov |
2021-05-07 | x86/kvm: Disable kvmclock on all CPUs on shutdown | Vitaly Kuznetsov |
2021-04-26 | Merge tag 'x86_alternatives_for_v5.13' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2021-03-12 | KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged | Wanpeng Li |
2021-03-11 | x86/paravirt: Switch time pvops functions to use static_call() | Juergen Gross |
2020-11-16 | x86/kvm: remove unused macro HV_CLOCK_SIZE | Alex Shi |
2020-02-17 | x86/vdso: Use generic VDSO clock mode storage | Thomas Gleixner |
2020-02-17 | x86/vdso: Move VDSO clocksource state tracking to callback | Thomas Gleixner |
2019-02-20 | x86: kvmguest: use TSC clocksource if invariant TSC is exposed | Marcelo Tosatti |
2019-02-20 | x86/kvmclock: set offset for kvm unstable clock | Pavel Tatashin |
2018-12-21 | x86/kvmclock: convert to SPDX identifiers | Peng Hao |
2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-09-15 | x86/kvm: Use __bss_decrypted attribute in shared variables | Brijesh Singh |
2018-09-03 | x86/paravirt: Use a single ops structure | Juergen Gross |
2018-08-14 | Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2018-07-30 | x86/kvmclock: Mark kvm_get_preset_lpj() as __init | Dou Liyang |
2018-07-20 | x86/kvmclock: Switch kvmclock data to a PER_CPU variable | Thomas Gleixner |
2018-07-20 | x86/kvmclock: Move kvmclock vsyscall param and init to kvmclock | Thomas Gleixner |
2018-07-20 | x86/kvmclock: Mark variables __initdata and __ro_after_init | Thomas Gleixner |
2018-07-20 | x86/kvmclock: Cleanup the code | Thomas Gleixner |
2018-07-20 | x86/kvmclock: Decrapify kvm_register_clock() | Thomas Gleixner |
2018-07-20 | x86/kvmclock: Remove page size requirement from wall_clock | Thomas Gleixner |
2018-07-20 | x86/kvmclock: Remove memblock dependency | Pavel Tatashin |
2018-07-18 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-07-18 | kvmclock: fix TSC calibration for nested guests | Peng Hao |
2018-07-15 | x86/kvmclock: set pvti_cpu0_va after enabling kvmclock | Radim Krčmář |
2018-05-19 | x86: Convert x86_platform_ops to timespec64 | Arnd Bergmann |
2017-11-16 | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2017-11-08 | x86/pvclock: add setter for pvclock_pvti_cpu0_va | Joao Martins |
2017-11-07 | X86/KVM: Clear encryption attribute when SEV is active | Brijesh Singh |
2017-11-02 | kvm: Return -ENODEV from update_persistent_clock | Jason Gunthorpe |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-02-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2017-02-08 | kvmclock: export kvmclock clocksource and data pointers | Marcelo Tosatti |
2017-01-20 | sched/clock: Fix hotplug crash | Peter Zijlstra |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner |
2016-09-15 | Merge branch 'linus' into x86/asm, to pick up recent fixes | Ingo Molnar |
2016-09-08 | x86, clock: Fix kvm guest tsc initialization | Prarit Bhargava |
2016-08-10 | x86: Apply more __ro_after_init and const | Kees Cook |
2016-02-24 | x86: Fix misspellings in comments | Adam Buchbinder |
2015-12-11 | x86/vdso: Remove pvclock fixmap machinery | Andy Lutomirski |
2015-12-11 | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap | Andy Lutomirski |