summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-0882-2818/+2120
|\
| * x86/asm/entry/32: Clean up entry_32.SIngo Molnar2015-06-081-571/+570
| * x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-086-14/+14
| * x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-085-11/+12
| * x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-088-15/+15
| * x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar2015-06-073-2/+2
| * x86/asm/entry/32: Remove unnecessary optimization in stub32_cloneDenys Vlasenko2015-06-051-7/+6
| * x86/asm/entry/32: Explain the stub32_clone logicDenys Vlasenko2015-06-051-0/+8
| * x86/asm/entry/32: Improve code readabilityIngo Molnar2015-06-051-141/+146
| * x86/asm/entry/32: Do not use R9 in SYSCALL32 entry pointDenys Vlasenko2015-06-051-11/+8
| * x86/asm/entry/32: Open-code LOAD_ARGS32Denys Vlasenko2015-06-051-25/+29
| * x86/asm/entry/32: Open-code CLEAR_RREGSDenys Vlasenko2015-06-051-13/+20
| * x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code ...Denys Vlasenko2015-06-051-4/+9
| * x86/asm/entry/64: Remove pointless jump to irq_returnAndy Lutomirski2015-06-051-3/+1
| * x86/asm/msr: Make wrmsrl_safe() a functionAndy Lutomirski2015-06-051-2/+7
| * x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-049-6/+12
| * x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...Ingo Molnar2015-06-047-4/+4
| * x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar2015-06-044-3/+3
| * x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar2015-06-045-4/+2
| * x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar2015-06-0326-3/+5
| * x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/Ingo Molnar2015-06-033-2/+5
| * x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-035-1/+8
| * x86/asm/entry/64: Fold identical code pathsJan Beulich2015-06-021-8/+2
| * x86/asm/entry/64: Use negative immediates for stack adjustmentsJan Beulich2015-06-021-2/+2
| * x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-0227-1101/+350
| * x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-244-27/+42
* | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov2015-06-074-4/+3
* | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-0716-52/+271
|\ \
| * | x86/mce: Handle Local MCE eventsAshok Raj2015-06-072-6/+27
| * | x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-074-0/+54
| * | x86/mce: Add Local MCE definitionsAshok Raj2015-06-072-0/+7
| * | x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi2015-05-271-4/+1
| * | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2015-05-1113-42/+182
| |\ \
| | * | x86/mce/amd: Zap changelogBorislav Petkov2015-05-071-10/+2
| | * | x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov2015-05-071-17/+0
| | * | x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan2015-05-071-2/+2
| | * | x86/irq: Cleanup ordering of vector numbersAravind Gopalakrishnan2015-05-071-5/+5
| | * | x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-0712-1/+133
| | * | x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-062-4/+21
| | * | x86/mce/amd: Collect valid address before logging an errorAravind Gopalakrishnan2015-05-061-1/+4
| | * | x86/mce/amd: Factor out logging mechanismAravind Gopalakrishnan2015-05-061-10/+23
* | | | x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-075-16/+12
* | | | x86/kconfig: Reorganize arch feature Kconfig select'sIngo Molnar2015-06-031-105/+105
* | | | Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-0360-96/+1397
|\ \ \ \
| * | | | lockdep: Do not break user-visible stringBorislav Petkov2015-06-031-2/+1
| * | | | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-1918-33/+29
| * | | | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-1912-12/+12
| * | | | rtmutex: Warn if trylock is called from hard/softirq contextThomas Gleixner2015-05-131-0/+7
| * | | | arch: Remove __ARCH_HAVE_CMPXCHGThomas Gleixner2015-05-1317-31/+0
| * | | | locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHGSebastian Andrzej Siewior2015-05-132-6/+3
OpenPOWER on IntegriCloud