summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-14Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-14Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2016-03-12x86/cpufeature: Enable new AVX-512 featuresFenghua Yu
2016-03-12x86/fpu: Fix eager-FPU handling on legacy FPU machinesBorislav Petkov
2016-03-10x86/entry/traps: Show unhandled signal for i386 in do_trap()Jianyu Zhan
2016-03-10x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-03-10x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off")Yu-cheng Yu
2016-03-10x86/entry/32: Add and check a stack canary for the SYSENTER stackAndy Lutomirski
2016-03-10x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski
2016-03-10x86/entry/traps: Clear DR6 early in do_debug() and improve the commentAndy Lutomirski
2016-03-10x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptionsAndy Lutomirski
2016-03-09x86/fpu: Fix 'no387' regressionAndy Lutomirski
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-08x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck
2016-03-08Merge branch 'linus' into x86/fpu, to pick up fixesIngo Molnar
2016-03-08x86/asm-offsets: Remove PARAVIRT_enabledAndy Lutomirski
2016-03-08x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski
2016-03-08x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix
2016-03-08x86/apic: Deinline _flat_send_IPI_mask, save ~150 bytesDenys Vlasenko
2016-03-08x86/apic: Deinline __default_send_IPI_*, save ~200 bytesDenys Vlasenko
2016-03-08x86/mce/AMD: Document some functionalityAravind Gopalakrishnan
2016-03-08x86/mce/AMD: Fix logic to obtain block addressAravind Gopalakrishnan
2016-03-08x86/mce/AMD, EDAC: Enable error decoding of Scalable MCA errorsAravind Gopalakrishnan
2016-03-08Merge branch 'linus' into ras/core, to pick up fixesIngo Molnar
2016-03-08x86/microcode/intel: Drop orig_sum from ext signature checksumBorislav Petkov
2016-03-08x86/microcode/intel: Improve microcode sanity-checking error messagesBorislav Petkov
2016-03-08x86/microcode/intel: Merge two consecutive if-statementsBorislav Petkov
2016-03-08x86/microcode/intel: Get rid of DWSIZEBorislav Petkov
2016-03-08x86/microcode/intel: Change checksum variables to u32Chris Bainbridge
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar
2016-03-03x86/tsc: Always Running Timer (ART) correlated clocksourceChristopher S. Hall
2016-03-03PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar
2016-02-29x86/topology: Create logical package idThomas Gleixner
2016-02-29x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standardJosh Poimboeuf
2016-02-29objtool: Add STACK_FRAME_NON_STANDARD() macroJosh Poimboeuf
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf
2016-02-25Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar
2016-02-25Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-24x86/kprobes: Get rid of kretprobe_trampoline_holder()Josh Poimboeuf
2016-02-24x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()Josh Poimboeuf
2016-02-24x86/amd: Set ELF function type for vide()Josh Poimboeuf
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller