summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-122-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-1116-146/+45Star
|\
| * dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-102-13/+0Star
| * dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-1/+3
| * dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-11/+0Star
| * dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0Star
| * dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-102-53/+12Star
| * mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2015-09-101-44/+7Star
| * mm: mark most vm_operations_struct constKirill A. Shutemov2015-09-101-1/+1
| * lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-101-1/+2
| * kexec: split kexec_load syscall from kexec core codeDave Young2015-09-1011-20/+21
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-113-4/+7
|\ \
| * | Silence compiler warning in arch/x86/kvm/emulate.cValdis Kletnieks2015-09-061-1/+1
| * | kvm: compile process_smi_save_seg_64() only for x86_64Alexander Kuleshov2015-09-061-0/+2
| * | KVM: x86: avoid uninitialized variable warningPaolo Bonzini2015-09-061-3/+4
* | | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-113-19/+54
|\ \ \ | |_|/ |/| |
| * | xen/privcmd: Further s/MFN/GFN/ clean-upJulien Grall2015-09-081-16/+16
| * | xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-082-3/+34
| * | xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall2015-09-081-2/+6
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-093-24/+6Star
|\ \ \
| * | | mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-091-1/+1
| * | | x86: use generic early mem copyMark Salter2015-09-091-21/+1Star
| * | | mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen2015-09-091-2/+4
* | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-089-156/+176
|\ \ \ \
| * | | | x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WBDan Williams2015-08-282-9/+2Star
| * | | | mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-282-4/+4
| * | | | Merge branch 'pmem-api' into libnvdimm-for-nextDan Williams2015-08-284-77/+163
| |\ \ \ \
| | * | | | nd_blk: change aperture mapping from WC to WBRoss Zwisler2015-08-284-2/+5
| | * | | | pmem: add copy_from_iter_pmem() and clear_pmem()Ross Zwisler2015-08-201-0/+75
| | * | | | pmem, x86: clean up conditional pmem includesRoss Zwisler2015-08-201-11/+2Star
| | * | | | pmem: remove layer when calling arch_has_wmb_pmem()Ross Zwisler2015-08-201-1/+1
| | * | | | pmem, x86: move x86 PMEM API to new pmem.h headerRoss Zwisler2015-08-202-71/+92
| | * | | | pmem: convert to generic memremapDan Williams2015-08-141-5/+1Star
| * | | | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams2015-08-194-74/+15Star
| |/ / / /
* | | | | Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-09-081-2/+2
|\ \ \ \ \
| * | | | | ftrace: Format MCOUNT_ADDR address as type unsigned longMinfei Huang2015-07-211-2/+2
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-09-081-1/+3
|\ \ \ \ \ \
| * | | | | | PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells2015-08-121-1/+3
| |/ / / / /
* | | | | | Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-081-129/+4Star
|\ \ \ \ \ \
| * | | | | | nmi: x86: convert to generic nmi handlerRussell King2015-07-171-129/+4Star
* | | | | | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0819-229/+1665
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | xen: switch extra memory accounting to use pfnsJuergen Gross2015-09-081-36/+44
| * | | | | | xen: limit memory to architectural maximumJuergen Gross2015-09-081-1/+1
| * | | | | | xen: avoid another early crash of memory limited dom0Juergen Gross2015-09-081-8/+15
| * | | | | | xen: avoid early crash of memory limited dom0Juergen Gross2015-09-081-3/+4
| * | | | | | xen/x86: Don't try to set PCE bit in CR4Boris Ostrovsky2015-08-201-2/+1Star
| * | | | | | xen/PMU: PMU emulation codeBoris Ostrovsky2015-08-201-29/+185
| * | | | | | xen/PMU: Intercept PMU-related MSR and APIC accessesBoris Ostrovsky2015-08-204-8/+107
| * | | | | | xen/PMU: Describe vendor-specific PMU registersBoris Ostrovsky2015-08-201-1/+152
| * | | | | | xen/PMU: Initialization code for Xen PMUBoris Ostrovsky2015-08-208-9/+364