summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar2015-12-1417-89/+110
|\
| * Merge branch 'for-linus-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-12-091-8/+10
| |\
| | * um: Fix fpstate handlingRichard Weinberger2015-12-081-8/+10
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-086-7/+10
| |\ \ | | |/ | |/|
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-0612-36/+54
| |\ \
| | * | x86/signal: Fix restart_syscall number for x32 tasksDmitry V. Levin2015-12-051-7/+10
| | * | x86/mpx: Fix instruction decoder conditionDave Hansen2015-12-051-3/+3
| | * | x86/mm: Fix regression with huge pages on PAEKirill A. Shutemov2015-12-046-19/+17
| | * | x86 smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-251-4/+5
| | * | x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski2015-11-241-1/+18
| | * | x86/microcode: Initialize the driver late when facilities are upBorislav Petkov2015-11-232-2/+1
| * | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-12-041-0/+12
| |\ \ \
| | * | | libnvdimm, e820: skip module loading when no type-12Dan Williams2015-11-301-0/+12
| * | | | Merge branches 'acpi-pci' and 'pm-pci'Rafael J. Wysocki2015-12-04218-4722/+8555
| |\| | |
| | * | | KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0
| | * | | Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-11-246-17/+54
| | |\| |
| | * | | KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell2015-11-181-2/+4
| | * | | KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell2015-11-181-0/+1
| | * | | KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_...Matt Gingell2015-11-181-24/+19
| | * | | KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell2015-11-181-14/+19
| * | | | x86/PCI/ACPI: Fix regression caused by commit 4d6b4e69a245Liu Jiang2015-12-021-11/+2
* | | | | perf/x86: Remove old MSR perf tracing codeAndi Kleen2015-12-061-11/+1
* | | | | x86, tracing, perf: Add trace point for MSR accessesAndi Kleen2015-12-063-0/+114
* | | | | x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2015-12-062-2/+0
* | | | | perf/x86/intel: Fix __initconst declaration in the RAPL perf driverAndi Kleen2015-12-061-1/+1
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-12-062-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf/x86/intel: Fix INTEL_FLAGS_UEVENT_CONSTRAINT_DATALA_NA macroJiri Olsa2015-12-061-1/+1
| * | | | perf/x86/intel: Make L1D_PEND_MISS.FB_FULL not constrained on HaswellYuanfang Chen2015-12-061-1/+1
* | | | | perf/x86: Handle multiple umask bits for BDW CYCLE_ACTIVITY.*Andi Kleen2015-11-232-1/+5
* | | | | perf, x86: Stop Intel PT before kdump startsTakao Indoh2015-11-231-0/+11
* | | | | perf/x86/intel/pt: Add interface to stop Intel PT loggingTakao Indoh2015-11-232-0/+19
* | | | | perf/x86: Add option to disable reading branch flags/cyclesAndi Kleen2015-11-231-2/+17
* | | | | perf/x86: Optimize stack walk user accessesAndi Kleen2015-11-231-3/+19
* | | | | x86: Add an inlined __copy_from_user_nmi() variantAndi Kleen2015-11-231-0/+9
|/ / / /
* | | | treewide: Remove old email addressPeter Zijlstra2015-11-233-3/+3
* | | | perf/x86: Fix LBR call stack save/restoreAndi Kleen2015-11-232-1/+4
* | | | perf/core: Robustify the perf_cgroup_from_task() RCU checksStephane Eranian2015-11-231-1/+1
| |_|/ |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-225-15/+53
|\ \ \
| * | | x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper2015-11-191-2/+1
| * | | x86/ftrace: Add comment on static function tracingNamhyung Kim2015-11-191-0/+6
| * | | x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han2015-11-121-1/+0
| * | | x86/fpu: Fix 32-bit signal frame handlingDave Hansen2015-11-121-6/+5
| * | | x86/mpx: Fix 32-bit address space calculationDave Hansen2015-11-121-5/+17
| * | | x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernelsDave Hansen2015-11-121-1/+24
* | | | Merge branch 'pm-tools'Rafael J. Wysocki2015-11-161-2/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86: remove unused definition of MSR_NHM_PLATFORM_INFOLen Brown2015-11-131-2/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-11-151-6/+0
|\ \ \ \
| * | | | perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macroHuang Rui2015-11-121-6/+0
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-159-16/+73
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov2015-11-072-5/+15