index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gasket
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-22
staging: gasket: interrupt: remove unused including <linux/version.h>
Yue Haibing
1
-1
/
+0
2018-11-12
staging: gasket: formatting fixes
Robert Deal
1
-13
/
+11
2018-11-05
staging: gasket: use sizeof(*p) for memory allocation
Kimberly Brown
2
-10
/
+10
2018-10-19
staging: gasket: Fix sparse "incorrect type in assignment" warnings.
Laurence Rochfort
1
-1
/
+1
2018-10-19
staging: gasket: remove debug logs for callback invocation
Todd Poynor
1
-6
/
+1
2018-10-19
staging: gasket: remove debug logs in page table mapping calls
Todd Poynor
1
-24
/
+0
2018-10-19
staging: gasket: Remove extra blank line
Maya Nakamura
1
-1
/
+0
2018-10-15
staging: gasket: Update device virtual address comment
Nick Ewalt
1
-3
/
+11
2018-10-15
staging: gasket: sysfs: fix attribute release comment
Nick Ewalt
1
-2
/
+2
2018-10-15
staging: gasket: apex: fix sysfs_show
Nick Ewalt
1
-1
/
+1
2018-10-15
staging: gasket: page_table: simplify gasket_components_to_dev_address
Nick Ewalt
1
-19
/
+2
2018-10-15
staging: gasket: page_table: fix comment in components_to_dev_address
Nick Ewalt
1
-3
/
+3
2018-10-15
staging: gasket: page table: fixup error path allocating coherent mem
Nick Ewalt
1
-1
/
+5
2018-10-15
staging: gasket: page_table: rearrange gasket_page_table_entry
Nick Ewalt
1
-6
/
+6
2018-10-15
staging: gasket: page_table: remove unnecessary PTE status set to free
Nick Ewalt
1
-1
/
+0
2018-10-15
staging: gasket: page table: remove dead code in coherent mem alloc
Todd Poynor
1
-5
/
+1
2018-10-15
staging: gasket: page table: return valid error code on map fail
Todd Poynor
1
-3
/
+2
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
[next]