summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | x86/vdso: Enable vdso pvclock access on all vdso variantsAndy Lutomirski2015-12-111-51/+40
| * | | | | x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-116-41/+1
| * | | | | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-117-13/+41
| * | | | | x86, vdso, pvclock: Simplify and speed up the vdso pvclock readerAndy Lutomirski2015-12-111-35/+46
| * | | | | x86/kvm: On KVM re-enable (e.g. after suspend), update clocksAndy Lutomirski2015-12-111-72/+3
| * | | | | x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski2015-11-242-6/+17
| * | | | | x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski2015-11-241-8/+44
| * | | | | x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski2015-11-241-0/+13
| * | | | | Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixesIngo Molnar2015-11-243-3/+19
| |\ \ \ \ \
| * | | | | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-237-48/+2
| * | | | | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-2310-55/+2
| * | | | | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-234-7/+13
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-1219-35/+172
|\ \ \ \ \ \
| * | | | | | x86/irq: Export functions to allow MSI domains in modulesJake Oshins2015-12-203-3/+13
| * | | | | | x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai2015-12-193-9/+32
| * | | | | | x86/apic: Introduce apic_extnmi command line parameterHidehiro Kawai2015-12-192-2/+37
| * | | | | | panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-192-3/+23
| * | | | | | panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2015-12-191-4/+12
| * | | | | | Merge branch 'linus' into x86/apicThomas Gleixner2015-12-191596-19897/+45128
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | x86/apic: Fix the saving and restoring of lapic vectors during suspend/resumeJuergen Gross2015-11-241-1/+10
| * | | | | | x86/smpboot: Re-enable init_udelay=0 by default on modern CPUsLen Brown2015-11-231-4/+5
| * | | | | | x86/smp: Remove single IPI wrapperThomas Gleixner2015-11-051-14/+2
| * | | | | | x86/apic: Use default send single IPI wrapperThomas Gleixner2015-11-052-0/+2
| * | | | | | x86/apic: Provide default send single IPI wrapperThomas Gleixner2015-11-052-0/+9
| * | | | | | x86/apic: Implement single IPI for apic_noopThomas Gleixner2015-11-051-0/+2
| * | | | | | 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-121-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-122-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