summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-07-223-16/+0
|\
| * smp: Remove num_booting_cpus()Thomas Gleixner2012-06-051-5/+0
| * x86-smp-remove-call-to-ipi_call_lock-ipi_call_unlockYong Zhang2012-06-052-11/+0
* | Merge branch 'linus' into perf/coreIngo Molnar2012-07-182-4/+38
|\ \
| * | vsyscall_64: add missing ifdef CONFIG_SECCOMPWill Drewry2012-07-141-0/+4
| * | x86/vsyscall: allow seccomp filter in vsyscall=emulateWill Drewry2012-07-131-4/+31
| * | KVM: MMU: fix shrinking page from the empty mmuXiao Guangrong2012-07-031-0/+3
* | | perf/x86: Fix intel_perfmon_event_mapformattingPekka Enberg2012-07-061-8/+8
* | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-07-061-11/+1
|\ \ \
| * | | tracing/kvm: Use __print_hex() for kvm_emulate_insn tracepointNamhyung Kim2012-06-281-11/+1
* | | | perf/x86: Uncore filter support for SandyBridge-EPYan, Zheng2012-07-052-46/+206
* | | | perf/x86: Detect number of instances of uncore CBoxYan, Zheng2012-07-051-1/+6
* | | | perf/x86: Fix event constraint for SandyBridge-EP C-BoxYan, Zheng2012-07-051-1/+1
* | | | perf/x86: Use 0xff as pseudo code for fixed uncore eventYan, Zheng2012-07-052-3/+3
* | | | perf/x86: Save a few bytes in 'struct x86_pmu'Peter Zijlstra2012-07-051-2/+5
* | | | perf/x86: Add a microcode revision check for SNB-PEBSPeter Zijlstra2012-07-055-14/+74
* | | | perf/x86: Improve debug output in check_hw_exists()Robert Richter2012-07-051-3/+5
* | | | perf/x86/amd: Unify AMD's generic and family 15h pmusRobert Richter2012-07-053-61/+49
* | | | perf/x86: Move Intel specific code to intel_pmu_init()Robert Richter2012-07-052-32/+35
* | | | perf/x86: Rename Intel specific macrosRobert Richter2012-07-057-51/+50
* | | | Merge branch 'x86/microcode' into perf/coreIngo Molnar2012-07-051-11/+43
|\ \ \ \
| * | | | x86, microcode: Make reload interface per systemBorislav Petkov2012-07-011-8/+28
| * | | | x86, microcode: Sanitize per-cpu microcode reloading interfaceBorislav Petkov2012-07-011-7/+19
| | |/ / | |/| |
* | | | Merge branch 'x86/cpu' into perf/coreIngo Molnar2012-07-0515-115/+65
|\ \ \ \
| * | | | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin2012-06-078-21/+21
| * | | | x86, cpu, amd: Deprecate AMD-specific MSR variantsBorislav Petkov2012-06-072-27/+33
| * | | | x86, cpu, amd: Fix crash as Xen Dom0 on AMD Trinity systemsAndre Przywara2012-06-071-2/+2
| * | | | x86, cpu: Fix show_msr MSR accessing functionBorislav Petkov2012-06-071-1/+1
| * | | | x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara2012-06-077-91/+35
| | |_|/ | |/| |
* | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-07-0521-63/+136
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf/x86: Fix USER/KERNEL tagging of samplesPeter Zijlstra2012-07-051-1/+1
| | |/ | |/|
| * | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-06-302-11/+24
| |\ \
| | | \
| | | \
| | | \
| | | \
| | *---. \ Merge branches 'acpi_pad-bugzilla-42981', 'apei-bugzilla-43282', 'video-bugzi...Len Brown2012-06-30280-5478/+7564
| | |\ \ \ \
| | | | | * | ACPI, x86: fix Dell M6600 ACPI reboot regression via DMIZhang Rui2012-06-051-0/+8
| | | | | |/
| | | | * | ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overridingFeng Tang2012-06-111-0/+8
| | | | * | ACPI: Remove one board specific WARN when ignoring timer overridingFeng Tang2012-06-111-5/+0
| | | | * | ACPI: Make acpi_skip_timer_override cover all source_irq==0 casesFeng Tang2012-06-111-6/+8
| | | |/ /
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-06-296-14/+27
| |\ \ \ \
| | * | | | x86, cpufeature: Remove stray %s, add -w to mkcapflags.plH. Peter Anvin2012-06-261-2/+2
| | * | | | x86, cpufeature: Catch duplicate CPU feature stringsH. Peter Anvin2012-06-251-5/+18
| | * | | | x86, cpufeature: Rename X86_FEATURE_DTS to X86_FEATURE_DTHERMH. Peter Anvin2012-06-252-2/+2
| | * | | | x86: Fix kernel-doc warningsWanpeng Li2012-06-182-5/+5
| | * | | | x86, compat: Use test_thread_flag(TIF_IA32) in compat signal deliverySuresh Siddha2012-06-141-1/+1
| * | | | | Merge tag 'driver-core-3.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-06-201-8/+5
| |\ \ \ \ \
| | * | | | | kmsg - kmsg_dump() use iterator to receive log buffer contentKay Sievers2012-06-151-8/+5
| | | |_|/ / | | |/| | |
| * | | | | thp: avoid atomic64_read in pmd_read_atomic for 32bit PAEAndrea Arcangeli2012-06-201-13/+17
| * | | | | Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2012-06-151-1/+2
| |\ \ \ \ \
| | * | | | | x86: dma-mapping: fix broken allocation when dma_mask has been providedMarek Szyprowski2012-06-141-1/+2
| | |/ / / /
| * | | | | Merge tag 'stable/for-linus-3.5-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-06-153-1/+46
| |\ \ \ \ \
| | * | | | | xen: mark local pages as FOREIGN in the m2p_overrideStefano Stabellini2012-06-141-0/+36