Age | Commit message (Expand) | Author | Files | Lines |
2019-11-24 | x86/intel_rdt: CBM overlap should also check for overlap with CDP peer | Reinette Chatre | 1 | -7/+41 |
2019-11-24 | x86/intel_rdt: Introduce utility to obtain CDP peer | Reinette Chatre | 1 | -0/+72 |
2019-11-24 | x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accurately | Andy Lutomirski | 1 | -10/+52 |
2019-11-24 | x86/olpc: Fix build error with CONFIG_MFD_CS5535=m | Borislav Petkov | 1 | -2/+1 |
2019-11-24 | PM / hibernate: Check the success of generating md5 digest before hibernation | Chen Yu | 1 | -6/+5 |
2019-11-24 | x86/PCI: Apply VMD's AERSID fixup generically | Jon Derrick | 1 | -9/+3 |
2019-11-24 | bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE} | Wang YanQing | 1 | -53/+168 |
2019-11-24 | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0 | Luke Nelson | 1 | -57/+6 |
2019-11-24 | bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0 | Luke Nelson | 1 | -198/+23 |
2019-11-24 | bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG | Wang YanQing | 1 | -13/+6 |
2019-11-20 | x86/hyperv: Suppress "PCI: Fatal: No config space access function found" | Dexuan Cui | 1 | -0/+19 |
2019-11-20 | x86/CPU: Change query logic so CPUID is enabled before testing | Matthew Whitehead | 1 | -1/+3 |
2019-11-20 | x86/CPU: Use correct macros for Cyrix calls | Matthew Whitehead | 1 | -1/+1 |
2019-11-20 | x86/mce-inject: Reset injection struct after injection | Borislav Petkov | 1 | -0/+6 |
2019-11-20 | signal: Properly deliver SIGSEGV from x86 uprobes | Eric W. Biederman | 1 | -1/+1 |
2019-11-20 | KVM: x86: introduce is_pae_paging | Paolo Bonzini | 3 | -8/+12 |
2019-11-12 | kvm: x86: mmu: Recovery of shattered NX large pages | Junaid Shahid | 4 | -0/+148 |
2019-11-12 | kvm: mmu: ITLB_MULTIHIT mitigation | Paolo Bonzini | 5 | -13/+181 |
2019-11-12 | KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active | Paolo Bonzini | 2 | -13/+11 |
2019-11-12 | KVM: x86: add tracepoints around __direct_map and FNAME(fetch) | Paolo Bonzini | 3 | -7/+68 |
2019-11-12 | KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON | Paolo Bonzini | 1 | -3/+9 |
2019-11-12 | KVM: x86: remove now unneeded hugepage gfn adjustment | Paolo Bonzini | 2 | -7/+4 |
2019-11-12 | KVM: x86: make FNAME(fetch) and __direct_map more similar | Paolo Bonzini | 2 | -44/+39 |
2019-11-12 | kvm: mmu: Do not release the page inside mmu_set_spte() | Junaid Shahid | 2 | -16/+10 |
2019-11-12 | kvm: Convert kvm_lock to a mutex | Junaid Shahid | 2 | -9/+9 |
2019-11-12 | kvm: x86, powerpc: do not allow clearing largepages debugfs entry | Paolo Bonzini | 1 | -3/+3 |
2019-11-12 | x86/cpu: Add Tremont to the cpu vulnerability whitelist | Pawan Gupta | 1 | -0/+2 |
2019-11-12 | x86/bugs: Add ITLB_MULTIHIT bug infrastructure | Vineela Tummalapalli | 4 | -28/+54 |
2019-11-12 | x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs | Josh Poimboeuf | 1 | -4/+0 |
2019-11-12 | x86/tsx: Add config options to set tsx=on|off|auto | Michal Hocko | 2 | -6/+61 |
2019-11-12 | x86/tsx: Add "auto" option to the tsx= cmdline parameter | Pawan Gupta | 1 | -1/+6 |
2019-11-12 | kvm/x86: Export MDS_NO=0 to guests when TSX is enabled | Pawan Gupta | 1 | -0/+19 |
2019-11-12 | x86/speculation/taa: Add sysfs reporting for TSX Async Abort | Pawan Gupta | 1 | -0/+23 |
2019-11-12 | x86/speculation/taa: Add mitigation for TSX Async Abort | Pawan Gupta | 6 | -2/+139 |
2019-11-12 | x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default | Pawan Gupta | 5 | -1/+148 |
2019-11-12 | x86/cpu: Add a helper function x86_read_arch_cap_msr() | Pawan Gupta | 2 | -4/+13 |
2019-11-12 | x86/msr: Add the IA32_TSX_CTRL MSR | Pawan Gupta | 1 | -0/+5 |
2019-11-12 | KVM: x86: use Intel speculation bugs and features as derived in generic x86 code | Paolo Bonzini | 2 | -0/+16 |
2019-11-12 | perf/x86/uncore: Fix event group support | Kan Liang | 2 | -18/+38 |
2019-11-12 | perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h) | Kim Phillips | 1 | -2/+4 |
2019-11-12 | perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP... | Kim Phillips | 1 | -1/+1 |
2019-11-12 | x86/apic/32: Avoid bogus LDR warnings | Jan Beulich | 1 | -13/+15 |
2019-11-06 | perf/x86/amd: Change/fix NMI latency mitigation to use a timestamp | Tom Lendacky | 1 | -13/+17 |
2019-11-06 | x86/cpu: Add Comet Lake to the Intel CPU models header | Kan Liang | 1 | -0/+3 |
2019-11-06 | x86/xen: Return from panic notifier | Boris Ostrovsky | 1 | -3/+25 |
2019-11-06 | efi/x86: Do not clean dummy variable in kexec path | Dave Young | 1 | -3/+0 |
2019-11-06 | x86/cpu: Add Atom Tremont (Jacobsville) | Kan Liang | 1 | -1/+2 |
2019-10-29 | x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpu | Sean Christopherson | 1 | -1/+2 |
2019-10-29 | x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel area | Steve Wahl | 1 | -2/+20 |
2019-10-29 | xen/efi: Set nonblocking callbacks | Ross Lagerwall | 1 | -0/+2 |