]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - arch/x86
PM / devfreq: Fix potential NULL pointer dereference in governor_store
[mirror_ubuntu-bionic-kernel.git] / arch / x86 /
2018-04-09 Eric Biggerscrypto: x86/cast5-avx - fix ECB encryption when long...
2018-04-09 Andrew Banmanx86/platform/uv/BAU: Add APIC idt entry
2018-03-28 Daniel Borkmannbpf, x64: increase number of passes
2018-03-28 Kan Liangperf/x86/intel/uncore: Fix multi-domain PCI CHA enumera...
2018-03-28 Dan Carpenterperf/x86/intel: Don't accidentally clear high bits...
2018-03-28 Kan Liangperf/x86/intel/uncore: Fix Skylake UPI event format
2018-03-28 H.J. Lux86/boot/64: Verify alignment of the LOAD segment
2018-03-28 H.J. Lux86/build/64: Force the linker to use 2MB page size
2018-03-28 Linus Torvaldskvm/x86: fix icebp instruction handling
2018-03-28 Waiman Longx86/efi: Free efi_pgd with free_pages()
2018-03-28 Boris Ostrovskyx86/vsyscall/64: Use proper accessor to update P4D...
2018-03-28 Andy Lutomirskix86/entry/64: Don't use IST entry for #BP stack
2018-03-28 Toshi Kanix86/mm: implement free pmd/pte page interfaces
2018-03-28 Toshi Kanimm/vmalloc: add interfaces to free unmapped page table
2018-03-28 Andy WhitcroftUBUNTU: SAUCE: vga_set_mode -- avoid jump tables
2018-03-28 Andy WhitcroftUBUNTU: SAUCE: early/late -- annotate indirect calls...
2018-03-28 Andy WhitcroftUBUNTU: SAUCE: EFI -- annotate indirect calls within...
2018-03-28 Andy WhitcroftUBUNTU: SAUCE: apm -- annotate indirect calls within...
2018-03-27 Rajneesh Bhardwajx86/cpu: Add Cannonlake to Intel family
2018-03-27 Rajneesh Bhardwajplatform/x86: intel_pmc_core: Remove unused header...
2018-03-21 Toshi Kanix86/mm: Fix vmalloc_fault to use pXd_large
2018-03-21 Tom LendackyKVM: x86: Fix device passthrough when SME is active
2018-03-21 Alexander Sergeyevx86/speculation: Remove Skylake C2 from Speculation...
2018-03-21 Andy Whitcroftx86/speculation, objtool: Annotate indirect calls/jumps...
2018-03-21 Andy Lutomirskix86/vm86/32: Fix POPF emulation
2018-03-21 Kirill A. Shutemovx86/cpufeatures: Add Intel PCONFIG cpufeature
2018-03-21 Kirill A. Shutemovx86/cpufeatures: Add Intel Total Memory Encryption...
2018-03-20 Fenghua Yux86/intel_rdt: Add command line parameter to control...
2018-03-20 Fenghua Yux86/intel_rdt: Enumerate L2 Code and Data Prioritizatio...
2018-03-19 Brijesh SinghKVM: X86: Restart the guest when insn_len is zero and...
2018-03-19 H.J. Lux86: Treat R_X86_64_PLT32 as R_X86_64_PC32
2018-03-19 Yang ZhongKVM: Expose new cpu features to guest
2018-03-19 Paolo BonziniKVM: x86: add support for UMIP
2018-03-19 Haozhong ZhangKVM: MMU: consider host cache mode in MMIO page check
2018-03-19 Haozhong Zhangx86/mm: add a function to check if a pfn is UC/UC-/WC
2018-03-16 Joe Perchestreewide: Use DEVICE_ATTR_WO
2018-03-15 Prarit Bhargavax86/xen: Calculate __max_logical_packages on PV domains
2018-03-15 Francis Deslauriersx86/kprobes: Fix kernel crash when probing .entry_tramp...
2018-03-15 Peter Zijlstraobjtool, retpolines: Integrate objtool with retpoline...
2018-03-15 Peter Zijlstrax86/mm/sme, objtool: Annotate indirect call in sme_encr...
2018-03-15 Peter Zijlstrax86/boot, objtool: Annotate indirect jump in secondary_...
2018-03-15 Peter Zijlstrax86/paravirt, objtool: Annotate indirect calls
2018-03-15 Ingo Molnarx86/speculation: Move firmware_restrict_branch_speculat...
2018-03-15 Peter Zijlstrax86/speculation, objtool: Annotate indirect calls/jumps...
2018-03-15 David Woodhousex86/retpoline: Support retpoline builds with Clang
2018-03-15 David Woodhousex86/speculation: Use IBRS if available before calling...
2018-03-15 David WoodhouseRevert "x86/retpoline: Simplify vmexit_fill_RSB()"
2018-03-15 Jan Beulichx86-64/realmode: Add instruction suffix
2018-03-15 Jan Beulichx86/LDT: Avoid warning in 32-bit builds with older gcc
2018-03-15 Jan Beulichx86/IO-APIC: Avoid warning in 32-bit builds
2018-03-15 Jan Beulichx86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify...
2018-03-15 Jann Hornx86/mm: Remove stale comment about KMEMCHECK
2018-03-15 Dominik Brodowskix86/entry/64: Use 'xorl' for faster register clearing
2018-03-15 Dominik Brodowskix86/entry: Reduce the code footprint of the 'idtentry...
2018-03-15 Konrad Rzeszutek... x86/spectre_v2: Don't check microcode versions when...
2018-03-15 Seunghun Hanx86/MCE: Serialize sysfs changes
2018-03-15 Tony Luckx86/MCE: Save microcode revision in machine check records
2018-03-15 Radim KrčmářKVM: x86: fix backward migration with async_PF
2018-03-15 Daniel Borkmannbpf, x64: implement retpoline for tail call
2018-03-15 Eric BiggersKVM/x86: remove WARN_ON() for when vm_munmap() fails
2018-03-15 Radim KrčmářKVM: x86: fix vcpu initialization with userspace lapic
2018-03-15 Paolo BonziniKVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run(...
2018-03-15 Paolo BonziniKVM: x86: move LAPIC initialization after VMCS creation
2018-03-15 Paolo BonziniKVM/x86: Remove indirect MSR op calls from SPEC_CTRL
2018-03-15 Wanpeng LiKVM: X86: Fix SMRAM accessing even if VM is shutdown
2018-03-15 Jan Beulichx86/mm: Fix {pmd,pud}_{set,clear}_flags()
2018-03-15 Thomas Gleixnerx86/cpu_entry_area: Sync cpu_entry_area to initial_page...
2018-03-15 Sebastian Panceacx86/platform/intel-mid: Handle Intel Edison reboot...
2018-03-15 Juergen Grossx86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
2018-02-28 Arnd Bergmannx86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
2018-02-28 Thomas Gleixnerx86/apic/vector: Handle vector release on CPU unplug...
2018-02-28 Wanpeng LiKVM: x86: fix escape of guest dr6 to the host
2018-02-28 Eric Biggerscrypto: x86/twofish-3way - Fix %rbp usage
2018-02-23 Tony Luckx86/mm, mm/hwpoison: Don't unconditionally unmap kernel...
2018-02-23 Simon Gaiserxen: Fix {set,clear}_foreign_p2m_mapping on autotransla...
2018-02-23 Masayoshi Mizumax86/smpboot: Fix uncore_pci_remove() indexing bug when...
2018-02-23 Ingo Molnarx86/entry/64: Fix CR3 restore in paranoid_exit()
2018-02-23 Gustavo A. R. Silvax86/cpu: Change type of x86_cache_size variable to...
2018-02-23 Dan Carpenterx86/spectre: Fix an error message
2018-02-23 Jia Zhangx86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
2018-02-23 Andy Lutomirskix86/mm: Rename flush_tlb_single() and flush_tlb_one...
2018-02-23 Peter Zijlstrax86/speculation: Add <asm/msr-index.h> dependency
2018-02-23 Dan Williamsx86/speculation: Fix up array_index_nospec_mask() asm...
2018-02-23 Peter Zijlstrax86/debug: Use UD2 for WARN()
2018-02-23 Josh Poimboeufx86/debug, objtool: Annotate WARN()-related UD2 as...
2018-02-23 Borislav Petkovx86/entry/64: Remove the unused 'icebp' macro
2018-02-23 Josh Poimboeufx86/entry/64: Fix paranoid_entry() frame pointer warning
2018-02-23 Dominik Brodowskix86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS...
2018-02-23 Dominik Brodowskix86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK...
2018-02-23 Dominik Brodowskix86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
2018-02-23 Dominik Brodowskix86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
2018-02-23 Dominik Brodowskix86/entry/64: Interleave XOR register clearing with...
2018-02-23 Dominik Brodowskix86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS...
2018-02-23 Dominik Brodowskix86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS...
2018-02-23 Dan Williamsx86/entry/64: Clear registers for exceptions/interrupts...
2018-02-23 Ingo Molnarx86/speculation: Clean up various Spectre related details
2018-02-23 KarimAllah AhmedKVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have...
2018-02-23 KarimAllah AhmedX86/nVMX: Properly set spec_ctrl and pred_cmd before...
2018-02-23 David WoodhouseKVM/x86: Reduce retpoline performance impact in slot_ha...
2018-02-23 David WoodhouseRevert "x86/speculation: Simplify indirect_branch_predi...
next