index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-18
ath11k: setup QCA6390 rings for both rxdmas
Carl Huang
10
-96
/
+268
2020-08-18
ath11k: don't initialize rxdma1 related ring
Carl Huang
3
-2
/
+36
2020-08-18
ath11k: enable DP interrupt setup for QCA6390
Carl Huang
5
-1
/
+322
2020-08-18
ath11k: dp: redefine peer_map and peer_unmap
Carl Huang
2
-2
/
+6
2020-08-18
ath11k: wmi: put hardware to DBS mode
Carl Huang
3
-5
/
+13
2020-08-18
ath11k: initialize wmi config based on hw_params
Carl Huang
3
-1
/
+105
2020-08-18
ath11k: force single pdev only for QCA6390
Carl Huang
5
-26
/
+98
2020-08-18
ath11k: disable CE interrupt before hif start
Carl Huang
1
-0
/
+1
2020-08-18
ath11k: ce: get msi_addr and msi_data before srng setup
Carl Huang
1
-3
/
+3
2020-08-18
ath11k: hal: assign msi_addr and msi_data to srng
Carl Huang
1
-0
/
+2
2020-08-18
ath11k: ce: remove CE_COUNT() macro
Kalle Valo
6
-21
/
+20
2020-08-18
ath11k: ce: remove host_ce_config_wlan macro
Kalle Valo
1
-10
/
+8
2020-08-18
ath11k: ce: support different CE configurations
Carl Huang
8
-18
/
+110
2020-08-18
ath11k: hal: cleanup dynamic register macros
Kalle Valo
3
-112
/
+133
2020-08-18
ath11k: hal: create register values dynamically
Carl Huang
4
-36
/
+192
2020-08-18
ath10k: move enable_pll_clk call to ath10k_core_start()
Kalle Valo
2
-8
/
+7
2020-08-17
wcn36xx: Fix reported 802.11n rx_highest rate wcn3660/wcn3680
Bryan O'Donoghue
1
-1
/
+1
2020-08-17
ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handlin...
Christophe JAILLET
1
-1
/
+1
2020-08-17
ath10k: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
5
-15
/
+15
2020-08-17
ath9k: Fix potential out of bounds in ath9k_htc_txcompletion_cb()
Dan Carpenter
1
-0
/
+2
2020-08-17
ath9k_htc: Use appropriate rs_datalen type
Masashi Honma
1
-1
/
+1
2020-08-17
ath9k: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 support
Alexander Wetzel
2
-0
/
+13
2020-08-17
ath6kl: prevent potential array overflow in ath6kl_add_new_sta()
Dan Carpenter
1
-0
/
+3
2020-08-17
ath6kl: fix spelling mistake "initilisation" -> "initialization"
Colin Ian King
1
-1
/
+1
2020-08-17
ath6kl: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-4
/
+4
2020-08-17
ath5k: Fix kerneldoc formatting issue
Lee Jones
1
-1
/
+1
2020-08-17
wil6210: Demote non-kerneldoc headers to standard comment blocks
Lee Jones
1
-2
/
+2
2020-08-17
ath5k: pcu: Add a description for 'band' remove one for 'mode'
Lee Jones
1
-1
/
+1
2020-08-17
ath5k: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-8
/
+8
2020-08-17
ath11k: hal: create hw_srng_config dynamically
Kalle Valo
8
-66
/
+79
2020-08-17
ath11k: enable internal sleep clock
Carl Huang
3
-0
/
+21
2020-08-17
ath11k: fix KASAN warning of ath11k_qmi_wlanfw_wlan_cfg_send
Carl Huang
1
-1
/
+1
2020-08-17
ath11k: fix memory OOB access in qmi_decode
Carl Huang
2
-4
/
+12
2020-08-17
ath11k: allocate smaller chunks of memory for firmware
Carl Huang
1
-12
/
+30
2020-08-17
ath11k: setup ce tasklet for control path
Govind Singh
3
-8
/
+112
2020-08-17
ath11k: configure copy engine msi address in CE srng
Govind Singh
4
-0
/
+83
2020-08-17
ath11k: pci: add read32() and write32() hif operations
Govind Singh
2
-0
/
+59
2020-08-17
ath11k: fill appropriate QMI service instance id for QCA6390
Govind Singh
4
-1
/
+6
2020-08-17
ath11k: add board file support for PCI devices
Govind Singh
6
-10
/
+167
2020-08-17
ath11k: add support for m3 firmware
Govind Singh
6
-7
/
+86
2020-08-17
ath11k: use remoteproc only with AHB devices
Govind Singh
5
-7
/
+47
2020-08-17
ath11k: pci: add HAL, CE and core initialisation
Govind Singh
4
-1
/
+393
2020-08-17
ath11k: register MHI controller device for QCA6390
Govind Singh
7
-1
/
+547
2020-08-17
ath11k: implement ath11k_core_pre_init()
Kalle Valo
4
-6
/
+26
2020-08-17
ath11k: pci: add MSI config initialisation
Govind Singh
3
-0
/
+83
2020-08-17
ath11k: pci: setup resources
Govind Singh
2
-1
/
+122
2020-08-17
ath11k: add simple PCI client driver for QCA6390 chipset
Govind Singh
10
-2
/
+127
2020-08-17
ath11k: move ring mask definitions to hw_params
Kalle Valo
6
-101
/
+106
2020-08-17
ath11k: add hw_params entry for QCA6390
Carl Huang
4
-0
/
+18
2020-08-17
ath11k: do not depend on ARCH_QCOM for ath11k
Carl Huang
1
-1
/
+0
[next]