summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-08-11virtio_pci: struct virtio_pci_common_cfg add queue_resetXuan Zhuo1-1/+1
2022-08-11virtio_ring: struct virtqueue introduce resetXuan Zhuo1-0/+2
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 Zhuo1-0/+7
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-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+6
2022-08-11net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-1/+2
2022-08-11Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds8-8/+34
2022-08-10Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-46/+39
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds5-0/+102
2022-08-10Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2-0/+25
2022-08-10add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka1-1/+24
2022-08-10Merge tag 'nfsd-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds4-3/+6
2022-08-09NFS: Improve write error tracingTrond Myklebust1-2/+1
2022-08-09time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam1-1/+1
2022-08-09Merge tag 'fs.setgid.v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+2
2022-08-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-23/+32
2022-08-09get rid of non-advancing variantsAl Viro1-22/+2
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-0/+20
2022-08-09ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro1-20/+0
2022-08-09ITER_PIPE: cache the type of last bufferAl Viro1-1/+4
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro1-0/+26
2022-08-09highmem: delete a sentence from kmap_local_page() kdocsFabio M. De Francesco1-2/+1
2022-08-09highmem: specify that kmap_local_page() is callable from interruptsFabio M. De Francesco1-1/+1
2022-08-09highmem: remove unneeded spaces in kmap_local_page() kdocsFabio M. De Francesco1-1/+1
2022-08-09mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi1-1/+0
2022-08-09mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi1-0/+1
2022-08-09mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi1-0/+9
2022-08-09mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi1-1/+16
2022-08-09mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rstMuchun Song1-13/+2
2022-08-09mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song2-5/+6
2022-08-09mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song1-7/+0
2022-08-09mm: hugetlb_vmemmap: introduce the name HVOMuchun Song1-2/+1
2022-08-09mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song1-4/+2
2022-08-09mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song1-12/+2
2022-08-09Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds1-0/+3
2022-08-09Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-128/+194
2022-08-08NFS: don't unhash dentry during unlink/renameNeilBrown1-0/+9
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-48/+423
2022-08-08Merge tag 'fuse-update-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-08-08Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds1-10/+0
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds6-383/+546
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds9-121/+46
2022-08-07Merge tag 'for-5.20/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-70/+0
2022-08-07Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+2