summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-173-19/+37
|\
| * mm, x86: get_user_pages() for dax mappingsDan Williams2016-01-151-0/+7
| * mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams2016-01-151-1/+8
| * mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams2016-01-151-0/+5
| * mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-151-0/+5
| * x86, mm: introduce _PAGE_DEVMAPDan Williams2016-01-151-1/+6
| * pmem, dax: clean up clear_pmem()Dan Williams2016-01-151-6/+1
| * arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-151-0/+5
| * x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-152-11/+0
* | Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-01-171-0/+1
|\ \ | |/ |/|
| *-. Merge remote-tracking branches 'asoc/topic/fsl-spdif', 'asoc/topic/img' and '...Mark Brown2015-12-231-0/+1
| |\ \
| | | * ASoc: Intel: Atom: add deep buffer definitions for atom platformsPierre-Louis Bossart2015-12-191-0/+1
| | |/
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-145-8/+44
|\ \ \
| * | | x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski2016-01-131-7/+8
| * | | lguest: Map switcher text R/ORusty Russell2016-01-121-1/+3
| * | | x86/fpu: Disable AVX when eagerfpu is offyu-cheng yu2016-01-121-5/+6
| * | | x86/fpu: Disable MPX when eagerfpu is offyu-cheng yu2016-01-121-0/+1
| * | | Merge commit 'linus' into x86/urgent, to pick up recent x86 changesIngo Molnar2016-01-1233-307/+422
| |\ \ \
| * | | | x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu2016-01-111-1/+1
| * | | | x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-01-111-1/+32
* | | | | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-121-38/+13
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-soc'Rafael J. Wysocki2016-01-121-38/+13
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ACPI / LPSS: override power state for LPSS DMA deviceAndy Shevchenko2016-01-071-0/+2
| | * | | | x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko2015-12-091-38/+11
| | | |/ / | | |/| |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-122-5/+162
|\ \ \ \ \
| * | | | | KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-0/+28
| * | | | | Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2016-01-073-18/+13
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-162-0/+19
| * | | | | drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-0/+8
| * | | | | drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-0/+76
| * | | | | drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2015-12-161-0/+2
| * | | | | KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa2015-11-251-2/+6
| * | | | | kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-251-0/+1
| * | | | | kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-0/+15
| * | | | | kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-1/+5
| * | | | | kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-2/+2
* | | | | | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-3/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | xen: rename dom0_op to platform_opStefano Stabellini2015-12-211-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-114-1/+13
|\ \ \ \ \
| * | | | | x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall2015-11-291-1/+1
| * | | | | x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu2015-11-263-0/+12
| | |/ / / | |/| | |
* | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-111-90/+83
|\ \ \ \ \
| * | | | | x86/fpu: Get rid of xstate_fault()Borislav Petkov2015-11-241-53/+52
| * | | | | x86/fpu: Add an XSTATE_OP() macroBorislav Petkov2015-11-241-37/+31
| |/ / / /
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-114-33/+12
|\ \ \ \ \
| * | | | | x86/MSR: Chop off lower 32-bit valueBorislav Petkov2015-11-241-1/+1
| * | | | | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-241-0/+1
| * | | | | x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2015-11-242-32/+10
| |/ / / /
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-1110-134/+66
|\ \ \ \ \
| * | | | | x86/mm: Align macro definesBorislav Petkov2015-12-191-3/+3
OpenPOWER on IntegriCloud