aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2026-01-27kernel: debug: Add SPDX license ids to kdb filesTim Bird11-34/+11
2026-01-27eeprom: at25: expose JEDEC ID via sysfsPatrick Wicki2-8/+41
2026-01-27eeprom: at25: add support for Infineon Cypress QSN FRAMsPatrick Wicki1-20/+30
2026-01-27speakup: Clarify bleep_time unit is millisecondsHenry Zhang1-2/+1
2026-01-27pps: generators: remove broken pps_gen_parport driverEthan Nelson-Moore3-247/+0
2026-01-27intel_th: pci: Add Nova Lake supportPawel Chmielewski2-0/+8
2026-01-27intel_th: pci: Use PCI_DEVICE_DATA() for device entriesPawel Chmielewski2-219/+102
2026-01-27mcb: fix incorrect sanity checkJose Javier Rodriguez Barbarin1-4/+5
2026-01-27slimbus: qcom-ngd: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-8/+2
2026-01-27most: core: fix leak on early registration failureJohan Hovold1-2/+7
2026-01-27usb: dwc3: Log dwc3 address in tracesPrashanth K5-38/+60
2026-01-27usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDNHaotien Hsu1-3/+9
2026-01-27staging: rtl8723bs: remove unused variable RFE_TypeEthan Tidmore2-2/+0
2026-01-27staging: rtl8723bs: remove unused variable bEn_RFEEthan Tidmore2-2/+0
2026-01-27staging: rtl8723bs: remove unused variable AmplifierType_2GEthan Tidmore1-1/+0
2026-01-27staging: rtl8723bs: remove unused variable TxBBSwing_2GEthan Tidmore2-2/+0
2026-01-27staging: rtl8723bs: rename RegPwrTblSel to reg_pwr_tbl_selEthan Tidmore3-3/+3
2026-01-27staging: rtl8723bs: rename RegPowerBase to reg_power_baseEthan Tidmore3-3/+4
2026-01-27staging: rtl8723bs: rename RegEnableTxPowerByRate to reg_enable_tx_power_by_rateEthan Tidmore4-10/+10
2026-01-27staging: rtl8723bs: rename RegEnableTxPowerLimit to reg_enable_tx_power_limitEthan Tidmore4-15/+11
2026-01-27staging: sm750fb: rename initParm to init_parmMadhumitha Sundar3-9/+9
2026-01-27staging: rtl8723bs: remove unnecessary boolean comparisonsMichael Huang1-21/+21
2026-01-27staging: rtl8723bs: use !ptr instead of ptr == NULLMichael Huang1-2/+1
2026-01-27staging: rtl8723bs: remove unnecessary bracesMichael Huang1-3/+2
2026-01-27staging: rtl8723bs: add missing space around operatorsMichael Huang1-7/+7
2026-01-27staging: rtl8723bs: Fix the line length exceeding 100 columns warning in the codeMichael Huang1-10/+30
2026-01-27staging: rtl8723bs: remove unnecessary new linesMichael Huang1-11/+0
2026-01-27staging: rtl8723bs: refactor comments to fix the line length warning for exceeding 100 columnsMichael Huang1-3/+5
2026-01-27staging: rtl8723bs: use continue statements to reduce indentationMichael Huang1-23/+25
2026-01-27staging: rtl8723bs: replace uint with unsigned intOmer El Idrissi1-1/+1
2026-01-27staging: greybus: remove completed GPIO conversion task from TODOArchit Anant1-3/+0
2026-01-27staging: rtl8723bs: rename add_RATid to add_ratidEthan Tidmore3-6/+6
2026-01-27staging: axis-fifo: Fix indentationGeet Singhi1-1/+1
2026-01-27staging: most: dim2: replace macro with static functionEthan Tidmore1-5/+7
2026-01-27staging: rtl8723bs: fix alignment to match open parenthesisArchit Anant1-11/+11
2026-01-27staging: rtl8723bs: fix spacing around operatorsArchit Anant1-13/+13
2026-01-27irqchip/gic-v5: Add ACPI IWB probingLorenzo Pieralisi5-25/+123
2026-01-27irqchip/gic-v5: Add ACPI ITS probingLorenzo Pieralisi7-45/+244
2026-01-27irqchip/gic-v5: Add ACPI IRS probingLorenzo Pieralisi5-19/+248
2026-01-27irqchip/gic-v5: Split IRS probing into OF and generic portionsLorenzo Pieralisi1-42/+50
2026-01-27PCI/MSI: Make the pci_msi_map_rid_ctlr_node() interface firmware agnosticLorenzo Pieralisi3-10/+22
2026-01-27irqdomain: Add parent field to struct irqchip_fwidLorenzo Pieralisi2-5/+39
2026-01-27Merge ACPICA material for 6.20 to satisfy dependenciesRafael J. Wysocki11-36/+492
2026-01-27pmdomain: imx: gpcv2: Fix the imx8mm gpu hang due to wrong adb400 resetJacky Bai1-6/+2
2026-01-27bonding: fix use-after-free due to enslave fail after slave array updateNikolay Aleksandrov1-5/+5
2026-01-27RDMA/mana_ib: Add device‑memory supportKonstantin Taranov4-3/+193
2026-01-27pmdomain: qcom: rpmpd: fix off-by-one error in clamping to the highest stateGabor Juhos1-1/+1
2026-01-27KVM: arm64: Correct test for ICH_HCR_EL2_TDIR cap for GICv5 hostsSascha Bischoff1-4/+4
2026-01-27KVM: arm64: gic: Enable GICv3 CPUIF trapping on GICv5 hosts if requiredSascha Bischoff3-10/+18
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet2-27/+27