aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-17Merge tag 'mm-hotfixes-stable-2025-09-17-21-10' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-0/+12
2025-09-17net/mlx5e: Use multiple TX doorbellsCosmin Ratiu1-0/+4
2025-09-17net/mlx5e: Prepare for using different CQ doorbellsCosmin Ratiu1-1/+0
2025-09-17net/mlx5: Store the global doorbell in mlx5_privCosmin Ratiu1-2/+1
2025-09-17net/mlx5: Remove unused 'offset' field from mlx5_sq_bfregCosmin Ratiu1-1/+0
2025-09-18power: supply: core: Add state_of_health power supply propertyFenglin Wu1-0/+1
2025-09-18power: supply: core: Add resistance power supply propertyFenglin Wu1-0/+1
2025-09-17net: phy: remove mdio_board_info support from phylibHeiner Kallweit1-10/+0
2025-09-17Merge tag 'ib-mfd-gpio-input-pinctrl-pwm-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextDmitry Torokhov2-0/+127
2025-09-17constify {__,}mnt_is_readonly()Al Viro1-1/+1
2025-09-17struct mount: relocate MNT_WRITE_HOLD bitAl Viro1-2/+1
2025-09-17preparations to taking MNT_WRITE_HOLD out of ->mnt_flagsAl Viro1-1/+3
2025-09-17soc: qcom: geni-se: Add support to load QUP SE Firmware via Linux subsystemViken Dadhaniya1-0/+4
2025-09-17ARM: at91: remove default values for PMC_PLL_ACRCristian Birsan1-2/+0
2025-09-17irqchip/gic-v5: Drop has_gcie_v3_compat from gic_kvm_infoSascha Bischoff1-2/+0
2025-09-17Merge branch kvm-arm64/mmio-rcu into kvmarm-master/nextMarc Zyngier1-3/+8
2025-09-17stddef: Introduce __TRAILING_OVERLAP()Gustavo A. R. Silva1-3/+19
2025-09-17stddef: Remove token-pasting in TRAILING_OVERLAP()Gustavo A. R. Silva1-1/+1
2025-09-17Merge patch series "usb: gadget: Refactor function drivers to use __free() cleanup"Greg Kroah-Hartman1-0/+25
2025-09-17usb: gadget: Introduce free_usb_request helperKuen-Han Tsai1-0/+23
2025-09-17usb: gadget: Store endpoint pointer in usb_requestKuen-Han Tsai1-0/+2
2025-09-17usb: typec: Stub out typec_switch APIs when CONFIG_TYPEC=nStephen Boyd1-5/+41
2025-09-17crypto: ccp - Add AMD Seamless Firmware Servicing (SFS) driverAshish Kalra1-0/+2
2025-09-17HID: core: Change hid_driver to use a const char* for nameRahul Rameshbabu1-1/+1
2025-09-17gpio: nomadik: fix the debugfs helper stubBartosz Golaszewski1-2/+1
2025-09-17net/mlx5e: Prevent WQE metadata conflicts between timestamping and offloadsCarolina Jubran1-2/+3
2025-09-17net/mlx5: Refactor MACsec WQE metadata shiftsCarolina Jubran1-2/+7
2025-09-17net/mlx5: Remove VLAN insertion fields from WQE Ether segmentCarolina Jubran1-6/+0
2025-09-17thunderbolt: Update thunderbolt.h header fileAlan Borzeszkowski1-11/+14
2025-09-16net/mlx5e: Harden uplink netdev access against device unbindJianbo Liu1-0/+1
2025-09-16workqueue: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-2/+2
2025-09-16PCI: Refactor distributing available memory to use loopsIlpo Järvinen1-1/+2
2025-09-16PCI: Use pci_release_resource() instead of release_resource()Ilpo Järvinen1-1/+1
2025-09-16i3c: master: Add helpers for DMA mapping and bounce buffer handlingJarkko Nikula1-0/+26
2025-09-16gpio: regmap: Allow to provide init_valid_mask callbackMathieu Dubois-Briand1-0/+7
2025-09-16gpio: regmap: Allow to allocate regmap-irq deviceMathieu Dubois-Briand1-0/+11
2025-09-16mfd: Add max7360 supportKamel Bouhara1-0/+109
2025-09-16mfd: Add core driver for Nuvoton NCT6694Ming Yu1-0/+102
2025-09-16regulator: max77838: add max77838 regulator driverMark Brown18-37/+117
2025-09-16fs: add an enum for number of life time hintsHans Holmberg1-0/+1
2025-09-16Merge tag 'iio-fixes-for-6.17b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-1/+1
2025-09-16Merge branch 'x86/urgent' into x86/apic, to resolve conflictIngo Molnar18-37/+117
2025-09-16drivers/perf: riscv: Export PMU event info functionAtish Patra1-0/+1
2025-09-15collect_paths(): constify the return valueAl Viro1-2/+2
2025-09-15drop_collected_paths(): constify argumentsAl Viro1-1/+1
2025-09-15export_operations->open(): constify path argumentAl Viro1-1/+1
2025-09-15done_path_create(): constify path argumentAl Viro1-1/+1
2025-09-15backing_file_user_path(): constify struct path *Al Viro1-1/+1
2025-09-15make it easier to catch those who try to modify ->d_nameAl Viro1-1/+4
2025-09-15generic_ci_validate_strict_name(): constify name argumentAl Viro1-2/+4