index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gasket
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: gasket: Fix sparse "incorrect type in assignment" warnings.
Laurence Rochfort
2018-10-19
1
-1
/
+1
*
staging: gasket: remove debug logs for callback invocation
Todd Poynor
2018-10-19
1
-6
/
+1
*
staging: gasket: remove debug logs in page table mapping calls
Todd Poynor
2018-10-19
1
-24
/
+0
*
staging: gasket: Remove extra blank line
Maya Nakamura
2018-10-19
1
-1
/
+0
*
staging: gasket: Update device virtual address comment
Nick Ewalt
2018-10-15
1
-3
/
+11
*
staging: gasket: sysfs: fix attribute release comment
Nick Ewalt
2018-10-15
1
-2
/
+2
*
staging: gasket: apex: fix sysfs_show
Nick Ewalt
2018-10-15
1
-1
/
+1
*
staging: gasket: page_table: simplify gasket_components_to_dev_address
Nick Ewalt
2018-10-15
1
-19
/
+2
*
staging: gasket: page_table: fix comment in components_to_dev_address
Nick Ewalt
2018-10-15
1
-3
/
+3
*
staging: gasket: page table: fixup error path allocating coherent mem
Nick Ewalt
2018-10-15
1
-1
/
+5
*
staging: gasket: page_table: rearrange gasket_page_table_entry
Nick Ewalt
2018-10-15
1
-6
/
+6
*
staging: gasket: page_table: remove unnecessary PTE status set to free
Nick Ewalt
2018-10-15
1
-1
/
+0
*
staging: gasket: page table: remove dead code in coherent mem alloc
Todd Poynor
2018-10-15
1
-5
/
+1
*
staging: gasket: page table: return valid error code on map fail
Todd Poynor
2018-10-15
1
-3
/
+2
*
staging: gasket: page_table: handle failed dma_map_page
Nick Ewalt
2018-09-18
1
-0
/
+11
*
staging: gasket: page_table: use total_entries for max ext lvl0 page idx
Nick Ewalt
2018-09-18
1
-1
/
+1
*
staging: gasket: cleanup if dma_map_page fails in gasket_perform_mapping
Nick Ewalt
2018-09-18
1
-13
/
+20
*
staging: gasket: fix gasket_free_coherent_memory metadata frees
Nick Ewalt
2018-09-18
1
-0
/
+5
*
staging: gasket: page_table: don't unmap coherent pages
Nick Ewalt
2018-09-18
1
-1
/
+1
*
staging: gasket: fix data page unmap DMA direction
Nick Ewalt
2018-09-18
1
-1
/
+1
*
staging: gasket: fix DMA direction for extended page tables
Nick Ewalt
2018-09-18
1
-2
/
+2
*
staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherent
Todd Poynor
2018-09-18
1
-1
/
+1
*
staging: gasket: interrupt: remove PCI-MSIX-specific status check
Todd Poynor
2018-09-18
1
-5
/
+0
*
staging: gasket: Kconfig: describe Apex as an Edge TPU device
Todd Poynor
2018-09-18
1
-2
/
+3
*
Merge 4.19-rc4 into staging-next
Greg Kroah-Hartman
2018-09-16
1
-0
/
+13
|
\
|
*
staging: gasket: TODO: re-implement using UIO
Ahmed S. Darwish
2018-09-10
1
-0
/
+13
*
|
staging: gasket: interrupt: remove unimplemented interrupt types
Todd Poynor
2018-08-27
2
-44
/
+1
*
|
staging: gasket: interrupt: simplify interrupt init parameters
Todd Poynor
2018-08-27
3
-44
/
+15
*
|
staging: gasket: interrupt: refactor PCI MSIX-specific handler code
Todd Poynor
2018-08-27
1
-23
/
+25
*
|
staging: gasket: core: rename lookup_internal_desc to be PCI-specific
Todd Poynor
2018-08-27
1
-4
/
+4
*
|
staging: gasket: core: factor out generic device remove code from PCI
Todd Poynor
2018-08-27
1
-10
/
+10
*
|
staging: gasket: core: factor out generic device add code from PCI code
Todd Poynor
2018-08-27
1
-28
/
+48
*
|
staging: gasket: page table: remove extraneous memory barriers
Todd Poynor
2018-08-27
1
-10
/
+5
*
|
staging: gasket: core: switch to relaxed memory-mapped I/O
Todd Poynor
2018-08-27
1
-4
/
+4
*
|
staging: gasket: page table: use dma_mapping_error for error detection
Todd Poynor
2018-08-27
1
-1
/
+2
*
|
staging: gasket: remove gasket_exit()
Todd Poynor
2018-08-27
1
-4
/
+0
*
|
staging: gasket: core: remove ftrace-style debug logs
Todd Poynor
2018-08-27
1
-2
/
+0
*
|
staging: gasket: core: remove kobj_name param from gasket_alloc_dev
Todd Poynor
2018-08-27
1
-9
/
+8
*
|
staging: gasket: core: fix line continuation indent in gasket_alloc_dev
Todd Poynor
2018-08-27
1
-2
/
+3
*
|
staging: gasket: core: remove debug log that could crash
Todd Poynor
2018-08-27
1
-2
/
+0
*
|
staging: gasket: apex: remove unused array cm_mappable_regions
Colin Ian King
2018-08-27
1
-3
/
+0
*
|
staging: gasket: remove null ptr check before kfree
Sumit Kumar
2018-08-27
1
-4
/
+2
|
/
*
staging: gasket: remove some extra semicolon
zhong jiang
2018-08-08
1
-3
/
+3
*
staging: gasket: fix code indent for conditional statement
Sumit Pundir
2018-08-08
1
-1
/
+1
*
staging: gasket: core: remove incorrect extraneous comment
Todd Poynor
2018-08-08
1
-1
/
+0
*
staging: gasket: apex: place in low power reset until opened
Todd Poynor
2018-08-08
1
-0
/
+4
*
staging: gasket: core: protect against races during unregister
Todd Poynor
2018-08-08
1
-2
/
+1
*
staging: gasket: apex: move sysfs setup code to probe function
Todd Poynor
2018-08-08
1
-9
/
+5
*
staging: gasket: core: remove sysfs setup and cleanup callbacks
Todd Poynor
2018-08-08
2
-28
/
+0
*
staging: gasket: apex: fold device add/remove logic inline
Todd Poynor
2018-08-08
1
-37
/
+32
[next]