Age | Commit message (Expand) | Author | Files | Lines |
2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -64/+172 |
2019-05-01 | bpf, x32: Fix bug for BPF_ALU64 | BPF_NEG | Wang YanQing | 1 | -13/+6 |
2019-05-01 | bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE} | Wang YanQing | 1 | -51/+166 |
2019-05-01 | gcc-9: properly declare the {pv,hv}clock_page storage | Linus Torvalds | 1 | -2/+2 |
2019-04-29 | x86: make ZERO_PAGE() at least parse its argument | Linus Torvalds | 1 | -1/+1 |
2019-04-27 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -1/+7 |
2019-04-25 | perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1... | Harry Pan | 1 | -5/+5 |
2019-04-24 | x86/mm: Fix a crash with kmemleak_scan() | Qian Cai | 1 | -0/+6 |
2019-04-22 | x86/boot: Disable RSDP parsing temporarily | Borislav Petkov | 1 | -1/+1 |
2019-04-20 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -31/+92 |
2019-04-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 11 | -14/+41 |
2019-04-19 | x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio... | Hans de Goede | 1 | -2/+2 |
2019-04-19 | x86/cpu/bugs: Use __initconst for 'const' init data | Andi Kleen | 1 | -3/+3 |
2019-04-19 | x86/kprobes: Avoid kretprobe recursion bug | Masami Hiramatsu | 1 | -2/+20 |
2019-04-19 | x86/kprobes: Verify stack frame on kretprobe | Masami Hiramatsu | 1 | -0/+26 |
2019-04-18 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -12/+24 |
2019-04-18 | perf/x86/amd: Add event map for AMD Family 17h | Kim Phillips | 1 | -9/+26 |
2019-04-18 | x86/mm/KASLR: Fix the size of the direct mapping section | Baoquan He | 1 | -1/+1 |
2019-04-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 15 | -181/+268 |
2019-04-16 | KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing | Vitaly Kuznetsov | 1 | -2/+2 |
2019-04-16 | KVM: fix spectrev1 gadgets | Paolo Bonzini | 1 | -1/+3 |
2019-04-16 | KVM: x86: fix warning Using plain integer as NULL pointer | Hariprasad Kelam | 1 | -1/+1 |
2019-04-16 | KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels | Sean Christopherson | 2 | -4/+16 |
2019-04-16 | KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU | Sean Christopherson | 1 | -10/+11 |
2019-04-16 | KVM: x86: clear SMM flags before loading state while leaving SMM | Sean Christopherson | 3 | -16/+10 |
2019-04-16 | KVM: x86: Open code kvm_set_hflags | Sean Christopherson | 3 | -18/+19 |
2019-04-16 | KVM: x86: Load SMRAM in a single shot when leaving SMM | Sean Christopherson | 6 | -92/+92 |
2019-04-16 | KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU | Liran Alon | 1 | -0/+25 |
2019-04-16 | KVM: x86: Raise #GP when guest vCPU do not support PMU | Liran Alon | 1 | -0/+4 |
2019-04-16 | x86/kvm: move kvm_load/put_guest_xcr0 into atomic context | WANG Chao | 4 | -6/+12 |
2019-04-16 | KVM: x86: svm: make sure NMI is injected after nmi_singlestep | Vitaly Kuznetsov | 1 | -0/+3 |
2019-04-16 | svm/avic: Fix invalidate logical APIC id entry | Suthikulpanit, Suravee | 1 | -1/+2 |
2019-04-16 | Revert "svm: Fix AVIC incomplete IPI emulation" | Suthikulpanit, Suravee | 1 | -4/+15 |
2019-04-16 | kvm: mmu: Fix overflow on kvm mmu page limit calculation | Ben Gardon | 4 | -16/+15 |
2019-04-16 | KVM: nVMX: always use early vmcs check when EPT is disabled | Paolo Bonzini | 2 | -2/+21 |
2019-04-16 | x86/Kconfig: Fix spelling mistake "effectivness" -> "effectiveness" | Colin Ian King | 1 | -1/+1 |
2019-04-16 | perf/x86: Fix incorrect PEBS_REGS | Kan Liang | 2 | -20/+20 |
2019-04-16 | KVM: nVMX: allow tests to use bad virtual-APIC page address | Paolo Bonzini | 3 | -10/+19 |
2019-04-16 | x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info" | Peter Zijlstra | 1 | -1/+1 |
2019-04-16 | x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T | Jian-Hong Pan | 1 | -0/+21 |
2019-04-16 | x86/mm: Prevent bogus warnings with "noexec=off" | Thomas Gleixner | 2 | -2/+3 |
2019-04-16 | x86/build/lto: Fix truncated .bss with -fdata-sections | Sami Tolvanen | 1 | -1/+1 |
2019-04-15 | KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptes | Sean Christopherson | 1 | -1/+1 |
2019-04-14 | x86/speculation: Prevent deadlock on ssb_state::lock | Thomas Gleixner | 1 | -2/+6 |
2019-04-14 | x86/resctrl: Do not repeat rdtgroup mode initialization | Xiaochen Shen | 1 | -1/+2 |
2019-04-12 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -26/+21 |
2019-04-12 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -16/+145 |
2019-04-10 | x86/perf/amd: Remove need to check "running" bit in NMI handler | Lendacky, Thomas | 2 | -12/+22 |
2019-04-08 | crypto: x86/poly1305 - fix overflow during partial reduction | Eric Biggers | 2 | -12/+24 |
2019-04-07 | Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+3 |