summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | perf/x86/intel: Support full width countingAndi Kleen2013-06-262-0/+12
| * | | | | | x86: Add NMI duration tracepointsDave Hansen2013-06-231-2/+7
| * | | | | | perf: Drop sample rate when sampling is too slowDave Hansen2013-06-231-1/+11
| * | | | | | x86: Warn when NMI handlers take large amounts of timeDave Hansen2013-06-231-1/+28
| * | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-06-201-4/+10
| |\ \ \ \ \ \
| * | | | | | | perf/x86/intel: Add mem-loads/stores support for HaswellAndi Kleen2013-06-193-7/+41
| * | | | | | | perf/x86/intel: Support Haswell/v4 LBR formatAndi Kleen2013-06-191-5/+51
| * | | | | | | perf/x86/intel: Move NMI clearing to end of PMI handlerAndi Kleen2013-06-192-8/+13
| * | | | | | | perf/x86/intel: Add Haswell PEBS supportAndi Kleen2013-06-193-2/+42
| * | | | | | | perf/x86/intel: Add simple Haswell PMU supportAndi Kleen2013-06-192-2/+88
| * | | | | | | perf/x86/intel: Add Haswell PEBS record supportAndi Kleen2013-06-192-22/+91
| * | | | | | | perf/x86/intel: Fix sparse warningYan, Zheng2013-06-191-1/+1
| * | | | | | | perf/x86/amd: AMD IOMMU Performance Counter PERF uncore PMU implementationSuravee Suthikulpanit2013-06-193-0/+548
| * | | | | | | perf/x86: Only print PMU state when also WARN()'ingDave Hansen2013-06-191-2/+6
| * | | | | | | perf/x86: Reduce stack usage of x86_schedule_events()Andrew Hunter2013-06-193-18/+22
| * | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-06-191-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | perf/x86/amd: Rework AMD PMU init codePeter Zijlstra2013-05-281-17/+17
| * | | | | | | | perf/x86: Check branch sampling priv level in generic codeStephane Eranian2013-05-281-10/+3
| * | | | | | | | perf/x86/intel: Prevent some shift wrapping bugs in the Intel uncore driverDan Carpenter2013-05-282-4/+4
| * | | | | | | | x86/signals: Merge EFLAGS bit clearing into a single statementJiri Olsa2013-05-281-7/+3
| * | | | | | | | x86/signals: Clear RF EFLAGS bit for signal handlerJiri Olsa2013-05-281-0/+6
| * | | | | | | | x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa2013-05-281-6/+0
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-261-4/+10
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | kprobes: Fix arch_prepare_kprobe to handle copy insn failuresMasami Hiramatsu2013-06-201-4/+10
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-06-212-4/+5
|\ \ \ \ \ \
| * | | | | | x86: Fix trigger_all_cpu_backtrace() implementationMichel Lespinasse2013-06-201-0/+1
| * | | | | | x86, mtrr: Fix original mtrr range get for mtrr_cleanupYinghai Lu2013-06-181-4/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-06-211-0/+1
|\ \ \ \ \ \
| * | | | | | x86: kvmclock: zero initialize pvclock shared memory areaIgor Mammedov2013-06-191-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-06-201-4/+4
|\ \ \ \ \ \
| * | | | | | sched/x86: Construct all sibling maps if smtAndrew Jones2013-05-311-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-201-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | perf/x86: Fix broken PEBS-LL support on SNB-EP/IVB-EPStephane Eranian2013-06-191-1/+1
| |/ / / /
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-06-201-12/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | idle: Add the stack canary init to cpu_startup_entry()Thomas Gleixner2013-06-111-12/+0
| |/ / /
* | / / x86: Fix typo in kexec register clearingKees Cook2013-06-131-1/+1
| |/ / |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-312-11/+9
|\ \ \ | |/ / |/| |
| * | x86: Allow FPU to be used at interrupt time even with eagerfpuPekka Riikonen2013-05-311-9/+5
| * | x86-64, init: Fix a possible wraparound bug in switchover in head_64.SZhang Yanfei2013-05-291-2/+4
* | | x86: Fix bit corruption at CPU resume timeLinus Torvalds2013-05-201-1/+1
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-152-5/+5
|\ \ | |/ |/|
| * x86/microcode: Add local mutex to fix physical CPU hot-add deadlockKonrad Rzeszutek Wilk2013-05-091-2/+3
| * x86: Fix idle consolidation falloutThomas Gleixner2013-05-071-3/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-24/+14
|\ \
| * | x86, vm86: fix VM86 syscalls: use SYSCALL_DEFINEx(...)Alexander van Heukelum2013-05-031-24/+14
* | | Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-061-0/+20
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'iommu/fixes', 'x86/vt-d', 'x86/amd', 'ppc/pamu', 'core' and '...Joerg Roedel2013-05-027-60/+119
| |\ \ \ \ \
| * | | | | | iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman2013-04-181-0/+20
* | | | | | | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-054-1/+39
|\ \ \ \ \ \ \
| * | | | | | | KVM: VMX: Register a new IPI for posted interruptYang Zhang2013-04-163-0/+31