index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
page_pool.c
Age
Commit message (
Expand
)
Author
2023-02-06
net: page_pool: use in_softirq() instead
Qingfang DENG
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-07
net: page_pool: optimize page pool page allocation in NUMA scenario
Jie Wang
2022-07-03
mm/swap: convert __put_page() to __folio_put()
Matthew Wilcox (Oracle)
2022-05-13
net: page_pool: add page allocation stats for two fast page allocate path
Jie Wang
2022-04-15
net: page_pool: introduce ethtool stats
Lorenzo Bianconi
2022-04-12
page_pool: Add recycle stats to page_pool_put_page_bulk
Lorenzo Bianconi
2022-03-03
page_pool: Add function to batch and return stats
Joe Damato
2022-03-03
page_pool: Add recycle stats
Joe Damato
2022-03-03
page_pool: Add allocation stats
Joe Damato
2022-02-03
page_pool: Refactor page_pool to enable fragmenting after allocation
Alexander Duyck
2022-01-09
page_pool: remove spinlock in page_pool_refill_alloc_cache()
Yunsheng Lin
2022-01-05
page_pool: Store the XDP mem id
Toke Høiland-Jørgensen
2022-01-05
page_pool: Add callback to init pages when they are allocated
Toke Høiland-Jørgensen
2021-11-18
page_pool: Revert "page_pool: disable dma mapping support..."
Yunsheng Lin
2021-10-15
page_pool: disable dma mapping support for 32-bit arch with 64-bit DMA
Yunsheng Lin
2021-08-24
page_pool: use relaxed atomic for release side accounting
Yunsheng Lin
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-09
page_pool: add frag page recycling support in page pool
Yunsheng Lin
2021-08-09
page_pool: add interface to manipulate frag count in page pool
Yunsheng Lin
2021-08-09
page_pool: keep pp info as long as page pool owns the page
Yunsheng Lin
2021-08-09
page_pool: mask the page->signature before the checking
Yunsheng Lin
2021-06-07
page_pool: Allow drivers to hint on SKB recycling
Ilias Apalodimas
2021-06-07
mm: add a signature in struct page
Matteo Croce
2021-05-14
mm: fix struct page layout on 32-bit systems
Matthew Wilcox (Oracle)
2021-04-30
net: page_pool: use alloc_pages_bulk in refill code path
Jesper Dangaard Brouer
2021-04-30
net: page_pool: refactor dma_map into own function page_pool_dma_map
Jesper Dangaard Brouer
2021-02-04
net: page_pool: simplify page recycling condition tests
Alexander Lobakin
2020-11-14
net: page_pool: Add bulk support for ptr_ring
Lorenzo Bianconi
2020-03-29
net: page pool: allow to pass zero flags to page_pool_init()
Denis Kirjanov
2020-02-20
net: page_pool: API cleanup and comments
Ilias Apalodimas
2020-02-13
page_pool: refill page when alloc.count of pool is zero
Li RongQing
2020-01-02
page_pool: help compiler remove code in case CONFIG_NUMA=n
Jesper Dangaard Brouer
2020-01-02
page_pool: handle page recycle for NUMA_NO_NODE condition
Jesper Dangaard Brouer
2019-11-20
net: page_pool: add the possibility to sync DMA memory for device
Lorenzo Bianconi
2019-11-20
page_pool: Don't recycle non-reusable pages
Saeed Mahameed
2019-11-20
page_pool: Add API to update numa node
Saeed Mahameed
2019-11-18
page_pool: add destroy attempts counter and rename tracepoint
Jesper Dangaard Brouer
2019-11-16
page_pool: do not release pool until inflight == 0.
Jonathan Lemon
2019-08-15
page_pool: fix logic in __page_pool_get_cached
Jonathan Lemon
2019-08-15
page_pool: remove unnecessary variable init
Yunsheng Lin
2019-07-08
net: core: page_pool: add user refcnt and reintroduce page_pool_destroy
Ivan Khoronzhuk
2019-06-19
page_pool: make sure struct device is stable
Jesper Dangaard Brouer
2019-06-19
page_pool: add tracepoints for page_pool with details need by XDP
Jesper Dangaard Brouer
2019-06-19
xdp: force mem allocator removal and periodic warning
Jesper Dangaard Brouer
2019-06-19
xdp: tracking page_pool resources and safe removal
Jesper Dangaard Brouer
2019-06-19
page_pool: introduce page_pool_free and use in mlx5
Jesper Dangaard Brouer
2019-06-19
net: page_pool: add helper function to unmap dma addresses
Ilias Apalodimas
2019-02-13
page_pool: use DMA_ATTR_SKIP_CPU_SYNC for DMA mappings
Jesper Dangaard Brouer
2019-02-13
net: page_pool: don't use page->private to store dma_addr_t
Ilias Apalodimas
[next]