aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-08KVM: clean up directives to compile out irqfdsGravatar Paolo Bonzini 1-0/+2
2023-12-08KVM: remove deprecated UAPIsGravatar Paolo Bonzini 1-90/+0
2023-12-08KVM: remove CONFIG_HAVE_KVM_IRQFDGravatar Paolo Bonzini 2-9/+8
2023-12-08KVM: remove CONFIG_HAVE_KVM_EVENTFDGravatar Paolo Bonzini 1-29/+1
2023-11-14Merge branch 'kvm-guestmemfd' into HEADGravatar Paolo Bonzini 5-26/+189
2023-11-14KVM: x86: Add support for "protected VMs" that can utilize private memoryGravatar Sean Christopherson 1-0/+1
2023-11-14KVM: Allow arch code to track number of memslot address spaces per VMGravatar Sean Christopherson 1-6/+11
2023-11-14KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macroGravatar Sean Christopherson 1-1/+1
2023-11-14KVM: x86/mmu: Handle page fault for private memoryGravatar Chao Peng 2-2/+7
2023-11-14KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memoryGravatar Sean Christopherson 2-1/+62
2023-11-14fs: Rename anon_inode_getfile_secure() and anon_inode_getfd_secure()Gravatar Paolo Bonzini 1-2/+2
2023-11-13mm: Add AS_UNMOVABLE to mark mapping as completely unmovableGravatar Sean Christopherson 1-1/+18
2023-11-13KVM: Introduce per-page memory attributesGravatar Chao Peng 2-0/+32
2023-11-13KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceGravatar Chao Peng 2-0/+19
2023-11-13KVM: Introduce KVM_SET_USER_MEMORY_REGION2Gravatar Sean Christopherson 2-2/+15
2023-11-13KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIERGravatar Sean Christopherson 2-3/+4
2023-11-13KVM: Use gfn instead of hva for mmu_notifier_retryGravatar Chao Peng 1-12/+21
2023-11-10Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2023-11-10Merge tag 'spi-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2023-11-10Merge tag 'mmc-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-0/+2
2023-11-10Merge tag 'pwm/for-6.7-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+2
2023-11-10Merge tag 'block-6.7-2023-11-10' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-10/+2
2023-11-10Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 1-14/+5
2023-11-10Merge tag 'lsm-pr-20231109' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-11-10Merge tag 'ceph-for-6.7-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 4-73/+50
2023-11-10Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-149/+0
2023-11-10spi: Fix null dereference on suspendGravatar Mark Hasemeyer 1-0/+1
2023-11-10kprobes: unify kprobes_exceptions_nofify() prototypesGravatar Arnd Bergmann 1-0/+4
2023-11-10pwm: Fix double shift bugGravatar Dan Carpenter 1-2/+2
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 8-28/+46
2023-11-09Merge tag 'input-for-v6.7-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-2/+2
2023-11-09Merge tag 'linux-watchdog-6.7-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 1-0/+92
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-18/+6
2023-11-09Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-159/+25
2023-11-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-0/+11
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxGravatar Vlad Buslov 1-13/+17
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 3-1/+3
2023-11-08lsm: fix default return value for inode_getsecctxGravatar Ondrej Mosnacek 1-1/+1
2023-11-08lsm: fix default return value for vm_enough_memoryGravatar Ondrej Mosnacek 1-1/+1
2023-11-08nvme: keyring: fix conditional compilationGravatar Hannes Reinecke 1-8/+0
2023-11-07Merge tag 'drm-next-2023-11-07' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 3-55/+10
2023-11-07Merge tag 'gpio-pinctrl-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 2-28/+36
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-3/+47
2023-11-07Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-3/+9
2023-11-07nvme: common: make keyring and auth separate modulesGravatar Arnd Bergmann 1-1/+1
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 16-423/+131
2023-11-06nvme-auth: auth success1 msg always includes respGravatar Mark O'Donovan 1-1/+1
2023-11-06nfsd: regenerate user space parsers after ynl-gen changesGravatar Jakub Kicinski 1-3/+3
2023-11-06dma-mapping: move dma_addressing_limited() out of lineGravatar Jia He 1-14/+5
2023-11-06Merge tag 'amd-drm-next-6.7-2023-11-03' of https://gitlab.freedesktop.org/agd...Gravatar Dave Airlie 1-0/+5