summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specificAndi Kleen2015-09-181-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-1711-27/+72
|\
| * x86/platform: Fix Geode LX timekeeping in the generic x86 buildDavid Woodhouse2015-09-161-7/+10
| * x86/apic: Serialize LVTT and TSC_DEADLINE writesShaohua Li2015-09-141-0/+7
| * x86/ioapic: Force affinity setting in setup_ioapic_dest()Thomas Gleixner2015-09-141-2/+3
| * x86/paravirt: Remove the unused pv_time_ops::get_tsc_khz methodJuergen Gross2015-09-141-1/+0
| * x86/ldt: Fix small LDT allocation for XenJan Beulich2015-09-141-2/+2
| * x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar2015-09-141-11/+12
| * x86/cpu: Print family/model/stepping in hexBorislav Petkov2015-09-131-2/+2
| * x86/vm86: Block non-root vm86(old) if mmap_min_addr != 0Andy Lutomirski2015-09-051-0/+27
| * Merge branch 'linus' into x86/urgent, to be able to merge a dependent fixIngo Molnar2015-09-05199-2940/+7047
| |\
| * | x86/alternatives: Make optimize_nops() interrupt safe and syncedThomas Gleixner2015-09-031-0/+5
| * | x86/mm/srat: Print non-volatile flag in SRATLinda Knippers2015-09-021-2/+3
| * | Merge branch 'x86/cpufeature' into x86/urgent, because it's readyIngo Molnar2015-08-311-0/+1
| |\ \
| | * | x86/cpufeatures: Enable cpuid for Intel SHA extensionsTim Chen2015-08-221-0/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-09-172-1/+5
|\ \ \ \
| * | | | perf/x86/intel: Fix constraint accessPeter Zijlstra2015-09-131-1/+4
| * | | | perf/x86/intel/bts: Set event->hw.itrace_started in pmu::start to match the n...Alexander Shishkin2015-09-111-0/+1
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-09-171-5/+14
|\ \ \ \ \
| * | | | | locking/qspinlock/x86: Only emit the test-and-set fallback when building gues...Peter Zijlstra2015-09-111-1/+2
| * | | | | locking/qspinlock/x86: Fix performance regression under unaccelerated VMsPeter Zijlstra2015-09-111-4/+12
* | | | | | sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers2015-09-112-0/+2
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-1016-146/+45
|\ \ \ \ \ \
| * | | | | | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-102-13/+0
| * | | | | | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-1/+3
| * | | | | | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-11/+0
| * | | | | | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0
| * | | | | | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-102-53/+12
| * | | | | | mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2015-09-101-44/+7
| * | | | | | 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-103-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-103-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-083-24/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-1/+1
| * | | | | | | | x86: use generic early mem copyMark Salter2015-09-081-21/+1
| * | | | | | | | mem-hotplug: handle node hole when initializing numa_meminfo.Tang Chen2015-09-081-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-272-9/+2
| * | | | | | | | | mm: ZONE_DEVICE for "device memory"Dan Williams2015-08-272-4/+4
| * | | | | | | | | Merge branch 'pmem-api' into libnvdimm-for-nextDan Williams2015-08-274-77/+163
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | nd_blk: change aperture mapping from WC to WBRoss Zwisler2015-08-274-2/+5
| | * | | | | | | | | pmem: add copy_from_iter_pmem() and clear_pmem()Ross Zwisler2015-08-201-0/+75
OpenPOWER on IntegriCloud