index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
kmemleak-test.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-18
kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBD
Jim Mattson
1
-1
/
+2
2019-12-12
KVM: arm/arm64: Properly handle faulting of device mappings
Marc Zyngier
1
-4
/
+17
2019-12-12
KVM: arm64: Ensure 'params' is initialised when looking up sys register
Will Deacon
1
-1
/
+4
2019-12-06
KVM: arm/arm64: Remove excessive permission check in kvm_arch_prepare_memory_...
Jia He
1
-9
/
+0
2019-12-06
KVM: arm64: Don't log IMP DEF sysreg traps
Mark Rutland
1
-0
/
+8
2019-12-06
KVM: arm64: Sanely ratelimit sysreg messages
Mark Rutland
2
-8
/
+21
2019-12-06
KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vg...
Miaohe Lin
1
-15
/
+4
2019-12-06
KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest...
Miaohe Lin
1
-0
/
+1
2019-12-06
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
Miaohe Lin
1
-2
/
+2
2019-11-21
KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it
Paolo Bonzini
1
-14
/
+30
2019-11-21
KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality
Paolo Bonzini
2
-21
/
+40
2019-11-21
KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID
Paolo Bonzini
3
-4
/
+9
2019-11-21
KVM: x86: do not modify masked bits of shared MSRs
Paolo Bonzini
1
-2
/
+3
2019-11-21
KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES
Paolo Bonzini
1
-2
/
+8
2019-11-15
KVM: Add a comment describing the /dev/kvm no_compat handling
Marc Zyngier
1
-0
/
+7
2019-11-14
KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast()
Sean Christopherson
1
-3
/
+2
2019-11-13
KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n
Marc Zyngier
1
-1
/
+7
2019-11-13
KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list()
Xiaoyao Li
1
-0
/
+4
2019-11-13
selftests: kvm: fix build with glibc >= 2.30
Vitaly Kuznetsov
1
-2
/
+2
2019-11-13
kvm: x86: disable shattered huge page recovery for PREEMPT_RT.
Paolo Bonzini
1
-0
/
+5
2019-11-12
KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved
Sean Christopherson
3
-7
/
+28
2019-11-12
KVM: VMX: Introduce pi_is_pir_empty() helper
Joao Martins
2
-3
/
+7
2019-11-12
KVM: VMX: Do not change PID.NDST when loading a blocked vCPU
Joao Martins
2
-0
/
+20
2019-11-12
KVM: VMX: Consider PID.PIR to determine if vCPU has pending interrupts
Joao Martins
1
-1
/
+5
2019-11-12
KVM: VMX: Fix comment to specify PID.ON instead of PIR.ON
Liran Alon
1
-1
/
+1
2019-11-12
KVM: X86: Fix initialization of MSR lists
Chenyi Qiang
1
-30
/
+26
2019-11-11
drm/i915/cmdparser: Fix jump whitelist clearing
Ben Hutchings
1
-3
/
+2
2019-11-11
KVM: fix placement of refcount initialization
Paolo Bonzini
1
-2
/
+2
2019-11-11
KVM: Fix NULL-ptr deref after kvm_create_vm fails
Paolo Bonzini
1
-9
/
+9
2019-11-11
Linux 5.4-rc7
v5.4-rc7
Linus Torvalds
1
-1
/
+1
2019-11-10
lib: Remove select of inexistant GENERIC_IO
Corentin Labbe
1
-1
/
+0
2019-11-09
ixgbe: need_wakeup flag might not be set for Tx
Magnus Karlsson
1
-8
/
+2
2019-11-09
i40e: need_wakeup flag might not be set for Tx
Magnus Karlsson
1
-8
/
+2
2019-11-09
igb/igc: use ktime accessors for skb->tstamp
Jacob Keller
3
-4
/
+6
2019-11-09
i40e: Fix for ethtool -m issue on X722 NIC
Arkadiusz Kubalewski
1
-1
/
+2
2019-11-09
iavf: initialize ITRN registers with correct values
Nicholas Nunley
1
-2
/
+2
2019-11-09
ice: fix potential infinite loop because loop counter being too small
Colin Ian King
1
-1
/
+1
2019-11-08
qede: fix NULL pointer deref in __qede_remove()
Manish Chopra
1
-2
/
+10
2019-11-08
net: fix data-race in neigh_event_send()
Eric Dumazet
1
-2
/
+2
2019-11-08
sched: Fix pick_next_task() vs 'change' pattern race
Peter Zijlstra
7
-58
/
+112
2019-11-08
sched/core: Fix compilation error when cgroup not selected
Qais Yousef
1
-1
/
+1
2019-11-08
cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead
Tejun Heo
1
-3
/
+6
2019-11-08
vsock/virtio: fix sock refcnt holding during the shutdown
Stefano Garzarella
1
-3
/
+5
2019-11-08
net: ethernet: octeon_mgmt: Account for second possible VLAN header
Alexander Sverdlin
1
-1
/
+1
2019-11-08
pwm: bcm-iproc: Prevent unloading the driver module while in use
Uwe Kleine-König
1
-0
/
+1
2019-11-08
block: drbd: remove a stray unlock in __drbd_send_protocol()
Dan Carpenter
1
-1
/
+0
2019-11-08
KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj...
Marc Zyngier
3
-6
/
+11
2019-11-08
KVM: vgic-v4: Track the number of VLPIs per vcpu
Marc Zyngier
4
-0
/
+8
2019-11-08
cpufreq: intel_pstate: Fix invalid EPB setting
Srinivas Pandruvada
1
-3
/
+1
2019-11-08
mac80211: fix station inactive_time shortly after boot
Ahmed Zaki
1
-1
/
+2
[next]