index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2016-03-12
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-03-12
x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...
Matt Fleming
2016-03-12
x86/fpu: Fix eager-FPU handling on legacy FPU machines
Borislav Petkov
2016-03-10
x86/delay: Avoid preemptible context checks in delay_mwaitx()
Borislav Petkov
2016-03-10
KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
Paolo Bonzini
2016-03-10
KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
Paolo Bonzini
2016-03-10
x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")
Yu-cheng Yu
2016-03-09
x86/fpu: Fix 'no387' regression
Andy Lutomirski
2016-03-08
KVM: VMX: disable PEBS before a guest entry
Radim Krčmář
2016-03-06
Merge branch 'for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-03-05
um: use %lx format specifiers for unsigned longs
Colin Ian King
2016-03-04
Merge tag 'pm+acpi-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-03-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-03-03
PM / sleep / x86: Fix crash on graph trace through x86 suspend
Todd E Brandt
2016-03-02
kvm: x86: Update tsc multiplier on change.
Owen Hofmann
2016-02-28
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-02-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-02-27
Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-02-27
mm: ASLR: use get_random_long()
Daniel Cashman
2016-02-27
Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
Bjorn Helgaas
2016-02-26
x86/mpx: Fix off-by-one comparison with nr_registers
Colin Ian King
2016-02-26
KVM: x86: fix root cause for missed hardware breakpoints
Paolo Bonzini
2016-02-25
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2016-02-25
x86/mm: Fix slow_virt_to_phys() for X86_PAE again
Dexuan Cui
2016-02-25
KVM: x86: MMU: fix ubsan index-out-of-range warning
Mike Krinkin
2016-02-25
x86/entry/compat: Add missing CLAC to entry_INT80_32
Andy Lutomirski
2016-02-24
KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
Paolo Bonzini
2016-02-24
KVM: x86: fix missed hardware breakpoints
Paolo Bonzini
2016-02-24
x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32
Andy Lutomirski
2016-02-23
x86: fix SMAP in 32-bit environments
Linus Torvalds
2016-02-23
x86/platform/intel/quark: Change the kernel's IMR lock bit to false
Bryan O'Donoghue
2016-02-22
Merge tag 'for-linus-4.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-02-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-02-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-02-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-02-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-02-18
mm, x86: fix pte_page() crash in gup_pte_range()
Hugh Dickins
2016-02-18
x86/mm: Fix vmalloc_fault() to handle large pages properly
Toshi Kani
2016-02-17
Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
Bjorn Helgaas
2016-02-17
Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
Bjorn Helgaas
2016-02-17
hpet: Drop stale URLs
Michael S. Tsirkin
2016-02-17
x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...
Toshi Kani
2016-02-17
x86/uaccess/64: Make the __copy_user_nocache() assembly code more readable
Toshi Kani
2016-02-17
perf/x86/amd/uncore: Plug reference leak
Thomas Gleixner
2016-02-15
xen/pcifront: Report the errors better.
Konrad Rzeszutek Wilk
2016-02-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-02-11
arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI
Andrew Morton
2016-02-08
x86/mm/numa: Fix 32-bit memblock range truncation bug on 32-bit NUMA kernels
Ingo Molnar
2016-02-05
mm, hugetlb: don't require CMA for runtime gigantic pages
Vlastimil Babka
2016-02-05
x86: Fix KASAN false positives in thread_saved_pc()
Dmitry Vyukov
[next]