summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2015-09-15x86/fpu/math-emu: Remove !NO_UNDOC_CODEDenys Vlasenko1-36/+0
2015-09-14x86/fpu: Check CPU-provided sizes against struct declarationsDave Hansen1-0/+45
2015-09-14x86/fpu: Check to ensure increasing-offset xstate offsetsDave Hansen1-11/+24
2015-09-14x86/fpu: Correct and check XSAVE xstate size calculationsDave Hansen1-10/+174
2015-09-14x86/fpu: Add C structures for AVX-512 state componentsDave Hansen1-0/+33
2015-09-14x86/fpu: Rework YMM definitionDave Hansen1-5/+11
2015-09-14x86/fpu/mpx: Rework MPX 'xstate' typesDave Hansen4-14/+33
2015-09-14x86/fpu: Add xfeature_enabled() helper instead of test_bit()Dave Hansen1-3/+13
2015-09-14x86/fpu: Remove 'xfeature_nr'Dave Hansen1-16/+8
2015-09-14x86/fpu: Rework XSTATE_* macros to remove magic '2'Dave Hansen2-6/+9
2015-09-14x86/fpu: Rename XFEATURES_NR_MAXDave Hansen2-3/+3
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen23-82/+103
2015-09-14x86/fpu: Remove partial LWP support definitionsDave Hansen1-5/+0
2015-09-14x86/fpu: Remove XSTATE_RESERVEDave Hansen2-16/+59
2015-09-14x86/fpu: Move XSAVE-disabling code to a helperDave Hansen3-11/+21
2015-09-14x86/fpu: Print xfeature buffer size in decimalDave Hansen1-2/+2
2015-09-12sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2-0/+2
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-146/+45
2015-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+7
2015-09-11Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-19/+54
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig2-13/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-1/+3
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-11/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2-53/+12
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov1-44/+7
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-1/+2
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young11-20/+21
2015-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-24/+6
2015-09-09mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2015-09-09x86: use generic early mem copyMark Salter1-21/+1
2015-09-09mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen1-2/+4
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-156/+176
2015-09-09Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-2/+2
2015-09-08Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+3
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-129/+4
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-229/+1665
2015-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2015-09-08xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall1-16/+16
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall2-3/+34
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall1-2/+6
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross1-36/+44
2015-09-08xen: limit memory to architectural maximumJuergen Gross1-1/+1
2015-09-08xen: avoid another early crash of memory limited dom0Juergen Gross1-8/+15
2015-09-08xen: avoid early crash of memory limited dom0Juergen Gross1-3/+4
2015-09-06Silence compiler warning in arch/x86/kvm/emulate.cValdis Kletnieks1-1/+1
2015-09-06kvm: compile process_smi_save_seg_64() only for x86_64Alexander Kuleshov1-0/+2
2015-09-06KVM: x86: avoid uninitialized variable warningPaolo Bonzini1-3/+4
2015-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-3/+16