aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2014-12-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-12-01x86, microcode: Limit the microcode reloading to 64-bit for nowBorislav Petkov
2014-11-26kvm: fix kvm_is_mmio_pfn() and rename to kvm_is_reserved_pfn()Ard Biesheuvel
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski
2014-11-23Merge branch 'x86-traps' (trap handling from Andy Lutomirski)Linus Torvalds
2014-11-23x86_64, traps: Rework bad_iretAndy Lutomirski
2014-11-23x86_64, traps: Stop using IST for #SSAndy Lutomirski
2014-11-23x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski
2014-11-23x86: Use $(OBJDUMP) instead of plain objdumpChris Clayton
2014-11-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-11-20x86, syscall: Fix _TIF_NOHZ handling in syscall_trace_enter_phase1Andy Lutomirski
2014-11-18x86, kaslr: Handle Gold linker for finding bss/brkKees Cook
2014-11-18x86, mm: Set NX across entire PMD at bootKees Cook
2014-11-18x86, microcode: Update BSPs microcode on resumeBorislav Petkov
2014-11-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-11-16x86-64: make csum_partial_copy_from_user() error handling consistentLinus Torvalds
2014-11-16x86: Require exact match for 'noxsave' command line optionDave Hansen
2014-11-16perf/x86/intel/uncore: Fix boot crash on SBOX PMU on Haswell-EPAndi Kleen
2014-11-16perf/x86/intel/uncore: Fix IRP uncore register offsets on Haswell EPAndi Kleen
2014-11-10Merge tag 'microcode_fixes_for_3.18' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar
2014-11-10x86, microcode, AMD: Fix ucode patch stashing on 32-bitBorislav Petkov
2014-11-10x86/core, x86/xen/smp: Use 'die_complete' completion when taking CPU downBoris Ostrovsky
2014-11-05x86, microcode: Fix accessing dis_ucode_ldr on 32-bitBorislav Petkov
2014-11-05KVM: x86: Fix uninitialized op->type for some immediate valuesNadav Amit
2014-11-04perf/x86: Fix embarrasing typoPeter Zijlstra (Intel)
2014-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-11-02KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini
2014-11-02KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka
2014-11-02KVM: x86: Fix far-jump to non-canonical checkNadav Amit
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao
2014-11-01x86, microcode, AMD: Fix early ucode loading on 32-bitBorislav Petkov
2014-10-31x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski
2014-10-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-29KVM: emulator: fix execution close to the segment limitPaolo Bonzini
2014-10-29KVM: emulator: fix error code for __linearizePaolo Bonzini
2014-10-29perf/x86/intel: Revert incomplete and undocumented Broadwell client supportIngo Molnar
2014-10-29x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui
2014-10-29ACPI, irq, x86: Return IRQ instead of GSI in mp_register_gsi()Jiang Liu
2014-10-29x86, intel-mid: Create IRQs for APB timers and RTC timersJiang Liu
2014-10-29x86: Don't enable F00F workaround on Intel Quark processorsDave Jones
2014-10-28x86/irq: Fix XT-PIC-XT-PIC in /proc/interruptsMaciej W. Rozycki
2014-10-28perf/x86: Fix compile warnings for intel_uncorePeter Zijlstra
2014-10-28perf: Fix bogus kernel printkPeter Zijlstra (Intel)
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov
2014-10-28x86, cma: Reserve DMA contiguous area after initmem_init()Weijie Yang
2014-10-24i386/audit: stop scribbling on the stack frameEric Paris
2014-10-24Merge tag 'v3.18-rc1' into x86/urgentH. Peter Anvin