linux-2.6-microblaze.git
2020-10-23 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2020-10-23 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2020-10-23 Linus TorvaldsMerge tag 'tag-chrome-platform-for-v5.10' of git:/...
2020-10-23 Linus TorvaldsMerge tag 'arch-cleanup-2020-10-22' of git://git.kernel...
2020-10-23 Linus TorvaldsMerge tag 'arc-5.10-rc1-fixes' of git://git./linux...
2020-10-23 Linus TorvaldsMerge tag 'arm64-upstream' of git://git./linux/kernel...
2020-10-23 Ben Gardonkvm: x86/mmu: NX largepage recovery for TDP MMU
2020-10-23 Ben Gardonkvm: x86/mmu: Don't clear write flooding count for...
2020-10-23 Ben Gardonkvm: x86/mmu: Support MMIO in the TDP MMU
2020-10-23 Ben Gardonkvm: x86/mmu: Support write protection for nesting...
2020-10-23 Ben Gardonkvm: x86/mmu: Support disabling dirty logging for the...
2020-10-23 Ben Gardonkvm: x86/mmu: Support dirty logging for the TDP MMU
2020-10-23 Ben Gardonkvm: x86/mmu: Support changed pte notifier in tdp MMU
2020-10-23 Ben Gardonkvm: x86/mmu: Add access tracking for tdp_mmu
2020-10-23 Ben Gardonkvm: x86/mmu: Support invalidate range MMU notifier...
2020-10-23 Ben Gardonkvm: x86/mmu: Allocate struct kvm_mmu_pages for all...
2020-10-23 Ben Gardonkvm: x86/mmu: Add TDP MMU PF handler
2020-10-22 Linus TorvaldsMerge tag 'kconfig-v5.10' of git://git./linux/kernel...
2020-10-22 Linus TorvaldsMerge tag 'kbuild-v5.10' of git://git./linux/kernel...
2020-10-22 Linus TorvaldsMerge tag 'modules-for-v5.10' of git://git./linux/kerne...
2020-10-22 Linus TorvaldsMerge tag 'vfio-v5.10-rc1' of git://github.com/awilliam...
2020-10-22 Linus TorvaldsMerge tag 'rpmsg-v5.10' of git://git./linux/kernel...
2020-10-22 Linus TorvaldsMerge tag 'rproc-v5.10' of git://git./linux/kernel...
2020-10-22 Linus TorvaldsMerge tag 'clk-for-linus' of git://git./linux/kernel...
2020-10-22 Linus TorvaldsMerge tag 'pwm/for-5.10-rc1' of git://git./linux/kernel...
2020-10-22 Linus TorvaldsMerge tag 'pci-v5.10-changes' of git://git./linux/kerne...
2020-10-22 Vineet GuptaARC: perf: redo the pct irq missing in device-tree...
2020-10-22 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2020-10-22 Linus TorvaldsMerge branch 'work.set_fs' of git://git./linux/kernel...
2020-10-22 Linus TorvaldsMerge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields...
2020-10-22 Linus TorvaldsMerge tag 'exfat-for-5.10-rc1' of git://git./linux...
2020-10-22 Linus TorvaldsMerge tag '9p-for-5.10-rc1' of git://github.com/martine...
2020-10-22 Luo Mengext4: fix invalid inode checksum
2020-10-22 Harshad Shirwadkarext4: add fast commit stats in procfs
2020-10-22 Harshad Shirwadkarext4: add a mount opt to forcefully turn fast commits on
2020-10-22 Harshad Shirwadkarext4: fast commit recovery path
2020-10-22 Harshad Shirwadkarjbd2: fast commit recovery path
2020-10-22 Harshad Shirwadkarext4: main fast-commit commit path
2020-10-22 Harshad Shirwadkarjbd2: add fast commit machinery
2020-10-22 Harshad Shirwadkarext4 / jbd2: add fast commit initialization
2020-10-22 Harshad Shirwadkarext4: add fast_commit feature and handling for extended...
2020-10-22 Harshad Shirwadkardoc: update ext4 and journalling docs to include fast...
2020-10-21 Tetsuhiro Kohadaexfat: remove useless check in exfat_move_file()
2020-10-21 Tetsuhiro Kohadaexfat: remove 'rwoffset' in exfat_inode_info
2020-10-21 Tetsuhiro Kohadaexfat: replace memcpy with structure assignment
2020-10-21 Tetsuhiro Kohadaexfat: remove useless directory scan in exfat_add_entry()
2020-10-21 Tetsuhiro Kohadaexfat: eliminate dead code in exfat_find()
2020-10-21 Xianting Tianexfat: use i_blocksize() to get blocksize
2020-10-21 Namjae Jeonexfat: fix misspellings using codespell tool
2020-10-21 Ben Gardonkvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_...
2020-10-21 Ben Gardonkvm: x86/mmu: Support zapping SPTEs in the TDP MMU
2020-10-21 Peter XuKVM: Cache as_id in kvm_memory_slot
2020-10-21 Ben Gardonkvm: x86/mmu: Add functions to handle changed TDP SPTEs
2020-10-21 Ben Gardonkvm: x86/mmu: Allocate and free TDP MMU roots
2020-10-21 Ben Gardonkvm: x86/mmu: Init / Uninit the TDP MMU
2020-10-21 Ben Gardonkvm: x86/mmu: Introduce tdp_iter
2020-10-21 Paolo BonziniKVM: mmu: extract spte.h and spte.c
2020-10-21 Paolo BonziniKVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp
2020-10-21 Ben Gardonkvm: x86/mmu: Separate making SPTEs from set_spte
2020-10-21 Ben Gardonkvm: mmu: Separate making non-leaf sptes from link_shad...
2020-10-21 Paolo BonziniMerge branch 'kvm-fixes' into 'next'
2020-10-21 Joe PerchesKVM: PPC: Book3S HV: Make struct kernel_param_ops defin...
2020-10-21 Lai JiangshanKVM: x86: Let the guest own CR4.FSGSBASE
2020-10-21 Sean ChristophersonKVM: VMX: Intercept guest reserved CR4 bits to inject...
2020-10-21 Sean ChristophersonKVM: x86: Move call to update_exception_bitmap() into...
2020-10-21 Sean ChristophersonKVM: x86: Invoke vendor's vcpu_after_set_cpuid() after...
2020-10-21 Lai JiangshanKVM: x86: Intercept LA57 to inject #GP fault when it...
2020-10-21 Suravee SuthikulpanitKVM: SVM: Initialize prev_ga_tag before use
2020-10-21 Maxim LevitskyKVM: nSVM: implement on demand allocation of the nested...
2020-10-21 Maxim LevitskyKVM: x86: allow kvm_x86_ops.set_efer to return an error...
2020-10-21 Maxim LevitskyKVM: x86: report negative values from wrmsr emulation...
2020-10-21 Maxim LevitskyKVM: x86: xen_hvm_config: cleanup return values
2020-10-21 Joe Percheskvm x86/mmu: Make struct kernel_param_ops definitions...
2020-10-21 Vitaly KuznetsovKVM: x86: bump KVM_MAX_CPUID_ENTRIES
2020-10-21 Vitaly KuznetsovKVM: x86: allocate vcpu->arch.cpuid_entries dynamically
2020-10-21 Vitaly KuznetsovKVM: x86: disconnect kvm_check_cpuid() from vcpu->arch...
2020-10-21 Oliver UptonDocumentation: kvm: fix some typos in cpuid.rst
2020-10-21 Oliver Uptonkvm: x86: only provide PV features if enabled in guest...
2020-10-21 Oliver Uptonkvm: x86: set wall_clock in kvm_write_wall_clock()
2020-10-21 Oliver Uptonkvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulat...
2020-10-21 Vitaly Kuznetsovx86/kvm: Update the comment about asynchronous page...
2020-10-21 Matteo Crocex86/kvm: hide KVM options from menuconfig when KVM...
2020-10-21 Li QiangDocumentation: kvm: fix a typo
2020-10-21 Paolo BonziniKVM: VMX: Forbid userspace MSR filters for x2APIC
2020-10-21 Sean ChristophersonKVM: VMX: Ignore userspace MSR filters for x2APIC
2020-10-21 Linus TorvaldsMerge tag 'linux-watchdog-5.10-rc1' of git://linux...
2020-10-21 Linus TorvaldsMerge tag 'rtc-5.10' of git://git./linux/kernel/git...
2020-10-21 Linus TorvaldsMerge branch 'dmi-for-linus' of git://git./linux/kernel...
2020-10-21 Linus TorvaldsMerge branch 'i2c/for-5.10' of git://git./linux/kernel...
2020-10-21 Linus TorvaldsMerge tag 'ceph-for-5.10-rc1' of git://github.com/ceph...
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/xilinx'
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/xgene'
2020-10-21 Bjorn HelgaasMerge branch 'pci/vmd'
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/tegra'
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/rcar'
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/qcom'
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/mvebu'
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/mobiveil'
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/meson'
2020-10-21 Bjorn HelgaasMerge branch 'remotes/lorenzo/pci/loongson'
next