summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-01-05KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan1-2/+2
2017-01-05KVM: MIPS: Don't clobber CP0_Status.UXJames Hogan1-1/+4
2016-12-24KVM: x86: reset MMU on KVM_SET_VCPU_EVENTSXiao Guangrong1-2/+7
2016-12-21KVM: nVMX: fix instruction skipping during emulated vm-entryDavid Matlack1-4/+4
2016-12-19kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF)Jim Mattson1-6/+5
2016-12-19kvm: take srcu lock around kvm_steal_time_set_preempted()Andrea Arcangeli1-0/+7
2016-12-19kvm: fix schedule in atomic in kvm_steal_time_set_preempted()Andrea Arcangeli1-0/+10
2016-12-16KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini3-9/+17
2016-12-15KVM: x86: Expose Intel AVX512IFMA/AVX512VBMI/SHA features to guest.Yi Sun1-4/+5
2016-12-15kvm: nVMX: Correct a VMX instruction error code for VMPTRLDGanShun1-1/+1
2016-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds80-471/+1730
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds68-745/+1069
2016-12-14Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-447/+24
2016-12-14Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+0
2016-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds51-853/+2062
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+4
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2016-12-13Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-23/+74
2016-12-13Merge tag 'acpi-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-4/+23
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-9/+111
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+0
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-4/+54
2016-12-13Merge tag 'gcc-plugins-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+6
2016-12-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds12-45/+47
2016-12-13Merge tag 'rproc-v4.10' of git://github.com/andersson/remoteprocLinus Torvalds1-0/+6
2016-12-13Merge tag 'mmc-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-0/+6
2016-12-13Merge tag 'leds_for_4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds3-3/+1
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+0
2016-12-13Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2016-12-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-57/+145
2016-12-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-449/+91
2016-12-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+18
2016-12-13Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-739/+350
2016-12-13mm: THP page cache support for ppc64Aneesh Kumar K.V1-0/+10
2016-12-13mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V1-1/+2
2016-12-13x86/ldt: use vfree_atomic() to free ldt entriesAndrey Ryabinin1-1/+1
2016-12-13lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner1-1/+1
2016-12-13mm: remove x86-only restriction of movable_nodeReza Arbab1-0/+24
2016-12-13powerpc/mm: allow memory hotplug into a memoryless nodeReza Arbab1-12/+1
2016-12-13mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V5-40/+7
2016-12-13mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V6-0/+46
2016-12-13mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V5-0/+13
2016-12-13m32r: fix build warningSudip Mukherjee1-0/+2
2016-12-13m32r: add simple dmaSudip Mukherjee3-2/+38
2016-12-13Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-17/+70
2016-12-13Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-940/+643
2016-12-13Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds23-161/+70
2016-12-13Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2