summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-18arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst2-14/+8
2014-11-18drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski1-1/+0
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit1-0/+14
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig1-1/+1
2014-11-14x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1
2014-11-14x86: Reject x32 executables if x32 ABI not supportedBen Hutchings1-2/+3
2014-10-30kvm: x86: fix stale mmio cache bugDavid Matlack1-0/+1
2014-10-05x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8Dave Young1-3/+3
2014-09-05Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"Paolo Bonzini1-1/+1
2014-08-07x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski1-1/+1
2014-08-07x86, espfix: Fix broken header guardH. Peter Anvin1-1/+1
2014-08-07x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin2-3/+18
2014-08-07x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2-0/+5
2014-07-09KVM: x86: preserve the high 32-bits of the PAT registerPaolo Bonzini1-1/+1
2014-07-09KVM: x86: Increase the number of fixed MTRR regs to 10Nadav Amit1-1/+1
2014-07-06ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo1-0/+16
2014-06-07x86, mm, hugetlb: Add missing TLB page invalidation for hugetlb_cow()Anthony Iliopoulos1-0/+1
2014-04-03x86: fix boot on uniprocessor systemsArtem Fetishev1-1/+2
2014-02-22xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel1-11/+20
2014-02-06x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov1-0/+1
2014-01-15x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2014-01-09mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-2/+9
2014-01-09sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov1-4/+0
2013-10-18x86: avoid remapping data in parse_setup_data()Linn Crosetto1-1/+1
2013-10-18compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2-2/+2
2013-09-26sched/x86: Optimize switch_mm() for multi-threaded workloadsRik van Riel1-7/+13
2013-09-26x86/mce: Pay no attention to 'F' bit in MCACOD when parsing 'UC' errorsTony Luck1-2/+11
2013-09-26x86, smap: Handle csum_partial_copy_*_user()H. Peter Anvin1-5/+17
2013-09-14crypto: xor - Check for osxsave as well as avx in crypto/xorJohn Haxby1-2/+2
2013-08-29x86: Don't clear olpc_ofw_header when sentinel is detectedDaniel Drake1-2/+2
2013-06-20x86: Fix trigger_all_cpu_backtrace() implementationMichel Lespinasse2-3/+6
2013-06-19x86: Fix section mismatch on load_ucode_apPaul Gortmaker1-2/+2
2013-06-13Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2-8/+0
2013-06-10Modify UEFI anti-bricking codeMatthew Garrett2-8/+0
2013-05-30x86, crc32-pclmul: Fix build with older binutilsJan Beulich1-2/+72
2013-05-11Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-0/+3
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-5/+2
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-3/+0
2013-05-07Merge branch 'rwsem-optimizations'Linus Torvalds1-7/+21
2013-05-07x86 rwsem: avoid taking slow path when stealing write lockMichel Lespinasse1-7/+21
2013-05-06Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+9
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-13/+52
2013-05-02KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka1-1/+1
2013-05-02x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum1-2/+2
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-0/+134
2013-05-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+3
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+5
2013-05-02x86, gdt, hibernate: Store/load GDT for hibernate path.Konrad Rzeszutek Wilk2-0/+3
2013-05-02Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel8-6/+20
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-22/+2