summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-132-13/+47
|\
| * sched/x86: Fix up typo in topology detectionDave Hansen2014-10-031-1/+1
| * x86, sched: Add new topology for multi-NUMA-node CPUsDave Hansen2014-09-241-9/+46
| * sched: Add helper for task stack page overrun checkingAaron Tomlin2014-09-191-3/+1
| * init/main.c: Give init_task a canaryAaron Tomlin2014-09-191-2/+1
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-1312-3638/+4588
|\ \
| * | perf/x86: Tone down kernel messages when the PMU check fails in a virtual env...Wei Huang2014-10-031-1/+2
| * | perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen2014-10-031-0/+4
| * | perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian2014-09-241-18/+51
| * | perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen2014-09-241-1/+1
| * | perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...Andi Kleen2014-09-241-2/+9
| * | perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng2014-09-241-8/+11
| * | perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng2014-09-243-2/+615
| * | perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen2014-09-241-2/+2
| * | perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen2014-09-243-0/+29
| * | perf/x86/intel: Add Broadwell core supportAndi Kleen2014-09-241-0/+150
| * | perf/x86/intel: Document all Haswell modelsAndi Kleen2014-09-241-4/+4
| * | perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen2014-09-241-1/+0
| * | perf/x86: Fix section mismatch in split uncore driverAndi Kleen2014-09-091-1/+1
| * | perf/x86/intel: Mark initialization code as suchMathias Krause2014-09-092-5/+5
| * | Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-0916-29/+82
| |\|
| * | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2014-08-2497-1408/+3552
| |\ \
| * | | perf/x86/uncore: Rename IvyTown to IvyBridge-EPPeter Zijlstra2014-08-133-176/+176
| * | | perf/x86/uncore: Export basic memory events for IVT IMC PMUStephane Eranian2014-08-131-0/+1
| * | | perf/x86: Clean up __intel_pmu_pebs_event() codeStephane Eranian2014-08-131-44/+37
| * | | perf/x86: Fix data source encoding issues for load latency/precise storeStephane Eranian2014-08-131-4/+7
| * | | perf/x86: Don't mark DataLA addresses as storeAndi Kleen2014-08-131-1/+1
| * | | perf/x86: Revamp PEBS event selectionAndi Kleen2014-08-133-78/+85
| * | | perf/x86: Fix :pp without LBRAndi Kleen2014-08-131-1/+1
| * | | perf/x86: Use extended offcore mask on HaswellAndi Kleen2014-08-131-1/+1
| * | | perf/x86/uncore: Fix coccinelle warningsFengguang Wu2014-08-131-3/+3
| * | | perf/x86/uncore: move NHM-EX/WSM-EX specific code to seperate fileYan, Zheng2014-08-134-1219/+1227
| * | | perf/x86/uncore: Move SNB/IVB-EP specific code to seperate fileYan, Zheng2014-08-134-1619/+1655
| * | | perf/x86/uncore: Move NHM/SNB/IVB specific code to seperate fileYan, Zheng2014-08-134-573/+620
| * | | perf/x86/uncore: Declare some functions and variablesYan, Zheng2014-08-132-83/+98
| * | | perf/x86/intel: Update Intel modelsPeter Zijlstra2014-08-131-25/+26
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-135-177/+2
|\ \ \ \
| * | | | locking/rwlock, x86: Delete unused asm/rwlock.h and rwlock.SWaiman Long2014-09-103-94/+0
| * | | | locking/rwlock, x86: Clean up asm/spinlock*.h to remove old rwlock codeWaiman Long2014-09-102-83/+2
| |/ / /
* | | | Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-132-17/+2
|\ \ \ \
| * | | | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-032-2/+2
| * | | | locking,x86: Kill atomic_or_long()Peter Zijlstra2014-08-141-15/+0
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-16/+5
|\ \ \ \
| * | | | handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-16/+5
* | | | | Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-10-1214-165/+424
|\ \ \ \ \
| * | | | | x86/xen: Set EFER.NX and EFER.SCE in PVH guestsMukesh Rathor2014-10-064-11/+67
| * | | | | xen: eliminate scalability issues from initrd handlingJuergen Gross2014-10-032-2/+10
| * | | | | x86: remove the Xen-specific _PAGE_IOMAP PTE flagDavid Vrabel2014-09-235-12/+7
| * | | | | x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappingsDavid Vrabel2014-09-231-44/+4
| * | | | | x86: skip check for spurious faults for non-present faultsDavid Vrabel2014-09-231-2/+20