summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-06crypto: api - Fix generic algorithm self-test racesHerbert Xu
2024-09-06crypto: hisilicon/qm - inject error before stopping queueWeili Qian
2024-09-06crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian
2024-09-06crypto: hisilicon/qm - reset device before enabling itWeili Qian
2024-09-06crypto: hisilicon/trng - modifying the order of header filesChenghai Huang
2024-09-06crypto: hisilicon - add a lock for the qp send operationChenghai Huang
2024-09-06crypto: hisilicon - fix missed error branchYang Shen
2024-09-06crypto: ccp - do not request interrupt on cmd completion when irqs disabledAmit Shah
2024-09-06crypto: x86/aesni - update docs for aesni-intel moduleEric Biggers
2024-09-06hwrng: mtk - Use devm_pm_runtime_enableGuoqing Jiang
2024-09-06PCI: Add ACS quirk for Qualcomm SA8775PSubramanian Ananthanarayanan
2024-09-06PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()Alexandra Diupina
2024-09-06PCI: altera: Replace TLP_REQ_ID() with macro PCI_DEVID()Jinjie Ruan
2024-09-06Merge tag 'asoc-fix-v6.11-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai
2024-09-06Merge tag 'mediatek-drm-next-6.12' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie
2024-09-05Input: zforce_ts - switch to using asynchronous probingDmitry Torokhov
2024-09-05Input: zforce_ts - remove assert/deassert wrappersDmitry Torokhov
2024-09-05Input: zforce_ts - do not hardcode interrupt levelDmitry Torokhov
2024-09-05Input: zforce_ts - switch to using devm_regulator_get_enable()Dmitry Torokhov
2024-09-05Input: zforce_ts - stop treating VDD regulator as optionalDmitry Torokhov
2024-09-05Input: zforce_ts - make zforce_idtable constantDmitry Torokhov
2024-09-05Input: zforce_ts - use dev_err_probe() where appropriateDmitry Torokhov
2024-09-05Input: zforce_ts - do not ignore errors when acquiring regulatorDmitry Torokhov
2024-09-05Input: zforce_ts - make parsing of contacts less confusingDmitry Torokhov
2024-09-05Input: zforce_ts - switch to using get_unaligned_le16Dmitry Torokhov
2024-09-05Input: zforce_ts - use guard notation when acquiring mutexesDmitry Torokhov
2024-09-05Input: zforce_ts - ensure that pm_stay_awake() and pm_relax() are balancedDmitry Torokhov
2024-09-05Input: zforce_ts - remove unneeded lockingDmitry Torokhov
2024-09-05Input: zforce_ts - handle errors from input_mt_init_sots()Dmitry Torokhov
2024-09-05Input: zforce_ts - do not explicitly set EV_SYN, etc bitsDmitry Torokhov
2024-09-05Input: zforce_ts - remove support for platfrom dataDmitry Torokhov
2024-09-05Input: zforce_ts - simplify reporting of slot stateDmitry Torokhov
2024-09-05Input: zforce_ts - use devm_add_action_or_reset()Sudip Mukherjee
2024-09-05Input: tegra-kbc - use guard notation when acquiring mutex and spinlockDmitry Torokhov
2024-09-05Input: iqs62x-keys - use cleanup facility for fwnodesDmitry Torokhov
2024-09-05Input: gpio-keys - switch to using cleanup functionsDmitry Torokhov
2024-09-05Input: atkbd - use guard notation when acquiring mutexDmitry Torokhov
2024-09-05Input: alps - use guard notation when acquiring mutexDmitry Torokhov
2024-09-05Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk tableWerner Sembach
2024-09-05dt-bindings: input: convert rotary-encoder to yamlFrank Li
2024-09-05Merge branch 'add-realtek-automotive-pcie-driver'Jakub Kicinski
2024-09-05MAINTAINERS: Add the rtase ethernet driver entryJustin Lai
2024-09-05realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai
2024-09-05rtase: Add a Makefile in the rtase folderJustin Lai
2024-09-05rtase: Implement ethtool functionJustin Lai
2024-09-05rtase: Implement pci_driver suspend and resume functionJustin Lai
2024-09-05rtase: Implement net_device_opsJustin Lai
2024-09-05rtase: Implement a function to receive packetsJustin Lai
2024-09-05rtase: Implement .ndo_start_xmit functionJustin Lai
2024-09-05rtase: Implement hardware configuration functionJustin Lai