summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-304-10/+38
|\
| * x86: Move is_ia32_task to asm/thread_info.h from asm/compat.hSrikar Dronamraju2012-03-132-9/+12
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-131-1/+1
| * Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-1318-226/+244
| |\
| * | x86: Use enum instead of literals for trap valuesKees Cook2012-03-101-0/+25
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-3018-226/+244
|\ \ \
| * | | x32: Fix alignment fail in struct compat_siginfoH. Peter Anvin2012-03-141-2/+2
| | |/ | |/|
| * | x32: Switch to a 64-bit clock_tH. Peter Anvin2012-03-061-0/+9
| * | x32: Provide separate is_ia32_task() and is_x32_task() predicatesH. Peter Anvin2012-03-061-1/+11
| * | x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-011-10/+18
| * | x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin2012-02-211-0/+2
| * | x32: Handle process creationH. Peter Anvin2012-02-202-6/+45
| * | x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>H. Peter Anvin2012-02-201-0/+5
| * | x32: Handle the x32 system call flagH. Peter Anvin2012-02-203-4/+21
| * | x32: Add rt_sigframe_x32H. Peter Anvin2012-02-201-0/+13
| * | x32: Add struct ucontext_x32H. J. Lu2012-02-201-0/+9
| * | x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2012-02-201-0/+5
| * | x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-202-1/+19
| * | x32: Generate <asm/unistd_64_x32.h>H. Peter Anvin2012-02-201-0/+1
| * | x32: Generate <asm/unistd_x32.h>H. Peter Anvin2012-02-202-1/+7
| * | x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin2012-02-201-2/+0Star
| * | x32: Add a thread flag for x32 processesH. Peter Anvin2012-02-201-0/+2
| * | x86-64: Add prototype for old_rsp to a header fileH. J. Lu2012-02-201-0/+6
| * | x32: Create posix_types_x32.hH. Peter Anvin2012-02-203-1/+23
| * | x86-64: Use explicit sizes in sigcontext.h, prepare for x32H. Peter Anvin2012-02-201-27/+30
| * | x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-203-5/+7
| * | x86: Use generic posix_types.hH. Peter Anvin2012-02-142-169/+12Star
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-294-1/+16
|\ \ \
| * | | x86/ioapic: Add io_apic_ops driver layer to allow interceptionJeremy Fitzhardinge2012-03-281-0/+9
| * | | x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger2012-03-261-0/+1
| * | | x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold2012-03-232-1/+6
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-291-7/+10
|\ \ \ \
| * | | | x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski2012-03-241-6/+9
| * | | | x86: vdso: Use seqcount instead of seqlockThomas Gleixner2012-03-161-1/+1
* | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2920-536/+544
|\ \ \ \ \
| * | | | | Delete all instances of asm/system.hDavid Howells2012-03-281-6/+0Star
| * | | | | Move all declarations of free_initmem() to linux/mm.hDavid Howells2012-03-281-1/+0Star
| * | | | | Disintegrate asm/system.h for X86David Howells2012-03-2819-534/+549
* | | | | | 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