Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fe71230d9a02d267742c893e8acfd870beadc01e
/
arch
/
x86
c0143f6
x86/unwind: Disable KASAN checks for non-current tasks
by Josh Poimboeuf
· 8 years ago
a67f81c
x86/suspend: fix false positive KASAN warning on suspend/resume
by Josh Poimboeuf
· 8 years ago
8a384d3
perf/x86/amd: Add event map for AMD Family 17h
by Kim Phillips
· 6 years ago
c9c83bb
x86/kprobes: Verify stack frame on kretprobe
by Masami Hiramatsu
· 6 years ago
4bd24d8
crypto: x86/poly1305 - fix overflow during partial reduction
by Eric Biggers
· 6 years ago
db773fc
Revert "svm: Fix AVIC incomplete IPI emulation"
by Suthikulpanit, Suravee
· 6 years ago
0c5243f
KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU
by Sean Christopherson
· 6 years ago
f1b31c6
x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an error
by Nathan Chancellor
· 6 years ago
2e91bfe
x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors
by Matthew Whitehead
· 6 years ago
ec1fdc0
x86/hpet: Prevent potential NULL pointer dereference
by Aditya Pakki
· 6 years ago
356bcb7
xen: Prevent buffer overflow in privcmd ioctl
by Dan Carpenter
· 6 years ago
408d67a
x86/vdso: Drop implicit common-page-size linker flag
by Nick Desaulniers
· 6 years ago
94c0c4f
x86: vdso: Use $LD instead of $CC to link
by Alistair Strachan
· 6 years ago
39dbf53
x86/power: Make restore_processor_context() sane
by Andy Lutomirski
· 7 years ago
d72b485
x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()
by Andy Lutomirski
· 7 years ago
61f1e18
x86/power/64: Use struct desc_ptr for the IDT in struct saved_context
by Andy Lutomirski
· 7 years ago
57578e5
x86/power: Fix some ordering bugs in __restore_processor_context()
by Andy Lutomirski
· 7 years ago
875268e
x86/build: Mark per-CPU symbols as absolute explicitly for LLD
by Rafael Ávila de Espíndola
· 6 years ago
d4dad34
x86/build: Specify elf_i386 linker emulation explicitly for i386 objects
by George Rimar
· 6 years ago
756e25c
KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
by Sean Christopherson
· 6 years ago
6e9a714
x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
by Thomas Gleixner
· 6 years ago
5e29da0
KVM: X86: Fix residual mmio emulation request to userspace
by Wanpeng Li
· 7 years ago
7b3c6c4
KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
by Sean Christopherson
· 6 years ago
9748354
KVM: nVMX: Sign extend displacements of VMX instr's mem operands
by Sean Christopherson
· 6 years ago
4f964aa
perf/x86: Fixup typo in stub functions
by Peter Zijlstra
· 6 years ago
3596b45
x86: Add TSX Force Abort CPUID/MSR
by Peter Zijlstra (Intel)
· 6 years ago
c34730d
perf/x86/intel: Generalize dynamic constraint creation
by Peter Zijlstra (Intel)
· 6 years ago
0ac343a
perf/x86/intel: Make cpuc allocations consistent
by Peter Zijlstra (Intel)
· 6 years ago
42813d9
x86_64: increase stack size for KASAN_EXTRA
by Qian Cai
· 6 years ago
1c2ca09
x86/kexec: Don't setup EFI info if EFI runtime is not enabled
by Kairui Song
· 6 years ago
ff24d86
x86/CPU/AMD: Set the CPB bit unconditionally on F17h
by Jiaxun Yang
· 6 years ago
dd15ae3
x86/uaccess: Don't leak the AC flag into __put_user() value evaluation
by Andy Lutomirski
· 6 years ago
7c0d76e
KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting to L1
by Vitaly Kuznetsov
· 6 years ago
f5118fe
svm: Fix AVIC incomplete IPI emulation
by Suravee Suthikulpanit
· 6 years ago
e81c464
x86/boot: Disable the address-of-packed-member compiler warning
by Matthias Kaehlcke
· 7 years ago
838c19c
x86/a.out: Clear the dump structure initially
by Borislav Petkov
· 6 years ago
9678592
x86/platform/UV: Use efi_runtime_lock to serialise BIOS calls
by Hedi Berriche
· 6 years ago
acd744b
kvm: vmx: Fix entry number check for add_atomic_switch_msr()
by Xiaoyao Li
· 6 years ago
e62e3b6
perf/x86: Add check_period PMU callback
by Jiri Olsa
· 6 years ago
bd10eb8
perf/x86/intel: Delay memory deallocation until x86_pmu_dead_cpu()
by Peter Zijlstra
· 6 years ago
c2e3f4e
x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()
by Tony Luck
· 6 years ago
296c2f0
perf/x86/intel/uncore: Add Node ID mask
by Kan Liang
· 6 years ago
a2c34d2
KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7221)
by Peter Shier
· 6 years ago
f5c61e4
KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
by Paolo Bonzini
· 6 years ago
3b3db16
KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
by Vitaly Kuznetsov
· 6 years ago
42584b2
x86/fpu: Add might_fault() to user_insn()
by Sebastian Andrzej Siewior
· 6 years ago
cf97485
x86/PCI: Fix Broadcom CNB20LE unintended sign extension (redux)
by Colin Ian King
· 6 years ago
3cfc8a2
x86/kaslr: Fix incorrect i8254 outb() parameters
by Daniel Drake
· 6 years ago
22c9bc0
KVM: x86: Fix single-step debugging
by Alexander Popov
· 6 years ago
ce8ca30
crypto: x86/chacha20 - avoid sleeping with preemption disabled
by Eric Biggers
· 6 years ago
737dcb9
x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running nested
by Vitaly Kuznetsov
· 7 years ago
7b4a3e9
KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
by Sean Christopherson
· 6 years ago
d3741e0
x86/fpu: Disable bottom halves while loading FPU registers
by Sebastian Andrzej Siewior
· 6 years ago
0d5fec5
x86/mtrr: Don't copy uninitialized gentry fields back to userspace
by Colin Ian King
· 6 years ago
01edb98
x86/earlyprintk/efi: Fix infinite loop on some screen widths
by YiFei Zhu
· 6 years ago
88ce30f
locking/qspinlock, x86: Provide liveness guarantee
by Peter Zijlstra
· 6 years ago
8ae5642
locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper bound
by Will Deacon
· 6 years ago
60668f3
locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock'
by Will Deacon
· 6 years ago
0c4d57a
x86/kvm/vmx: fix old-style function declaration
by Yi Wang
· 6 years ago
eadd535
KVM: x86: fix empty-body warnings
by Yi Wang
· 6 years ago
8e9de89
svm: Add mutex_lock to protect apic_access_page_done on AMD systems
by Wei Wang
· 6 years ago
ad3af65
x86/power/64: Use char arrays for asm function names
by Kees Cook
· 8 years ago
54f7382
perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()
by Jiri Olsa
· 6 years ago
08c133e
perf/x86/intel: Move branch tracing setup to the Intel-specific source file
by Jiri Olsa
· 6 years ago
3a468e8
KVM: X86: Fix scan ioapic use-before-initialization
by Wanpeng Li
· 6 years ago
43dd9f4
kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
by Jim Mattson
· 6 years ago
aa71643
kvm: mmu: Fix race in emulated page table writes
by Junaid Shahid
· 6 years ago
19b7cd1
perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
by Kan Liang
· 6 years ago
0afb423
Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"
by Greg Kroah-Hartman
· 6 years ago
52c3ade
x86/build: Use cc-option to validate stack alignment parameter
by Matthias Kaehlcke
· 7 years ago
1f200e8
x86/build: Fix stack alignment for CLang
by Matthias Kaehlcke
· 7 years ago
78e96f6
x86/boot: #undef memcpy() et al in string.c
by Michael Davidson
· 7 years ago
cf42c0b
x86/build: Specify stack alignment for clang
by Matthias Kaehlcke
· 7 years ago
0dc4460
x86/build: Use __cc-option for boot code compiler options
by Matthias Kaehlcke
· 7 years ago
83e0e2f
crypto, x86: aesni - fix token pasting for clang
by Michael Davidson
· 8 years ago
a5819f2
x86/kbuild: Use cc-option to enable -falign-{jumps/loops}
by Matthias Kaehlcke
· 8 years ago
782512e
xen: fix xen_qlock_wait()
by Juergen Gross
· 6 years ago
00893f4
xen: make xen_qlock_wait() nestable
by Juergen Gross
· 6 years ago
95f5d10
xen: fix race in xen_qlock_wait()
by Juergen Gross
· 6 years ago
24395d6
x86: boot: Fix EFI stub alignment
by Ben Hutchings
· 6 years ago
a25ba41
x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
by Lubomir Rintel
· 6 years ago
5218840
x86/fpu: Remove second definition of fpu in __fpu__restore_sig()
by Sebastian Andrzej Siewior
· 6 years ago
b0c0545
x86/speculation: Support Enhanced IBRS on future CPUs
by Sai Praneeth
· 6 years ago
382a263
x86/corruption-check: Fix panic in memory_corruption_check() when boot option without value is provided
by He Zhe
· 6 years ago
66fe51cb
x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
by Jiri Kosina
· 6 years ago
b462075
x86/time: Correct the attribute on jiffies' definition
by Nathan Chancellor
· 6 years ago
4fad9fd
x86/percpu: Fix this_cpu_read()
by Peter Zijlstra
· 6 years ago
eba69ae
Revert "x86/mm: Expand static page table for fixmap space"
by Sasha Levin
· 6 years ago
72b3323
x86/paravirt: Fix some warning messages
by Dan Carpenter
· 6 years ago
d58f0b0
x86/cpu/cyrix: Add alternative Device ID of Geode GX1 SoC
by Christian Sünkenberg
· 7 years ago
c1db12c
perf/x86/intel/uncore: Fix PCI BDF address of M3UPI on SKX
by Kan Liang
· 6 years ago
3309ad2
mm: Preserve _PAGE_DEVMAP across mprotect() calls
by Jan Kara
· 6 years ago
08d2bf5
x86/kvm/lapic: always disable MMIO interface in x2APIC mode
by Vitaly Kuznetsov
· 6 years ago
62dd223
x86/fpu: Finish excising 'eagerfpu'
by Andy Lutomirski
· 8 years ago
60696d9
x86/fpu: Remove struct fpu::counter
by Rik van Riel
· 8 years ago
0fd0aa7
x86/fpu: Remove use_eager_fpu()
by Andy Lutomirski
· 8 years ago
3a8304b
x86/mm: Expand static page table for fixmap space
by Feng Tang
· 6 years ago
1bdd5e2
x86/vdso: Fix vDSO syscall fallback asm constraint regression
by Andy Lutomirski
· 6 years ago
9f14d89
x86/vdso: Fix asm constraints on vDSO syscall fallbacks
by Andy Lutomirski
· 6 years ago
67c5d1e
perf/x86/intel: Add support/quirk for the MISPREDICT bit on Knights Landing CPUs
by Jacek Tomaka
· 6 years ago
Next »