Todd Poynor ([email protected])

Number of posts: 311 (0.56 per day)
First post: 2017-04-07 00:00:12
Last post: 2018-10-16 12:05:27

Date List Subject
2018-10-16 12:05:27 linux-kernel [PATCH 0/3] staging: gasket: add DMA direction flags a.o.
2018-10-16 12:04:45 linux-kernel [PATCH 1/3] staging: gasket: remove debug logs for callback invocation
2018-10-16 12:04:31 linux-kernel [PATCH 2/3] staging: gasket: remove debug logs in page table mapping calls
2018-10-16 12:04:29 linux-kernel [PATCH 3/3] staging: gasket: page_table: add mapping flags
2018-10-15 10:20:41 linux-kernel Re: [PATCH 00/11] staging: gasket: fixes
2018-10-15 05:03:24 linux-kernel [PATCH 02/11] staging: gasket: page table: return valid error code on map fail
2018-10-15 05:02:12 linux-kernel [PATCH 00/11] staging: gasket: fixes
2018-10-15 05:02:06 linux-kernel [PATCH 08/11] staging: gasket: page_table: simplify gasket_components_to_dev_address
2018-10-15 05:02:00 linux-kernel [PATCH 04/11] staging: gasket: page_table: remove unnecessary PTE status set to free
2018-10-15 05:01:58 linux-kernel [PATCH 05/11] staging: gasket: page_table: rearrange gasket_page_table_entry
2018-10-15 05:01:22 linux-kernel [PATCH 07/11] staging: gasket: page_table: fix comment in components_to_dev_address
2018-10-15 05:01:11 linux-kernel [PATCH 10/11] staging: gasket: sysfs: fix attribute release comment
2018-10-15 05:01:01 linux-kernel [PATCH 09/11] staging: gasket: apex: fix sysfs_show
2018-10-15 05:00:45 linux-kernel [PATCH 11/11] staging: gasket: Update device virtual address comment
2018-10-15 05:00:43 linux-kernel [PATCH 06/11] staging: gasket: page table: fixup error path allocating coherent mem
2018-10-15 05:00:40 linux-kernel [PATCH 01/11] staging: gasket: core: debug log updates
2018-10-15 05:00:40 linux-kernel [PATCH 03/11] staging: gasket: page table: remove dead code in coherent mem alloc
2018-09-17 12:43:02 linux-kernel [PATCH 00/10] staging: gasket: Apex uncloaks, plus fixes
2018-09-17 12:42:59 linux-kernel [PATCH 01/10] staging: gasket: Kconfig: describe Apex as an Edge TPU device
2018-09-17 12:42:54 linux-kernel [PATCH 02/10] staging: gasket: interrupt: remove PCI-MSIX-specific status check
2018-09-17 12:41:39 linux-kernel [PATCH 04/10] staging: gasket: fix DMA direction for extended page tables
2018-09-17 12:41:36 linux-kernel [PATCH 03/10] staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherent
2018-09-17 12:41:07 linux-kernel [PATCH 05/10] staging: gasket: fix data page unmap DMA direction
2018-09-17 12:40:52 linux-kernel [PATCH 06/10] staging: gasket: page_table: don't unmap coherent pages
2018-09-17 12:40:45 linux-kernel [PATCH 07/10] staging: gasket: fix gasket_free_coherent_memory metadata frees
2018-09-17 12:40:42 linux-kernel [PATCH 08/10] staging: gasket: cleanup if dma_map_page fails in gasket_perform_mapping
2018-09-17 12:40:33 linux-kernel [PATCH 09/10] staging: gasket: page_table: use total_entries for max ext lvl0 page idx
2018-09-17 12:40:26 linux-kernel [PATCH 10/10] staging: gasket: page_table: handle failed dma_map_page
2018-08-10 03:41:51 linux-kernel [PATCH 03/16] staging: gasket: core: fix line continuation indent in gasket_alloc_dev
2018-08-10 03:41:51 linux-kernel [PATCH 07/16] staging: gasket: page table: remove unnecessary NULL check
2018-08-10 03:41:51 linux-kernel [PATCH 05/16] staging: gasket: core: remove ftrace-style debug logs
2018-08-10 03:27:28 linux-kernel [PATCH 00/16] staging: gasket: return of the son of cleanups
2018-08-10 03:24:47 linux-kernel [PATCH 02/16] staging: gasket: core: remove debug log that could crash
2018-08-10 03:24:43 linux-kernel [PATCH 13/16] staging: gasket: core: rename lookup_internal_desc to be PCI-specific
2018-08-10 03:24:39 linux-kernel [PATCH 14/16] staging: gasket: interrupt: refactor PCI MSIX-specific handler code
2018-08-10 03:24:33 linux-kernel [PATCH 06/16] staging: gasket: remove gasket_exit()
2018-08-10 03:24:30 linux-kernel [PATCH 15/16] staging: gasket: interrupt: simplify interrupt init parameters
2018-08-10 03:24:23 linux-kernel [PATCH 16/16] staging: gasket: interrupt: remove unimplemented interrupt types
2018-08-10 03:24:19 linux-kernel [PATCH 09/16] staging: gasket: core: switch to relaxed memory-mapped I/O
2018-08-10 03:24:18 linux-kernel [PATCH 08/16] staging: gasket: page table: use dma_mapping_error for error detection
2018-08-10 03:24:15 linux-kernel [PATCH 04/16] staging: gasket: core: remove kobj_name param from gasket_alloc_dev
2018-08-10 03:24:13 linux-kernel [PATCH 01/16] MAINTAINERS: Switch a maintainer for drivers/staging/gasket
2018-08-10 03:23:33 linux-kernel [PATCH 12/16] staging: gasket: core: factor out generic device remove code from PCI
2018-08-10 03:23:28 linux-kernel [PATCH 11/16] staging: gasket: core: factor out generic device add code from PCI code
2018-08-10 03:23:21 linux-kernel [PATCH 10/16] staging: gasket: page table: remove extraneous memory barriers
2018-08-05 20:11:49 linux-kernel [PATCH 07/15] staging: gasket: core: let device driver enable/disable gasket device
2018-08-05 20:11:23 linux-kernel [PATCH 06/15] staging: gasket: apex: remove device enable and disable callbacks
2018-08-05 20:11:15 linux-kernel [PATCH 04/15] staging: gasket: core: convert remaining info logs to debug
2018-08-05 20:11:00 linux-kernel [PATCH 08/15] staging: gasket: apex: enable/disable gasket device from apex
2018-08-05 20:10:57 linux-kernel [PATCH 05/15] staging: gasket: core: remove device enable and disable callbacks
2018-08-05 20:10:24 linux-kernel [PATCH 09/15] staging: gasket: core: delete device add and remove callbacks