2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00
linux/drivers/net/wireless/ath/ath11k
Linus Torvalds c159dfbdd4 Mainly individually changelogged singleton patches. The patch series in
this pull are:
 
 - "lib min_heap: Improve min_heap safety, testing, and documentation"
   from Kuan-Wei Chiu provides various tightenings to the min_heap library
   code.
 
 - "xarray: extract __xa_cmpxchg_raw" from Tamir Duberstein preforms some
   cleanup and Rust preparation in the xarray library code.
 
 - "Update reference to include/asm-<arch>" from Geert Uytterhoeven fixes
   pathnames in some code comments.
 
 - "Converge on using secs_to_jiffies()" from Easwar Hariharan uses the
   new secs_to_jiffies() in various places where that is appropriate.
 
 - "ocfs2, dlmfs: convert to the new mount API" from Eric Sandeen
   switches two filesystems to the new mount API.
 
 - "Convert ocfs2 to use folios" from Matthew Wilcox does that.
 
 - "Remove get_task_comm() and print task comm directly" from Yafang Shao
   removes now-unneeded calls to get_task_comm() in various places.
 
 - "squashfs: reduce memory usage and update docs" from Phillip Lougher
   implements some memory savings in squashfs and performs some
   maintainability work.
 
 - "lib: clarify comparison function requirements" from Kuan-Wei Chiu
   tightens the sort code's behaviour and adds some maintenance work.
 
 - "nilfs2: protect busy buffer heads from being force-cleared" from
   Ryusuke Konishi fixes an issues in nlifs when the fs is presented with a
   corrupted image.
 
 - "nilfs2: fix kernel-doc comments for function return values" from
   Ryusuke Konishi fixes some nilfs kerneldoc.
 
 - "nilfs2: fix issues with rename operations" from Ryusuke Konishi
   addresses some nilfs BUG_ONs which syzbot was able to trigger.
 
 - "minmax.h: Cleanups and minor optimisations" from David Laight
   does some maintenance work on the min/max library code.
 
 - "Fixes and cleanups to xarray" from Kemeng Shi does maintenance work
   on the xarray library code.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQTTMBEPP41GrTpTJgfdBJ7gKXxAjgUCZ5SP5QAKCRDdBJ7gKXxA
 jqN7AQChvwXGG43n4d5SDiA/rH7ddvowQcDqhC9cAMJ1ReR7qwEA8/LIWDE4PdMX
 mJnaZ1/ibpEpearrChCViApQtcyEGQI=
 =ti4E
 -----END PGP SIGNATURE-----

Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Pull non-MM updates from Andrew Morton:
 "Mainly individually changelogged singleton patches. The patch series
  in this pull are:

   - "lib min_heap: Improve min_heap safety, testing, and documentation"
     from Kuan-Wei Chiu provides various tightenings to the min_heap
     library code

   - "xarray: extract __xa_cmpxchg_raw" from Tamir Duberstein preforms
     some cleanup and Rust preparation in the xarray library code

   - "Update reference to include/asm-<arch>" from Geert Uytterhoeven
     fixes pathnames in some code comments

   - "Converge on using secs_to_jiffies()" from Easwar Hariharan uses
     the new secs_to_jiffies() in various places where that is
     appropriate

   - "ocfs2, dlmfs: convert to the new mount API" from Eric Sandeen
     switches two filesystems to the new mount API

   - "Convert ocfs2 to use folios" from Matthew Wilcox does that

   - "Remove get_task_comm() and print task comm directly" from Yafang
     Shao removes now-unneeded calls to get_task_comm() in various
     places

   - "squashfs: reduce memory usage and update docs" from Phillip
     Lougher implements some memory savings in squashfs and performs
     some maintainability work

   - "lib: clarify comparison function requirements" from Kuan-Wei Chiu
     tightens the sort code's behaviour and adds some maintenance work

   - "nilfs2: protect busy buffer heads from being force-cleared" from
     Ryusuke Konishi fixes an issues in nlifs when the fs is presented
     with a corrupted image

   - "nilfs2: fix kernel-doc comments for function return values" from
     Ryusuke Konishi fixes some nilfs kerneldoc

   - "nilfs2: fix issues with rename operations" from Ryusuke Konishi
     addresses some nilfs BUG_ONs which syzbot was able to trigger

   - "minmax.h: Cleanups and minor optimisations" from David Laight does
     some maintenance work on the min/max library code

   - "Fixes and cleanups to xarray" from Kemeng Shi does maintenance
     work on the xarray library code"

* tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (131 commits)
  ocfs2: use str_yes_no() and str_no_yes() helper functions
  include/linux/lz4.h: add some missing macros
  Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent
  Xarray: remove repeat check in xas_squash_marks()
  Xarray: distinguish large entries correctly in xas_split_alloc()
  Xarray: move forward index correctly in xas_pause()
  Xarray: do not return sibling entries from xas_find_marked()
  ipc/util.c: complete the kernel-doc function descriptions
  gcov: clang: use correct function param names
  latencytop: use correct kernel-doc format for func params
  minmax.h: remove some #defines that are only expanded once
  minmax.h: simplify the variants of clamp()
  minmax.h: move all the clamp() definitions after the min/max() ones
  minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
  minmax.h: reduce the #define expansion of min(), max() and clamp()
  minmax.h: update some comments
  minmax.h: add whitespace around operators and after commas
  nilfs2: do not update mtime of renamed directory that is not moved
  nilfs2: handle errors that nilfs_prepare_chunk() may return
  CREDITS: fix spelling mistake
  ...
2025-01-26 17:50:53 -08:00
..
ahb.c wifi: Switch back to struct platform_driver::remove() 2024-11-11 14:10:45 +02:00
ahb.h
ce.c
ce.h wifi: ath11k: fix wrong definition of CE ring's base address 2024-05-28 20:43:17 +03:00
core.c wifi: ath11k: add support for QCA6698AQ 2024-11-21 07:52:50 -08:00
core.h wifi: ath11k: add support for QCA6698AQ 2024-11-21 07:52:50 -08:00
dbring.c
dbring.h
debug.c
debug.h
debugfs_htt_stats.c
debugfs_htt_stats.h
debugfs_sta.c
debugfs_sta.h
debugfs.c wifi: ath11k: convert timeouts to secs_to_jiffies() 2025-01-12 20:21:04 -08:00
debugfs.h
dp_rx.c ath.git patches for v6.14 2024-12-09 20:41:20 +02:00
dp_rx.h wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphers 2024-06-11 21:43:30 +03:00
dp_tx.c wifi: ath11k: fix ack signal strength calculation 2024-06-19 16:59:34 +03:00
dp_tx.h wifi: ath11k: fix ack signal strength calculation 2024-06-19 16:59:34 +03:00
dp.c wifi: ath11k: fix misspelling of "dma" in num_rxmda_per_pdev 2024-05-13 17:13:34 +03:00
dp.h wifi: ath11k: cleanup struct ath11k_mon_data 2024-11-21 07:52:49 -08:00
fw.c
fw.h
hal_desc.h
hal_rx.c wifi: ath11k: Fix unexpected return buffer manager error for WCN6750/WCN6855 2024-11-12 16:44:55 -08:00
hal_rx.h
hal_tx.c
hal_tx.h wifi: ath11k: fix ack signal strength calculation 2024-06-19 16:59:34 +03:00
hal.c wifi: ath11k: Fix double free issue during SRNG deinit 2024-09-28 12:14:25 +03:00
hal.h wifi: ath11k: miscellaneous spelling fixes 2024-11-21 07:52:50 -08:00
hif.h Revert "wifi: ath11k: support hibernation" 2024-09-02 19:33:00 +03:00
htc.c
htc.h
hw.c wifi: ath11k: support 2 station interfaces 2024-02-15 13:22:46 +02:00
hw.h wifi: ath11k: Suspend hardware before firmware mode off for WCN6750 2024-11-06 11:36:28 -08:00
Kconfig Kconfig: reduce the amount of power sequencing noise 2024-07-18 13:56:40 +02:00
mac.c ath.git patches for v6.14 2024-12-09 20:41:20 +02:00
mac.h
Makefile wifi: ath11k: implement handling of P2P NoA event 2024-03-14 18:41:24 +02:00
mhi.c wifi: ath11k: add support for QCA6698AQ 2024-11-21 07:52:50 -08:00
mhi.h Revert "wifi: ath11k: support hibernation" 2024-09-02 19:33:00 +03:00
p2p.c wifi: ath11k: implement handling of P2P NoA event 2024-03-14 18:41:24 +02:00
p2p.h wifi: ath11k: implement handling of P2P NoA event 2024-03-14 18:41:24 +02:00
pci.c wifi: ath11k: add support for QCA6698AQ 2024-11-21 07:52:50 -08:00
pci.h wifi: ath11k: do not process consecutive RDDM event 2024-03-21 13:40:18 +02:00
pcic.c wifi: ath11k: add support for QCA6698AQ 2024-11-21 07:52:50 -08:00
pcic.h
peer.c
peer.h
qmi.c wifi: ath11k: mark some QMI driver event helpers as noinline 2024-11-21 07:59:34 -08:00
qmi.h
reg.c wifi: ath11k: refactor setting country code logic 2024-05-25 11:55:31 +03:00
reg.h wifi: ath11k: refactor setting country code logic 2024-05-25 11:55:31 +03:00
rx_desc.h
spectral.c
spectral.h
testmode_i.h
testmode.c
testmode.h
thermal.c wifi: ath: Convert sprintf/snprintf to sysfs_emit 2024-03-25 12:49:27 +02:00
thermal.h
trace.c
trace.h tracing/treewide: Remove second parameter of __assign_str() 2024-05-22 20:14:47 -04:00
wmi.c wifi: mac80211: handle ieee80211_radar_detected() for MLO 2024-09-06 13:01:05 +02:00
wmi.h wifi: ath11k: remove duplicate definitions in wmi.h 2024-03-21 13:40:49 +02:00
wow.c wifi: ath11k: mark ath11k_wow_convert_8023_to_80211() as noinline 2024-11-21 07:59:49 -08:00
wow.h