mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
Some drivers can maintain its own pool of shmem pages that can reduce the latencies in allocation of them by avoiding in getting a page from buddy. To support this, add a vendor hook which first tries to get the page from the driver maintained shmem pool when shmem_alloc_page is called. If failed, it will simply fall back to the original path. Bug: 187798288 Change-Id: I5deaf995b2e2ac40c2192096435954ee3f4a4fa8 Signed-off-by: Charan Teja Reddy <charante@codeaurora.org> |
||
|---|---|---|
| .. | ||
| acpi | ||
| asm-generic | ||
| clocksource | ||
| crypto | ||
| drm | ||
| dt-bindings | ||
| keys | ||
| kunit | ||
| kvm | ||
| linux | ||
| math-emu | ||
| media | ||
| memory | ||
| misc | ||
| net | ||
| pcmcia | ||
| ras | ||
| rdma | ||
| scsi | ||
| soc | ||
| sound | ||
| target | ||
| trace | ||
| uapi | ||
| vdso | ||
| video | ||
| xen | ||
| OWNERS | ||