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
path:
root
/
drivers
/
staging
/
gasket
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-18
staging: gasket: page_table: handle failed dma_map_page
Nick Ewalt
1
-0
/
+11
2018-09-18
staging: gasket: page_table: use total_entries for max ext lvl0 page idx
Nick Ewalt
1
-1
/
+1
2018-09-18
staging: gasket: cleanup if dma_map_page fails in gasket_perform_mapping
Nick Ewalt
1
-13
/
+20
2018-09-18
staging: gasket: fix gasket_free_coherent_memory metadata frees
Nick Ewalt
1
-0
/
+5
2018-09-18
staging: gasket: page_table: don't unmap coherent pages
Nick Ewalt
1
-1
/
+1
2018-09-18
staging: gasket: fix data page unmap DMA direction
Nick Ewalt
1
-1
/
+1
2018-09-18
staging: gasket: fix DMA direction for extended page tables
Nick Ewalt
1
-2
/
+2
2018-09-18
staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherent
Todd Poynor
1
-1
/
+1
2018-09-18
staging: gasket: interrupt: remove PCI-MSIX-specific status check
Todd Poynor
1
-5
/
+0
2018-09-18
staging: gasket: Kconfig: describe Apex as an Edge TPU device
Todd Poynor
1
-2
/
+3
2018-09-16
Merge 4.19-rc4 into staging-next
Greg Kroah-Hartman
1
-0
/
+13
2018-09-10
staging: gasket: TODO: re-implement using UIO
Ahmed S. Darwish
1
-0
/
+13
2018-08-27
staging: gasket: interrupt: remove unimplemented interrupt types
Todd Poynor
2
-44
/
+1
2018-08-27
staging: gasket: interrupt: simplify interrupt init parameters
Todd Poynor
3
-44
/
+15
2018-08-27
staging: gasket: interrupt: refactor PCI MSIX-specific handler code
Todd Poynor
1
-23
/
+25
2018-08-27
staging: gasket: core: rename lookup_internal_desc to be PCI-specific
Todd Poynor
1
-4
/
+4
2018-08-27
staging: gasket: core: factor out generic device remove code from PCI
Todd Poynor
1
-10
/
+10
2018-08-27
staging: gasket: core: factor out generic device add code from PCI code
Todd Poynor
1
-28
/
+48
2018-08-27
staging: gasket: page table: remove extraneous memory barriers
Todd Poynor
1
-10
/
+5
2018-08-27
staging: gasket: core: switch to relaxed memory-mapped I/O
Todd Poynor
1
-4
/
+4
2018-08-27
staging: gasket: page table: use dma_mapping_error for error detection
Todd Poynor
1
-1
/
+2
2018-08-27
staging: gasket: remove gasket_exit()
Todd Poynor
1
-4
/
+0
2018-08-27
staging: gasket: core: remove ftrace-style debug logs
Todd Poynor
1
-2
/
+0
2018-08-27
staging: gasket: core: remove kobj_name param from gasket_alloc_dev
Todd Poynor
1
-9
/
+8
2018-08-27
staging: gasket: core: fix line continuation indent in gasket_alloc_dev
Todd Poynor
1
-2
/
+3
2018-08-27
staging: gasket: core: remove debug log that could crash
Todd Poynor
1
-2
/
+0
2018-08-27
staging: gasket: apex: remove unused array cm_mappable_regions
Colin Ian King
1
-3
/
+0
2018-08-27
staging: gasket: remove null ptr check before kfree
Sumit Kumar
1
-4
/
+2
2018-08-08
staging: gasket: remove some extra semicolon
zhong jiang
1
-3
/
+3
2018-08-08
staging: gasket: fix code indent for conditional statement
Sumit Pundir
1
-1
/
+1
2018-08-08
staging: gasket: core: remove incorrect extraneous comment
Todd Poynor
1
-1
/
+0
2018-08-08
staging: gasket: apex: place in low power reset until opened
Todd Poynor
1
-0
/
+4
2018-08-08
staging: gasket: core: protect against races during unregister
Todd Poynor
1
-2
/
+1
2018-08-08
staging: gasket: apex: move sysfs setup code to probe function
Todd Poynor
1
-9
/
+5
2018-08-08
staging: gasket: core: remove sysfs setup and cleanup callbacks
Todd Poynor
2
-28
/
+0
2018-08-08
staging: gasket: apex: fold device add/remove logic inline
Todd Poynor
1
-37
/
+32
2018-08-08
staging: gasket: core: delete device add and remove callbacks
Todd Poynor
2
-39
/
+0
2018-08-08
staging: gasket: apex: enable/disable gasket device from apex
Todd Poynor
1
-0
/
+12
2018-08-08
staging: gasket: core: let device driver enable/disable gasket device
Todd Poynor
2
-14
/
+14
2018-08-08
staging: gasket: apex: remove device enable and disable callbacks
Todd Poynor
1
-3
/
+0
2018-08-08
staging: gasket: core: remove device enable and disable callbacks
Todd Poynor
2
-34
/
+2
2018-08-08
staging: gasket: core: convert remaining info logs to debug
Todd Poynor
1
-4
/
+3
2018-08-08
staging: gasket: apex: move PCI core calls to apex driver
Todd Poynor
1
-1
/
+48
2018-08-08
staging: gasket: core: move core PCI calls to device drivers
Todd Poynor
2
-60
/
+28
2018-08-08
staging: gasket: sysfs: clean up state if ENOMEM removing mapping
Todd Poynor
1
-7
/
+6
2018-08-05
Revert "staging: gasket: core: hold reference to pci_dev while used"
Todd Poynor
1
-2
/
+1
2018-08-05
staging: gasket: core: add subsystem and device info to logs
Todd Poynor
1
-4
/
+9
2018-08-05
staging: gasket: core: device register debug log cleanups
Todd Poynor
1
-5
/
+2
2018-08-05
staging: gasket: core: remove registration logs
Todd Poynor
1
-4
/
+0
2018-08-02
staging: gasket: apex: enable power save mode by default
Todd Poynor
1
-1
/
+1
[next]