index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-12-21
KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()
Lan Tianyu
2018-12-21
KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
Lan Tianyu
2018-12-21
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
2018-12-21
KVM: Replace old tlb flush function with new one to flush a specified range.
Lan Tianyu
2018-12-21
KVM/MMU: Add tlb flush with range helper function
Lan Tianyu
2018-12-21
KVM/VMX: Add hv tlb range flush support
Lan Tianyu
2018-12-21
x86/hyper-v: Add HvFlushGuestAddressList hypercall support
Lan Tianyu
2018-12-21
KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
Lan Tianyu
2018-12-21
KVM: x86: Disable Intel PT when VMXON in L1 guest
Luwei Kang
2018-12-21
KVM: x86: Set intercept for Intel PT MSRs read/write
Chao Peng
2018-12-21
KVM: x86: Implement Intel PT MSRs read/write emulation
Chao Peng
2018-12-21
KVM: x86: Introduce a function to initialize the PT configuration
Luwei Kang
2018-12-21
KVM: x86: Add Intel PT context switch for each vcpu
Chao Peng
2018-12-21
KVM: x86: Add Intel Processor Trace cpuid emulation
Chao Peng
2018-12-21
KVM: x86: Add Intel PT virtualization work mode
Chao Peng
2018-12-21
perf/x86/intel/pt: add new capability for Intel PT
Luwei Kang
2018-12-21
perf/x86/intel/pt: Add new bit definitions for PT MSRs
Luwei Kang
2018-12-21
perf/x86/intel/pt: Introduce intel_pt_validate_cap()
Luwei Kang
2018-12-21
perf/x86/intel/pt: Export pt_cap_get()
Chao Peng
2018-12-21
perf/x86/intel/pt: Move Intel PT MSRs bit defines to global header
Chao Peng
2018-12-21
kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAs
Andrew Jones
2018-12-21
kvm: selftests: add pa-48/va-48 VM modes
Andrew Jones
2018-12-21
kvm: selftests: dirty_log_test: improve mode param management
Andrew Jones
2018-12-21
kvm: selftests: dirty_log_test: reset guest test phys offset
Andrew Jones
2018-12-21
kvm: selftests: dirty_log_test: always use -t
Andrew Jones
2018-12-21
kvm: selftests: dirty_log_test: don't identity map the test mem
Andrew Jones
2018-12-21
kvm: selftests: x86_64: dirty_log_test: fix -t
Andrew Jones
2018-12-21
KVM: fix some typos
Wei Yang
2018-12-21
x86/kvmclock: convert to SPDX identifiers
Peng Hao
2018-12-21
KVM: x86: Remove KF() macro placeholder
Sean Christopherson
2018-12-21
kvm: vmx: Allow guest read access to IA32_TSC
Jim Mattson
2018-12-21
kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLT
Jim Mattson
2018-12-21
KVM: nSVM: Fix nested guest support for PAUSE filtering.
Tambe, William
2018-12-21
kvm: Change offset in kvm_write_guest_offset_cached to unsigned
Jim Mattson
2018-12-21
kvm: Disallow wraparound in kvm_gfn_to_hva_cache_init
Jim Mattson
2018-12-21
KVM: VMX: Remove duplicated include from vmx.c
YueHaibing
2018-12-21
selftests: kvm: report failed stage when exit reason is unexpected
Vitaly Kuznetsov
2018-12-21
KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
Vitaly Kuznetsov
2018-12-21
KVM: x86: fix size of x86_fpu_cache objects
Paolo Bonzini
2018-12-21
Input: synaptics - enable SMBus for HP EliteBook 840 G4
Mantas Mikulėnas
2018-12-21
Merge branches 'pm-devfreq', 'pm-avs' and 'pm-tools'
Rafael J. Wysocki
2018-12-21
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-sleep'
Rafael J. Wysocki
2018-12-21
Merge branch 'pm-opp'
Rafael J. Wysocki
2018-12-21
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-cpufreq-sched'
Rafael J. Wysocki
2018-12-21
Merge branch 'acpi-pci'
Rafael J. Wysocki
2018-12-21
Merge branches 'acpi-tables', 'acpi-soc', 'acpi-apei' and 'acpi-misc'
Rafael J. Wysocki
2018-12-21
Merge branch 'acpica'
Rafael J. Wysocki
2018-12-21
Input: elantech - disable elan-i2c for P52 and P72
Benjamin Tissoires
2018-12-21
gpio: mvebu: only fail on missing clk if pwm is actually to be used
Uwe Kleine-König
2018-12-21
gpio: max7301: fix driver for use with CONFIG_VMAP_STACK
Christophe Leroy
[prev]
[next]