index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath10k
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
1
-1
/
+1
2014-07-22
ath10k: prevent endless pci rx loop
Michal Kazior
1
-8
/
+9
2014-07-15
ath10k: fix bmi exchange tx/rx race
Michal Kazior
1
-8
/
+3
2014-05-27
ath10k: abort incomplete scatter-gather pci tx properly
Michal Kazior
1
-6
/
+11
2014-05-27
ath10k: protect src_ring state with ce_lock in tx_sg()
Michal Kazior
1
-3
/
+7
2014-05-26
ath10k: remove unnecessary tasklet_kill()
Michal Kazior
1
-2
/
+0
2014-05-23
ath10k: prevent hif_stop being called twice
Michal Kazior
1
-0
/
+3
2014-05-16
ath10k: get rid of pci_assign_resource() call from pci_probe
Bartosz Markowski
1
-12
/
+0
2014-05-16
ath10k: enable early device dumps
Michal Kazior
1
-4
/
+4
2014-05-16
ath10k: retry warm reset a few times
Michal Kazior
1
-3
/
+26
2014-05-16
ath10k: improve warm reset reliability
Michal Kazior
1
-0
/
+22
2014-04-24
ath10k: don't wait for device init if it crashed
Michal Kazior
1
-0
/
+10
2014-04-24
ath10k: differentiate between target init failures
Michal Kazior
1
-1
/
+7
2014-03-28
ath10k: deinit copy engine before resetting
Michal Kazior
1
-1
/
+1
2014-03-28
ath10k: split ce initialization and allocation
Michal Kazior
1
-22
/
+42
2014-03-28
ath10k: convert pci_alloc_consistent() to dma_alloc_coherent()
Michal Kazior
1
-10
/
+12
2014-03-28
ath10k: add module parameter values to the pci info print
Kalle Valo
1
-1
/
+3
2014-03-28
ath10k: improve pci debug messages
Kalle Valo
1
-9
/
+35
2014-03-28
ath10k: delete ar_pci->fw_indicator_address
Kalle Valo
1
-10
/
+6
2014-03-28
ath10k: advertise only firmware API 2 files
Kalle Valo
1
-2
/
+1
2014-03-28
ath10k: fix name of target_ps module parameter
Kalle Valo
1
-4
/
+4
2014-03-28
ath10k: add module parameter to disable cold reset
Kalle Valo
1
-1
/
+15
2014-03-28
ath10k: cleanup ath10k_pci_wait_for_target_init()
Kalle Valo
1
-13
/
+27
2014-02-28
ath10k: remove pci completion list
Michal Kazior
1
-251
/
+24
2014-02-28
ath10k: bypass htc for htt tx path
Michal Kazior
1
-9
/
+3
2014-02-28
ath10k: replace send_head() with tx_sg()
Michal Kazior
1
-28
/
+56
2014-02-28
ath10k: remove is_aborted from skb_cb
Michal Kazior
1
-20
/
+0
2014-02-13
ath10k: Use pci_enable_msi_range()
Alexander Gordeev
1
-2
/
+3
2014-02-13
ath10k: Disable MSI in case IRQ configuration is unknown
Alexander Gordeev
1
-0
/
+2
2014-02-13
ath10k: Get rid of superfluous call to pci_disable_msi()
Alexander Gordeev
1
-2
/
+0
2014-02-13
ath10k: fix device initialization routine
Michal Kazior
1
-7
/
+127
2014-01-23
ath10k: fix the printing of 10.x FW version when FW crashed
Chun-Yeow Yeoh
1
-3
/
+1
2013-12-10
Merge tag 'for-linville-20131203' of git://github.com/kvalo/ath
John W. Linville
1
-275
/
+516
2013-11-27
ath10k: allow explicit MSI/MSI-X disabling
Michal Kazior
1
-13
/
+34
2013-11-27
ath10k: re-add support for early fw indication
Michal Kazior
1
-5
/
+101
2013-11-27
ath10k: extract functions for legacy irq handling
Michal Kazior
1
-33
/
+32
2013-11-27
ath10k: defer irq registration until hif start()
Michal Kazior
1
-42
/
+23
2013-11-27
ath10k: decouple ath10k_pci_start_ce()
Michal Kazior
1
-21
/
+54
2013-11-27
ath10k: don't use interrupts for BMI
Michal Kazior
1
-24
/
+26
2013-11-27
ath10k: split up pci irq code
Michal Kazior
1
-94
/
+131
2013-11-27
ath10k: don't consume other's shared interrupts
Michal Kazior
1
-0
/
+16
2013-11-20
ath10k: show hardware and firmware info prints only once
Kalle Valo
1
-1
/
+3
2013-11-20
ath10k: don't show MSI registration warnings
Kalle Valo
1
-6
/
+20
2013-11-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-11-12
ath10k: reset device upon stopping/power down
Michal Kazior
1
-0
/
+9
2013-11-12
ath10k: add and fix some PCI prints
Michal Kazior
1
-30
/
+39
2013-11-12
ath10k: re-arrange PCI init code
Michal Kazior
1
-32
/
+55
2013-11-12
ath10k: guard against CE corruption from firmware
Michal Kazior
1
-0
/
+7
2013-11-12
ath10k: propagate ath10k_ce_disable_interrupts() errors
Michal Kazior
1
-1
/
+5
2013-11-12
ath10k: use ath10k_do_pci_wake/sleep
Michal Kazior
1
-58
/
+26
[next]