summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | KVM: nVMX: track NMI blocking state separately for each VMCSPaolo Bonzini2017-07-191-10/+14
| | * | KVM: x86: masking out upper bitsDan Carpenter2017-07-191-2/+2
| * | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-2116-38/+55
| |\ \ \
| | * | | x86/devicetree: Convert to using %pOF instead of ->full_nameRob Herring2017-07-211-2/+1Star
| | * | | x86/platform/uv/BAU: Disable BAU on single hub configurationsAndrew Banman2017-07-211-5/+18
| | * | | x86/platform/intel-mid: Fix a format string overflow warningArnd Bergmann2017-07-201-2/+4
| | * | | x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUGArnd Bergmann2017-07-201-0/+1
| | * | | x86/build: Silence the build with "make -s"Arnd Bergmann2017-07-201-2/+3
| | * | | x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann2017-07-201-2/+2
| | * | | x86/fpu/math-emu: Avoid bogus -Wint-in-bool-context warningArnd Bergmann2017-07-201-1/+1
| | * | | x86/fpu/math-emu: Fix possible uninitialized variable useArnd Bergmann2017-07-202-10/+10
| | * | | perf/x86: Shut up false-positive -Wmaybe-uninitialized warningArnd Bergmann2017-07-201-2/+2
| | * | | x86/defconfig: Remove stale, old Kconfig optionsKrzysztof Kozlowski2017-07-202-6/+0Star
| | * | | x86/ioapic: Pass the correct data to unmask_ioapic_irq()Seunghun Han2017-07-201-1/+1
| | * | | x86/acpi: Prevent out of bound access caused by broken ACPI tablesSeunghun Han2017-07-201-0/+8
| | * | | x86/mm, KVM: Fix warning when !CONFIG_PREEMPT_COUNTRoman Kagan2017-07-181-1/+1
| | * | | x86/platform/uv/BAU: Fix congested_response_us not taking effectJustin Ernst2017-07-161-4/+2Star
| | * | | x86/cpu: Use indirect call to measure performance in init_amd_k6()Mikulas Patocka2017-07-161-0/+1
| | |/ /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-215-16/+202
| |\ \ \
| | * | | perf/x86/intel: Add proper condition to run sched_task callbacksJiri Olsa2017-07-213-10/+14
| | * | | perf/x86/intel: Fix debug_store reset field for freq eventsJiri Olsa2017-07-181-0/+2
| | * | | perf/x86/intel: Add Goldmont Plus CPU PMU supportKan Liang2017-07-183-0/+166
| | * | | perf/x86/intel: Enable C-state residency events for Apollo LakeHarry Pan2017-07-181-6/+20
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-2/+2
| |\ \ \ \
| | * | | | debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf2017-07-201-2/+2
| | |/ / /
| * | | | x86: mark kprobe templates as character arrays, not single charactersLinus Torvalds2017-07-201-4/+4
| * | | | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-192-9/+9
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | randstruct: opt-out externally exposed function pointer structsKees Cook2017-06-301-8/+8
| | * | | randstruct: Mark various structs for randomizationKees Cook2017-06-301-1/+1
* | | | | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski2017-07-308-13/+12Star
* | | | | x86/traps: Don't clear segment high bits in early_idt_handler_common()Andy Lutomirski2017-07-301-12/+8Star
* | | | | x86/asm/32: Make pt_regs's segment registers be 16 bitsAndy Lutomirski2017-07-301-6/+26
* | | | | x86/ldt/64: Refresh DS and ES when modify_ldt changes an entryAndy Lutomirski2017-07-271-0/+21
* | | | | x86/kconfig: Consolidate unwinders into multiple choice selectionJosh Poimboeuf2017-07-264-11/+45
* | | | | x86/kconfig: Make it easier to switch to the new ORC unwinderJosh Poimboeuf2017-07-261-4/+3Star
* | | | | x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-2613-59/+751
* | | | | x86/asm: Add suffix macro for GEN_*_RMWcc()Kees Cook2017-07-251-13/+24
* | | | | x86/io: Make readq() / writeq() API consistentAndy Shevchenko2017-07-241-4/+6
* | | | | x86/io: Remove xlate_dev_kmem_ptr() duplicationAndy Shevchenko2017-07-241-5/+0Star
* | | | | x86/io: Remove mem*io() duplicationsAndy Shevchenko2017-07-241-45/+0Star
* | | | | x86/io: Include asm-generic/io.h to architectural codeAndy Shevchenko2017-07-241-0/+3
* | | | | x86/io: Define IO accessors by preprocessorAndy Shevchenko2017-07-241-0/+41
* | | | | x86/asm: Add unwind hint annotations to sync_core()Josh Poimboeuf2017-07-181-0/+3
* | | | | x86/entry/64: Add unwind hint annotationsJosh Poimboeuf2017-07-183-11/+66
* | | | | objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf2017-07-182-0/+210
* | | | | x86/dumpstack: Fix interrupt and exception stack boundary checksJosh Poimboeuf2017-07-182-4/+4
* | | | | x86/dumpstack: Fix occasionally missing registersJosh Poimboeuf2017-07-181-5/+7
* | | | | x86/entry/64: Initialize the top of the IRQ stack before switching stacksAndy Lutomirski2017-07-181-1/+23
* | | | | x86/entry/64: Refactor IRQ stacks and make them NMI-safeAndy Lutomirski2017-07-183-26/+64
|/ / / /
* | | | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-3/+0Star
|\ \ \ \