summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2010-04-06perf, x86: Enable Nehalem-EX supportVince Weaver1-0/+1
2010-04-05Merge branch 'master' into export-slabhTejun Heo2-43/+91
2010-04-02perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernelsTorok Edwin1-5/+39
2010-04-02perf, x86: Fix AMD hotplug & constraint initializationPeter Zijlstra2-36/+52
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo18-8/+10
2010-03-22x86 / perf: Fix suspend to RAM on HP nx6325Rafael J. Wysocki1-3/+5
2010-03-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-153/+159
2010-03-17perf: Fix unexported generic perf_arch_fetch_caller_regsFrederic Weisbecker1-1/+2
2010-03-14x86/mce: Fix build bug with CONFIG_PROVE_LOCKING=y && CONFIG_X86_MCE_INTEL=yIngo Molnar1-2/+2
2010-03-14Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2010-03-14Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2010-03-14Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+8
2010-03-11perf: export perf_trace_regs and perf_arch_fetch_caller_regsXiao Guangrong1-0/+1
2010-03-11perf, x86: Fix hw_perf_enable() event assignmentPeter Zijlstra1-9/+3
2010-03-11x86: Reduce per cpu MCA boot up messagesMike Travis1-2/+2
2010-03-11x86/mce: Fix RCU lockdep splatsPaul E. McKenney1-3/+8
2010-03-10perf: Introduce new perf_fetch_caller_regs() for hot regs snapshotFrederic Weisbecker1-0/+12
2010-03-10perf, x86: Fix double enable callsPeter Zijlstra1-0/+4
2010-03-10perf, x86: Fix double disable callsPeter Zijlstra1-1/+2
2010-03-10perf, x86: Properly account n_addedPeter Zijlstra1-2/+2
2010-03-10perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)Peter Zijlstra2-15/+7
2010-03-10perf, x86: Fix x86_pmu_startPeter Zijlstra1-13/+10
2010-03-10perf, x86: Use unlocked bitopsPeter Zijlstra3-6/+5
2010-03-10perf, x86: Change x86_pmu.{enable,disable} calling conventionPeter Zijlstra3-33/+38
2010-03-10perf, x86: Remove superfluous arguments to x86_perf_event_update()Peter Zijlstra2-13/+8
2010-03-10perf, x86: Remove superfluous arguments to x86_perf_event_set_period()Peter Zijlstra2-9/+8
2010-03-10perf, x86, Do not user perf_disable from NMI contextPeter Zijlstra1-6/+5
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra3-64/+71
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra2-6/+3
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar19-430/+891
2010-03-08sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+1
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds3-0/+635
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2-2/+2
2010-03-05x86: fix mtrr missing kernel-docRandy Dunlap1-0/+1
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-179/+29
2010-03-02perf_events, x86: Fixup fixed counter constraintsPeter Zijlstra2-17/+39
2010-03-02perf, x86: Restrict the ANY flagPeter Zijlstra1-0/+3
2010-03-02x86: Fix sched_clock_cpu for systems with unsynchronized TSCDimitri Sivanich1-1/+2
2010-03-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds1-3/+3
2010-03-01perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter3-9/+9
2010-02-28Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-14/+14
2010-02-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-94/+160
2010-02-28Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-95/+1
2010-02-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-41/+43
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-1331/+2078
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker3-691/+2
2010-02-26perf_event, amd: Fix spinlock initializationPeter Zijlstra1-1/+1
2010-02-26perf_events, x86: Split PMU definitions into separate filesPeter Zijlstra4-1514/+1554