summaryrefslogtreecommitdiffstats
path: root/net/mac80211/led.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-08KVM: remove deprecated UAPIsPaolo Bonzini3-107/+0
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDPaolo Bonzini11-24/+14
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDPaolo Bonzini9-40/+2
2023-12-08KVM: guest-memfd: fix unused-function warningPaolo Bonzini1-2/+0
2023-12-08KVM: selftests: fix supported_flags for aarch64Paolo Bonzini1-1/+3
2023-12-01KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()Sean Christopherson2-4/+5
2023-12-01KVM: selftests: Fix broken assert messages in Hyper-V features testSean Christopherson1-4/+4
2023-12-01KVM: selftests: Fix benign %llx vs. %lx issues in guest assertsSean Christopherson6-12/+12
2023-12-01KVM: selftests: Fix MWAIT error message when guest assertion failsSean Christopherson1-2/+4
2023-11-29KVM: selftests: Remove x86's so called "MMIO warning" testSean Christopherson2-122/+0
2023-11-29KVM: selftests: Add logic to detect if ioctl() failed because VM was killedSean Christopherson2-6/+35
2023-11-29KVM: selftests: Drop the single-underscore ioctl() helpersSean Christopherson1-17/+13
2023-11-29KVM: selftests: add -MP to CFLAGSDavid Woodhouse1-1/+1
2023-11-29KVM: selftests: Actually print out magic token in NX hugepages skip messageangquan yu1-1/+1
2023-11-21selftests/kvm: fix compilation on non-x86_64 platformsPaolo Bonzini2-8/+6
2023-11-14KVM: selftests: Add a memory region subtest to validate invalid flagsSean Christopherson2-8/+50
2023-11-14KVM: selftests: Test KVM exit behavior for private memory/accessAckerley Tng2-0/+121
2023-11-14KVM: selftests: Add basic selftest for guest_memfd()Chao Peng2-0/+208
2023-11-14KVM: selftests: Expand set_memory_region_test to validate guest_memfd()Chao Peng2-2/+114
2023-11-14KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helperChao Peng2-0/+36
2023-11-14KVM: selftests: Add x86-only selftest for private memory conversionsVishal Annapurve2-0/+483
2023-11-14KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more dataSean Christopherson1-0/+11
2023-11-14KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson7-35/+73
2023-11-14KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve1-0/+15
2023-11-14KVM: selftests: Add helpers to convert guest memory b/w private and sharedVishal Annapurve2-0/+76
2023-11-14KVM: selftests: Add support for creating private memslotsSean Christopherson3-31/+73
2023-11-14KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2Sean Christopherson2-10/+11
2023-11-14KVM: selftests: Drop unused kvm_userspace_memory_region_find() helperSean Christopherson2-33/+0
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson8-7/+78
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson8-26/+39
2023-11-14KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macroSean Christopherson2-2/+1
2023-11-14KVM: x86/mmu: Handle page fault for private memoryChao Peng5-9/+110
2023-11-14KVM: x86: Disallow hugepages when memory attributes are mixedChao Peng3-2/+159
2023-11-14KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUNSean Christopherson1-0/+1
2023-11-14KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memorySean Christopherson9-8/+754
2023-11-14fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()Paolo Bonzini4-22/+40
2023-11-13mm: Add AS_UNMOVABLE to mark mapping as completely unmovableSean Christopherson3-13/+51
2023-11-13KVM: Introduce per-page memory attributesChao Peng5-0/+288
2023-11-13KVM: Drop .on_unlock() mmu_notifier hookSean Christopherson1-10/+1
2023-11-13KVM: Add a dedicated mmu_notifier flag for reclaiming freed memorySean Christopherson1-16/+37
2023-11-13KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng4-0/+61
2023-11-13KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson5-11/+87
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERSean Christopherson17-31/+23
2023-11-13KVM: PPC: Return '1' unconditionally for KVM_CAP_SYNC_MMUSean Christopherson1-4/+0
2023-11-13KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIERSean Christopherson1-3/+4
2023-11-13KVM: WARN if there are dangling MMU invalidations at VM destructionSean Christopherson1-1/+8
2023-11-13KVM: Use gfn instead of hva for mmu_notifier_retryChao Peng4-31/+66
2023-11-13KVM: Assert that mmu_invalidate_in_progress *never* goes negativeSean Christopherson1-2/+1
2023-11-13KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn rangesSean Christopherson1-15/+19
2023-11-13Linux 6.7-rc1v6.7-rc1Linus Torvalds1-2/+2