summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/compat: Separate ia32 and x32 compat ABIsBrian Gerst2015-07-061-1/+1
* x86/compat: Clean up HAVE_UID16 configBrian Gerst2015-07-061-2/+1
* x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compatBrian Gerst2015-07-061-1/+1
* x86/compat: Remove unneeded #includeBrian Gerst2015-07-061-1/+0
* x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst2015-07-061-1/+1
* x86/compat: Check for both 32-bit compat and x32 in get_gate_vma()Brian Gerst2015-07-061-1/+1
* x86/compat: Don't build the 32-bit VDSO if not neededBrian Gerst2015-07-063-6/+9
* x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst2015-07-061-64/+74
* x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2015-07-062-4/+4
* 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/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2015-07-063-93/+96
* x86/asm/tsc: Save an instruction in DECLARE_ARGS usersGeorge Spelvin2015-07-061-4/+3
* x86/asm/tsc: Remove rdtsc_barrier()Andy Lutomirski2015-07-062-24/+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: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski2015-07-061-1/+1
* x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...Andy Lutomirski2015-07-061-8/+6
* x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-065-40/+34
* x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-0619-40/+49
* x86/asm/tsc: Remove rdtscl()Andy Lutomirski2015-07-061-3/+0
* x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski2015-07-061-3/+3
* x86/asm/tsc: Use the full 64-bit TSC in delay_tsc()Andy Lutomirski2015-07-061-4/+4
* 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-0612-24/+18
* x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-066-51/+8
* x86/asm/tsc, kvm: Remove vget_cycles()Andy Lutomirski2015-07-062-14/+1
* x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2015-07-067-17/+9
* x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko2015-07-062-8/+5
* 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
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-046-12/+25
|\ \
| * | kvm: add hyper-v crash msrs valuesAndrey Smetanin2015-07-031-0/+11
| * | KVM: x86: remove data variable from kvm_get_msr_commonNicolas Iooss2015-07-031-3/+1
| * | KVM: x86: keep track of LVT0 changes under APICvRadim Krčmář2015-07-032-6/+9
| * | KVM: x86: properly restore LVT0Radim Krčmář2015-07-031-0/+1
| * | KVM: x86: make vapics_in_nmi_mode atomicRadim Krčmář2015-07-033-4/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-043-8/+8
|\ \ \
| * | | x86/fpu: Fix boot crash in the early FPU codeIngo Molnar2015-07-041-3/+4
| * | | Merge branch 'x86/boot' into x86/urgentIngo Molnar2015-06-301-4/+3
| |\ \ \
| | * | | x86/boot/setup: Clean up the e820_reserve_setup_data() codeWei Yang2015-06-051-4/+3
| * | | | x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar2015-06-301-1/+1
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-041-23/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | perf/x86: Fix 'active_events' imbalancePeter Zijlstra2015-06-301-23/+13
| |/ / /
* | | | Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-021-1/+1
|\ \ \ \
| * | | | x86: replace __init_or_module with __init in non-modular vsmp_64.cPaul Gortmaker2015-06-161-1/+1
* | | | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-023-5/+3
|\ \ \ \ \
| * | | | | x86: perf_event_intel_pt.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1
| * | | | | x86: perf_event_intel_bts.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1
| * | | | | x86: don't use module_init for non-modular core bootflag codePaul Gortmaker2015-06-161-1/+1
| |/ / / /
* | | | | Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-022-3/+2
|\ \ \ \ \
OpenPOWER on IntegriCloud