summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-03-20arch: Make __mutex_fastpath_lock_retval return whether fastpath succeeded or notMaarten Lankhorst2-14/+8
2014-03-20drivers: dma-contiguous: clean source code and prepare for device treeMarek Szyprowski1-1/+0
2014-03-06perf/x86: Fix event schedulingPeter Zijlstra1-0/+3
2014-03-06x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski1-1/+3
2014-03-06kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig1-1/+1
2014-02-22ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)1-36/+47
2014-02-22x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is offH. Peter Anvin1-5/+9
2014-02-22x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin1-1/+6
2014-02-22xen: Fix possible user space selector corruptionFrediano Ziglio1-0/+9
2014-02-22xen/p2m: check MFN is in range before using the m2p tableDavid Vrabel2-17/+24
2014-02-20x86: mm: change tlb_flushall_shift for IvyBridgeMel Gorman1-1/+1
2014-02-06x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2-0/+11
2014-02-06bpf: do not use reciprocal divideEric Dumazet1-4/+10
2014-02-06KVM: x86: limit PIT timer frequencyMarcelo Tosatti4-3/+23
2014-02-06x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young1-1/+1
2014-02-06kvm: x86: fix apic_base enable checkAndrew Jones1-1/+1
2014-01-25ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt2-3/+3
2014-01-25perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter1-8/+45
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
2014-01-09KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2014-01-09x86 idle: Repair large-server 50-watt idle-power regressionLen Brown1-1/+2
2013-12-20x86, build: Pass in additional -mno-mmx, -mno-sse optionsH. Peter Anvin4-8/+10
2013-12-20x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett1-7/+0
2013-12-20KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov1-1/+4
2013-12-20KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig3-53/+18
2013-12-20KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2013-12-11x86-64, build: Always pass in -mno-sseH. Peter Anvin1-1/+7
2013-11-29ftrace/x86: skip over the breakpoint for ftrace callerKevin Hao1-1/+13
2013-11-29KVM: x86: fix emulation of "movzbl %bpl, %eax"Paolo Bonzini1-1/+4
2013-11-29x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as...Thomas Renninger1-1/+1
2013-11-29sched, idle: Fix the idle polling state logicPeter Zijlstra1-3/+3
2013-11-13x86: Update UV3 hub revision IDRuss Anderson1-1/+1
2013-10-18x86: avoid remapping data in parse_setup_data()Linn Crosetto3-13/+13
2013-10-18compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2-2/+2
2013-10-05x86, efi: Don't map Boot Services on i386Josh Boyer1-4/+7
2013-10-05x86/reboot: Add quirk to make Dell C6100 use reboot=pci automaticallyMasoud Sharbiani1-0/+16
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, amd_nb: Clarify F15h, model 30h GART and L3 supportAravind Gopalakrishnan1-2/+11
2013-09-26Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro2-4/+4
2013-09-26x86, smap: Handle csum_partial_copy_*_user()H. Peter Anvin2-7/+27
2013-09-14crypto: xor - Check for osxsave as well as avx in crypto/xorJohn Haxby1-2/+2
2013-09-07x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu1-2/+2
2013-08-29x86/xen: do not identity map UNUSABLE regions in the machine E820David Vrabel1-0/+22
2013-08-29x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea2-3/+5
2013-08-29Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds2-2/+2
2013-08-29x86: Don't clear olpc_ofw_header when sentinel is detectedDaniel Drake1-2/+2
2013-08-29xen/smp: initialize IPI vectors before marking CPU onlineChuck Anderson1-2/+9