aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-21hexagon: switch to generic version of pte allocationMike Rapoport1-32/+2
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-1/+38
2019-07-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds31-195/+218
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-61/+87
2019-07-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds15-211/+198
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds5-11/+6
2019-07-20x86/entry/64: Prevent clobbering of saved CR2 valueThomas Gleixner1-1/+10
2019-07-20KVM: x86: Add fixed counters to PMU filterEric Hankland2-7/+25
2019-07-20KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini1-1/+7
2019-07-20KVM: VMX: dump VMCS on failed entryPaolo Bonzini1-0/+1
2019-07-20KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu1-2/+2
2019-07-20KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeupWanpeng Li1-20/+3
2019-07-20KVM: Boost vCPUs that are delivering interruptsWanpeng Li1-1/+1
2019-07-20KVM: SVM: Fix detection of AMD Errata 1096Liran Alon1-7/+35
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li5-36/+75
2019-07-19Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds83-197/+149
2019-07-19Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds413-1935/+25973
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-34/+65
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds58-917/+442
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds19-329/+823
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds13-39/+79
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-9/+11
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds12-54/+52
2019-07-19x86/hyper-v: Zero out the VP ASSIST PAGE on allocationDexuan Cui1-2/+11
2019-07-19csky: Fixup abiv1 memset errorGuo Ren4-42/+0
2019-07-19csky: Improve tlb operation with help of asidGuo Ren1-4/+132
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren6-2/+74
2019-07-19csky: Add new asid lib code from armGuo Ren3-0/+268
2019-07-19csky: Revert mmu ASID mechanismGuo Ren6-295/+14
2019-07-19csky: Fixup some error count in 810 & 860.Guo Ren1-6/+54
2019-07-19csky: Fix perf record in kernel/user spaceMao Han1-12/+14
2019-07-19csky: Add pmu interrupt supportMao Han1-15/+246
2019-07-19csky: Add count-width property for csky pmuMao Han1-1/+14
2019-07-19csky: Init pmu as a deviceMao Han1-2/+48
2019-07-19csky: Fixup no panic in kernel for some trapsGuo Ren1-0/+5
2019-07-19csky: Select intc & timer driversGuo Ren1-0/+4
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce4-23/+11
2019-07-18mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap()Dan Williams1-1/+3
2019-07-18mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfnsDavid Hildenbrand1-12/+11
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand7-14/+0
2019-07-18arm64/mm: add temporary arch_remove_memory() implementationDavid Hildenbrand1-0/+19
2019-07-18s390x/mm: implement arch_remove_memory()David Hildenbrand1-6/+7
2019-07-18s390x/mm: fail when an altmap is used for arch_add_memory()David Hildenbrand1-0/+3
2019-07-18sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RTThomas Gleixner1-0/+3
2019-07-18x86, boot: Remove multiple copy of static function sanitize_boot_params()Zhenzhong Duan2-1/+1
2019-07-18x86/boot/compressed/64: Remove unused variableZhenzhong Duan1-1/+0
2019-07-18x86/boot/efi: Remove unused variablesZhenzhong Duan1-9/+1
2019-07-18Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds22-119/+568
2019-07-18Merge branch 'parisc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds5-12/+26