index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
kvm
/
vm.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
LoongArch: KVM: Add PV IPI support on guest side
Bibo Mao
8
-2
/
+197
2024-05-06
LoongArch: KVM: Add PV IPI support on host side
Bibo Mao
6
-2
/
+211
2024-05-06
LoongArch: KVM: Add vcpu mapping from physical cpuid
Bibo Mao
4
-0
/
+129
2024-05-06
LoongArch: KVM: Add cpucfg area for kvm hypervisor
Bibo Mao
3
-17
/
+50
2024-05-06
LoongArch: KVM: Add hypercall instruction emulation
Bibo Mao
3
-1
/
+38
2024-05-06
LoongArch/smp: Refine some ipi functions on LoongArch platform
Bibo Mao
7
-71
/
+63
2024-05-05
Linux 6.9-rc7
v6.9-rc7
Linus Torvalds
1
-1
/
+1
2024-05-05
epoll: be better about file lifetimes
Linus Torvalds
1
-1
/
+37
2024-05-04
eventfs: Have "events" directory get permissions from its parent
Steven Rostedt (Google)
1
-6
/
+24
2024-05-04
eventfs: Do not treat events directory different than other directories
Steven Rostedt (Google)
1
-15
/
+1
2024-05-04
eventfs: Do not differentiate the toplevel events directory
Steven Rostedt (Google)
2
-25
/
+11
2024-05-04
tracefs: Still use mount point as default permissions for instances
Steven Rostedt (Google)
1
-2
/
+25
2024-05-04
tracefs: Reset permissions on remount if permissions are options
Steven Rostedt (Google)
3
-2
/
+99
2024-05-04
eventfs: Free all of the eventfs_inode after RCU
Steven Rostedt (Google)
1
-9
/
+16
2024-05-04
eventfs/tracing: Add callback for release of an eventfs_inode
Steven Rostedt (Google)
3
-2
/
+36
2024-05-04
KVM: fix documentation for KVM_CREATE_GUEST_MEMFD
Carlos López
1
-1
/
+1
2024-05-03
KVM: arm64: Move management of __hyp_running_vcpu to load/put on VHE
Marc Zyngier
1
-1
/
+4
2024-05-03
KVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()
Marc Zyngier
1
-13
/
+3
2024-05-03
KVM: arm64: vgic: Allocate private interrupts on demand
Marc Zyngier
2
-20
/
+64
2024-05-03
slimbus: qcom-ngd-ctrl: Add timeout for wait operation
Viken Dadhaniya
1
-1
/
+5
2024-05-03
KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslots
Sean Christopherson
1
-0
/
+8
2024-05-03
KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_test
Zide Chen
1
-2
/
+33
2024-05-02
x86/xen: return a sane initial apic id when running as PV guest
Juergen Gross
1
-1
/
+10
2024-05-02
drm/xe/display: Fix ADL-N detection
Lucas De Marchi
1
-1
/
+2
2024-05-02
x86/xen/smp_pv: Register the boot CPU APIC properly
Thomas Gleixner
1
-2
/
+2
2024-05-02
KVM: x86: Remove VT-d mention in posted interrupt tracepoint
Alejandro Jimenez
1
-2
/
+2
2024-05-02
KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled
Alejandro Jimenez
1
-7
/
+4
2024-05-02
KVM: x86/mmu: Fix a largely theoretical race in kvm_mmu_track_write()
Sean Christopherson
1
-3
/
+17
2024-05-02
KVM: Remove kvm_make_all_cpus_request_except()
Venkatesh Srinivas
2
-13
/
+2
2024-05-02
KVM: x86: Allow, don't ignore, same-value writes to immutable MSRs
Sean Christopherson
1
-7
/
+4
2024-05-02
swiotlb: initialise restricted pool list_head when SWIOTLB_DYNAMIC=y
Will Deacon
1
-0
/
+1
2024-05-02
MAINTAINERS: mark MYRICOM MYRI-10G as Orphan
Jakub Kicinski
1
-2
/
+1
2024-05-02
MAINTAINERS: remove Ariel Elior
Jakub Kicinski
1
-3
/
+0
2024-05-02
net: gro: add flush check in udp_gro_receive_segment
Richard Gobert
1
-1
/
+11
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
9
-4
/
+22
2024-05-02
ipv4: Fix uninit-value access in __ip_make_skb()
Shigeru Yoshida
2
-1
/
+4
2024-05-02
drm/panel: ili9341: Use predefined error codes
Andy Shevchenko
1
-2
/
+2
2024-05-02
drm/panel: ili9341: Respect deferred probe
Andy Shevchenko
1
-2
/
+2
2024-05-02
drm/panel: ili9341: Correct use of device property APIs
Andy Shevchenko
2
-3
/
+4
2024-05-02
s390/qeth: Fix kernel panic after setting hsuid
Alexandra Winter
1
-34
/
+27
2024-05-02
ALSA: hda/realtek: Fix build error without CONFIG_PM
Takashi Iwai
1
-1
/
+3
2024-05-02
vxlan: Pull inner IP header in vxlan_rcv().
Guillaume Nault
1
-1
/
+18
2024-05-02
tipc: fix a possible memleak in tipc_buf_append
Xin Long
1
-1
/
+1
2024-05-02
tipc: fix UAF in error path
Paolo Abeni
1
-1
/
+5
2024-05-01
rxrpc: Clients must accept conn from any address
Jeffrey Altman
1
-7
/
+2
2024-05-01
KVM: arm64: Force injection of a data abort on NISV MMIO exit
Marc Zyngier
2
-0
/
+15
2024-05-01
KVM: arm64: Restrict supported capabilities for protected VMs
Fuad Tabba
1
-0
/
+32
2024-05-01
KVM: arm64: Refactor setting the return value in kvm_vm_ioctl_enable_cap()
Fuad Tabba
1
-15
/
+9
2024-05-01
KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
Will Deacon
2
-0
/
+47
2024-05-01
KVM: arm64: Rename firmware pseudo-register documentation file
Will Deacon
2
-4
/
+4
[prev]
[next]