summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-3/+8
* Merge branch 'ras/core' into core/objtool, to pick up the new exception table...Ingo Molnar2016-02-255-68/+145
|\
| * x86/mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entriesTony Luck2016-02-182-36/+56
| * x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-182-4/+4
| * x86/mce/AMD: Set MCAX Enable bitAravind Gopalakrishnan2016-02-011-0/+14
| * x86/mce/AMD: Carve out threshold block preparationBorislav Petkov2016-02-011-38/+49
| * x86/mce/AMD: Fix LVT offset configuration for thresholdingAravind Gopalakrishnan2016-02-011-1/+26
| * x86/mce/AMD: Reduce number of blocks scanned per bankAravind Gopalakrishnan2016-02-011-1/+1
| * x86/mce/AMD: Do not perform shared bank check for future processorsAravind Gopalakrishnan2016-02-011-0/+7
| * x86/mce: Fix order of AMD MCE init function callAravind Gopalakrishnan2016-02-011-1/+1
* | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixesIngo Molnar2016-02-2529-136/+214
|\ \
| * | x86/kprobes: Get rid of kretprobe_trampoline_holder()Josh Poimboeuf2016-02-241-29/+28Star
| * | x86/asm/acpi: Create a stack frame in do_suspend_lowlevel()Josh Poimboeuf2016-02-241-0/+3
| * | x86/amd: Set ELF function type for vide()Josh Poimboeuf2016-02-241-1/+4
| * | x86/cpufeature: Create a new synthetic cpu capability for machine check recoveryTony Luck2016-02-181-0/+13
| * | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-189-83/+199
| |\|
| * | x86/ftrace, x86/asm: Kill ftrace_caller_end labelBorislav Petkov2016-02-172-12/+13
| * | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-171-19/+44
| * | x86/signal/64: Fix SS if needed when delivering a 64-bit signalAndy Lutomirski2016-02-171-2/+49
| * | x86/entry/traps: Refactor preemption and interrupt flag handlingAlexander Kuleshov2016-02-011-28/+19Star
| * | x86/alternatives: Discard dynamic check after initBrian Gerst2016-01-301-6/+0Star
| * | x86/alternatives: Add an auxilary sectionBorislav Petkov2016-01-301-0/+11
| * | x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2016-01-303-13/+5Star
| * | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-3014-13/+16
| * | x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-292-3/+3
| * | x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-292-3/+3
| * | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-291-6/+0Star
| * | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-299-81/+37Star
| |\ \
| * | | x86/asm: Remove unused L3_PAGE_OFFSETAlexander Kuleshov2016-01-271-1/+0Star
| * | | x86/signal: Cleanup get_nr_restart_syscall()Dmitry V. Levin2016-01-191-5/+8
* | | | perf/x86/amd/uncore: Plug reference leakThomas Gleixner2016-02-171-0/+2
| |_|/ |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-02-015-79/+172
|\ \ \
| * | | x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-191-1/+4
| * | | x86/platform/intel-mid: Enable 64-bit buildAndy Shevchenko2016-01-191-0/+8
| * | | x86/irq: Plug vector cleanup raceThomas Gleixner2016-01-151-10/+53
| * | | x86/irq: Call irq_force_move_complete with irq descriptorThomas Gleixner2016-01-152-5/+8
| * | | x86/irq: Remove outgoing CPU from vector cleanup maskThomas Gleixner2016-01-151-2/+16
| * | | x86/irq: Remove the cpumask allocation from send_cleanup_vector()Thomas Gleixner2016-01-151-13/+3Star
| * | | x86/irq: Clear move_in_progress before sending cleanup IPIThomas Gleixner2016-01-151-1/+3
| * | | x86/irq: Remove offline cpus from vector cleanupThomas Gleixner2016-01-151-2/+6
| * | | x86/irq: Get rid of code duplicationThomas Gleixner2016-01-151-18/+15Star
| * | | x86/irq: Copy vectormask instead of an AND operationThomas Gleixner2016-01-151-1/+1
| * | | x86/irq: Check vector allocation earlyThomas Gleixner2016-01-151-13/+25
| * | | x86/irq: Reorganize the search in assign_irq_vectorThomas Gleixner2016-01-151-8/+16
| * | | x86/irq: Reorganize the return path in assign_irq_vectorThomas Gleixner2016-01-151-14/+8Star
| * | | x86/irq: Do not use apic_chip_data.old_domain as temporary bufferJiang Liu2016-01-151-3/+5
| * | | x86/irq: Validate that irq descriptor is still activeThomas Gleixner2016-01-151-0/+9
| * | | x86/irq: Fix a race in x86_vector_free_irqs()Jiang Liu2016-01-151-8/+8
| * | | x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-01-151-1/+5
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-014-4/+27
|\ \ \ \ | |_|_|/ |/| | |