summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2016-07-13x86/pci: Use MRFLD abbreviation for MerrifieldAndy Shevchenko1-4/+4
2016-07-11x86/tsc: Enumerate BXT tsc_khz via CPUIDLen Brown1-1/+15
2016-07-11x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUIDLen Brown4-8/+73
2016-07-11x86/tsc_msr: Remove irqoff around MSR-based TSC enumerationLen Brown3-7/+3
2016-07-11x86/fpu/xstate: Re-enable XSAVESYu-cheng Yu2-15/+9
2016-07-11x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu2-0/+14
2016-07-11x86/fpu/xstate: Return NULL for disabled xstate component addressYu-cheng Yu1-0/+5
2016-07-11x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVESYu-cheng Yu1-2/+9
2016-07-10Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86"Ingo Molnar1-8/+0
2016-07-10x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner1-0/+64
2016-07-10x86/quirks: Reintroduce scanning of secondary busesLukas Wunner1-13/+21
2016-07-10x86/quirks: Apply nvidia_bugs quirk only on root busLukas Wunner1-0/+7
2016-07-10perf/x86: Fix bogus kernel printk, againVegard Nossum1-1/+1
2016-07-10x86/platform/intel-mid: Make vertical indentation consistentAndy Shevchenko1-31/+34
2016-07-10x86/mm: Do not reference phys addr beyond kernelThomas Garnier1-2/+10
2016-07-10x86/fpu/xstate: Fix xstate_offsets, xstate_sizes for non-extended xstatesYu-cheng Yu1-0/+9
2016-07-10x86/fpu/xstate: Fix XSTATE component offset print outYu-cheng Yu1-2/+16
2016-07-10x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu3-24/+216
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu3-23/+43
2016-07-10x86/fpu/xstate: Align xstate components according to CPUIDYu-cheng Yu1-28/+32
2016-07-10Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar37-218/+389
2016-07-10x86/tsc_msr: Add Airmont reference clock valuesLen Brown1-1/+4
2016-07-10x86/tsc_msr: Correct Silvermont reference clock valuesLen Brown1-3/+3
2016-07-10x86/tsc_msr: Update comments, expand definitionsLen Brown1-26/+10
2016-07-10x86/tsc_msr: Remove debugging messagesLen Brown1-16/+3
2016-07-10x86/tsc_msr: Identify Intel-specific codeLen Brown1-0/+3
2016-07-10Revert "x86/tsc: Add missing Cherrytrail frequency to the table"Len Brown1-3/+0
2016-07-10x86/entry: Inline enter_from_user_mode()Paolo Bonzini1-1/+1
2016-07-10x86/entry: Avoid interrupt flag save and restorePaolo Bonzini1-2/+2
2016-07-10x86/platform/intel-mid: Mark regulators explicitly definedAndy Shevchenko1-0/+10
2016-07-09x86/cpu: Fix duplicated X86_BUG(9) macroDave Hansen1-4/+2
2016-07-09x86/platform/intel-mid: Rename mrfl.c to mrfld.cAndy Shevchenko2-2/+2
2016-07-09Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar29-181/+302
2016-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-07-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-7/+37
2016-07-08x86/mm: Add memory hotplug support for KASLR memory randomizationThomas Garnier2-1/+21
2016-07-08x86/mm: Enable KASLR for vmalloc memory regionsThomas Garnier3-5/+16
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier5-5/+31
2016-07-08x86/mm: Implement ASLR for kernel memory regionsThomas Garnier8-5/+198
2016-07-08x86/mm: Separate variable for trampoline PGDThomas Garnier3-1/+19
2016-07-08x86/mm: Add PUD VA support for physical mappingThomas Garnier1-4/+9
2016-07-08x86/mm: Update physical mapping variable namesThomas Garnier1-66/+96
2016-07-08x86/mm: Refactor KASLR entropy functionsThomas Garnier4-71/+102
2016-07-08Merge branch 'x86/mm' into x86/boot, to pick up dependenciesIngo Molnar25-140/+217
2016-07-08x86/asm/entry: Make thunk's restore a local labelBorislav Petkov1-3/+3
2016-07-08x86/KASLR: Fix boot crash with certain memory configurationsBaoquan He1-0/+2
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov1-5/+42
2016-07-08x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina1-4/+1
2016-07-08Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar280-4498/+8812
2016-07-08x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov3-5/+14