summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-12Revert "firewire: core: use mutex to coordinate concurrent calls to flush com...Takashi Sakamoto1-1/+0
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon2-8/+13
2024-09-12Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon1-0/+88
2024-09-12ASoC: SOF: Intel: hda: remove common_hdmi_codec_drvBrent Lu1-2/+0
2024-09-12spi: Merge up fixesMark Brown57-138/+382
2024-09-12cifs: Use iterate_and_advance*() routines directly for hashingDavid Howells1-0/+47
2024-09-12netfs: Cancel dirty folios that have no storage destinationDavid Howells1-0/+1
2024-09-12cachefiles, netfs: Fix write to partial block at EOFDavid Howells1-1/+1
2024-09-12netfs: Speed up buffered readingDavid Howells3-13/+134
2024-09-12netfs: Simplify the writeback codeDavid Howells2-32/+2
2024-09-12netfs: Use new folio_queue data type and iterator instead of xarray iterDavid Howells2-4/+5
2024-09-12iov_iter: Provide copy_folio_from_iter()David Howells1-0/+6
2024-09-12mm: Define struct folio_queue and ITER_FOLIOQ to handle a sequence of foliosDavid Howells3-0/+207
2024-09-12uidgid: make sure we fit into one cachelineChristian Brauner1-2/+4
2024-09-12fs: remove f_versionChristian Brauner1-3/+1
2024-09-12fs: add f_pipeChristian Brauner1-1/+7
2024-09-12net: ethernet: oa_tc6: add helper function to enable zero align rx frameParthiban Veerasooran1-0/+1
2024-09-12net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet framesParthiban Veerasooran1-0/+1
2024-09-12net: ethernet: oa_tc6: implement internal PHY initializationParthiban Veerasooran2-1/+4
2024-09-12net: ethernet: oa_tc6: implement register read operationParthiban Veerasooran1-0/+3
2024-09-12net: ethernet: oa_tc6: implement register write operationParthiban Veerasooran1-0/+17
2024-09-12netdev: add dmabuf introspectionMina Almasry1-0/+2
2024-09-12net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry2-0/+6
2024-09-12tcp: RX path for devmem TCPMina Almasry4-0/+21
2024-09-12net: add support for skbs with unreadable fragsMina Almasry2-3/+19
2024-09-12net: support non paged skb fragsMina Almasry2-6/+45
2024-09-12memory-provider: dmabuf devmem memory providerMina Almasry1-2/+15
2024-09-12page_pool: devmem supportMina Almasry3-45/+130
2024-09-12netdev: support binding dma-buf to netdeviceMina Almasry4-0/+18
2024-09-12net: netdev netlink api to bind dma-buf to a net deviceMina Almasry1-0/+11
2024-09-12netdev: add netdev_rx_queue_restart()Mina Almasry1-0/+3
2024-09-12net: tighten bad gso csum offset check in virtio_net_hdrWillem de Bruijn1-1/+2
2024-09-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-1/+166
2024-09-12mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0)1-0/+4
2024-09-11Merge tag 'wireless-next-2024-09-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-12/+18
2024-09-11Merge branches 'acpi-video', 'acpi-resource', 'acpi-pad' and 'acpi-misc'Rafael J. Wysocki1-2/+4
2024-09-11Merge branches 'acpi-battery', 'acpi-pmic', 'acpi-cppc' and 'acpi-processor'Rafael J. Wysocki1-0/+2
2024-09-11Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-utils' and 'acpi-soc'Rafael J. Wysocki1-1/+0
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki3-0/+20
2024-09-11Merge branch 'acpica'Rafael J. Wysocki8-12/+35
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo1-3/+3
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko1-0/+2
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko1-2/+2
2024-09-11block: implement async io_uring discard cmdPavel Begunkov1-0/+14
2024-09-11filemap: introduce filemap_invalidate_pagesPavel Begunkov1-0/+2
2024-09-11io_uring/cmd: give inline space in request to cmdsPavel Begunkov1-0/+9
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov1-0/+6
2024-09-11Merge branch 'for-6.12/io_uring' into for-6.12/io_uring-discardJens Axboe2-1/+31
2024-09-11Merge branch 'for-6.12/block' into for-6.12/io_uring-discardJens Axboe8-11/+44
2024-09-11Merge branch 'pm-cpufreq'Rafael J. Wysocki2-19/+28