aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-13x86: Move is_ia32_task to asm/thread_info.h from asm/compat.hSrikar Dronamraju2-9/+12
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-6/+2
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-1/+1
2012-03-13Merge branch 'x86/x32' into x86/cleanupsIngo Molnar18-226/+244
2012-03-10xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk1-0/+1
2012-03-09x86: Use enum instead of literals for trap valuesKees Cook1-0/+25
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman6-60/+281
2012-03-08KVM: PMU: warn when pin control is set in eventsel msrGleb Natapov1-0/+1
2012-03-08KVM: x86 emulator: Allow PM/VM86 switch during task switchKevin Wolf1-0/+1
2012-03-08KVM: x86 emulator: Fix task switch privilege checksKevin Wolf2-3/+3
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa1-0/+9
2012-03-08KVM: Track TSC synchronization in generationsZachary Amsden1-3/+7
2012-03-08KVM: Dont mark TSC unstable due to S4 suspendZachary Amsden1-0/+1
2012-03-08KVM: Allow adjust_tsc_offset to be in host or guest cyclesMarcelo Tosatti1-1/+12
2012-03-08KVM: Add last_host_tsc tracking back to KVMZachary Amsden1-0/+1
2012-03-08KVM: Improve TSC offset matchingZachary Amsden1-0/+1
2012-03-08KVM: Infrastructure for software and hardware based TSC rate scalingZachary Amsden1-4/+5
2012-03-05x32: Switch to a 64-bit clock_tH. Peter Anvin1-0/+9
2012-03-05x32: Provide separate is_ia32_task() and is_x32_task() predicatesH. Peter Anvin1-1/+11
2012-03-05perf/x86: Add Intel LBR MSR definitionsStephane Eranian1-0/+7
2012-03-05KVM: x86: increase recommended max vcpus to 160Marcelo Tosatti1-1/+1
2012-03-05x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov1-0/+2
2012-03-05KVM: MMU: Remove unused kvm_pte_chainTakuya Yoshikawa1-7/+0
2012-03-05KVM: provide synchronous registers in kvm_runChristian Borntraeger1-0/+4
2012-03-05KVM: SVM: Add support for AMD's OSVW feature in guestsBoris Ostrovsky1-0/+6
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar5-57/+278
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel1-0/+8
2012-03-01x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin1-10/+18
2012-02-28x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2-63/+67
2012-02-28Merge branch 'linus' into x86/asmIngo Molnar48-1323/+883
2012-02-27x86/time: Eliminate unused irq0_irqs counterJan Beulich1-1/+0
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar2-6/+6
2012-02-23x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson1-1/+1
2012-02-23irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2-22/+0
2012-02-22x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman1-1/+1
2012-02-21x86, cpufeature: Add CPU features from Intel document 319433-012AH. Peter Anvin1-0/+3
2012-02-21x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin1-0/+2
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2-506/+526
2012-02-21i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds1-74/+4
2012-02-20x32: Handle process creationH. Peter Anvin2-6/+45
2012-02-20x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>H. Peter Anvin1-0/+5
2012-02-20x32: Handle the x32 system call flagH. Peter Anvin3-4/+21
2012-02-20x32: Add rt_sigframe_x32H. Peter Anvin1-0/+13
2012-02-20x32: Add struct ucontext_x32H. J. Lu1-0/+9
2012-02-20x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin1-0/+5
2012-02-20x86: Move some signal-handling definitions to a common headerH. Peter Anvin2-1/+19
2012-02-20x32: Generate <asm/unistd_64_x32.h>H. Peter Anvin1-0/+1
2012-02-20x32: Generate <asm/unistd_x32.h>H. Peter Anvin2-1/+7
2012-02-20x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin1-2/+0