aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-187-65/+252
|\
| * sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2012-04-131-6/+2
| * KVM: x86: fix missing checks in syscall emulationStephan Bärwolf2012-04-021-0/+13
| * KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"Stephan Bärwolf2012-04-021-0/+3
| * i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-291-17/+93
| * i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-293-24/+23
| * i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-291-19/+0
| * i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-291-1/+0
| * i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-291-20/+55
| * i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds2012-02-291-3/+6
| * i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-291-0/+42
| * i387: fix sense of sanity checkLinus Torvalds2012-02-291-1/+1
| * i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-291-8/+46
| * i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-291-1/+1
| * x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson2012-02-031-2/+2
| * x86/PCI: amd: factor out MMCONFIG discoveryBjorn Helgaas2012-01-251-0/+2
* | samsung update 1codeworkx2012-06-021-7/+0
|/
* sched, x86: Avoid unnecessary overflow in sched_clockSalman Qazi2011-12-091-1/+22
* apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatchesJan Beulich2011-11-111-1/+1
* x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner2011-11-112-3/+35
* xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-291-2/+2
* x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIASLen Brown2011-08-041-0/+3
* x86-32, NUMA: Fix boot regression caused by NUMA init unification on highmem ...Tejun Heo2011-07-011-0/+2
* watchdog: Intel SCU Watchdog: Fix build and remove duplicate codeJesper Juhl2011-06-281-1/+1
* Fix node_start/end_pfn() definition for mm/page_cgroup.cKAMEZAWA Hiroyuki2011-06-272-14/+0
* Merge branch 'kvm-updates/3.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-06-201-2/+7
|\
| * KVM: Fix register corruption in pvclock_scale_deltaZachary Amsden2011-06-191-2/+7
* | x86, efi: Do not reserve boot services regions within reserved areasMaarten Lankhorst2011-06-181-1/+1
|/
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-05-293-4/+4
|\
| * x86 idle: clarify AMD erratum 400 workaroundLen Brown2011-05-293-4/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-286-486/+1345
|\ \
| * | x86, asm: Clean up desc.h a bitIngo Molnar2011-05-271-76/+76
| * | Merge branch 'linus' into x86/urgentIngo Molnar2011-05-261-22/+2
| |\ \
| * | | x86: Reorder mm_context_t to remove x86_64 alignment padding and thus shrink ...Richard Kennedy2011-05-251-2/+2
| * | | x86, UV: Clean up uv_tlb.cCliff Wickman2011-05-251-203/+351
| * | | x86, UV: Add support for SGI UV2 hub chipJack Steiner2011-05-253-207/+918
| * | | x86, cpufeature: Update CPU feature RDRND to RDRANDKees Cook2011-05-241-1/+1
* | | | Merge branch 'setns'Linus Torvalds2011-05-282-1/+4
|\ \ \ \
| * | | | ns: Wire up the setns system callEric W. Biederman2011-05-282-1/+4
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-272-7/+0
|\ \ \ \
| * | | | PM / Hibernate: Remove arch_prepare_suspend()Rafael J. Wysocki2011-05-242-7/+0
* | | | | kgdbts: unify/generalize gdb breakpoint adjustmentMike Frysinger2011-05-261-0/+1
* | | | | x86: convert to asm-generic ptrace.hMike Frysinger2011-05-261-13/+5
* | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-265-26/+58
|\ \ \ \ \
| * | | | | x86-64: Move vread_tsc into a new file with sensible optionsAndy Lutomirski2011-05-241-0/+4
| * | | | | x86-64: Clean up vdso/kernel shared variablesAndy Lutomirski2011-05-244-26/+54
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-261-0/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | xen: cleancache shim to Xen Transcendent MemoryDan Magenheimer2011-05-261-0/+7
* | | | | | x86: remove 32-bit versions of readq()/writeq()Roland Dreier2011-05-251-22/+2
| |_|_|/ / |/| | | |
* | | | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+6
|\ \ \ \ \