summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
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/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-18x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-18x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck
2016-02-17x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov
2016-02-17perf/x86/amd/uncore: Plug reference leakThomas Gleixner
2016-02-17x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski
2016-02-17x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski
2016-02-01x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan
2016-02-01x86/mce/AMD: Carve out threshold block preparationBorislav Petkov
2016-02-01x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan
2016-02-01x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan
2016-02-01x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan
2016-02-01x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan
2016-02-01x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov
2016-02-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-01-30x86/alternatives: Discard dynamic check after initBrian Gerst
2016-01-30x86/alternatives: Add an auxilary sectionBorislav Petkov
2016-01-30x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-29x86/syscalls: Add syscall entry qualifiersAndy Lutomirski
2016-01-29x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski
2016-01-29x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski
2016-01-29Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar
2016-01-29perf/x86: De-obfuscate codePeter Zijlstra
2016-01-29perf/x86: Fix uninitialized value usagePeter Zijlstra
2016-01-27x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov
2016-01-21perf/x86: add Intel SkyLake uncore IMC PMU supportStephane Eranian
2016-01-21kexec: move some memembers and definitions within the scope of CONFIG_KEXEC_FILEXunlei Pang
2016-01-19x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin
2016-01-19x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton
2016-01-19x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2016-01-16thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov
2016-01-15x86/irq: Plug vector cleanup raceThomas Gleixner
2016-01-15x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner
2016-01-15x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner
2016-01-15x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner
2016-01-15x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner
2016-01-15x86/irq: Remove offline cpus from vector cleanupThomas Gleixner
2016-01-15x86/irq: Get rid of code duplicationThomas Gleixner
2016-01-15x86/irq: Copy vectormask instead of an AND operationThomas Gleixner