OSDN Git Service

uclinux-h8/linux.git
2020-02-24 Ben GardonKVM: selftests: Create a demand paging test
2020-02-24 Andrew JonesKVM: selftests: Introduce num-pages conversion utilities
2020-02-24 Andrew JonesKVM: selftests: Introduce vm_guest_mode_params
2020-02-24 Andrew JonesKVM: selftests: Rename vm_guest_mode_params
2020-02-24 Andrew JonesKVM: selftests: aarch64: Remove unnecessary ifdefs
2020-02-24 Andrew JonesKVM: selftests: Remove unnecessary defines
2020-02-24 Andrew JonesKVM: selftests: aarch64: Use stream when given
2020-02-24 Christian BorntraegerKVM: s390: rstify new ioctls in api.rst
2020-02-23 Oliver UptonKVM: nVMX: Check IO instruction VM-exit conditions
2020-02-23 Oliver UptonKVM: nVMX: Refactor IO bitmap checks into helper function
2020-02-23 Paolo BonziniKVM: nVMX: Don't emulate instructions in guest mode
2020-02-23 Oliver UptonKVM: nVMX: Emulate MTF when performing instruction...
2020-02-23 Li RongQingKVM: fix error handling in svm_hardware_setup
2020-02-21 Miaohe LinKVM: SVM: Fix potential memory leak in svm_cpu_init()
2020-02-21 Miaohe LinKVM: apic: avoid calculating pending eoi from an uninit...
2020-02-21 Vitaly KuznetsovKVM: nVMX: clear PIN_BASED_POSTED_INTR from nested...
2020-02-21 Vitaly KuznetsovKVM: nVMX: handle nested posted interrupts when apicv...
2020-02-21 Suravee Suthikulpanitkvm: x86: svm: Fix NULL pointer dereference when AVIC...
2020-02-21 Xiaoyao LiKVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
2020-02-21 wanpeng liKVM: nVMX: Hold KVM's srcu lock when syncing vmcs12...
2020-02-21 Miaohe LinKVM: x86: don't notify userspace IOAPIC on edge-trigger...
2020-02-20 Qian Caikvm/emulate: fix a -Werror=cast-function-type
2020-02-20 Paolo BonziniKVM: x86: fix incorrect comparison in trace event
2020-02-17 Miaohe LinKVM: nVMX: Fix some obsolete comments and grammar error
2020-02-17 Paolo BonziniKVM: x86: fix missing prototypes
2020-02-12 Paolo BonziniKVM: x86: enable -Werror
2020-02-12 Mauro Carvalho... docs: virt: guest-halt-polling.txt convert to ReST
2020-02-12 Mauro Carvalho... docs: kvm: review-checklist.txt: rename to ReST
2020-02-12 Mauro Carvalho... docs: kvm: Convert timekeeping.txt to ReST format
2020-02-12 Mauro Carvalho... docs: kvm: Convert s390-diag.txt to ReST format
2020-02-12 Mauro Carvalho... docs: kvm: Convert ppc-pv.txt to ReST format
2020-02-12 Mauro Carvalho... docs: kvm: Convert nested-vmx.txt to ReST format
2020-02-12 Mauro Carvalho... docs: kvm: Convert mmu.txt to ReST format
2020-02-12 Mauro Carvalho... docs: kvm: Convert locking.txt to ReST format
2020-02-12 Mauro Carvalho... docs: kvm: Convert hypercalls.txt to ReST format
2020-02-12 Mauro Carvalho... docs: kvm: arm/psci.txt: convert to ReST
2020-02-12 Mauro Carvalho... docs: kvm: convert arm/hyp-abi.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: Convert api.txt to ReST format
2020-02-12 Mauro Carvalho... docs: kvm: convert devices/xive.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: convert devices/xics.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: convert devices/vm.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: convert devices/vfio.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: convert devices/vcpu.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: convert devices/s390_flic.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: convert devices/mpic.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: convert devices/arm-vgit.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: devices/arm-vgit-v3.txt to ReST
2020-02-12 Mauro Carvalho... docs: kvm: devices/arm-vgic-its.txt to ReST format
2020-02-12 Mauro Carvalho... docs: virt: Convert msr.txt to ReST format
2020-02-12 Mauro Carvalho... docs: virt: convert halt-polling.txt to ReST format
2020-02-12 Mauro Carvalho... docs: virt: user_mode_linux.rst: fix URL references
2020-02-12 Mauro Carvalho... docs: virt: user_mode_linux.rst: update compiling instr...
2020-02-12 Mauro Carvalho... docs: virt: convert UML documentation to ReST
2020-02-12 Mauro Carvalho... docs: kvm: add arm/pvtime.rst to index.rst
2020-02-12 Paolo BonziniKVM: x86: fix WARN_ON check of an unsigned less than...
2020-02-12 Eric Augerselftests: KVM: Remove unused x86_register enum
2020-02-12 Sean ChristophersonKVM: x86/mmu: Fix struct guest_walker arrays for 5...
2020-02-12 Sean ChristophersonKVM: nVMX: Use correct root level for nested EPT shadow...
2020-02-12 Miaohe LinKVM: nVMX: Fix some comment typos and coding style
2020-02-12 Sean ChristophersonKVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP
2020-02-12 Miaohe LinKVM: apic: reuse smp_wmb() in kvm_make_request()
2020-02-12 Miaohe LinKVM: x86: remove duplicated KVM_REQ_EVENT request
2020-02-12 Eric Augerselftests: KVM: SVM: Add vmcall test
2020-02-12 Eric Augerselftests: KVM: AMD Nested test infrastructure
2020-02-12 Eric Augerselftests: KVM: Replace get_{gdt,idt}_base() by get_...
2020-02-12 Oliver UptonKVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS
2020-02-12 Oliver UptonKVM: nVMX: Handle pending #DB when injecting INIT VM...
2020-02-12 Oliver UptonKVM: x86: Mask off reserved bit from #DB exception...
2020-02-12 Marc ZyngierKVM: Disable preemption in kvm_get_running_vcpu()
2020-02-12 Paolo BonziniKVM: x86: do not reset microcode version on INIT or...
2020-02-10 Linus TorvaldsLinux 5.6-rc1
2020-02-10 Linus TorvaldsMerge tag 'kbuild-v5.6-2' of git://git./linux/kernel...
2020-02-09 Linus TorvaldsMerge tag 'zonefs-5.6-rc1' of git://git./linux/kernel...
2020-02-09 Marc Zyngierirqchip/gic-v4.1: Avoid 64bit division for the sake...
2020-02-09 Linus TorvaldsMerge tag '5.6-rc-smb3-plugfest-patches' of git://git...
2020-02-09 Linus TorvaldsMerge branch 'work.vboxsf' of git://git./linux/kernel...
2020-02-09 Linus TorvaldsMerge tag 'x86-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'smp-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'perf-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'timers-urgent-2020-02-09' of git://git....
2020-02-09 Linus TorvaldsMerge tag 'irq-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'efi-urgent-2020-02-09' of git://git./linux...
2020-02-09 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2020-02-09 Linus TorvaldsMerge git://git./linux/kernel/git/netdev/net
2020-02-08 Hans de Goedefs: Add VirtualBox guest shared folder (vboxsf) support
2020-02-08 Linus TorvaldsMerge tag 'powerpc-5.6-2' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsFix up remaining devm_ioremap_nocache() in SGI IOC3...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-late' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-defconfig' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-drivers' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-dt' of git://git./linux/kernel/git...
2020-02-08 Linus TorvaldsMerge tag 'armsoc-soc' of git://git./linux/kernel/git...
2020-02-08 Linus TorvaldsMerge tag 'compat-ioctl-fix' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge branch 'merge.nfs-fs_parse.1' of git://git./linux...
2020-02-08 Linus TorvaldsMerge branch 'work.misc' of git://git./linux/kernel...
2020-02-08 Linus TorvaldsMerge branch 'pipe-exclusive-wakeup'
2020-02-08 Linus Torvaldspipe: use exclusive waits when reading or writing
2020-02-08 Arnd Bergmanncompat_ioctl: fix FIONREAD on devices
2020-02-08 Thomas GleixnerMerge tag 'irqchip-fixes-5.6-1' of git://git./linux...
2020-02-08 Tim Harveynet: thunderx: use proper interface type for RGMII
next