summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2013-09-09xen/spinlock: Fix locking path engaging too soon under PVHVM.Konrad Rzeszutek Wilk
2013-09-09Merge tag 'v3.11-rc7' into stable/for-linus-3.12Konrad Rzeszutek Wilk
2013-09-09Merge branch 'x86/spinlocks' of git://git.kernel.org/pub/scm/linux/kernel/git...Konrad Rzeszutek Wilk
2013-09-09xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disable...Boris Ostrovsky
2013-08-22x86 get_unmapped_area: Access mmap_legacy_base through mm_struct memberRadu Caragea
2013-08-22Revert "x86 get_unmapped_area(): use proper mmap base for bottom-up direction"Linus Torvalds
2013-08-21Merge tag 'stable/for-linus-3.11-rc6-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2013-08-20xen/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao
2013-08-20xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini
2013-08-20xen/smp: initialize IPI vectors before marking CPU onlineChuck Anderson
2013-08-20x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel
2013-08-20x86/xen: disable premption when enabling local irqsDavid Vrabel
2013-08-20x86/xen: do not identity map UNUSABLE regions in the machine E820David Vrabel
2013-08-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-08-19x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a...Raghavendra K T
2013-08-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-08-14kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri
2013-08-14Merge tag 'amd_ucode_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2013-08-13x86 get_unmapped_area(): use proper mmap base for bottom-up directionRadu Caragea
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov
2013-08-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-08-13sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2013-08-12x86, microcode, AMD: Fix early microcode loadingTorsten Kaiser
2013-08-12x86, microcode, AMD: Make cpu_has_amd_erratum() use the correct struct cpuinf...Torsten Kaiser
2013-08-12perf/x86: Add Haswell ULT model number used in Macbook Air and other systemsAndi Kleen
2013-08-09x86: Don't clear olpc_ofw_header when sentinel is detectedDaniel Drake
2013-08-09xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()David Vrabel
2013-08-09xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk
2013-08-09kvm guest: Add configuration support to enable debug information for KVM GuestsSrivatsa Vaddagiri
2013-08-09kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapiRaghavendra K T
2013-08-09xen, pvticketlock: Allow interrupts to be enabled while blockingJeremy Fitzhardinge
2013-08-09x86, ticketlock: Add slowpath logicJeremy Fitzhardinge
2013-08-09x86, pvticketlock: When paravirtualizing ticket locks, increment by 2Jeremy Fitzhardinge
2013-08-09x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge
2013-08-09xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocksJeremy Fitzhardinge
2013-08-09xen, pvticketlock: Xen implementation for PV ticket locksJeremy Fitzhardinge
2013-08-09xen: Defer spinlock setup until boot CPU setupJeremy Fitzhardinge
2013-08-09x86, ticketlock: Collapse a layer of functionsJeremy Fitzhardinge
2013-08-09x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocksRaghavendra K T
2013-08-09x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge
2013-08-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-08-05Merging v3.10-rc2 as I need to apply a fix forStefano Stabellini
2013-08-05perf/x86: Fix intel QPI uncore event definitionsVince Weaver
2013-08-02Merge tag 'please-pull-fix-mce-regression' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2013-07-31arch/x86/platform/ce4100/ce4100.c: include reboot.hAndrew Morton
2013-07-31x86, amd, microcode: Fix error path in apply_microcode_amd()Torsten Kaiser
2013-07-30Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar
2013-07-29x86/mce: Fix mce regression from recent cleanupTony Luck
2013-07-26x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.dazH.J. Lu