Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a45ff5994c9cde41af627c46abb9f32beae68943
a45ff59
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 6 years ago
429bb83
Documentation: virtual: Add toctree hooks
by Luke Nowakowski-Krijger
· 6 years ago
e287d6d
Documentation: kvm: Convert cpuid.txt to .rst
by Luke Nowakowski-Krijger
· 6 years ago
8373bc4
Documentation: virtual: Convert paravirt_ops.txt to .rst
by Luke Nowakowski-Krijger
· 6 years ago
d7a0888
KVM: x86: Unconditionally enable irqs in guest context
by Sean Christopherson
· 6 years ago
66bb8a0
KVM: x86: PMU Event Filter
by Eric Hankland
· 6 years ago
cdc238e
kvm: x86: Fix -Wmissing-prototypes warnings
by Yi Wang
· 6 years ago
b614c602
KVM: Properly check if "page" is valid in kvm_vcpu_unmap
by KarimAllah Ahmed
· 6 years ago
1e0cf16
KVM: arm/arm64: Initialise host's MPIDRs by reading the actual register
by Marc Zyngier
· 6 years ago
548f7fb
KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane
by Wanpeng Li
· 6 years ago
01402cf
kvm: LAPIC: write down valid APIC registers
by Paolo Bonzini
· 6 years ago
fdec2a9
KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
by Dave Martin
· 6 years ago
49caebe
KVM: doc: Add API documentation on the KVM_REG_ARM_WORKAROUNDS register
by Andre Przywara
· 6 years ago
99adb567
KVM: arm/arm64: Add save/restore support for firmware workaround state
by Andre Przywara
· 6 years ago
c118bbb
arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests
by Andre Przywara
· 6 years ago
80f393a
KVM: arm/arm64: Support chained PMU counters
by Andrew Murray
· 6 years ago
218907c
KVM: arm/arm64: Remove pmc->bitmask
by Andrew Murray
· 6 years ago
30d9775
KVM: arm/arm64: Re-create event when setting counter value
by Andrew Murray
· 6 years ago
6f4d2a0
KVM: arm/arm64: Extract duplicated code to own function
by Andrew Murray
· 6 years ago
418e5ca
KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions
by Andrew Murray
· 6 years ago
101628d
KVM: LAPIC: ARBPRI is a reserved register for x2APIC
by Paolo Bonzini
· 6 years ago
11b4162
KVM: arm64: Skip more of the SError vaxorcism
by James Morse
· 6 years ago
dad6321
KVM: arm64: Re-mask SError after the one instruction window
by James Morse
· 6 years ago
3276cc2
arm64: Update silicon-errata.txt for Neoverse-N1 #1349291
by James Morse
· 6 years ago
5dcd0fd
KVM: arm64: Defer guest entry when an asynchronous exception is pending
by James Morse
· 6 years ago
0e5b9c0
KVM: arm64: Consume pending SError as early as possible
by James Morse
· 6 years ago
5d99437
KVM: arm64: Make indirect vectors preamble behaviour symmetric
by James Morse
· 6 years ago
3dbf100
KVM: arm64: Abstract the size of the HYP vectors pre-amble
by James Morse
· 6 years ago
2b68a2a
arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS
by James Morse
· 6 years ago
1ef23e1
KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of nested guests
by Krish Sadhukhan
· 6 years ago
f087a02
KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT
by Sean Christopherson
· 6 years ago
335e192
KVM: x86: add tracepoints around __direct_map and FNAME(fetch)
by Paolo Bonzini
· 6 years ago
e9f2a76
KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON
by Paolo Bonzini
· 6 years ago
d679b32
KVM: x86: remove now unneeded hugepage gfn adjustment
by Paolo Bonzini
· 6 years ago
3fcf2d1
KVM: x86: make FNAME(fetch) and __direct_map more similar
by Paolo Bonzini
· 6 years ago
43fdcda
kvm: x86: Do not release the page inside mmu_set_spte()
by Junaid Shahid
· 6 years ago
60cec43
KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param
by Paolo Bonzini
· 6 years ago
50a9e1a
KVM: cpuid: rename do_cpuid_1_ent
by Paolo Bonzini
· 6 years ago
d9aadaf
KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent
by Paolo Bonzini
· 6 years ago
54d360d
KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs
by Paolo Bonzini
· 6 years ago
ab8bcf6
KVM: cpuid: do_cpuid_ent works on a whole CPUID function
by Paolo Bonzini
· 6 years ago
7be373b
KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk
by Wanpeng Li
· 6 years ago
d647eb6
KVM: svm: add nrips module parameter
by Paolo Bonzini
· 6 years ago
c550505
kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID
by Jim Mattson
· 6 years ago
b119019
kvm: nVMX: Remove unnecessary sync_roots from handle_invept
by Jim Mattson
· 6 years ago
9824c83
Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROL
by Paolo Bonzini
· 6 years ago
32b72ec
KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest
by Wanpeng Li
· 6 years ago
7150629
KVM: X86: Implement PV sched yield hypercall
by Wanpeng Li
· 6 years ago
f85f6e7
KVM: X86: Yield to IPI target if necessary
by Wanpeng Li
· 6 years ago
11e3491
x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use
by Vitaly Kuznetsov
· 6 years ago
a21a39c
x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH
by Vitaly Kuznetsov
· 6 years ago
95c5c7c
KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST
by Paolo Bonzini
· 6 years ago
e8a70bd
KVM: nVMX: allow setting the VMFUNC controls MSR
by Paolo Bonzini
· 6 years ago
6defc59
KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS
by Paolo Bonzini
· 6 years ago
4b972a0
Linux 5.2-rc6
by Linus Torvalds
· 6 years ago
6698a71
Merge tag 'iommu-fix-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
0aafc8a
Revert "iommu/vt-d: Fix lock inversion between iommu->lock and device_domain_lock"
by Peter Xu
· 6 years ago
b253d5f
Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 6 years ago
f410276
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
a8282bf
Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
693cd8c
Bluetooth: Fix regression with minimum encryption key size alignment
by Marcel Holtmann
· 6 years ago
c356dc4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
b6653b3
tcp: refine memory limit test in tcp_fragment()
by Eric Dumazet
· 6 years ago
121bddf
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
c036f7d
Merge tag 'nfs-for-5.2-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 6 years ago
ff17bbe
x86/vdso: Prevent segfaults due to hoisted vclock reads
by Andy Lutomirski
· 6 years ago
19d5504
SUNRPC: Fix a credential refcount leak
by Trond Myklebust
· 6 years ago
502980e
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
by Anna Schumaker
· 6 years ago
b962261
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
by Lin Yi
· 6 years ago
9091051
NFS4: Only set creation opendata if O_CREAT
by Benjamin Coddington
· 6 years ago
a4c33bb
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 6 years ago
0728f6c
Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
db54615e
Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 6 years ago
b7b8a44
Merge tag 'char-misc-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
cf24242
Merge tag 'usb-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
05512b0
Merge tag '5.2-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 6 years ago
5eab9cf
Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linux into drm-fixes
by Dave Airlie
· 6 years ago
91cbf5d
Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 6 years ago
ea37e1a
Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
by Dave Airlie
· 6 years ago
47e3c4c
Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linux into drm-fixes
by Dave Airlie
· 6 years ago
c5d0e49
ARM: 8867/1: vdso: pass --be8 to linker if necessary
by Jason A. Donenfeld
· 6 years ago
4ae004a
Merge tag 'ovl-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 6 years ago
b910f6a
Merge tag 'fuse-fixes-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 6 years ago
b3e9783
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 6 years ago
e929387
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
a409de6
Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 6 years ago
d72558b
Merge tag 'for_v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 6 years ago
6331d11
Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 6 years ago
41a247d
Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b21e31b
Merge tag 'kvmarm-fixes-for-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 6 years ago
9fd5887
KVM: nVMX: reorganize initial steps of vmx_set_nested_state
by Paolo Bonzini
· 6 years ago
a251fb90
KVM: x86: Fix apic dangling pointer in vcpu
by Saar Amar
· 6 years ago
4d763b1
KVM: VMX: check CPUID before allowing read/write of IA32_XSS
by Wanpeng Li
· 6 years ago
5008711
KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries
by Suraj Jitindar Singh
· 6 years ago
6f828c5
Merge tag 'misc-habanalabs-fixes-2019-06-20' of git://people.freedesktop.org/~gabbayo/linux into char-misc-linus
by Greg Kroah-Hartman
· 6 years ago
d28bdaf
Merge tag 'fixes-for-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
by Greg Kroah-Hartman
· 6 years ago
f99bc33
habanalabs: use u64_to_user_ptr() for reading user pointers
by Arnd Bergmann
· 6 years ago
241e390
nfsd: replace Jeff by Chuck as nfsd co-maintainer
by J. Bruce Fields
· 6 years ago
85f9aa7
inet: clear num_timeout reqsk_alloc()
by Eric Dumazet
· 6 years ago
Next »