summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-01-12seqlock: Use raw_ prefix instead of _no_lockdepJohn Stultz1-4/+4
2014-01-11x86, fpu, amd: Clear exceptions in AMD FXSAVE workaroundLinus Torvalds1-6/+7
2014-01-09ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt2-3/+3
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker41-41/+0
2014-01-05Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar24-95/+129
2014-01-04x86, boot: Move intcall() to the .inittext sectionH. Peter Anvin1-2/+2
2014-01-04x86, boot: Use .code16 instead of .code16gccDavid Woodhouse2-12/+12
2014-01-04x86, sparse: Do not force removal of __user when calling copy_to/from_user_no...Steven Rostedt1-2/+2
2014-01-03x86, cpu: Detect more TLB configurationKirill A. Shutemov3-3/+31
2014-01-03x86/efi: parse_efi_setup() build fixDave Young1-3/+2
2014-01-03x86: ksysfs.c build fixDave Young1-0/+1
2014-01-02Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-6/+5
2014-01-02KVM: nVMX: Unconditionally uninit the MMU on nested vmexitJan Kiszka1-2/+1
2013-12-30KVM: x86: Fix APIC map calculation after re-enablingJan Kiszka1-4/+4
2013-12-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2013-12-29x86/efi: Delete superfluous global variablesMatt Fleming2-18/+1
2013-12-29x86: Reserve setup_data ranges late after parsing memmap cmdlineDave Young1-2/+2
2013-12-29x86: Export x86 boot_params to sysfsDave Young2-0/+340
2013-12-29x86: Add xloadflags bit for EFI runtime support on kexecDave Young2-1/+9
2013-12-29x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young6-25/+156
2013-12-27x86: Slightly tweak the access_ok() C variant for better codeH. Peter Anvin1-3/+5
2013-12-27x86: Replace assembly access_ok() with a C variantLinus Torvalds1-11/+17
2013-12-21efi: Export EFI runtime memory mapping to sysfsDave Young1-3/+43
2013-12-21efi: Export more EFI table variables to sysfsDave Young1-0/+4
2013-12-21x86/efi: Cleanup efi_enter_virtual_mode() functionDave Young1-53/+79
2013-12-21x86/efi: Fix off-by-one bug in EFI Boot Services reservationDave Young1-1/+1
2013-12-21x86/efi: Add a wrapper function efi_map_region_fixed()Dave Young3-0/+13
2013-12-21x86/efi: Remove unused variables in __map_region()Dave Young1-5/+1
2013-12-20stackprotector: Unify the HAVE_CC_STACKPROTECTOR logic between architecturesKees Cook2-21/+4
2013-12-19x86, idle: Add memory barriers around clflush in mwait_play_dead()H. Peter Anvin1-0/+2
2013-12-19x86, idle: Use static_cpu_has() for CLFLUSH workaround, add barriersH. Peter Anvin1-1/+4
2013-12-19x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra3-46/+40
2013-12-19x86 idle: Repair large-server 50-watt idle-power regressionLen Brown1-1/+2
2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel1-2/+9
2013-12-18mm: numa: serialise parallel get_user_page against THP migrationMel Gorman1-0/+13
2013-12-18x86, realmode: Pointer walk cleanups, pull out invariant use of __pa()H. Peter Anvin1-14/+12
2013-12-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+12
2013-12-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+12
2013-12-17perf/x86: enable Haswell Celeron RAPL supportStephane Eranian1-0/+1
2013-12-16Merge tag 'v3.13-rc4' into perf/coreIngo Molnar44-358/+120
2013-12-15Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds6-17/+13
2013-12-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-55/+24
2013-12-12KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376)Gleb Natapov1-1/+4
2013-12-12KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368)Andy Honig3-53/+18
2013-12-12KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367)Andy Honig1-1/+2
2013-12-12x86/traps: Clean up error exception handler definitionsIngo Molnar1-13/+9
2013-12-11math64: Add mul_u64_u32_shr()Peter Zijlstra1-0/+1
2013-12-11sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra1-0/+11
2013-12-10x86, efi: Don't use (U)EFI time services on 32 bitMatthew Garrett1-7/+0
2013-12-10x86/UV: Fix NULL pointer dereference in uv_flush_tlb_others() if the 'nobau' ...cpw1-2/+3