index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
gasket
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
1
-2
/
+2
2019-04-16
Staging: gasket: Use DIV_ROUND_UP
Madhumitha Prabakaran
1
-3
/
+2
2019-04-03
staging: add missing SPDX lines to Makefile files
Greg Kroah-Hartman
1
-0
/
+1
2019-04-03
staging: add missing SPDX lines to Kconfig files
Greg Kroah-Hartman
1
-0
/
+1
2019-03-29
staging: gasket: apex: Prefer using the BIT macro
Sanjana Sanikommu
1
-2
/
+2
2019-03-20
staging: gasket: Remove return variable
Nishka Dasgupta
1
-3
/
+1
2019-03-18
Staging: gasket: gasket_sysfs.c: Fix string split issue.
Sanjana Sanikommu
1
-6
/
+3
2019-03-18
staging: gasket: gasket_interuppt.c: Fix string split issue.
Sanjana Sanikommu
1
-4
/
+2
2019-03-18
staging: gasket: Replace macro __ATTR with __ATTR_NULL
Wentao Cai
1
-2
/
+2
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
[next]