summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* s390/cio,idal: fix virtual vs physical address confusionHeiko Carstens2024-03-133-14/+12
* s390/dasd: use new address translation helpersHeiko Carstens2024-03-136-76/+76
* s390/dasd: remove superfluous virt_to_phys() conversionHeiko Carstens2024-03-131-2/+2
* s390/virtio_ccw: avoid converting dma addresses / handlesHalil Pasic2024-03-131-18/+53
* s390/virtio_ccw: use DMA handle from DMA APIHalil Pasic2024-03-133-46/+53
* s390/virtio_ccw: fix virtual vs physical address confusionHalil Pasic2024-03-131-39/+39
* s390/cio: use bitwise types to allow for type checkingHeiko Carstens2024-03-132-5/+8
* s390/vfio_ccw: fix virtual vs physical address confusionHeiko Carstens2024-03-131-1/+1
* s390/cio: fix virtual vs physical address confusionHeiko Carstens2024-03-131-2/+2
* s390/dasd_eckd: fix virtual vs physical address confusionHeiko Carstens2024-03-132-8/+8
* s390/dcssblk: fix virtual vs physical address confusionGerald Schaefer2024-03-131-1/+1
* s390/zcrypt: fix reference counting on zcrypt card objectsHarald Freudenberger2024-03-131-0/+2
* mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-122-7/+4
* Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-121-1/+1
|\
| * mm/slub: unify all sl[au]b parameters with "slab_$param"Xiongwei Song2024-01-221-1/+1
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-12936-18871/+54193
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-1110-79/+64
| |\ \
| | * | nfp: flower: handle acti_netdevs allocation failureDuoming Zhou2024-03-111-0/+5
| | * | r8152: fix unknown device for choose_configurationHayes Wang2024-03-111-1/+1
| | * | net: phy: dp83822: Fix RGMII TX delay configurationTim Pambor2024-03-081-17/+20
| | * | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-03-083-42/+17
| | |\ \
| | | * | ice: fix stats being updated by way too large valuesPrzemek Kitszel2024-03-061-13/+11
| | | * | igb: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-18/+5
| | | * | igc: Fix missing time sync eventsVinicius Costa Gomes2024-03-061-11/+1
| | * | | dpll: fix dpll_xa_ref_*_del() for multiple registrationsJiri Pirko2024-03-081-4/+4
| | * | | net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital2024-03-081-1/+1
| | * | | octeontx2-af: Fix devlink paramsSunil Goutham2024-03-081-10/+10
| | * | | net: dsa: microchip: make sure drive strength configuration is not lost by so...Oleksij Rempel2024-03-071-4/+6
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-111-2/+2
| |\ \ \ \
| | * | | | mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov2024-03-111-2/+2
| * | | | | ptp: Move from simple ida to xarrayKory Maincent2024-03-111-14/+18
| * | | | | vxlan: Remove generic .ndo_get_stats64Breno Leitao2024-03-111-2/+0
| * | | | | vxlan: Do not alloc tstats manuallyBreno Leitao2024-03-111-11/+2
| * | | | | ravb: Correct buffer size to map for R-Car RxNiklas Söderlund2024-03-111-1/+1
| * | | | | net: amt: Remove generic .ndo_get_stats64Breno Leitao2024-03-111-1/+0
| * | | | | net: amt: Move stats allocation to coreBreno Leitao2024-03-111-7/+2
| * | | | | net: wan: framer/pef2256: Convert to platform remove callback returning voidUwe Kleine-König2024-03-111-4/+2
| * | | | | mlxsw: spectrum_router: Share nexthop counters in resilient groupsPetr Machata2024-03-111-2/+68
| * | | | | mlxsw: spectrum_router: Support nexthop group hardware statisticsPetr Machata2024-03-111-6/+142
| * | | | | mlxsw: spectrum_router: Track NH ID's of group membersPetr Machata2024-03-111-0/+2
| * | | | | mlxsw: spectrum_router: Add helpers for nexthop countersPetr Machata2024-03-111-15/+50
| * | | | | mlxsw: spectrum_router: Avoid allocating NH counters twicePetr Machata2024-03-111-0/+3
| * | | | | mlxsw: spectrum: Allow fetch-and-clear of flow countersPetr Machata2024-03-115-9/+11
| * | | | | mlxsw: spectrum_router: Have mlxsw_sp_nexthop_counter_enable() return intPetr Machata2024-03-113-12/+36
| * | | | | mlxsw: spectrum_router: Rename two functionsPetr Machata2024-03-113-19/+19
| * | | | | net: netconsole: Add continuation line prefix to userdata messagesMatthew Wood2024-03-111-5/+7
| * | | | | r8169: switch to new function phy_support_eeeHeiner Kallweit2024-03-111-2/+1
| * | | | | net: phy: simplify a check in phy_check_link_statusHeiner Kallweit2024-03-111-2/+2
| * | | | | net: phy: marvell-88x2222: Remove unused of_gpio.hAndy Shevchenko2024-03-111-2/+0
| * | | | | net: dsa: mt7530: disable LEDs before resetJustin Swartz2024-03-111-0/+6