summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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-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-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 Romanovsky1-0/+7
2026-03-20dma-mapping: Clarify valid conditions for CPU cache line overlapLeon Romanovsky1-4/+4
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 Kicinski13-65/+68
2026-03-20io_uring/kbuf: propagate BUF_MORE through early buffer commit pathJens Axboe1-0/+3
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-19Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-6/+9
2026-03-19KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register themSascha Bischoff1-0/+1
2026-03-19KVM: arm64: gic-v5: Implement GICv5 load/put and save/restoreSascha Bischoff1-0/+5
2026-03-19KVM: arm64: gic-v5: Detect implemented PPIs on bootSascha Bischoff1-0/+22
2026-03-19bsg: add io_uring command support to generic layerYang Xiuwei1-1/+5
2026-03-19Merge back updates of core ACPI drivers for 7.1Rafael J. Wysocki1-0/+2
2026-03-19HID: input: Add support for multiple batteries per deviceLucas Zampieri1-3/+8
2026-03-19HID: input: Introduce struct hid_battery and refactor battery codeLucas Zampieri1-13/+39
2026-03-19Merge tag 'wireless-next-2026-03-19' of https://git.kernel.org/pub/scm/linux/...Paolo Abeni4-57/+39
2026-03-19gpu: host1x: convert MIPI to use operation function pointersSvyatoslav Ryhel2-10/+57
2026-03-19hfsplus: refactor b-tree map page access and add node-type validationShardul Bankar1-0/+2
2026-03-19net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECSHaiyang Zhang1-1/+5
2026-03-19Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski4-11/+79
2026-03-19net: mdio-gpio: remove linux/platform_data/mdio-gpio.hBartosz Golaszewski1-14/+0
2026-03-19net: mdio-gpio: remove linux/mdio-gpio.hBartosz Golaszewski1-9/+0
2026-03-19lib/bootconfig: change xbc_node_index() return type to uint16_tJosh Law1-1/+1
2026-03-19bootconfig: constify xbc_calc_checksum() data parameterJosh Law1-2/+2
2026-03-19module: Remove extern keyword from param prototypesPetr Pavlu1-45/+44
2026-03-19module: Clean up parse_args() argumentsPetr Pavlu1-4/+4
2026-03-19module: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu1-8/+3
2026-03-18cpufreq: optimize policy_is_shared()Yury Norov1-1/+1
2026-03-18tcpm: Implement sink support for PD SPR AVS negotiationBadhri Jagan Sridharan2-4/+30
2026-03-18power: supply: Add PD SPR AVS support to USB type enumBadhri Jagan Sridharan1-0/+3
2026-03-18usb: typec: Document priority and mode_selection fields in struct typec_altmodeAldo Conte1-0/+3
2026-03-18uapi: Provide DIV_ROUND_CLOSEST()Cristian Ciocaltea1-17/+1
2026-03-18dmaengine: dw-edma: Add non-LL modeDevendra K Verma1-0/+1
2026-03-18PM: EM: Switch to rcu_dereference_all() in wakeup pathDietmar Eggemann1-2/+2
2026-03-18sched/topology: Remove sched_domain_shared allocation with sd_dataK Prateek Nayak1-1/+0
2026-03-18block: split bio_alloc_bioset more clearly into a fast and slowpathChristoph Hellwig1-2/+1
2026-03-18ppp: require callers of ppp_dev_name() to hold RCUQingfang Deng1-1/+3
2026-03-17Merge tag 'hid-for-linus-2026031701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2026-03-17driver core: platform: use generic driver_override infrastructureDanilo Krummrich1-5/+0
2026-03-17driver core: generalize driver_override in struct deviceDanilo Krummrich2-0/+58
2026-03-17Merge tag 'rust_io-7.1-rc1' into driver-core-nextDanilo Krummrich14-87/+118