summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5Alexei Starovoitov36-120/+303
2026-03-23Merge tag 'v7.0-rc5' into driver-core-nextDanilo Krummrich21-32/+155
2026-03-22net/mlx5: Add vhca_id_type bit to alias contextPatrisious Haddad1-2/+5
2026-03-22mlx5: Remove redundant iseg baseParav Pandit1-1/+0
2026-03-22Merge tag 'trace-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+5
2026-03-22Merge tag 'locking-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron78-285/+569
2026-03-22iio: st_sensors: correct kernel-doc issuesRandy Dunlap1-5/+6
2026-03-22crypto: add missing kernel-doc for anonymous union membersKit Dallege3-0/+3
2026-03-22crypto: simd - Remove unused skcipher supportEric Biggers1-19/+0
2026-03-22padata: Put CPU offline callback in ONLINE section to allow failureDaniel Jordan2-5/+4
2026-03-22crypto: hisilicon - add device load query functionality to debugfsZongyu Wu1-0/+12
2026-03-22hwrng: core - avoid kernel-doc warningsRandy Dunlap1-1/+1
2026-03-22mm/damon/core: avoid use of half-online-committed contextSeongJae Park1-0/+6
2026-03-22Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+58
2026-03-21tracing: Revert "tracing: Remove pid in task_rename tracing output"Xuewen Yan1-2/+5
2026-03-21um: time-travel: clean up kernel-doc warningsRandy Dunlap1-1/+5
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar78-285/+569
2026-03-21accel/amdxdna: Refactor GEM BO handling and add helper APIs for address retri...Max Zhen1-4/+5
2026-03-20Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2026-03-20Merge tag 'tty-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+2
2026-03-20Merge tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2026-03-20Merge tag 'iommu-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+8
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+2
2026-03-20writeback: don't block sync for filesystems with no data integrity guaranteesJoanne Koong2-11/+1
2026-03-20fs: remove stale and duplicate forward declarationsYuto Ohnuki2-3/+1
2026-03-20ASoC: soc-component: add snd_soc_component_regmap_val_bytes()Mark Brown1-2/+1
2026-03-20ASoC: soc-component: remove component->val_bytesKuninori Morimoto1-2/+0
2026-03-20ASoC: soc-component: add snd_soc_component_regmap_val_bytes()Kuninori Morimoto1-0/+1
2026-03-20clocksource: Rewrite watchdog code completelyThomas Gleixner1-21/+7
2026-03-20dma-mapping: fix false kernel-doc comment markerKit Dallege1-1/+1
2026-03-20xen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+1
2026-03-20dma-mapping: Introduce DMA require coherency attributeLeon Romanovsky2-1/+9
2026-03-20dma-mapping: Clarify valid conditions for CPU cache line overlapLeon Romanovsky2-5/+5
2026-03-20dma-mapping: handle DMA_ATTR_CPU_CACHE_CLEAN in trace outputLeon Romanovsky1-1/+2
2026-03-20drm/bridge: add drm_bridge_clear_and_put()Luca Ceresoli1-0/+1
2026-03-20drm/ttm: Update the struct ttm_operation_ctx kerneldocThomas Hellström1-9/+19
2026-03-20drm/ttm: Avoid invoking the OOM killer when reading back swapped contentThomas Hellström1-1/+1
2026-03-20drm/atomic: Remove state argument to drm_atomic_private_obj_initMaxime Ripard1-1/+0
2026-03-20scsi: ufs: core: Handle MCQ IAG eventsvamshi gajjela1-0/+2
2026-03-20Merge tag 'for-net-2026-03-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-0/+1
2026-03-20hsi: hsi_core: use kzalloc_flexRosen Penev1-1/+1
2026-03-20module: expose imported namespaces via sysfsNicholas Sielicki1-0/+1
2026-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-78/+138
2026-03-20io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe1-0/+3
2026-03-19Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz1-0/+1
2026-03-19net/mlx5: Add IFC bits for migration stateYishai Hadas1-2/+14
2026-03-19vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctlYishai Hadas1-0/+39
2026-03-19vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2Yishai Hadas1-0/+1
2026-03-19vfio: Define uAPI for re-init initial bytes during the PRE_COPY phaseYishai Hadas1-0/+24