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