summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | x86/apic: Wire up single IPI for apic_numachipThomas Gleixner2015-11-051-0/+2
| | * | | | | x86/apic: Wire up single IPI for x2apic_uvThomas Gleixner2015-11-051-0/+1
| | * | | | | x86/apic: Implement single IPI for x2apic_physThomas Gleixner2015-11-051-0/+9
| | * | | | | x86/apic: Wire up single IPI for bigsmp_apicThomas Gleixner2015-11-051-0/+1
| | * | | | | x86/apic: Remove pointless indirections from bigsmp_apicThomas Gleixner2015-11-051-7/+2
| | * | | | | x86/apic: Wire up single IPI for apic_physflatThomas Gleixner2015-11-051-0/+1
| | * | | | | x86/apic: Remove pointless indirections from apic_physflatThomas Gleixner2015-11-051-14/+3
| | * | | | | x86/apic: Implement default single target IPI functionThomas Gleixner2015-11-052-0/+11
| | * | | | | x86/apic: Implement single target IPI function for x2apic_clusterLinus Torvalds2015-11-051-0/+9
| | * | | | | x86/apic: Add a single-target IPI function to the apicLinus Torvalds2015-11-052-2/+15
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-111-2/+11
| |\ \ \ \ \
| | * | | | | x86/fpu: Properly align size in CHECK_MEMBER_AT_END_OF() macroJiri Olsa2016-01-061-2/+11
| * | | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-112-41/+43
| |\ \ \ \ \ \
| | * | | | | | x86/mce: Make usable address checks Intel-onlyBorislav Petkov2015-11-241-18/+22
| | * | | | | | x86/mce: Add the missing memory error check on AMDBorislav Petkov2015-11-241-4/+4
| | * | | | | | x86/RAS: Remove mce.usable_addrBorislav Petkov2015-11-242-9/+5
| | * | | | | | x86/mce: Do not enter deferred errors into the generic pool twiceTony Luck2015-11-241-11/+13
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-01-1120-63/+1029
| |\ \ \ \ \ \
| | * | | | | | perf/x86/amd: Remove l1-dcache-stores event for AMDVince Weaver2016-01-061-1/+1
| | * | | | | | perf/x86/intel/uncore: Add Knights Landing uncore PMU supportHarish Chegondi2016-01-064-1/+499
| | * | | | | | perf/x86/intel/uncore: Remove hard coding of PMON box control MSR offsetHarish Chegondi2016-01-061-1/+2
| | * | | | | | perf/x86/intel: Add perf core PMU support for Intel Knights LandingHarish Chegondi2016-01-063-0/+78
| | * | | | | | perf/x86/intel/uncore: Add Broadwell-EP uncore supportKan Liang2016-01-062-5/+149
| | * | | | | | perf/x86/rapl: Use unified perf_event_sysfs_show instead of special interfaceHuang Rui2016-01-061-18/+5
| | * | | | | | perf/x86: Enable cycles:pp for Intel AtomStephane Eranian2016-01-062-0/+3
| | * | | | | | perf/x86: fix PEBS issues on Intel Atom/Core2Stephane Eranian2016-01-061-1/+8
| | * | | | | | perf/x86: Fix LBR related crashes on Intel AtomStephane Eranian2016-01-061-4/+7
| | * | | | | | perf/x86: Fix filter_events() bug with event mappingsStephane Eranian2016-01-061-1/+10
| | * | | | | | perf/x86: Use INST_RETIRED.PREC_DIST for cycles: pppAndi Kleen2016-01-064-5/+57
| | * | | | | | perf/x86: Use INST_RETIRED.TOTAL_CYCLES_PS for cycles:pp for SkylakeAndi Kleen2016-01-062-4/+3
| | * | | | | | perf/x86: Allow zero PEBS status with only single active eventAndi Kleen2016-01-061-0/+12
| | * | | | | | perf/x86: Remove warning for zero PEBS statusAndi Kleen2016-01-061-4/+1
| | * | | | | | Merge tag 'v4.4-rc5' into perf/core, to pick up fixesIngo Molnar2015-12-1417-89/+110
| | |\ \ \ \ \ \
| | * | | | | | | perf/x86: Remove old MSR perf tracing codeAndi Kleen2015-12-061-11/+1
| | * | | | | | | x86, tracing, perf: Add trace point for MSR accessesAndi Kleen2015-12-063-0/+114
| | * | | | | | | x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2015-12-062-2/+0
| | * | | | | | | perf/x86/intel: Fix __initconst declaration in the RAPL perf driverAndi Kleen2015-12-061-1/+1
| | * | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-12-062-2/+2
| | |\ \ \ \ \ \ \
| | * | | | | | | | perf/x86: Handle multiple umask bits for BDW CYCLE_ACTIVITY.*Andi Kleen2015-11-232-1/+5
| | * | | | | | | | perf, x86: Stop Intel PT before kdump startsTakao Indoh2015-11-231-0/+11
| | * | | | | | | | perf/x86/intel/pt: Add interface to stop Intel PT loggingTakao Indoh2015-11-232-0/+19
| | * | | | | | | | perf/x86: Add option to disable reading branch flags/cyclesAndi Kleen2015-11-231-2/+17
| | * | | | | | | | perf/x86: Optimize stack walk user accessesAndi Kleen2015-11-231-3/+19
| | * | | | | | | | x86: Add an inlined __copy_from_user_nmi() variantAndi Kleen2015-11-231-0/+9
| * | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-112-0/+67
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | locking/pvqspinlock: Collect slowpath lock statisticsWaiman Long2015-12-041-0/+8
| | * | | | | | | | | locking/pvqspinlock, x86: Optimize the PV unlock code pathWaiman Long2015-11-231-0/+59
| | | |_|_|/ / / / / | | |/| | | | | | |
* | | | | | | | | | x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu2016-01-111-1/+1
* | | | | | | | | | x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-112-4/+58
|/ / / / / / / / /
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-082-1/+3
|\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud