summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/gfp.h
AgeCommit message (Expand)Author
2025-08-09linuxkpi: Add the `topology_*()` functionsJean-Sébastien Pédron
2025-05-12linuxkpi: Add `folio` and `folio_batch` APIsJean-Sébastien Pédron
2025-03-25LinuxKPI: make linux_alloc_pages() honor __GFP_NORETRYMathieu
2024-06-06LinuxKPI: Move page_address definition from linux/gfp.h to linux/mm.hVladimir Kondratyev
2024-05-30LinuxKPI: remove extern from function declarationsBjoern A. Zeeb
2024-04-12LinuxKPI: add dev_alloc_pages()Bjoern A. Zeeb
2023-12-07Revert "linuxkpi: `GFP_KERNEL` equals `M_NOWAIT` now"Jean-Sébastien Pédron
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-24linuxkpi: `GFP_KERNEL` equals `M_NOWAIT` nowJean-Sébastien Pédron
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-07LinuxKPI: reduce usage of struct vm_page and vm_page_tBjoern A. Zeeb
2023-01-16linuxkpi: Define `GFP_NOFS` in `linux/gfp.h`Jean-Sébastien Pédron
2022-12-31LinuxKPI: add simplified vesion of page_frag_cacheBjoern A. Zeeb
2022-11-11linuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flagJean-Sébastien Pédron
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2019-08-04Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits
2019-07-03Remove dead code added after r348743 in the LinuxKPI. TheHans Petter Selasky
2019-06-06Make the linuxkpi's alloc_pages() consistently return wired pages.Mark Johnston
2018-11-01linuxkpi: Add GFP flags needed for ttm driversBen Widawsky
2018-06-01Add more GFP macro definitions in the LinuxKPI.Hans Petter Selasky
2018-02-18Implement __GFP_BITS_SHIFT and __GFP_BITS_MASK macros in the LinuxKPI.Hans Petter Selasky
2017-03-08Cleanup the LinuxKPI slab implementation.Hans Petter Selasky
2017-02-22Optimise unmapped LinuxKPI page allocations.Hans Petter Selasky
2017-02-17Implement GFP_DMA32 flag in the LinuxKPI.Hans Petter Selasky
2016-12-25Use correct integer type when computing the maximum physical addressHans Petter Selasky
2016-12-09Avoid malloc() warnings when using the LinuxKPI by zero-checkingHans Petter Selasky
2016-05-23Add more GFP related defines to the LinuxKPI.Hans Petter Selasky
2016-01-26Update and add various macros to the LinuxKPI and resolve a macroHans Petter Selasky
2016-01-08LinuxKPI style changes:Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky