index
:
kernel/linux.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.17.y
linux-6.18.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-10
bpf, x86: Validate computation of branch displacements for x86-32
Piotr Krysiuk
1
-1
/
+10
2021-04-10
bpf, x86: Validate computation of branch displacements for x86-64
Piotr Krysiuk
1
-1
/
+10
2021-04-10
x86/build: Turn off -fcf-protection for realmode targets
Arnd Bergmann
1
-1
/
+1
2021-04-10
bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_comp
Yonghong Song
1
-2
/
+2
2021-04-07
KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested...
Paolo Bonzini
1
-1
/
+17
2021-04-07
KVM: SVM: load control fields from VMCB12 before checking them
Paolo Bonzini
1
-4
/
+6
2021-04-07
ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead()
Vitaly Kuznetsov
2
-1
/
+2
2021-04-07
ACPI: tables: x86: Reserve memory occupied by ACPI tables
Rafael J. Wysocki
2
-18
/
+15
2021-03-30
Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"
Roger Pau Monne
3
-17
/
+14
2021-03-30
x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()
Isaku Yamahata
1
-1
/
+1
2021-03-30
bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIG
Stanislav Fomichev
1
-1
/
+2
2021-03-30
bpf: Fix fexit trampoline.
Alexei Starovoitov
1
-4
/
+22
2021-03-30
xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUG
Roger Pau Monne
1
-2
/
+2
2021-03-30
KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish
Sean Christopherson
2
-49
/
+74
2021-03-30
static_call: Allow module use without exposing static_call_key
Josh Poimboeuf
1
-0
/
+7
2021-03-24
x86/apic/of: Fix CPU devicetree-node lookups
Johan Hovold
1
-0
/
+5
2021-03-24
x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
Oleg Nesterov
2
-24
/
+14
2021-03-24
x86: Move TS_COMPAT back to asm/thread_info.h
Oleg Nesterov
2
-9
/
+9
2021-03-24
x86/ioapic: Ignore IRQ2 again
Thomas Gleixner
1
-0
/
+10
2021-03-24
perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENT
Kan Liang
1
-0
/
+3
2021-03-24
perf/x86/intel: Fix a crash caused by zero PEBS status
Kan Liang
1
-1
/
+1
2021-03-20
crypto: x86/aes-ni-xts - use direct calls to and 4-way stride
Ard Biesheuvel
2
-56
/
+84
2021-03-20
KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabled
Sean Christopherson
1
-8
/
+8
2021-03-20
KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()
Sean Christopherson
1
-1
/
+4
2021-03-17
KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
Wanpeng Li
1
-10
/
+9
2021-03-17
KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
Sean Christopherson
1
-1
/
+10
2021-03-17
x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscalls
Andy Lutomirski
1
-1
/
+2
2021-03-17
x86/sev-es: Use __copy_from_user_inatomic()
Joerg Roedel
3
-15
/
+55
2021-03-17
x86/sev-es: Correctly track IRQ states in runtime #VC handler
Joerg Roedel
1
-2
/
+4
2021-03-17
x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stack
Joerg Roedel
1
-2
/
+12
2021-03-17
x86/sev-es: Introduce ip_within_syscall_gap() helper
Joerg Roedel
4
-2
/
+19
2021-03-17
x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2
Josh Poimboeuf
1
-6
/
+6
2021-03-17
perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBR
Kan Liang
1
-1
/
+4
2021-03-11
KVM: SVM: Clear the CR4 register on reset
Babu Moger
1
-0
/
+1
2021-03-07
xen: fix p2m size in dom0 for disabled memory hotplug case
Juergen Gross
3
-26
/
+21
2021-03-07
Xen/gnttab: handle p2m update errors on a per-slot basis
Jan Beulich
1
-3
/
+41
2021-03-07
perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[]
Jim Mattson
1
-0
/
+3
2021-03-07
x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk
Heiner Kallweit
1
-0
/
+9
2021-03-07
x86/build: Treat R_386_PLT32 relocation as R_386_PC32
Fangrui Song
2
-4
/
+9
2021-03-04
KVM: nSVM: fix running nested guests when npt=0
Paolo Bonzini
1
-0
/
+20
2021-03-04
x86: fix seq_file iteration for pat/memtype.c
NeilBrown
1
-2
/
+2
2021-03-04
entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling point
Frederic Weisbecker
1
-0
/
+1
2021-03-04
x86/entry: Fix instrumentation annotation
Thomas Gleixner
1
-1
/
+1
2021-03-04
x86/fault: Fix AMD erratum #91 errata fixup for user code
Andy Lutomirski
1
-10
/
+17
2021-03-04
x86/reboot: Force all cpus to exit VMX root if VMX is supported
Sean Christopherson
1
-20
/
+10
2021-03-04
x86/virt: Eat faults on VMXOFF in reboot flows
Sean Christopherson
1
-5
/
+12
2021-03-04
crypto: aesni - prevent misaligned buffers on the stack
Ard Biesheuvel
1
-12
/
+16
2021-03-04
KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...
Sean Christopherson
1
-1
/
+2
2021-03-04
KVM: SVM: Intercept INVPCID when it's disabled to inject #UD
Sean Christopherson
1
-4
/
+4
2021-03-04
KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64
Sean Christopherson
1
-2
/
+2
[next]