summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-286-21/+60
|\ \ \ \ \ \
| * | | | | | x86: kvmclock: abstract save/restore sched_clock_stateMarcelo Tosatti2012-03-202-2/+6
| * | | | | | KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov2012-03-081-0/+1
| * | | | | | KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf2012-03-081-0/+1
| * | | | | | KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2012-03-082-3/+3
| * | | | | | KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-081-0/+9
| * | | | | | KVM: Track TSC synchronization in generationsZachary Amsden2012-03-081-3/+7
| * | | | | | KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden2012-03-081-0/+1
| * | | | | | KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti2012-03-081-1/+12
| * | | | | | KVM: Add last_host_tsc tracking back to KVMZachary Amsden2012-03-081-0/+1
| * | | | | | KVM: Improve TSC offset matchingZachary Amsden2012-03-081-0/+1
| * | | | | | KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden2012-03-081-4/+5
| * | | | | | KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti2012-03-051-1/+1
| * | | | | | x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov2012-03-051-0/+2
| * | | | | | KVM: MMU: Remove unused kvm_pte_chainTakuya Yoshikawa2012-03-051-7/+0
| * | | | | | KVM: provide synchronous registers in kvm_runChristian Borntraeger2012-03-051-0/+4
| * | | | | | KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky2012-03-051-0/+6
* | | | | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-243-63/+68
|\ \ \ \ \ \ \
| * | | | | | | BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1
| * | | | | | | x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2012-02-282-63/+67
| |/ / / / / /
* | | | | | | Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-231-3/+7
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | kgdb: x86: Return all segment registers also in 64-bit modeJan Kiszka2012-03-221-3/+7
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-221-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk2012-03-101-0/+1
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-222-2/+8
|\ \ \ \ \ \
| * | | | | | x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman2012-03-141-0/+6
| * | | | | | Merge tag 'v3.3-rc7' into x86/platformIngo Molnar2012-03-148-62/+284
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | x86/mid: Remove Intel MoorestownAlan Cox2012-01-261-2/+2
* | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2012-03-141-1/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman2012-02-221-1/+1
* | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-222-580/+530
|\ \ \ \ \ \ \ \
| * | | | | | | | i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2012-02-212-506/+526
| * | | | | | | | i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds2012-02-211-74/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson2012-02-231-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-221-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu2012-02-121-0/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | |
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
| \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for...Linus Torvalds2012-03-221-0/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | / / / | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | x86, cpufeature: Add CPU features from Intel document 319433-012AH. Peter Anvin2012-02-211-0/+3
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-222-67/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: atomic64 assembly improvementsJan Beulich2012-01-201-3/+2
| * | | | | | | | x86: Adjust asm constraints in atomic64 wrappersJan Beulich2012-01-202-67/+86
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-222-3/+2
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into x86/asmIngo Molnar2012-02-2848-1323/+883
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | x86/spinlocks: Eliminate TICKET_MASKJan Beulich2012-02-072-3/+2
* | | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-212-22/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2012-02-232-22/+0
* | | | | | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | highmem: kill all __kmap_atomic()Cong Wang2012-03-201-1/+1
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
OpenPOWER on IntegriCloud