summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2015-07-10KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář1-1/+1
2015-06-23x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski1-2/+13
2015-06-06kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li1-0/+1
2015-06-06KVM: MMU: fix SMAP virtualizationXiao Guangrong1-0/+1
2015-06-06Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini1-0/+1
2015-05-17x86/spinlocks: Fix regression in spinlock contention detectionTahsin Erdogan1-1/+1
2015-05-06sched/idle/x86: Restore mwait_idle() to fix boot hangs, to improve power savi...Len Brown1-0/+8
2015-05-06x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti1-0/+1
2015-05-06x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski1-1/+1
2015-04-09x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds1-1/+1
2015-03-21Merge tag 'pm+acpi-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2015-03-20Revert "x86/PCI: Refine the way to release PCI IRQ resources"Rafael J. Wysocki1-0/+2
2015-03-16Revert "x86/mm/ASLR: Propagate base load address calculation"Borislav Petkov2-3/+0
2015-03-13x86/fpu: Drop_fpu() should not assume that tsk equals currentOleg Nesterov1-1/+1
2015-03-05x86/fpu/xsaves: Fix improper uses of __ex_tableQuentin Casasnovas1-17/+11
2015-02-21Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+60
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-46/+44
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-0/+11
2015-02-20x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina1-1/+0
2015-02-20x86: pte_protnone() and pmd_protnone() must check entry is not presentDavid Vrabel1-2/+4
2015-02-19Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-0/+4
2015-02-19x86/mm/ASLR: Propagate base load address calculationJiri Kosina2-0/+4
2015-02-19x86/intel/quark: Add Isolated Memory Regions for Quark X1000Bryan O'Donoghue1-0/+60
2015-02-19x86/apic: Fix the devicetree build in certain configsRicardo Ribalda Delgado1-0/+8
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2015-02-18x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T1-48/+46
2015-02-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-54/+108
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-3/+0
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds1-2/+2
2015-02-14kasan: enable stack instrumentationAndrey Ryabinin1-3/+9
2015-02-14x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-1/+17
2015-02-14x86_64: add KASan supportAndrey Ryabinin1-0/+31
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-7/+66
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski1-4/+0
2015-02-13x86: mm: restore original pte_special checkMel Gorman1-7/+1
2015-02-13mm: remove remaining references to NUMA hinting bits and helpersMel Gorman3-63/+5
2015-02-13mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman1-0/+16
2015-02-12mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-11lguest: remove NOTIFY call and eventfd facility.Rusty Russell1-1/+0
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+46
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-77/+2
2015-02-11Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+5
2015-02-11x86: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov5-77/+2
2015-02-11Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-15/+5
2015-02-10Merge branch 'pm-tools'Rafael J. Wysocki1-0/+4
2015-02-10Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2015-02-10Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+22
2015-02-10Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+11