index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
intel
/
iwlwifi
/
fw
/
dbg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-28
Merge tag 'wireless-drivers-next-2020-03-27' of git://git.kernel.org/pub/scm/...
David S. Miller
1
-8
/
+39
2020-03-27
iwlwifi: yoyo: don't block dumping internal memory when not in SRAM mode
rotem saado
1
-7
/
+1
2020-03-27
iwlwifi: yoyo: add PCI config space region type
Luca Coelho
1
-1
/
+38
2020-03-06
iwlwifi: dbg: don't abort if sending DBGC_SUSPEND_RESUME fails
Luca Coelho
1
-10
/
+5
2020-03-06
iwlwifi: yoyo: don't add TLV offset when reading FIFOs
Mordechay Goodstein
1
-7
/
+3
2020-01-27
Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...
David S. Miller
1
-5
/
+4
2020-01-04
iwlwifi: add device name to device_info
Luca Coelho
1
-1
/
+1
2020-01-04
iwlwifi: yoyo: remove unnecessary active triggers status flag
Luca Coelho
1
-3
/
+0
2019-12-24
iwlwifi: dbg: force stop the debug monitor HW
Shahar S Matityahu
1
-6
/
+1
2019-12-20
iwlwifi: dbg_ini: don't skip a TX FIFO when dumping
Luca Coelho
1
-1
/
+3
2019-11-06
Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...
David S. Miller
1
-316
/
+495
2019-10-25
iwlwifi: dbg_ini: use vzalloc to allocate dumping memory regions
Shahar S Matityahu
1
-6
/
+6
2019-10-25
iwlwifi: dbg_ini: support FW response/notification region type
Shahar S Matityahu
1
-2
/
+51
2019-10-25
iwlwifi: dbg_ini: implement time point handling
Shahar S Matityahu
1
-0
/
+3
2019-10-25
iwlwifi: dbg_ini: use new API in dump info
Shahar S Matityahu
1
-0
/
+25
2019-10-25
iwlwifi: dbg_ini: add error tables dumping support
Shahar S Matityahu
1
-2
/
+59
2019-10-25
iwlwifi: dbg_ini: add monitor dumping support
Shahar S Matityahu
1
-2
/
+200
2019-10-25
iwlwifi: dbg_ini: use new trigger TLV in dump flow
Shahar S Matityahu
1
-108
/
+69
2019-10-25
iwlwifi: dbg_ini: use new region TLV in dump flow
Shahar S Matityahu
1
-264
/
+150
2019-10-09
iwlwifi: dbg_ini: fix memory leak in alloc_sgtable
Navid Emamdoost
1
-0
/
+1
2019-09-06
iwlwifi: dbg_ini: remove periodic trigger
Shahar S Matityahu
1
-26
/
+1
2019-09-06
iwlwifi: add a pointer to the trans_cfg directly in trans
Luca Coelho
1
-15
/
+15
2019-09-06
iwlwifi: separate elements from cfg that are needed by trans_alloc
Luca Coelho
1
-15
/
+17
2019-09-06
iwlwifi: dbg_ini: use regions ops array instead of switch case in dump flow
Shahar S Matityahu
1
-71
/
+79
2019-09-06
iwlwifi: dbg_ini: make a single ops struct for paging collect
Shahar S Matityahu
1
-53
/
+39
2019-09-06
iwlwifi: dbg_ini: move tx fifo data into fw runtime
Shahar S Matityahu
1
-41
/
+12
2019-09-06
iwlwifi: dbg_ini: use linked list for dump TLVs during dump creation
Shahar S Matityahu
1
-158
/
+130
2019-09-06
iwlwifi: dbg_ini: separate cfg and dump flows to different modules
Shahar S Matityahu
1
-429
/
+0
2019-09-06
iwlwifi: dbg: align wrt log prints to the same format
Shahar S Matityahu
1
-46
/
+41
2019-09-06
iwlwifi: dbg_ini: remove debug flow TLV
Shahar S Matityahu
1
-2
/
+0
2019-09-06
iwlwifi: dbg_ini: verify debug TLVs at allocation phase
Shahar S Matityahu
1
-5
/
+10
2019-09-06
iwlwifi: dbg_ini: use function to check if ini dbg mode is on
Shahar S Matityahu
1
-2
/
+2
2019-09-06
iwlwifi: stop passing bogus gfp flags arguments to dma_alloc_coherent
Christoph Hellwig
1
-2
/
+1
2019-09-06
iwlwifi: dbg_ini: remove periphery phy and aux regions handling
Shahar S Matityahu
1
-2
/
+2
2019-09-06
iwlwifi: dbg_ini: use linked list to store debug TLVs
Shahar S Matityahu
1
-7
/
+8
2019-09-06
iwlwifi: dbg_ini: maintain buffer allocations from trans instead of TLVs buffer
Shahar S Matityahu
1
-15
/
+16
2019-09-06
iwlwifi: dbg: add debug periphery registers to 9000 device family
Shahar S Matityahu
1
-0
/
+3
2019-09-06
iwlwifi: dbg: support debug recording suspend resume command
Shahar S Matityahu
1
-46
/
+53
2019-09-06
iwlwifi: dbg: move debug recording stop from trans to op mode
Shahar S Matityahu
1
-3
/
+3
2019-09-06
iwlwifi: dbg: move monitor recording functionality from header file
Shahar S Matityahu
1
-0
/
+85
2019-08-01
iwlwifi: dbg_ini: fix compile time assert build errors
Mauro Rossi
1
-10
/
+12
2019-06-29
iwlwifi: dbg: debug recording stop and restart command remove
Shahar S Matityahu
1
-1
/
+1
2019-06-29
iwlwifi: dbg_ini: fix debug monitor stop and restart in ini mode
Shahar S Matityahu
1
-5
/
+14
2019-06-29
iwlwifi: dbg: move trans debug fields to a separate struct
Shahar S Matityahu
1
-21
/
+23
2019-06-29
iwlwifi: dbg_ini: remove redundant checking of ini mode
Shahar S Matityahu
1
-4
/
+1
2019-06-29
iwlwifi: dbg_ini: enforce apply point early on buffer allocation tlv
Shahar S Matityahu
1
-13
/
+15
2019-06-29
iwlwifi: dbg: fix debug monitor stop and restart delays
Shahar S Matityahu
1
-2
/
+0
2019-06-29
iwlwifi: dbg_ini: implement dump info collection
Shahar S Matityahu
1
-0
/
+67
2019-06-29
iwlwifi: dbg_ini: support debug info TLV
Shahar S Matityahu
1
-9
/
+56
2019-06-29
iwlwifi: dbg_ini: use different barker for ini dump
Shahar S Matityahu
1
-2
/
+2
[next]