summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-311-1/+1
* x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-312-5/+2
* x86/vm86: Move the vm86 IRQ definitions to vm86.hIngo Molnar2015-07-312-11/+14
* x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-312-6/+11
* x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-311-24/+1
* x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-311-8/+8
* x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-312-9/+21
* x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-312-7/+23
* Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-3111-109/+102
|\
| * x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-313-22/+50
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-182-37/+45
| |\
| | * x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-182-37/+45
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-181-1/+1
| |\ \
| | * | x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra2015-07-101-1/+1
| * | | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
| | |/ | |/|
| * | Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-161-27/+0
| |\ \
| | * | intel_pmc_ipc: Update kerneldoc formattingqipeng.zha2015-07-091-27/+0
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-151-0/+2
| |\ \
| | * | KVM: count number of assigned devicesPaolo Bonzini2015-07-101-0/+2
| | |/
| * | x86/espfix: Add 'cpu' parameter to init_espfix_ap()Zhu Guihua2015-07-061-1/+1
| * | x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-061-6/+2
| |/
* | x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-211-1/+1
* | x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-211-2/+0
* | x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski2015-07-071-10/+0
* | x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-071-2/+2
* | x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-071-0/+1
* | x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-061-1/+1
* | x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2015-07-061-2/+2
* | x86/compat: Move ucontext_x32 to sigframe.hBrian Gerst2015-07-062-9/+10
* | x86/compat: Make mmap_is_ia32() common compatBrian Gerst2015-07-061-8/+3
* | x86/asm/tsc: Save an instruction in DECLARE_ARGS usersGeorge Spelvin2015-07-061-4/+3
* | x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski2015-07-061-11/+0
* | x86/asm/tsc, x86/kvm: Drop open-coded barrier and use rdtsc_ordered() in kvmc...Andy Lutomirski2015-07-061-8/+2
* | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-061-0/+26
* | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-064-4/+13
* | x86/asm/tsc: Remove rdtscl()Andy Lutomirski2015-07-061-3/+0
* | x86/asm/tsc: Remove the rdtscp() and rdtscpll() macrosAndy Lutomirski2015-07-061-9/+0
* | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-062-7/+1
* | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-063-44/+8
* | x86/asm/tsc, kvm: Remove vget_cycles()Andy Lutomirski2015-07-061-13/+0
* | x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2015-07-064-8/+6
|/
* Merge tag 'platform-drivers-x86-v4.2-2' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-051-0/+82
|\
| * intel_pmc_ipc: Add Intel Apollo Lake PMC IPC driverqipeng.zha2015-06-291-0/+82
* | KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-031-1/+1
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-292-0/+78
|\ \
| * | arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-262-0/+78
* | | Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-261-1/+1
|\ \ \
| * \ \ Merge 4.1-rc7 into tty-nextGreg Kroah-Hartman2015-06-083-3/+16
| |\ \ \
| * \ \ \ Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman2015-05-183-2/+7
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | serial: 8250: remove Kconfig indirectionValentin Rothberg2015-05-061-1/+1
OpenPOWER on IntegriCloud