aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-84/+1
2022-06-16Revert "net: Add a second bind table hashed by port and address"Gravatar Joanne Koong 3-84/+1
2022-06-15Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2022-06-14netfs: fix up netfs_inode_init() docbook commentGravatar Linus Torvalds 1-1/+1
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2022-06-13usercopy: Handle vm_map_ram() areasGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-06-12Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-13/+61
2022-06-12Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-3/+2
2022-06-11workqueue: Switch to new kerneldoc syntax for named variable macro argumentGravatar Jonathan Neuschäfer 1-1/+1
2022-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-2/+3
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 1-1/+15
2022-06-10Merge tag 'for-5.19/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2022-06-10Merge branch 'fscache-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-14/+11
2022-06-10netfs: Rename the netfs_io_request cleanup op and give it an op pointerGravatar David Howells 1-1/+2
2022-06-10netfs: Further cleanups after struct netfs_inode wrapper introducedGravatar Linus Torvalds 1-13/+9
2022-06-10Merge tag 'folio-5.19a' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-0/+6
2022-06-10Merge tag 'ata-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Gravatar Linus Torvalds 1-1/+0
2022-06-10Merge tag 'net-5.19-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Gravatar Linus Torvalds 1-2/+2
2022-06-10Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 8-9/+71
2022-06-10random: remove rng_has_arch_random()Gravatar Jason A. Donenfeld 1-1/+0
2022-06-10random: mark bootloader randomness code as __initGravatar Jason A. Donenfeld 1-1/+1
2022-06-09tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXGravatar Maxim Mikityanskiy 1-2/+2
2022-06-09netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_contextGravatar David Howells 1-25/+16
2022-06-09mm: Add kernel-doc for folio->mlock_countGravatar Matthew Wilcox (Oracle) 1-0/+5
2022-06-09mm/huge_memory: Fix xarray node memory leakGravatar Matthew Wilcox (Oracle) 1-0/+1
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 4-4/+4
2022-06-09vdpa: make get_vq_group and set_group_asid optionalGravatar Jason Wang 1-2/+3
2022-06-08block: remove bioset_init_from_srcGravatar Christoph Hellwig 1-1/+0
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataGravatar Wang Yufen 1-2/+2
2022-06-08SUNRPC: Optimize xdr_reserve_space()Gravatar Chuck Lever 1-1/+15
2022-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfGravatar Jakub Kicinski 3-2/+2
2022-06-07workqueue: Fix type of cpu in trace eventGravatar Wonhyuk Yang 1-4/+4
2022-06-07workqueue: Wrap flush_workqueue() using a macroGravatar Tetsuo Handa 1-8/+56
2022-06-07crc-itu-t: fix typo in CRC ITU-T polynomial commentGravatar Roger Knecht 1-1/+1
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedGravatar Pablo Neira Ayuso 2-1/+2
2022-06-06arm/xen: Assign xen-grant DMA ops for xen-grant DMA devicesGravatar Oleksandr Tyshchenko 1-1/+4
2022-06-06xen/grant-dma-ops: Retrieve the ID of backend's domain for DT devicesGravatar Oleksandr Tyshchenko 1-0/+5
2022-06-06xen/virtio: Enable restricted memory access using Xen grant mappingsGravatar Juergen Gross 1-0/+8
2022-06-06xen/grant-dma-ops: Add option to restrict memory access under XenGravatar Juergen Gross 1-0/+8
2022-06-06xen/grants: support allocating consecutive grantsGravatar Juergen Gross 1-0/+4
2022-06-06arm/xen: Introduce xen_setup_dma_ops()Gravatar Oleksandr Tyshchenko 1-0/+15
2022-06-06virtio: replace arch_has_restricted_virtio_memory_access()Gravatar Juergen Gross 2-10/+5
2022-06-06kernel: add platform_has() infrastructureGravatar Juergen Gross 3-0/+24
2022-06-06ata: libata: drop 'sas_last_tag'Gravatar Hannes Reinecke 1-1/+0
2022-06-05Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+33
2022-06-05bluetooth: don't use bitmaps for random flag accessesGravatar Linus Torvalds 1-10/+7
2022-06-05Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-11/+0
2022-06-05Merge tag 'objtool-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-6/+6
2022-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 6-0/+2809
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-2/+298