summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-26drm/edid: add CTA Video Format Data Block supportHamza Mahfooz
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 '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus 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 'sound-fix-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2026-04-24drm/mipi-dsi: add mipi_dsi_shutdown_peripheral_multiAvinal Kumar
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2026-04-24drm/drm_ras: Add clear-error-counter netlink command to drm_rasRiana Tauro
2026-04-24Merge tag 'drm-misc-fixes-2026-04-23' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
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-23drivers: net: 8390: wd80x3: Remove this driverAndrew Lunn
2026-04-23drivers: net: 8390: ultra: Remove this driverAndrew Lunn
2026-04-23drivers: net: smsc: smc9194: Remove this driverAndrew Lunn
2026-04-23drivers: net: amd: lance: Remove this driverAndrew Lunn
2026-04-23drivers: net: 3com: 3c515: Remove this driverAndrew Lunn
2026-04-24eventpoll: refresh eventpoll_release() fast-path commentChristian Brauner
2026-04-24nstree: fix func. parameter kernel-doc warningsRandy Dunlap
2026-04-23rxrpc: Fix re-decryption of RESPONSE packetsDavid Howells
2026-04-23rxrpc: Fix potential UAF after skb_unshare() failureDavid Howells
2026-04-23rxrpc: Fix rxkad crypto unalignment handlingDavid Howells
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 unused ATM protocols and legacy ATM device driversJakub Kicinski
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-23Merge tag 'asoc-fix-v7.1-merge-window' of https://git.kernel.org/pub/scm/linu...Takashi Iwai
2026-04-22net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet
2026-04-22net: validate skb->napi_id in RX tracepointsKohei Enju
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