summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorFilesLines
2010-03-07sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributesEric W. Biederman1-0/+1
2010-03-07Driver 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-01Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds1-3/+3
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-26perf_event, amd: Fix spinlock initializationPeter Zijlstra1-1/+1
2010-02-26perf_events, x86: Split PMU definitions into separate filesPeter Zijlstra4-1514/+1554
2010-02-26perf_events, x86: Remove superflous MSR writesPeter Zijlstra1-3/+0
2010-02-26perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra1-9/+9
2010-02-26perf_events, x86: AMD event schedulingStephane Eranian1-3/+262
2010-02-26perf_events: Add new start/stop PMU callbacksStephane Eranian1-4/+20
2010-02-18x86, cacheinfo: Enable L3 CID only on AMDBorislav Petkov1-88/+98
2010-02-18x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1Borislav Petkov1-3/+3
2010-02-16x86: Convert set_atomicity_lock to raw_spinlockThomas Gleixner1-3/+3
2010-02-15x86, mtrr: Kill over the top warnAlan Cox1-1/+1
2010-02-13x86, cpu: Print AMD virtualization features in /proc/cpuinfoJoerg Roedel1-0/+4
2010-02-10x86: Change range end to start+sizeYinghai Lu1-16/+16
2010-02-10x86: Move range related operation to one fileYinghai Lu1-165/+15
2010-02-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-1/+2
2010-02-04x86, mtrr: Remove unused mtrr/state.cBorislav Petkov2-95/+1
2010-02-04perf_events, x86: Fix bug in hw_perf_enable()Stephane Eranian1-6/+28
2010-02-04bitops: Ensure the compile time HWEIGHT is only used for suchPeter Zijlstra1-3/+7
2010-02-04perf_events, x86: Implement intel core solo/duo supportPeter Zijlstra1-72/+61
2010-02-01x86, mtrr: Constify struct mtrr_opsEmese Revfy6-10/+10
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+7
2010-01-29perf_events, x86: Remove spurious counter reset from x86_pmu_enable()Peter Zijlstra1-3/+0
2010-01-29perf_events, x86: Implement Intel Westmere supportPeter Zijlstra1-7/+117
2010-01-29perf_events, x86: Clean up hw_perf_*_all() implementationPeter Zijlstra1-45/+14
2010-01-29perf_events, x86: Fix event constraint masksPeter Zijlstra1-4/+9
2010-01-29perf_event: x86: Deduplicate the disable codePeter Zijlstra1-16/+13
2010-01-29perf, x86: Clean up event constraints code a bitIngo Molnar1-29/+8
2010-01-29perf_event: x86: Optimize x86_pmu_disable()Peter Zijlstra1-0/+1
2010-01-29perf_event: x86: Optimize the fast path a little morePeter Zijlstra1-3/+3
2010-01-29perf_event: x86: Optimize constraint weight computationPeter Zijlstra1-4/+5
2010-01-29perf_event: x86: Optimize the constraint searching bitsPeter Zijlstra1-41/+34
2010-01-29perf_event: x86: Reduce some overly long lines with some MACROsPeter Zijlstra1-31/+37
2010-01-29perf_event: x86: Clean up some of the u64/long bitmask castingPeter Zijlstra1-24/+23
2010-01-29perf_event: x86: Fixup constraints typing issuePeter Zijlstra1-3/+3
2010-01-29perf_event: x86: Allocate the fake_cpucPeter Zijlstra1-10/+19
2010-01-29perf_events: Add fast-path to the rescheduling codeStephane Eranian1-30/+61
2010-01-29perf_events, x86: Improve x86 event schedulingStephane Eranian1-215/+560
2010-01-28perf: Fix inconsistency between IP and callchain samplingAnton Blanchard1-3/+0
2010-01-28ACPI: replace acpi_integer by u64Lin Ming1-3/+3