search for: show_pools

Displaying 2 results from an estimated 2 matches for "show_pools".

2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...--------- src/app/views/network/list.html.erb | 9 ++++----- src/app/views/resources/show_vms.rhtml | 25 +++++++++++-------------- src/app/views/search/results.rhtml | 4 ++-- src/app/views/smart_pools/show_hosts.rhtml | 9 ++++----- src/app/views/smart_pools/show_pools.rhtml | 9 ++++----- src/app/views/smart_pools/show_storage.rhtml | 9 ++++----- src/app/views/smart_pools/show_vms.rhtml | 9 ++++----- src/app/views/task/_show.rhtml | 19 +++++++++++-------- src/app/views/user/_show.rhtml | 7 ++++--- src/public/im...
2020 Aug 19
39
a saner API for allocating DMA addressable pages
Hi all, this series replaced the DMA_ATTR_NON_CONSISTENT flag to dma_alloc_attrs with a separate new dma_alloc_pages API, which is available on all platforms. In addition to cleaning up the convoluted code path, this ensures that other drivers that have asked for better support for non-coherent DMA to pages with incurring bounce buffering over can finally be properly supported. I'm still a