summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-04-28tracepoint: Fix typo in tracepoint.h commentSheng Che Peng
2026-04-28workqueue: fix devm_alloc_workqueue() va_list misuseBreno Leitao
2026-04-28wifi: Update EML function documentation to remove EMLSR-specific referencesPablo Martin-Gomez
2026-04-28wifi: Rename EMLSR delay constants and add EMLMR helpers and definitionsPablo Martin-Gomez
2026-04-28wifi: Remove EMLMR Delay subfield definitionsPablo Martin-Gomez
2026-04-28wifi: Remove invalid 128TU transition timeout constantPablo Martin-Gomez
2026-04-27ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima
2026-04-27Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-27hfsplus: Add a sanity check for btree node sizeEdward Adam Davis
2026-04-27Merge tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds
2026-04-27cdrom, scsi: sr: propagate read-only status to block layer via set_disk_ro()Daan De Meyer
2026-04-27Merge tag 'nvme-7.1-2026-04-24' of git://git.infradead.org/nvme into block-7.1Jens Axboe
2026-04-27bpf: range_within() must check cnum ranges instead of min/max pairsEduard Zingerman
2026-04-27usb: udc: pxa: remove unused platform_dataArnd Bergmann
2026-04-27PCI/P2PDMA: Avoid returning a provider for non_mappable_barsMatt Evans
2026-04-27mtd: spinand: Add support for packed read data ODTR commandsMiquel Raynal
2026-04-27MAINTAINERS: update Liam's email addressLiam R. Howlett
2026-04-27mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()Lorenzo Stoakes
2026-04-27misc: Remove old APDS990x driverSvyatoslav Ryhel
2026-04-27iio: ABI: Add support for floating-point numbers in buffer scan elementsFrancesco Lavra
2026-04-27iio: Replace 'sign' field with union in struct iio_scan_typeFrancesco Lavra
2026-04-27iio: buffer: fix timestamp alignment when quaternion in scanDavid Lechner
2026-04-27iio: buffer: cache timestamp offset in scan bufferDavid Lechner
2026-04-27Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann
2026-04-26driver core: Replace dev->offline + ->offline_disabled with accessorsDouglas Anderson
2026-04-26driver core: Replace dev->of_node_reused with dev_of_node_reused()Douglas Anderson
2026-04-26driver core: Replace dev->dma_coherent with dev_dma_coherent()Douglas Anderson
2026-04-26driver core: Replace dev->state_synced with dev_state_synced()Douglas Anderson
2026-04-26driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()Douglas Anderson
2026-04-26driver core: Replace dev->dma_skip_sync with dev_dma_skip_sync()Douglas Anderson
2026-04-26driver core: Replace dev->dma_iommu with dev_dma_iommu()Douglas Anderson
2026-04-26driver core: Replace dev->can_match with dev_can_match()Douglas Anderson
2026-04-25Merge tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-04-24bpf: replace min/max fields with struct cnum{32,64}Eduard Zingerman
2026-04-24bpf: use accessor functions for bpf_reg_state min/max fieldsEduard Zingerman
2026-04-24bpf: representation and basic operations on circular numbersEduard Zingerman
2026-04-24Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-24Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-24Merge tag 'spi-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-23Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-24eventpoll: refresh eventpoll_release() fast-path commentChristian Brauner
2026-04-24nstree: fix func. parameter kernel-doc warningsRandy Dunlap
2026-04-23Merge tag 'acpi-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski
2026-04-23net: remove ISDN subsystem and Bluetooth CMTPJakub Kicinski
2026-04-23caif: remove CAIF NETWORK LAYERJakub Kicinski
2026-04-23bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of argumentsYonghong Song