summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
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
2026-04-23bpf: Introduce bpf register BPF_REG_PARAMSYonghong Song
2026-04-23bpf: Prepare verifier logs for upcoming kfunc stack argumentsYonghong Song
2026-04-23Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard
2026-04-238021q: use RCU for egress QoS mappingsLongxuan Yu
2026-04-23dma-buf: fix stale @lock references in struct dma_buf documentationXiang Gao
2026-04-22Merge tag 'input-for-v7.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-22Merge tag 'kgdb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2026-04-22bpf: Add sleepable support for classic tracepoint programsMykyta Yatsenko
2026-04-22bpf: Add bpf_prog_run_array_sleepable()Mykyta Yatsenko
2026-04-22nvme-auth: Hash DH shared secret to create session keyChris Leech
2026-04-22bpf: Reject TCP_NODELAY in bpf-tcp-ccKaFai Wan
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-04-22spi: fix resource leaks on device setup failureMark Brown
2026-04-22spi: fix controller cleanup() documentationJohan Hovold
2026-04-22NFS: fix writeback in presence of errorsOlga Kornievskaia
2026-04-21Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-21Merge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-21Merge branch 'for-7.1-fixes' into for-7.2Tejun Heo
2026-04-21tpm: avoid -Wunused-but-set-variableArnd Bergmann
2026-04-21kgdb: update outdated references to kgdb_wait()Kexin Sun