index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: clean up directives to compile out irqfds
Paolo Bonzini
2023-12-08
2
-14
/
+14
*
KVM: remove deprecated UAPIs
Paolo Bonzini
2023-12-08
3
-107
/
+0
*
KVM: remove CONFIG_HAVE_KVM_IRQFD
Paolo Bonzini
2023-12-08
11
-24
/
+14
*
KVM: remove CONFIG_HAVE_KVM_EVENTFD
Paolo Bonzini
2023-12-08
9
-40
/
+2
*
Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux int...
Paolo Bonzini
2023-12-08
14
-167
/
+73
|
\
|
*
KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()
Sean Christopherson
2023-12-01
2
-4
/
+5
|
*
KVM: selftests: Fix broken assert messages in Hyper-V features test
Sean Christopherson
2023-12-01
1
-4
/
+4
|
*
KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts
Sean Christopherson
2023-12-01
6
-12
/
+12
|
*
KVM: selftests: Fix MWAIT error message when guest assertion fails
Sean Christopherson
2023-12-01
1
-2
/
+4
|
*
KVM: selftests: Remove x86's so called "MMIO warning" test
Sean Christopherson
2023-11-29
2
-122
/
+0
|
*
KVM: selftests: Add logic to detect if ioctl() failed because VM was killed
Sean Christopherson
2023-11-29
2
-6
/
+35
|
*
KVM: selftests: Drop the single-underscore ioctl() helpers
Sean Christopherson
2023-11-29
1
-17
/
+13
|
*
KVM: selftests: add -MP to CFLAGS
David Woodhouse
2023-11-29
1
-1
/
+1
|
*
KVM: selftests: Actually print out magic token in NX hugepages skip message
angquan yu
2023-11-29
1
-1
/
+1
*
|
KVM: guest-memfd: fix unused-function warning
Paolo Bonzini
2023-12-08
1
-2
/
+0
*
|
KVM: selftests: fix supported_flags for aarch64
Paolo Bonzini
2023-12-08
1
-1
/
+3
|
/
*
selftests/kvm: fix compilation on non-x86_64 platforms
Paolo Bonzini
2023-11-21
2
-8
/
+6
*
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
2023-11-14
53
-307
/
+3065
|
\
|
*
KVM: selftests: Add a memory region subtest to validate invalid flags
Sean Christopherson
2023-11-14
2
-8
/
+50
|
*
KVM: selftests: Test KVM exit behavior for private memory/access
Ackerley Tng
2023-11-14
2
-0
/
+121
|
*
KVM: selftests: Add basic selftest for guest_memfd()
Chao Peng
2023-11-14
2
-0
/
+208
|
*
KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
Chao Peng
2023-11-14
2
-2
/
+114
|
*
KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
Chao Peng
2023-11-14
2
-0
/
+36
|
*
KVM: selftests: Add x86-only selftest for private memory conversions
Vishal Annapurve
2023-11-14
2
-0
/
+483
|
*
KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
Sean Christopherson
2023-11-14
1
-0
/
+11
|
*
KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
Sean Christopherson
2023-11-14
7
-35
/
+73
|
*
KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
Vishal Annapurve
2023-11-14
1
-0
/
+15
|
*
KVM: selftests: Add helpers to convert guest memory b/w private and shared
Vishal Annapurve
2023-11-14
2
-0
/
+76
|
*
KVM: selftests: Add support for creating private memslots
Sean Christopherson
2023-11-14
3
-31
/
+73
|
*
KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
2023-11-14
2
-10
/
+11
|
*
KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
Sean Christopherson
2023-11-14
2
-33
/
+0
|
*
KVM: x86: Add support for "protected VMs" that can utilize private memory
Sean Christopherson
2023-11-14
8
-7
/
+78
|
*
KVM: Allow arch code to track number of memslot address spaces per VM
Sean Christopherson
2023-11-14
8
-26
/
+39
|
*
KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
Sean Christopherson
2023-11-14
2
-2
/
+1
|
*
KVM: x86/mmu: Handle page fault for private memory
Chao Peng
2023-11-14
5
-9
/
+110
|
*
KVM: x86: Disallow hugepages when memory attributes are mixed
Chao Peng
2023-11-14
3
-2
/
+159
|
*
KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUN
Sean Christopherson
2023-11-14
1
-0
/
+1
|
*
KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
Sean Christopherson
2023-11-14
9
-8
/
+754
|
*
fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()
Paolo Bonzini
2023-11-14
4
-22
/
+40
|
*
mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
Sean Christopherson
2023-11-13
3
-13
/
+51
|
*
KVM: Introduce per-page memory attributes
Chao Peng
2023-11-13
5
-0
/
+288
|
*
KVM: Drop .on_unlock() mmu_notifier hook
Sean Christopherson
2023-11-13
1
-10
/
+1
|
*
KVM: Add a dedicated mmu_notifier flag for reclaiming freed memory
Sean Christopherson
2023-11-13
1
-16
/
+37
|
*
KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
Chao Peng
2023-11-13
4
-0
/
+61
|
*
KVM: Introduce KVM_SET_USER_MEMORY_REGION2
Sean Christopherson
2023-11-13
5
-11
/
+87
|
*
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
2023-11-13
17
-31
/
+23
|
*
KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMU
Sean Christopherson
2023-11-13
1
-4
/
+0
|
*
KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
Sean Christopherson
2023-11-13
1
-3
/
+4
|
*
KVM: WARN if there are dangling MMU invalidations at VM destruction
Sean Christopherson
2023-11-13
1
-1
/
+8
|
*
KVM: Use gfn instead of hva for mmu_notifier_retry
Chao Peng
2023-11-13
4
-31
/
+66
[next]