summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-04-30netfilter: x_tables: add .check_hooks to matches and targetsPablo Neira Ayuso1-0/+8
2026-04-30Merge tag 'trace-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+1
2026-04-29net/mlx5: Extend query_esw_functions output for multi-function supportMoshe Shemesh1-5/+59
2026-04-29net/mlx5: Remove unused host_sf_enable fieldMoshe Shemesh1-1/+0
2026-04-29net/mlx5: Add function_id_type for enable/disable_hca cmdsMoshe Shemesh1-2/+6
2026-04-29mlx5: Rename the vport number enums for host PF and VFMoshe Shemesh2-3/+3
2026-04-29clk: clk-axi-clkgen: Add support versal timingsNuno Sá1-0/+2
2026-04-29Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-0/+29
2026-04-29Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-3/+10
2026-04-29driver core: move dev_has_sync_state() to drivers/base/base.hDanilo Krummrich1-14/+0
2026-04-29driver core: use READ_ONCE() for dev->driver in dev_has_sync_state()Danilo Krummrich1-1/+4
2026-04-28tracepoint: Fix typo in tracepoint.h commentSheng Che Peng1-1/+1
2026-04-28workqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao1-2/+4
2026-04-28wifi: Update EML function documentation to remove EMLSR-specific referencesPablo Martin-Gomez1-2/+2
2026-04-28wifi: Rename EMLSR delay constants and add EMLMR helpers and definitionsPablo Martin-Gomez1-10/+92
2026-04-28wifi: Remove EMLMR Delay subfield definitionsPablo Martin-Gomez1-6/+0
2026-04-28wifi: Remove invalid 128TU transition timeout constantPablo Martin-Gomez1-2/+1
2026-04-28ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima1-0/+3
2026-04-28Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-04-28hfsplus: Add a sanity check for btree node sizeEdward Adam Davis1-0/+1
2026-04-28Merge tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds2-4/+14
2026-04-28cdrom, scsi: sr: propagate read-only status to block layer via set_disk_ro()Daan De Meyer1-0/+1
2026-04-28Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe1-3/+3
2026-04-27bpf: range_within() must check cnum ranges instead of min/max pairsEduard Zingerman1-0/+2
2026-04-27usb: udc: pxa: remove unused platform_dataArnd Bergmann1-15/+0
2026-04-27PCI/P2PDMA: Avoid returning a provider for non_mappable_barsMatt Evans1-1/+1
2026-04-27mtd: spinand: Add support for packed read data ODTR commandsMiquel Raynal1-0/+7
2026-04-27MAINTAINERS: update Liam's email addressLiam R. Howlett1-1/+1
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes1-1/+1
2026-04-27misc: Remove old APDS990x driverSvyatoslav Ryhel1-65/+0
2026-04-27iio: ABI: Add support for floating-point numbers in buffer scan elementsFrancesco Lavra1-0/+7
2026-04-27iio: Replace 'sign' field with union in struct iio_scan_typeFrancesco Lavra1-2/+21
2026-04-27iio: buffer: fix timestamp alignment when quaternion in scanDavid Lechner1-2/+10
2026-04-27iio: buffer: cache timestamp offset in scan bufferDavid Lechner1-0/+3
2026-04-27Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann394-5425/+8622
2026-04-27driver core: Replace dev->offline + ->offline_disabled with accessorsDouglas Anderson1-6/+6
2026-04-27driver core: Replace dev->of_node_reused with dev_of_node_reused()Douglas Anderson1-3/+4
2026-04-27driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson2-8/+5
2026-04-27driver core: Replace dev->state_synced with dev_state_synced()Douglas Anderson1-4/+5
2026-04-27driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()Douglas Anderson1-8/+7
2026-04-27driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()Douglas Anderson3-7/+7
2026-04-27driver core: Replace dev->dma_iommu with dev_dma_iommu()Douglas Anderson2-6/+6
2026-04-27driver core: Replace dev->can_match with dev_can_match()Douglas Anderson1-4/+5
2026-04-26Merge tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+7
2026-04-25bpf: replace min/max fields with struct cnum{32,64}Eduard Zingerman1-24/+15
2026-04-25bpf: use accessor functions for bpf_reg_state min/max fieldsEduard Zingerman1-0/+64
2026-04-25bpf: representation and basic operations on circular numbersEduard Zingerman1-0/+80
2026-04-25Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+13
2026-04-25Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-0/+6
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-41/+318