aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-20xen: check for initrd conflicting with e820 mapJuergen Gross1-0/+51
2015-08-20xen: check pre-allocated page tables for conflict with memory mapJuergen Gross3-3/+23
2015-08-20xen: check for kernel memory conflicting with memory layoutJuergen Gross1-0/+12
2015-08-20xen: find unused contiguous memory areaJuergen Gross2-0/+35
2015-08-20xen: check memory area against e820 mapJuergen Gross2-0/+24
2015-08-20xen: split counting of extra memory pages from remappingJuergen Gross1-40/+58
2015-08-20xen: move static e820 map to global scopeJuergen Gross1-47/+49
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross3-39/+156
2015-08-20xen: don't build mfn tree if tools don't need itJuergen Gross1-3/+7
2015-08-20xen: save linear p2m list address in shared info structureJuergen Gross1-0/+17
2015-08-20xen: sync with xen headersJuergen Gross1-9/+87
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall1-0/+11
2015-08-20x86/xen: fix non-ANSI declaration of xen_has_pv_devices()Colin Ian King1-1/+1
2015-08-20x86/xen: make CONFIG_XEN depend on CONFIG_X86_LOCAL_APICDavid Vrabel1-2/+2
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changesIngo Molnar25-214/+318
2015-08-19Merge branch 'x86/asm/urgent' to pick up an entry code fixIngo Molnar1-8/+4
2015-08-19libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams4-74/+15
2015-08-18x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu1-1/+1
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar16-81/+82
2015-08-18Revert "sched/x86_64: Don't save flags on context switch"Andy Lutomirski1-8/+4
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-2/+1
2015-08-17x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown10-26/+3
2015-08-17x86/smpboot: Remove SIPI delays from cpu_up()Len Brown1-2/+4
2015-08-17x86/smpboot: Remove udelay(100) when polling cpu_callin_mapLen Brown1-1/+0
2015-08-17x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen Brown1-2/+1
2015-08-17Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changesIngo Molnar63-641/+1037
2015-08-17Merge tag 'v4.2-rc7' into drm-nextDave Airlie37-281/+416
2015-08-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+22
2015-08-16x86/ldt: Further fix FPU emulationAndy Lutomirski1-1/+1
2015-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2015-08-15x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2-30/+30
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+19
2015-08-14pmem: convert to generic memremapDan Williams1-5/+1
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-200/+285
2015-08-13x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds1-1/+2
2015-08-13Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-6/+4
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds3-36/+17
2015-08-13x86/ras: Move AMD MCE injector to arch/x86/ras/Borislav Petkov4-0/+390
2015-08-13x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2-0/+10
2015-08-13x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov1-4/+4
2015-08-13x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi1-18/+23
2015-08-13x86/mce: Clear Local MCE opt-in before kexecAshok Raj5-1/+56
2015-08-13x86/mce: Remove unused function declarationsAshok Raj1-4/+0
2015-08-13x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2-43/+3
2015-08-13x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong3-4/+2
2015-08-13x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong2-76/+61
2015-08-13x86/mce: Don't use percpu workqueuesChen, Gong1-7/+7
2015-08-13x86/mce: Provide a lockless memory pool to save error recordsChen, Gong5-2/+120
2015-08-13x86/mce: Reuse one of the u16 padding fields in 'struct mce'Borislav Petkov1-1/+2
2015-08-13jump_label/x86: Work around asm build bug on older/backported GCCsPeter Zijlstra1-4/+4