aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-20KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVAGravatar Paul Durrant 1-0/+31
2024-02-20KVM: s390: Refactor kvm_is_error_gpa() into kvm_is_gpa_in_memslot()Gravatar Sean Christopherson 1-2/+2
2024-02-20KVM: pfncache: remove KVM_GUEST_USES_PFN usageGravatar Paul Durrant 2-18/+1
2024-02-20KVM: pfncache: add a mark-dirty helperGravatar Paul Durrant 1-0/+10
2024-02-08KVM: remove unnecessary #ifdefGravatar Paolo Bonzini 1-4/+0
2024-02-08KVM: define __KVM_HAVE_GUEST_DEBUG unconditionallyGravatar Paolo Bonzini 1-2/+5
2024-02-08KVM: arm64: move ARM-specific defines to uapi/asm/kvm.hGravatar Paolo Bonzini 1-7/+0
2024-02-08KVM: s390: move s390-specific structs to uapi/asm/kvm.hGravatar Paolo Bonzini 1-312/+0
2024-02-08KVM: powerpc: move powerpc-specific structs to uapi/asm/kvm.hGravatar Paolo Bonzini 1-44/+0
2024-02-08KVM: x86: move x86-specific structs to uapi/asm/kvm.hGravatar Paolo Bonzini 1-265/+0
2024-02-08KVM: remove more traces of device assignment UAPIGravatar Paolo Bonzini 1-50/+0
2024-02-08uapi: introduce uapi-friendly macros for GENMASKGravatar Paolo Bonzini 3-7/+20
2024-02-04Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+4
2024-02-04Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-6/+7
2024-02-04Merge tag 'dmaengine-fix-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2024-02-02Merge tag 'pci-v6.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+5
2024-02-02Merge tag 'sound-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-1/+6
2024-02-02Merge tag 'block-6.8-2024-02-01' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-8/+2
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-7/+21
2024-02-01Merge tag 'hid-for-linus-2024020101' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+0
2024-02-01Merge tag 'lsm-pr-20240131' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2024-02-01Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Jakub Kicinski 2-0/+6
2024-02-01ASoC: cs35l56: Allow more time for firmware to bootGravatar Richard Fitzgerald 1-1/+1
2024-02-01ASoC: cs35l56: Load tunings for the correct speaker modelsGravatar Richard Fitzgerald 1-0/+1
2024-02-01ASoC: cs35l56: Firmware file must match the version of preloaded firmwareGravatar Richard Fitzgerald 1-0/+3
2024-02-01ASoC: cs35l56: Fix to ensure ASP1 registers match cacheGravatar Richard Fitzgerald 1-0/+1
2024-01-31af_unix: fix lockdep positive in sk_diag_dump_icons()Gravatar Eric Dumazet 1-6/+14
2024-01-31nvme: take const cmd pointer in read-only helpersGravatar Caleb Sander 1-2/+2
2024-01-31netfilter: ipset: fix performance regression in swap operationGravatar Jozsef Kadlecsik 1-0/+4
2024-01-31netfilter: nf_tables: restrict tunnel object to NFPROTO_NETDEVGravatar Pablo Neira Ayuso 1-0/+2
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMGravatar Johan Hovold 1-0/+5
2024-01-31HID: bpf: use __bpf_kfunc instead of noinlineGravatar Benjamin Tissoires 1-11/+0
2024-01-30lsm: fix default return value of the socket_getpeersec_*() hooksGravatar Ondrej Mosnacek 1-2/+2
2024-01-30dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEVGravatar Frank Li 1-1/+2
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 2-3/+4
2024-01-28Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+1
2024-01-27tty: serial: Fix bit order in RS485 flag definitionsGravatar Christoph Niedermaier 1-6/+7
2024-01-26ipmr: fix kernel panic when forwarding mcast packetsGravatar Nicolas Dichtel 1-1/+1
2024-01-26Merge tag 'ata-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Gravatar Linus Torvalds 1-1/+1
2024-01-26Merge tag 'drm-fixes-2024-01-27' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-5/+20
2024-01-26Merge tag 'spi-fix-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2024-01-25mm, kmsan: fix infinite recursion due to RCU critical sectionGravatar Marco Elver 1-3/+3
2024-01-25mm: mmap: map MAP_STACK to VM_NOHUGEPAGEGravatar Yang Shi 1-0/+1
2024-01-25Merge tag 'net-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 12-30/+108
2024-01-25Merge tag 'vfs-6.8-rc2.netfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+25
2024-01-25Merge tag 'mlx5-fixes-2024-01-24' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Paolo Abeni 4-4/+11
2024-01-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Paolo Abeni 1-0/+27
2024-01-24xsk: fix usage of multi-buffer BPF helpers for ZC XDPGravatar Maciej Fijalkowski 1-0/+26
2024-01-24xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsGravatar Maciej Fijalkowski 1-0/+1
2024-01-24Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1