aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-21net: dsa: mv88e6xxx: Support LED controlleds-on-v6.1-owrtLinus Walleij4-2/+754
2023-11-19net: dsa: qca8k: add support for additional modes for netdev triggerChristian Marangi1-0/+20
2023-11-19leds: trigger: netdev: expose hw_control status via sysfsChristian Marangi1-0/+11
2023-11-19leds: trigger: netdev: add additional specific link duplex modeChristian Marangi2-2/+27
2023-11-19leds: trigger: netdev: add additional specific link speed modeChristian Marangi2-10/+73
2023-11-19net: dsa: qca8k: add op to get ports netdevAndrew Lunn1-0/+27
2023-11-19net: dsa: qca8k: implement hw_control opsChristian Marangi1-0/+154
2023-11-19leds: trigger: netdev: expose netdev trigger modes in linux includeChristian Marangi2-9/+10
2023-11-19leds: trigger: netdev: init mode if hw control already activeChristian Marangi1-0/+17
2023-11-19leds: trigger: netdev: validate configured netdevAndrew Lunn1-2/+22
2023-11-19leds: trigger: netdev: add support for LED hw controlChristian Marangi1-2/+41
2023-11-19leds: trigger: netdev: reject interval store for hw_controlChristian Marangi1-0/+3
2023-11-19leds: trigger: netdev: add basic check for hw control supportChristian Marangi1-0/+14
2023-11-19leds: trigger: netdev: introduce check for possible hw controlChristian Marangi1-0/+8
2023-11-19leds: trigger: netdev: refactor code setting device nameAndrew Lunn1-9/+20
2023-11-19Documentation: leds: leds-class: Document new Hardware driven LEDs APIsChristian Marangi1-0/+81
2023-11-19leds: add API to get attached device for LED hw controlAndrew Lunn1-0/+6
2023-11-19leds: add APIs for LEDs hw controlChristian Marangi1-0/+37
2023-11-19leds: trigger: netdev: Use mutex instead of spinlocksChristian Marangi1-9/+9
2023-11-19leds: trigger: netdev: Convert device attr to macroChristian Marangi1-41/+16
2023-11-19leds: trigger: netdev: Rename add namespace to netdev trigger enum modesChristian Marangi1-33/+25
2023-11-19leds: trigger: netdev: Drop NETDEV_LED_MODE_LINKUP from modeChristian Marangi1-11/+8
2023-11-19net: phy: marvell: Fix inconsistent indenting in led_blink_setChristian Marangi1-4/+4
2023-11-19net: phy: marvell: Implement led_blink_set()Andrew Lunn1-0/+36
2023-11-19net: phy: phy_device: Call into the PHY driver to set LED blinkingAndrew Lunn2-0/+30
2023-11-19net: phy: marvell: Add software control of the LEDsAndrew Lunn1-5/+40
2023-11-19net: phy: phy_device: Call into the PHY driver to set LED brightnessAndrew Lunn2-3/+25
2023-11-19net: phy: Add a binding for PHY LEDsAndrew Lunn3-0/+93
2023-11-19leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabledAndrew Lunn1-0/+18
2023-11-19net: dsa: qca8k: add LEDs blink_set() supportChristian Marangi1-0/+38
2023-11-19net: dsa: qca8k: add LEDs basic supportChristian Marangi6-0/+331
2023-11-19net: dsa: qca8k: move qca8k_port_to_phy() to headerChristian Marangi2-15/+14
2023-11-19leds: Move led_init_default_state_get() to the global headerAndy Shevchenko2-1/+2
2023-10-24net: dsa: mv88e6xxx: enable support for 88E6361 switchAlexis Lothoré4-9/+51
2023-10-24net: dsa: mv88e6xxx: pass mv88e6xxx_chip structure to port_max_speed_modeAlexis Lothoré4-10/+19
2023-10-24net: dsa: mv88e6xxx: fix 88E6393X family internal phys layoutAlexis Lothoré1-3/+6
2023-10-24net: dsa: mv88e6xxx: add field to specify internal phys layoutAlexis Lothoré3-2/+12
2023-10-24net: dsa: mv88e6xxx: use mv88e6xxx_phy_is_internal in mv88e6xxx_port_ppu_updatesAlexis Lothoré1-1/+1
2023-10-24net: dsa: mv88e6xxx: pass directly chip structure to mv88e6xxx_phy_is_internalAlexis Lothoré1-6/+4
2023-10-24Merge tag 'v6.1.59' of /home/linus/src/linux-trees/linux-stable into leds-on-...Linus Walleij7360-66916/+120416
2023-10-19Linux 6.1.59Greg Kroah-Hartman1-1/+1
2023-10-19ALSA: hda/realtek - Fixed two speaker platformKailang Yang1-2/+4
2023-10-19powerpc/64e: Fix wrong test in __ptep_test_and_clear_young()Christophe Leroy1-1/+1
2023-10-19powerpc/8xx: Fix pte_access_permitted() for PAGE_NONEChristophe Leroy2-0/+9
2023-10-19dmaengine: mediatek: Fix deadlock caused by synchronize_irq()Duoming Zhou1-2/+1
2023-10-19dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irqRex Zhang1-2/+3
2023-10-19x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov1-0/+13
2023-10-19usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak1-0/+3
2023-10-19usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati1-7/+19
2023-10-19usb: gadget: udc-xilinx: replace memcpy with memcpy_toioPiyush Mehta1-8/+12
2023-10-19usb: typec: ucsi: Clear EVENT_PENDING bit if ucsi_send_command failsPrashanth K1-0/+1
2023-10-19usb: typec: altmodes/displayport: Signal hpd low when exiting modeRD Babiera1-0/+5
2023-10-19counter: microchip-tcb-capture: Fix the use of internal GCLK logicDharma Balasubiramani1-1/+1
2023-10-19counter: chrdev: fix getting array extensionsFabrice Gasnier1-2/+2
2023-10-19scsi: ufs: core: Correct clear TM error logPeter Wang1-1/+1
2023-10-19pinctrl: avoid unsafe code pattern in find_pinctrl()Dmitry Torokhov1-7/+9
2023-10-19dma-buf: add dma_fence_timestamp helperChristian König4-16/+27
2023-10-19cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný1-3/+2
2023-10-19usb: typec: ucsi: Use GET_CAPABILITY attributes data to set power supply scopeMario Limonciello1-0/+9
2023-10-19nfp: flower: avoid rmmod nfp crash issuesYanguo Li6-23/+54
2023-10-19mctp: perform route lookups under a RCU read-side lockJeremy Kerr1-6/+16
2023-10-19tee: amdtee: fix use-after-free vulnerability in amdtee_close_sessionRijo Thomas1-4/+6
2023-10-19Input: goodix - ensure int GPIO is in input for gpio_count == 1 && gpio_int_i...Hans de Goede1-0/+19
2023-10-19Input: i8042 - add Fujitsu Lifebook E5411 to i8042 quirk tableSzilard Fabian1-0/+8
2023-10-19Input: xpad - add PXN V900 supportMatthias Berndt1-0/+2
2023-10-19Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller2-0/+2
2023-10-19Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco1-0/+1
2023-10-19ceph: fix type promotion bug on 32bit systemsDan Carpenter1-1/+1
2023-10-19ceph: fix incorrect revoked caps assert in ceph_fill_file_size()Xiubo Li1-3/+1
2023-10-19libceph: use kernel_connect()Jordan Rife1-2/+2
2023-10-19powerpc/47x: Fix 47x syscall return crashMichael Ellerman1-3/+5
2023-10-19thunderbolt: Restart XDomain discovery handshake after failureMika Westerberg1-17/+41
2023-10-19thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg1-0/+7
2023-10-19thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg1-20/+20
2023-10-19mcb: remove is_added flag from mcb_device structJorge Sanjuan Garcia3-10/+3
2023-10-19x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2-2/+15
2023-10-19perf/x86/lbr: Filter vsyscall addressesJP Kobryn1-2/+3
2023-10-19ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon1-2/+2
2023-10-19ACPI: EC: Add quirk for the HP Pavilion Gaming 15-dk1xxxHans de Goede1-0/+11
2023-10-19ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CBAHans de Goede1-0/+7
2023-10-19drm/amd/display: Don't set dpms_off for seamless bootDaniel Miess1-0/+3
2023-10-19drm/amdgpu: add missing NULL checkChristian König1-1/+1
2023-10-19drm/atomic-helper: relax unregistered connector checkSimon Ser1-4/+13
2023-10-19arm64: dts: mediatek: mt8195-demo: update and reorder reserved memory regionsMacpaul Lin1-7/+30
2023-10-19arm64: dts: mediatek: mt8195-demo: fix the memory size to 8GBMacpaul Lin1-1/+1
2023-10-19iio: addac: Kconfig: update ad74413r selectionsAntoniu Miclaus1-0/+2
2023-10-19iio: pressure: ms5611: ms5611_prom_is_valid false negative bugAlexander Zangerl1-1/+1
2023-10-19iio: pressure: dps310: Adjust Timeout SettingsLakshmi Yadlapati1-4/+4
2023-10-19iio: admv1013: add mixer_vgate corner casesAntoniu Miclaus1-2/+2
2023-10-19iio: dac: ad3552r: Correct device IDsMarcelo Schmitt1-2/+2
2023-10-19iio: adc: imx8qxp: Fix address for command buffer registersPhilipp Rossak1-2/+2
2023-10-19iio: imu: bno055: Fix missing Kconfig dependenciesJonathan Cameron1-0/+2
2023-10-19iio: pressure: bmp280: Fix NULL pointer exceptionPhil Elwell1-1/+1
2023-10-19usb: musb: Modify the "HWVers" register addressXingxing Luo1-1/+1
2023-10-19usb: musb: Get the musb_qh poniter after musb_givebackXingxing Luo1-1/+8
2023-10-19usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo2-4/+23
2023-10-19usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang1-2/+1
2023-10-19usb: dwc3: Soft reset phy on probe for hostThinh Nguyen1-1/+38
2023-10-19net: usb: dm9601: fix uninitialized variable use in dm9601_mdio_readJavier Carrasco1-1/+6
2023-10-19usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng1-2/+2
2023-10-19dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is setAmelie Delaunay1-5/+9
2023-10-19dmaengine: stm32-mdma: use Link Address Register to compute residueAmelie Delaunay1-4/+11
2023-10-19dmaengine: stm32-dma: fix residue in case of MDMA chainingAmelie Delaunay1-3/+4
2023-10-19dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chainingAmelie Delaunay1-1/+3
2023-10-19dmaengine: stm32-mdma: abort resume if no ongoing transferAmelie Delaunay1-0/+4
2023-10-19tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com5-9/+78
2023-10-19workqueue: Override implicit ordered attribute in workqueue_apply_unbound_cpu...Waiman Long1-2/+6
2023-10-19nfc: nci: assert requested protocol is validJeremy Cline1-0/+5
2023-10-19pinctrl: renesas: rzn1: Enable missing PINMUXRalph Siemsen1-0/+1
2023-10-19net/smc: Fix pos miscalculation in statisticsNils Hoppmann1-5/+9
2023-10-19net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn()Eric Dumazet1-18/+12
2023-10-19net/mlx5e: Again mutually exclude RX-FCS and RX-port-timestampWill Mortensen1-1/+2
2023-10-19ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-10-19net/mlx5e: macsec: use update_pn flag instead of PN comparationRadu Pirea (NXP OSS)1-2/+2
2023-10-19net: phy: mscc: macsec: reject PN update requestsRadu Pirea (NXP OSS)1-0/+6
2023-10-19net: macsec: indicate next pn update when offloadingRadu Pirea (NXP OSS)2-0/+3
2023-10-19net: refine debug info in skb_checksum_help()Eric Dumazet1-2/+6
2023-10-19bpf: Fix verifier log for async callback return valuesDavid Vernet1-3/+3
2023-10-19drm/vmwgfx: fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-10-19riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-10-19riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2023-10-19xen-netback: use default TX queue size for vifsRoger Pau Monne1-4/+0
2023-10-19mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return typeDan Carpenter1-2/+2
2023-10-19ieee802154: ca8210: Fix a potential UAF in ca8210_probeDinghao Liu1-14/+3
2023-10-19ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda1-0/+2
2023-10-19ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda1-2/+2
2023-10-19arm64: dts: mediatek: mt8195: Set DSU PMU status to failNícolas F. R. A. Prado1-0/+1
2023-10-19can: sun4i_can: Only show Kconfig if ARCH_SUNXI is setJohn Watts1-1/+1
2023-10-19can: isotp: isotp_sendmsg(): fix TX state detection and wait behaviorLukas Magel1-11/+8
2023-10-19net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs...Marek Behún1-0/+11
2023-10-19phy: lynx-28g: serialize concurrent phy_set_mode_ext() calls to shared registersVladimir Oltean1-0/+9
2023-10-19phy: lynx-28g: lock PHY while performing CDR lock workaroundVladimir Oltean1-3/+6
2023-10-19phy: lynx-28g: cancel the CDR check work item on the remove pathIoana Ciornei1-0/+9
2023-10-19drm/msm/dp: Add newlines to debug printksStephen Boyd1-1/+1
2023-10-19drm/msm/dpu: change _dpu_plane_calc_bw() to use u64 to avoid overflowAbhinav Kumar1-6/+6
2023-10-19drm/msm/dsi: fix irq_of_parse_and_map() error checkingDan Carpenter1-4/+3
2023-10-19drm/msm/dsi: skip the wait for video mode done if not applicableAbhinav Kumar1-0/+12
2023-10-19drm/msm/dp: do not reinitialize phy unless retry during link trainingKuogee Hsieh1-7/+6
2023-10-19pinctrl: nuvoton: wpcm450: fix out of bounds writeMikhail Kobuk1-3/+3
2023-10-19ALSA: hda/realtek - ALC287 merge RTK codec with CS CS35L41 AMPKailang Yang1-8/+15
2023-10-19ALSA: hda/realtek - ALC287 I2S speaker platform supportKailang Yang1-0/+30
2023-10-19ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxxFabian Vogt1-0/+8
2023-10-19ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LEDSungHwan Jung1-0/+22
2023-10-19ASoC: fsl_sai: Don't disable bitclock for i.MX8MPShengjiu Wang1-2/+7
2023-10-19ASoC: fsl_sai: MCLK bind with TX/RX enable bitShengjiu Wang2-3/+23
2023-10-19ASoC: Use of_property_read_bool() for boolean propertiesRob Herring7-67/+57
2023-10-19ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table.Balamurugan C1-0/+13
2023-10-19ASoC: Intel: sof_sdw: add support for SKU 0B14Pierre-Louis Bossart1-0/+10
2023-10-19ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match tableBalamurugan C2-0/+22
2023-10-19ASoC: simple-card-utils: fixup simple_util_startup() error handlingKuninori Morimoto1-1/+2
2023-10-19ASoC: SOF: amd: fix for firmware reload failure after playbackVijendar Mukunda1-1/+0
2023-10-19ALSA: hda/realtek: Change model for Intel RVP boardKailang Yang1-2/+2
2023-10-19ALSA: usb-audio: Fix microphone sound on Nexigo webcam.Christos Skevis2-0/+9
2023-10-19ALSA: usb-audio: Fix microphone sound on Opencomm2 HeadsetWhaleChang1-1/+5
2023-10-19KEYS: trusted: Remove redundant static calls usageSumit Garg1-8/+5
2023-10-19irqchip: renesas-rzg2l: Fix logic to clear TINT interrupt sourceBiju Das1-1/+1
2023-10-19dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Update description for...Lad Prabhakar1-2/+3
2023-10-19arm64: dts: qcom: sm8150: extend the size of the PDC resourceDmitry Baryshkov1-1/+1
2023-10-19net: prevent address rewrite in kernel_bind()Jordan Rife4-5/+9
2023-10-19ata: libata-scsi: Disable scsi device manage_system_start_stopDamien Le Moal5-12/+157
2023-10-19ASoC: amd: yc: Fix non-functional mic on Lenovo 82YMSven Frotscher1-0/+7
2023-10-19quota: Fix slow quotaoffJan Kara3-29/+43
2023-10-19HID: logitech-hidpp: Fix kernel crash on receiver USB disconnectHans de Goede1-1/+2
2023-10-19scsi: Do not rescan devices with a suspended queueDamien Le Moal1-5/+6
2023-10-19platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section m...Uwe Kleine-König1-1/+7
2023-10-19platform/x86: think-lmi: Fix reference leakArmin Wolf1-4/+20
2023-10-19perf/arm-cmn: Fix the unhandled overflow status of counter 4 to 7Jing Zhang1-1/+1
2023-10-19RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev1-0/+3
2023-10-19drm/i915: Don't set PIPE_CONTROL_FLUSH_L3 for aux invalNirmoy Das1-1/+10
2023-10-19mptcp: fix delegated action racesPaolo Abeni3-39/+34
2023-10-19net: mana: Fix TX CQE error handlingHaiyang Zhang1-7/+11
2023-10-15Linux 6.1.58Greg Kroah-Hartman1-1/+1
2023-10-15lib/test_meminit: fix off-by-one error in test_pages()Greg Kroah-Hartman1-1/+1
2023-10-15Revert "NFS: Fix error handling for O_DIRECT write scheduling"Greg Kroah-Hartman1-46/+16
2023-10-15Revert "NFS: Fix O_DIRECT locking issues"Greg Kroah-Hartman1-4/+4
2023-10-15Revert "NFS: More O_DIRECT accounting fixes for error paths"Greg Kroah-Hartman1-31/+16
2023-10-15Revert "NFS: Use the correct commit info in nfs_join_page_group()"Greg Kroah-Hartman3-20/+15
2023-10-15Revert "NFS: More fixes for nfs_direct_write_reschedule_io()"Greg Kroah-Hartman1-11/+6
2023-10-10Linux 6.1.57Greg Kroah-Hartman1-1/+1
2023-10-10xen/events: replace evtchn_rwlock with RCUJuergen Gross1-41/+46
2023-10-10ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh()Eric Dumazet1-4/+4
2023-10-10btrfs: file_remove_privs needs an exclusive lock in direct io writeBernd Schubert1-2/+14
2023-10-10netlink: remove the flex array from struct nlmsghdrJakub Kicinski2-3/+1
2023-10-10btrfs: fix fscrypt name leak after failure to join log transactionFilipe Manana1-1/+4
2023-10-10btrfs: fix an error handling path in btrfs_rename()Christophe JAILLET1-2/+4
2023-10-10vrf: Fix lockdep splat in output pathIdo Schimmel1-6/+6
2023-10-10ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2-31/+8
2023-10-10parisc: Restore __ldcw_align for PA-RISC 2.0 processorsJohn David Anglin2-21/+20
2023-10-10ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2023-10-10ksmbd: fix race condition between session lookup and expireNamjae Jeon3-3/+10
2023-10-10x86/sev: Use the GHCB protocol when available for SNP CPUID requestsTom Lendacky1-14/+55
2023-10-10RDMA/mlx5: Fix NULL string errorShay Drory1-1/+1
2023-10-10RDMA/mlx5: Fix mutex unlocking on error flow for steering anchor creationHamdan Igbaria1-1/+1
2023-10-10RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2023-10-10RDMA/srp: Do not call scsi_done() from srp_abort()Bart Van Assche1-11/+5
2023-10-10RDMA/uverbs: Fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-10-10RDMA/cma: Fix truncation compilation warning in make_cma_portsLeon Romanovsky1-1/+1
2023-10-10RDMA/cma: Initialize ib_sa_multicast structure to 0 when joinMark Zhang1-1/+1
2023-10-10gpio: pxa: disable pinctrl calls for MMP_GPIODuje Mihanović1-0/+1
2023-10-10gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()Bartosz Golaszewski1-1/+1