]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/shortlog
mirror_ubuntu-bionic-kernel.git
2018-08-08 Paolo BonziniKVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a featu...
2018-08-08 Wanpeng LiKVM: X86: Introduce kvm_get_msr_feature()
2018-08-08 Tom LendackyKVM: x86: Add a framework for supporting MSR-based...
2018-08-08 Paolo Bonzinix86/speculation: Use ARCH_CAPABILITIES to skip L1D...
2018-08-08 Paolo Bonzinix86/speculation: Simplify sysfs report of VMX L1TF...
2018-08-08 Thomas GleixnerDocumentation/l1tf: Remove Yonah processors from not...
2018-08-08 Nicolai Stangex86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_e...
2018-08-08 Nicolai Stangex86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
2018-08-08 Nicolai Stangex86: Don't include linux/irq.h from asm/hardirq.h
2018-08-08 Nicolai Stangex86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_fl...
2018-08-08 Nicolai Stangex86/irq: Demote irq_cpustat_t::__softirq_pending to u16
2018-08-08 Nicolai Stangex86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_fl...
2018-08-08 Nicolai Stangex86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l...
2018-08-08 Nicolai Stangex86/KVM/VMX: Don't set l1tf_flush_l1d to true from...
2018-08-08 Josh Poimboeufcpu/hotplug: detect SMT disabled by BIOS
2018-08-08 Tony LuckDocumentation/l1tf: Fix typos
2018-08-08 Nicolai Stangex86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
2018-08-08 Jiri Kosinax86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_A...
2018-08-08 Thomas GleixnerDocumentation: Add section about CPU vulnerabilities
2018-08-08 Jiri Kosinax86/bugs, kvm: Introduce boot-time control of L1TF...
2018-08-08 Thomas Gleixnercpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
2018-08-08 Jiri Kosinacpu/hotplug: Expose SMT control init function
2018-08-08 Thomas Gleixnerx86/kvm: Allow runtime control of L1D flush
2018-08-08 Thomas Gleixnerx86/kvm: Serialize L1D flush parameter setter
2018-08-08 Thomas Gleixnerx86/kvm: Add static key for flush always
2018-08-08 Thomas Gleixnerx86/kvm: Move l1tf setup function
2018-08-08 Thomas Gleixnerx86/l1tf: Handle EPT disabled state proper
2018-08-08 Thomas Gleixnerx86/kvm: Drop L1TF MSR list approach
2018-08-08 Thomas Gleixnerx86/litf: Introduce vmx status variable
2018-08-08 Thomas Gleixnercpu/hotplug: Online siblings when SMT control is turned on
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if...
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Extend add_atomic_switch_msr() to allow...
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host numbe...
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Add find_msr() helper function
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Split the VMX MSR LOAD structures to have...
2018-08-08 Paolo Bonzinix86/KVM/VMX: Add L1D flush logic
2018-08-08 Paolo Bonzinix86/KVM/VMX: Add L1D MSR based flush
2018-08-08 Paolo Bonzinix86/KVM/VMX: Add L1D flush algorithm
2018-08-08 Konrad Rzeszutek... x86/KVM/VMX: Add module argument for L1TF mitigation
2018-08-08 Konrad Rzeszutek... x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU...
2018-08-08 Thomas Gleixnercpu/hotplug: Boot HT siblings at least once
2018-08-08 Thomas GleixnerRevert "x86/apic: Ignore secondary threads if nosmt...
2018-08-08 Michal Hockox86/speculation/l1tf: Fix up pte->pfn conversion for PAE
2018-08-08 Vlastimil Babkax86/speculation/l1tf: Protect PAE swap entries against...
2018-08-08 Borislav Petkovx86/CPU/AMD: Move TOPOEXT reenablement before reading...
2018-08-08 Konrad Rzeszutek... x86/cpufeatures: Add detection of L1D cache flush support.
2018-08-08 Vlastimil Babkax86/speculation/l1tf: Extend 64bit swap file size limit
2018-08-08 Thomas Gleixnerx86/apic: Ignore secondary threads if nosmt=force
2018-08-08 Thomas Gleixnerx86/cpu/AMD: Evaluate smp_num_siblings early
2018-08-08 Borislav Petkovx86/CPU/AMD: Do not check CPUID max ext level before...
2018-08-08 Thomas Gleixnerx86/cpu/intel: Evaluate smp_num_siblings early
2018-08-08 Thomas Gleixnerx86/cpu/topology: Provide detect_extended_topology_early()
2018-08-08 Thomas Gleixnerx86/cpu/common: Provide detect_ht_early()
2018-08-08 Thomas Gleixnerx86/cpu/AMD: Remove the pointless detect_ht() call
2018-08-08 Thomas Gleixnerx86/cpu: Remove the pointless CPU printout
2018-08-08 Thomas Gleixnercpu/hotplug: Provide knobs to control SMT
2018-08-08 Thomas Gleixnercpu/hotplug: Split do_cpu_down()
2018-08-08 Thomas Gleixnercpu/hotplug: Make bringup/teardown of smp threads symmetric
2018-08-08 Thomas Gleixnerx86/topology: Provide topology_smt_supported()
2018-08-08 Thomas Gleixnerx86/smp: Provide topology_is_primary_thread()
2018-08-08 Peter Zijlstrasched/smt: Update sched_smt_present at runtime
2018-08-08 Konrad Rzeszutek... x86/bugs: Move the l1tf function and define pr_fmt...
2018-08-08 Andi Kleenx86/speculation/l1tf: Limit swap file size to MAX_PA/2
2018-08-08 Andi Kleenx86/speculation/l1tf: Disallow non privileged high...
2018-08-08 Andi Kleenx86/speculation/l1tf: Add sysfs reporting for l1tf
2018-08-08 Andi Kleenx86/speculation/l1tf: Make sure the first page is alway...
2018-08-08 Andi Kleenx86/speculation/l1tf: Protect PROT_NONE PTEs against...
2018-08-08 Linus Torvaldsx86/speculation/l1tf: Protect swap entries against...
2018-08-08 Linus Torvaldsx86/speculation/l1tf: Change order of offset/type in...
2018-08-08 Andi Kleenx86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAG...
2018-08-08 Alexander Potapenkox86/boot/64/clang: Use fixup_pointer() to access '__sup...
2018-08-08 Dave Hansenx86/pti: Filter at vma->vm_page_prot population
2018-08-08 Joerg Roedelx86/power/64: Fix page-table setup for temporary text...
2018-08-08 Joerg Roedelx86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
2018-08-08 Dave Hansenx86/mm: Do not forbid _PAGE_RW before init for __ro_aft...
2018-08-08 Dave Hansenx86/mm: Comment _PAGE_GLOBAL mystery
2018-08-08 Dave Hansenx86/mm: Remove extra filtering in pageattr code
2018-08-08 Dave Hansenx86/mm: Do not auto-massage page protections
2018-08-08 Dave Hansenx86/espfix: Document use of _PAGE_GLOBAL
2018-08-08 Dave Hansenx86/mm: Introduce "default" kernel PTE mask
2018-08-08 Dave Hansenx86/mm: Undo double _PAGE_PSE clearing
2018-08-08 Dave Hansenx86/mm: Factor out pageattr _PAGE_GLOBAL setting
2018-08-08 Suravee Suthikulpanitx86/CPU/AMD: Fix LLC ID bit-shift calculation
2018-08-08 Thomas Gleixnerx86/CPU: Move x86_cpuinfo::x86_max_cores assignment...
2018-08-08 David Wangx86/CPU: Move cpu_detect_cache_sizes() into init_intel_...
2018-08-08 David Wangx86/CPU: Make intel_num_cpu_cores() generic
2018-08-08 Thomas Gleixnerx86/CPU: Move cpu local function declarations to local...
2018-08-08 Suravee Suthikulpanitx86/CPU/AMD: Derive CPU topology from CPUID function...
2018-08-08 Suravee Suthikulpanitx86/CPU: Modify detect_extended_topology() to return...
2018-08-08 Suravee Suthikulpanitx86/CPU/AMD: Calculate last level cache ID from number...
2018-08-08 Borislav Petkovx86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
2018-08-08 Suravee Suthikulpanitperf/events/amd/uncore: Fix amd_uncore_llc ID to use...
2018-08-08 Borislav Petkovx86/CPU/AMD: Have smp_num_siblings and cpu_llc_id alway...
2018-08-08 David Wangx86/Centaur: Report correct CPU/cache topology
2018-08-08 David Wangx86/Centaur: Initialize supported CPU features properly
2018-08-08 Stefan BaderUBUNTU: Start new release
2018-07-26 Stefan BaderUBUNTU: Ubuntu-4.15.0-30.32 Ubuntu-4.15.0-30.32
2018-07-26 Eric Dumazettcp: add tcp_ooo_try_coalesce() helper
2018-07-26 Eric Dumazettcp: call tcp_drop() from tcp_data_queue_ofo()
2018-07-26 Eric Dumazettcp: detect malicious patterns in tcp_collapse_ofo_queue()
next