summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: phy: mscc: add VSC8502 to MODULE_DEVICE_TABLEDavid Epping2023-05-301-0/+1
* 3c589_cs: Fix an error handling path in tc589_probe()Christophe JAILLET2023-05-301-1/+10
* regulator: mt6359: add read check for PMIC MT6359Sen Chu2023-05-301-2/+5
* firmware: arm_ffa: Set reserved/MBZ fields to zero in the memory descriptorsSudeep Holla2023-05-301-0/+6
* net/mlx5: Devcom, serialize devcom registrationShay Drory2023-05-301-5/+14
* net/mlx5: Devcom, fix error flow in mlx5_devcom_register_deviceShay Drory2023-05-301-1/+2
* net/mlx5: Collect command failures data only for known commandsShay Drory2023-05-301-1/+2
* net/mlx5: Fix error message when failing to allocate device memoryRoi Dayan2023-05-301-1/+1
* net/mlx5: DR, Check force-loopback RC QP capability independently from RoCEYevgeny Kliteynik2023-05-301-1/+3
* net/mlx5: Handle pairing of E-switch via uplink un/load APIsShay Drory2023-05-303-6/+9
* net/mlx5: DR, Fix crc32 calculation to work on big-endian (BE) CPUsErez Shitrit2023-05-301-1/+2
* net/mlx5e: do as little as possible in napi poll when budget is 0Jakub Kicinski2023-05-301-7/+9
* net/mlx5e: Use correct encap attribute during invalidationVlad Buslov2023-05-301-1/+3
* net/mlx5e: Fix deadlock in tc route query codeVlad Buslov2023-05-303-20/+48
* net/mlx5e: Fix SQ wake logic in ptp napi_poll contextRahul Rameshbabu2023-05-303-7/+16
* platform/mellanox: mlxbf-pmc: fix sscanf() error checkingDan Carpenter2023-05-301-3/+2
* forcedeth: Fix an error handling path in nv_probe()Christophe JAILLET2023-05-301-0/+1
* cxl: Wait Memory_Info_Valid before access memory related infoDave Jiang2023-05-302-9/+78
* xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()Dan Carpenter2023-05-301-5/+4
* coresight: Fix signedness bug in tmc_etr_buf_insert_barrier_packet()Dan Carpenter2023-05-301-1/+1
* platform/x86: ISST: Remove 8 socket limitSteve Wahl2023-05-301-7/+5
* regulator: pca9450: Fix BUCK2 enable_maskAlexander Stein2023-05-301-2/+2
* firmware: arm_ffa: Fix FFA device names for logical partitionsSudeep Holla2023-05-301-3/+13
* firmware: arm_ffa: Check if ffa_driver remove is present before executingSudeep Holla2023-05-301-1/+2
* optee: fix uninited async notif valueEtienne Carriere2023-05-301-1/+3
* power: supply: sbs-charger: Fix INHIBITED bit for Status regDaisuke Nojiri2023-05-301-1/+1
* power: supply: bq24190: Call power_supply_changed() after updating input currentHans de Goede2023-05-301-0/+1
* power: supply: bq25890: Call power_supply_changed() after updating input curr...Hans de Goede2023-05-301-0/+3
* power: supply: bq27xxx: After charger plug in/out wait 0.5s for things to sta...Hans de Goede2023-05-301-2/+2
* power: supply: bq27xxx: Ensure power_supply_changed() is called on current si...Hans de Goede2023-05-301-1/+12
* power: supply: bq27xxx: Move bq27xxx_battery_update() downHans de Goede2023-05-301-61/+61
* power: supply: bq27xxx: Add cache parameter to bq27xxx_battery_current_and_st...Hans de Goede2023-05-301-7/+12
* power: supply: bq27xxx: Fix poll_interval handling and races on removeHans de Goede2023-05-301-13/+9
* power: supply: bq27xxx: Fix I2C IRQ race on removeHans de Goede2023-05-301-1/+2
* power: supply: bq27xxx: Fix bq27xxx_battery_update() race conditionHans de Goede2023-05-301-8/+13
* power: supply: mt6360: add a check of devm_work_autocancel in mt6360_charger_...Kang Chen2023-05-301-1/+3
* power: supply: leds: Fix blink to LED on transitionHans de Goede2023-05-301-2/+3
* lan966x: Fix unloading/loading of the driverHoratiu Vultur2023-05-301-0/+10
* octeontx2-pf: Fix TSOv6 offloadSunil Goutham2023-05-301-3/+1
* drm: fix drmm_mutex_init()Matthew Auld2023-05-301-20/+2
* media: radio-shark: Add endpoint checksAlan Stern2023-05-302-0/+20
* USB: sisusbvga: Add endpoint checksAlan Stern2023-05-301-0/+14
* USB: core: Add routines for endpoint checks in old driversAlan Stern2023-05-301-0/+76
* net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-302-2/+13
* fbdev: udlfb: Fix endpoint checkAlan Stern2023-05-301-5/+8
* irqchip/mips-gic: Use raw spinlock for gic_lockJiaxun Yang2023-05-301-15/+15
* irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routableJiaxun Yang2023-05-301-0/+2
* drm/amd/amdgpu: limit one queue per gangJack Xiao2023-05-301-6/+3
* binder: fix UAF of alloc->vma in race with munmap()Carlos Llamas2023-05-301-3/+3
* binder: fix UAF caused by faulty buffer cleanupCarlos Llamas2023-05-301-7/+21