aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27Merge tag 'efi-loongarch-for-v6.1-2' into HEADArd Biesheuvel1-0/+15
2022-09-27efi: libstub: install boot-time memory map as config tableArd Biesheuvel1-0/+1
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel1-0/+5
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel1-0/+9
2022-09-20efi/libstub: implement generic EFI zbootArd Biesheuvel1-0/+1
2022-09-17efi/libstub: add some missing EFI prototypesArd Biesheuvel1-0/+12
2022-09-06efi/loongarch: Add efistub booting supportHuacai Chen1-0/+2
2022-08-14radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov1-1/+1
2022-08-14Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-0/+21
2022-08-13Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-08-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-2/+7
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds3-11/+8
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-1/+8
2022-08-12fs: don't randomize struct kiocb fieldsKeith Busch1-5/+0
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds13-19/+167
2022-08-12Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-0/+10
2022-08-12x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2-0/+21
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-35/+139
2022-08-11Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+3
2022-08-11Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+0
2022-08-11Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds6-7/+24
2022-08-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2022-08-11net: atm: bring back zatm uAPIJakub Kicinski1-0/+47
2022-08-11Merge branch 'acpi-properties'Rafael J. Wysocki2-2/+3
2022-08-11net: add missing kdoc for struct genl_multicast_group::flagsJakub Kicinski1-2/+3
2022-08-11vhost-vdpa: uAPI to suspend the deviceEugenio Pérez1-0/+9
2022-08-11vhost-vdpa: introduce SUSPEND backend feature bitEugenio Pérez1-0/+2
2022-08-11vdpa: Add suspend operationEugenio Pérez1-0/+4
2022-08-11vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen1-0/+8
2022-08-11vduse: Support querying information of IOVA regionsXie Yongji1-0/+24
2022-08-11vduse: Support registering userspace memory for IOVA regionsXie Yongji1-0/+23
2022-08-11net: virtio_net: notifications coalescing supportAlvaro Karsz1-1/+33
2022-08-11virtio: add helper virtio_find_vqs_ctx_size()Xuan Zhuo1-0/+12
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo1-5/+9
2022-08-11virtio_pci: introduce helper to get/set queue resetXuan Zhuo1-0/+2
2022-08-11virtio_pci: struct virtio_pci_common_cfg add queue_resetXuan Zhuo2-1/+2
2022-08-11virtio_ring: struct virtqueue introduce resetXuan Zhuo1-0/+2
2022-08-11virtio: queue_reset: add VIRTIO_F_RING_RESETXuan Zhuo1-1/+6
2022-08-11virtio: allow to unbreak/break virtqueue individuallyXuan Zhuo1-0/+3
2022-08-11virtio_pci: struct virtio_pci_common_cfg add queue_notify_dataXuan Zhuo2-0/+8
2022-08-11virtio_ring: introduce virtqueue_resize()Xuan Zhuo1-0/+3
2022-08-11virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo1-10/+0
2022-08-11virtio: struct virtio_config_ops add callbacks for queue_resetXuan Zhuo1-0/+14
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo1-0/+2
2022-08-11remoteproc: rename len of rpoc_vring to numXuan Zhuo1-2/+2
2022-08-10net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy1-1/+1
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-2/+10
2022-08-10net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2-21/+50
2022-08-10Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-8/+54
2022-08-10KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang1-1/+1