summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-07-2517-22/+84
|\
| * tun: add missing verification for short frameDongli Zhang2024-07-251-0/+3
| * tap: add missing verification for short frameSi-Wei Liu2024-07-251-0/+5
| * mISDN: Fix a use after free in hfcmulti_tx()Dan Carpenter2024-07-251-3/+4
| * gve: Fix an edge case for TSO skb validity checkBailey Forrest2024-07-251-1/+21
| * bnxt_en: update xdp_rxq_info in queue restart logicTaehee Yoo2024-07-251-0/+17
| * net: mediatek: Fix potential NULL pointer dereference in dummy net_device han...Breno Leitao2024-07-251-2/+1
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2024-07-255-5/+25
| |\
| | * ice: Fix recipe read procedureWojciech Drewek2024-07-241-4/+4
| | * ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki2024-07-244-1/+21
| * | net: stmmac: Correct byte order of perfect_matchSimon Horman2024-07-244-5/+5
| |/
| * net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg2024-07-231-5/+2
| * net: airoha: Fix MBI_RX_AGE_SEL_MASK definitionLorenzo Bianconi2024-07-231-1/+1
* | Merge tag 'printk-for-6.11-trivial' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-251-1/+1
|\ \
| * | printk: Rename console_replay_all() and update contextSreenath Vijayan2024-06-031-1/+1
* | | Merge tag 'constfy-sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-257-14/+14
|\ \ \
| * | | sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados2024-07-247-14/+14
* | | | Merge tag 'efi-fixes-for-v6.11-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-07-252-5/+17
|\ \ \ \
| * | | | x86/efistub: Revert to heap allocated boot_params for PE entrypointArd Biesheuvel2024-07-181-5/+15
| * | | | efi/libstub: Zero initialize heap allocated struct screen_infoQiang Ma2024-07-171-0/+2
* | | | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-25143-462/+423
|\ \ \ \ \
| * | | | | sysfs/cpu: Make crash_hotplug attribute world-readablePetr Tesarik2024-07-121-1/+1
| * | | | | dio: Have dio_bus_match() callback take a const *Geert Uytterhoeven2024-07-101-2/+2
| * | | | | zorro: make match function take a const pointerGreg Kroah-Hartman2024-07-101-2/+2
| * | | | | driver core: module: make module_[add|remove]_driver take a const *Greg Kroah-Hartman2024-07-102-5/+5
| * | | | | driver core: make driver_find_device() take a const *Greg Kroah-Hartman2024-07-101-1/+1
| * | | | | driver core: make driver_[create|remove]_file take a const *Greg Kroah-Hartman2024-07-101-2/+2
| * | | | | devres: Correct code style for functions that return a pointer typeZijun Hu2024-07-041-11/+11
| * | | | | devres: Initialize an uninitialized struct memberZijun Hu2024-07-041-0/+1
| * | | | | devres: Fix memory leakage caused by driver API devm_free_percpu()Zijun Hu2024-07-041-1/+5
| * | | | | devres: Fix devm_krealloc() wasting memoryZijun Hu2024-07-041-1/+4
| * | | | | driver core: platform: Switch to use kmemdup_array()Andy Shevchenko2024-07-041-1/+1
| * | | | | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-03109-216/+198
| * | | | | driver core: make [device_]driver_attach take a const *Greg Kroah-Hartman2024-06-203-7/+8
| * | | | | driver core: Make dev_err_probe() silent for -ENOMEMUwe Kleine-König2024-06-201-3/+14
| * | | | | rust: add firmware abstractionsDanilo Krummrich2024-06-181-0/+7
| * | | | | parport: make parport_bus_type constRicardo B. Marliere2024-06-181-1/+1
| * | | | | Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman2024-06-17264-1695/+2813
| |\ \ \ \ \
| * | | | | | driver core: mark async_driver as a const *Greg Kroah-Hartman2024-06-132-8/+9
| * | | | | | driver core: make driver_detach() take a const *Greg Kroah-Hartman2024-06-132-3/+3
| * | | | | | driver core: make device_release_driver_internal() take a const *Greg Kroah-Hartman2024-06-132-2/+2
| * | | | | | driver core: driver: mark driver_add/remove_groups constantGreg Kroah-Hartman2024-06-132-4/+4
| * | | | | | driver core: platform: fix ups for constant struct device_driverGreg Kroah-Hartman2024-06-131-6/+6
| * | | | | | auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman2024-06-135-10/+10
| * | | | | | nvdimm: make nd_class constantGreg Kroah-Hartman2024-06-131-9/+10
| * | | | | | drivers: arch_topology: use __free attribute instead of of_node_put()Vincenzo Mezzela2024-06-111-30/+26
| * | | | | | drivers: arch_topology: Refactor do-while loopsVincenzo Mezzela2024-06-111-52/+55
| * | | | | | dca: make dca_class a static const structureIvan Orlov2024-06-101-8/+12
| * | | | | | Merge tag 'platform-remove-void-step-b' of https://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman2024-06-0718-85/+35
| |\ \ \ \ \ \
| | * | | | | | platform: Make platform_driver::remove() return voidUwe Kleine-König2024-05-271-8/+2