summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-302-29/+47
|\
| * context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-072-26/+45
| * context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-072-3/+2
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-3012-266/+1770
|\ \
| * | perf/x86/intel/P4: Robistify P4 PMU typesIngo Molnar2013-04-261-5/+4
| * | perf/x86/amd: Fix AMD NB and L2I "uncore" supportJacob Shin2013-04-221-2/+3
| * | perf/x86/amd: Remove old-style NB counter support from perf_event_amd.cJacob Shin2013-04-211-133/+5
| * | perf/x86: Check all MSRs before passing hw checkGeorge Dunlap2013-04-211-11/+17
| * | perf/x86/amd: Add support for AMD NB and L2I "uncore" countersJacob Shin2013-04-212-1/+547
| * | perf/x86/intel: Add Ivy Bridge-EP uncore supportYan, Zheng2013-04-212-28/+543
| * | perf/x86/intel: Fix SNB-EP CBO and PCU uncore PMU filter managementYan, Zheng2013-04-212-59/+280
| * | perf/x86: Avoid kfree() in CPU_{STARTING,DYING}Yan, Zheng2013-04-211-3/+25
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-04-213-17/+32
| |\ \
| * \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-04-161-0/+29
| |\ \ \
| | * | | uretprobes/x86: Hijack return addressAnton Arapov2013-04-131-0/+29
| * | | | perf/x86: Add Sandy Bridge constraints for CYCLE_ACTIVITY.*Andi Kleen2013-04-101-0/+2
| * | | | kprobes/x86: Just return error for sanity check failure instead of using BUG_ONMasami Hiramatsu2013-04-081-1/+5
| * | | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2013-04-082-15/+25
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | perf/x86: Add support for PEBS Precise StoreStephane Eranian2013-04-013-2/+54
| * | | | perf/x86: Export PEBS load latency threshold register to sysfsStephane Eranian2013-04-011-0/+3
| * | | | perf/x86: Add memory profiling via PEBS Load LatencyStephane Eranian2013-04-014-10/+177
| * | | | perf/x86: Add flags to event constraintsStephane Eranian2013-04-015-7/+15
| * | | | perf/x86: Improve sysfs event mapping with event stringStephane Eranian2013-03-262-8/+29
| * | | | perf/x86: Support CPU specific sysfs eventsAndi Kleen2013-03-262-0/+35
* | | | | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-19/+2
* | | | | mkcapflags.pl: convert to mkcapflags.shRob Landley2013-04-293-50/+43
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-211-4/+16
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | perf/x86: Fix offcore_rsp valid mask for SNB/IVBStephane Eranian2013-04-161-4/+16
* | | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-201-8/+37
|\ \ \ \ \
| * | | | | x86, kdump: Change crashkernel_high/low= to crashkernel=,high/lowYinghai Lu2013-04-171-3/+3
| * | | | | x86, kdump: Retore crashkernel= to allocate under 896MYinghai Lu2013-04-171-5/+19
| * | | | | x86, kdump: Set crashkernel_low automaticallyYinghai Lu2013-04-171-3/+18
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-202-20/+36
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86, microcode: Verify the family before dispatching microcode patchingH. Peter Anvin2013-04-191-7/+31
| * | | | x86, hyperv: Handle Xen emulation of Hyper-V more gracefullyK. Y. Srinivasan2013-04-181-13/+5
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-141-12/+13
|\| | | |
| * | | | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metalBoris Ostrovsky2013-04-101-12/+13
| | |/ / | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-141-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | perf/x86: Fix uninitialized pt_regs in intel_pmu_drain_bts_buffer()Stephane Eranian2013-03-211-1/+2
| |/ /
* | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-03-241-15/+15
|\ \ \
| * | | x86, microcode_intel_early: Mark apply_microcode_early() as cpuinitH. Peter Anvin2013-03-211-2/+2
| * | | x86-32, microcode_intel_early: Fix crash with CONFIG_DEBUG_VIRTUALFenghua Yu2013-03-191-13/+13
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-03-212-1/+8
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | perf/x86: Add SNB/SNB-EP scheduling constraints for cycle_activity eventStephane Eranian2013-03-181-0/+4
| * | kprobes/x86: Check Interrupt Flag modifier when registering probeMasami Hiramatsu2013-03-181-1/+4
* | | perf,x86: fix wrmsr_on_cpu() warning on suspend/resumeLinus Torvalds2013-03-171-1/+3
* | | perf,x86: fix kernel crash with PEBS/BTS after suspend/resumeStephane Eranian2013-03-151-0/+8
|/ /
* | x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur2013-03-061-2/+8
* | x86, smpboot: Remove unused variableBorislav Petkov2013-03-051-2/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-5/+4
|\