aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-20Merge tag 'arm-soc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds77-1578/+155
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds842-152624/+203
2023-02-20cifs: Add a function to read into an iter from a socketDavid Howells2-0/+17
2023-02-20cifs: Add some helper functionsDavid Howells2-0/+96
2023-02-20cifs: Add a function to Hash the contents of an iteratorDavid Howells1-0/+144
2023-02-20cifs: Add a function to build an RDMA SGE list from an iteratorDavid Howells1-0/+214
2023-02-20netfs: Add a function to extract an iterator into a scatterlistDavid Howells3-0/+273
2023-02-20netfs: Add a function to extract a UBUF or IOVEC into a BVEC iteratorDavid Howells3-0/+108
2023-02-20cifs: Implement splice_read to pass down ITER_BVEC not ITER_PIPEDavid Howells3-6/+25
2023-02-20splice: Export filemap/direct_splice_read()David Howells2-0/+2
2023-02-20iov_iter: Add a function to extract a page list from an iteratorDavid Howells2-1/+290
2023-02-20iov_iter: Define flags to qualify page extraction.David Howells4-15/+23
2023-02-20splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells2-0/+95
2023-02-20splice: Add a func to do a splice from a buffered file without ITER_PIPEDavid Howells5-6/+158
2023-02-20mm: Pass info, not iter, into filemap_get_pages()David Howells1-13/+14
2023-02-20smb3: Replace smb2pdu 1-element arrays with flex-arraysKees Cook8-45/+47
2023-02-20cifs: get rid of dns resolve workerPaulo Alcantara3-53/+6
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds109-1599/+2224
2023-02-20Merge tag 'for-6.3/dio-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds17-28/+43
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds5-21/+29
2023-02-20Merge tag 'for-6.3/io_uring-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds20-409/+699
2023-02-20of: dynamic: add lifecycle docbook info to node creation functionsFrank Rowand2-1/+13
2023-02-20of: add consistency check to of_node_release()Frank Rowand1-0/+4
2023-02-20of: do not use "%pOF" printk format on node with refcount of zeroFrank Rowand1-1/+9
2023-02-20of: unittest: add node lifecycle testsFrank Rowand4-3/+170
2023-02-20genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier1-3/+6
2023-02-20Merge tag 'dlm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds6-97/+136
2023-02-20Merge tag 'for-6.3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds61-2898/+2457
2023-02-20include/linux/migrate.h: remove unneeded externsAndrew Morton1-8/+8
2023-02-20mm/memory_hotplug: cleanup return value handing in do_migrate_range()SeongJae Park1-6/+2
2023-02-20mm/uffd: fix comment in handling pte markersPeter Xu1-3/+1
2023-02-20mm: change to return bool for isolate_movable_page()Baolin Wang5-14/+14
2023-02-20mm: hugetlb: change to return bool for isolate_hugetlb()Baolin Wang5-14/+16
2023-02-20mm: change to return bool for isolate_lru_page()Baolin Wang8-22/+21
2023-02-20mm: change to return bool for folio_isolate_lru()Baolin Wang8-13/+19
2023-02-20objtool: add UACCESS exceptions for __tsan_volatile_read/writeArnd Bergmann1-0/+2
2023-02-20kmsan: disable ftrace in kmsan core codeArnd Bergmann1-1/+7
2023-02-20kasan: mark addr_has_metadata __always_inlineArnd Bergmann1-2/+2
2023-02-20Merge tag 'fixes_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-1553/+1362
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-33/+131
2023-02-20Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds22-500/+699
2023-02-20Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds8-51/+34
2023-02-20Merge tag 'erofs-for-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-755/+667
2023-02-20Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Linus Torvalds1-1/+1
2023-02-20Merge tag 'fs.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idma...Linus Torvalds3-6/+23
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds345-2643/+2625
2023-02-20sched/topology: fix KASAN warning in hop_cmp()Yury Norov1-3/+8
2023-02-20Merge tag 'iversion-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds12-87/+157
2023-02-20Merge tag 'locks-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds46-457/+507
2023-02-20Merge tag 'tpm-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jar...Linus Torvalds19-86/+293