summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | wifi: rtw88: 8822c: Fix reported RX band widthBitterblue Smith2024-07-311-4/+6
| * | wifi: rtw89: 8852bt: add 8852BE-VT to Makefile and KconfigPing-Ke Shih2024-07-312-0/+23
| * | wifi: rtw89: 8852bte: add PCI entry of 8852BE-VTPing-Ke Shih2024-07-311-0/+93
| * | wifi: rtw89: 8852bt: declare firmware features of RTL8852BTPing-Ke Shih2024-07-311-0/+4
| * | wifi: rtw89: 8852bt: add chip_ops of RTL8852BTPing-Ke Shih2024-07-312-0/+463
| * | wifi: rtw89: 8852bt: add chip_info of RTL8852BTPing-Ke Shih2024-07-316-4/+455
| * | wifi: rtw89: 8852bt: rfk: use predefined string choice for DPK enable/disablePing-Ke Shih2024-07-311-1/+1
| * | wifi: rtw89: 8852bt: add set_channel_rfPing-Ke Shih2024-07-312-0/+229
| * | wifi: rtw89: select WANT_DEV_COREDUMPZong-Zhe Yang2024-07-311-0/+1
| * | wifi: rtw88: select WANT_DEV_COREDUMPZong-Zhe Yang2024-07-311-0/+1
| * | wifi: rtw88: debugfs: support multiple adapters debuggingPing-Ke Shih2024-07-314-129/+180
| * | wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82cNick Morrow2024-07-171-2/+0
| * | wifi: rtw88: usb: Support USB 3 with RTL8822CU/RTL8822BUBitterblue Smith2024-07-178-12/+116
| * | wifi: rtw89: 8852bt: rfk: Fix spelling mistake "KIP_RESOTRE" -> "KIP_RESTORE"Colin Ian King2024-07-171-1/+1
| * | wifi: rtw88: Set efuse->ext_lna_5g - fix typoBitterblue Smith2024-07-171-1/+1
* | | wifi: ipw2x00: libipw: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-08-101-28/+18
* | | wifi: mwifiex: add support for WPA-PSK-SHA256Sascha Hauer2024-08-102-0/+4
* | | wifi: mwifiex: fix key_mgmt settingSascha Hauer2024-08-101-3/+4
* | | wifi: mwifiex: simplify WPA flags settingSascha Hauer2024-08-101-21/+8
* | | wifi: b43: Constify struct lpphy_tx_gain_table_entryChristophe JAILLET2024-08-072-11/+11
* | | wifi: brcmsmac: clean up unnecessary current_ampdu_cnt and related checksDmitry Kandybka2024-08-041-21/+1
* | | wifi: brcmfmac: introducing fwil query functionsArend van Spriel2024-08-045-28/+48
* | | wifi: brcmfmac: fwsignal: Use struct_size() to simplify brcmf_fws_rxreorder()Christophe JAILLET2024-08-042-8/+4
* | | wifi: mwifiex: add host mlme for AP modeDavid Lin2024-08-048-3/+309
* | | wifi: mwifiex: add host mlme for client modeDavid Lin2024-08-0415-14/+683
* | | wifi: mwifiex: increase max_num_akm_suitesSascha Hauer2024-08-041-0/+2
* | | minmax: add a few more MIN_T/MAX_T usersLinus Torvalds2024-07-284-7/+7
* | | Merge tag 'ubifs-for-linus-6.11-rc1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-07-286-14/+19
|\ \ \
| * | | ubi: Fix ubi_init() ubiblock_exit() section mismatchRichard Weinberger2024-07-281-1/+1
| * | | ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan2024-07-121-3/+4
| * | | ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang2024-07-122-3/+3
| * | | mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings2024-07-121-1/+4
| * | | mtd: ubi: avoid expensive do_div() on 32-bit machinesArnd Bergmann2024-07-121-3/+3
| * | | mtd: ubi: make ubi_class constantRicardo B. Marliere2024-07-122-2/+2
| * | | ubi: eba: properly rollback inside self_check_ebaFedor Pchelkin2024-07-121-1/+2
* | | | Merge tag 'cxl-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2024-07-2813-146/+174
|\ \ \ \
| * | | | cxl/core/pci: Move reading of control register to immediately before usageForyun Ma2024-07-171-4/+4
| * | | | Merge branch 'for-6.11/xor_fixes' into cxl-for-nextDave Jiang2024-07-127-112/+76
| |\ \ \ \
| | * | | | cxl: Remove defunct code calculating host bridge target positionsAlison Schofield2024-07-123-84/+4
| | * | | | cxl/region: Verify target positions using the ordered target listAlison Schofield2024-07-121-1/+4
| | * | | | cxl: Restore XOR'd position bits during address translationAlison Schofield2024-07-123-9/+57
| | * | | | cxl/core: Fold cxl_trace_hpa() into cxl_dpa_to_hpa()Alison Schofield2024-07-124-27/+20
| | |/ / /
| * | | | cxl/memdev: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield2024-07-111-1/+1
| * | | | cxl/acpi: Warn on mixed CXL VH and RCH/RCD HierarchyFabio M. De Francesco2024-07-111-7/+27
| * | | | cxl/core: Fix incorrect vendor debug UUID definepeng guo2024-07-111-1/+1
| * | | | cxl/region: Simplify cxl_region_nid()Huang Ying2024-07-021-6/+4
| * | | | cxl/region: Support to calculate memory tier abstract distanceHuang Ying2024-07-022-0/+29
| * | | | cxl/region: Fix a race condition in memory hotplug notifierHuang Ying2024-07-021-4/+15
| * | | | cxl: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-026-0/+6
| * | | | cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco2024-07-022-17/+17
| |/ / /