index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
gfp.h
Age
Commit message (
Expand
)
Author
2022-01-15
include/linux/gfp.h: further document GFP_DMA32
Miles Chen
2022-01-15
mm: drop node from alloc_pages_vma
Michal Hocko
2021-12-25
mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid
Thibaut Sautereau
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...
Chen Wandun
2021-11-06
mm/page_alloc: add __alloc_size attributes for better bounds checking
Kees Cook
2021-10-18
mm/page_alloc: Add folio allocation functions
Matthew Wilcox (Oracle)
2021-10-18
mm: Add arch_make_folio_accessible()
Matthew Wilcox (Oracle)
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
arch, mm: remove stale mentions of DISCONIGMEM
Mike Rapoport
2021-06-29
mm/page_alloc: add an alloc_pages_bulk_array_node() helper
Uladzislau Rezki (Sony)
2021-06-04
kasan: disable freed user page poisoning with HW tags
Peter Collingbourne
2021-06-04
arm64: mte: handle tags zeroing at page allocation time
Peter Collingbourne
2021-05-07
mm: fix some typos and code style problems
Shijie Luo
2021-05-05
mm: use proper type for cma_[alloc|release]
Minchan Kim
2021-04-30
mm/page_alloc: add an array-based interface to the bulk page allocator
Mel Gorman
2021-04-30
mm/page_alloc: add a bulk page allocator
Mel Gorman
2021-04-30
mm/mempolicy: rename alloc_pages_current to alloc_pages
Matthew Wilcox (Oracle)
2021-04-30
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
2021-02-26
mm,thp,shmem: limit shmem THP alloc gfp_mask
Rik van Riel
2021-02-24
mm/gfp: add kernel-doc for gfp_t
Matthew Wilcox (Oracle)
2021-02-06
mm: page_frag: Introduce page_frag_alloc_align()
Kevin Hao
2020-12-15
mm: move free_unref_page to mm/internal.h
Matthew Wilcox (Oracle)
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-13
mm: remove unused alloc_page_vma_node()
Wei Yang
2020-10-13
include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contexts
Michal Hocko
2020-09-25
mm: turn alloc_pages into an inline function
Christoph Hellwig
2020-06-03
mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
Wei Yang
2020-06-03
mm: clarify __GFP_MEMALLOC usage
Michal Hocko
2020-04-07
mm: make it clear that gfp reclaim modifiers are valid only for sleepable all...
Michal Hocko
2020-04-02
mm/gup/writeback: add callbacks for inaccessible pages
Claudio Imbrenda
2019-12-01
mm/page_alloc: add alloc_contig_pages()
Anshuman Khandual
2019-10-28
net: fix sk_page_frag() recursion from memory reclaim
Tejun Heo
2019-09-28
Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...
David Rientjes
2019-08-13
Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...
Andrea Arcangeli
2019-05-14
hugetlb: allow to free gigantic pages regardless of the configuration
Alexandre Ghiti
2019-05-14
mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
Alexandre Ghiti
2019-03-05
mm: shuffle GFP_* flags
Alexey Dobriyan
2018-12-28
include/linux/gfp.h: fix typo
Kyle Spiers
2018-12-08
Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...
David Rientjes
2018-11-03
mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask
Michal Hocko
2018-08-23
docs/mm: make GFP flags descriptions usable as kernel-doc
Mike Rapoport
2018-06-07
include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE
Huaisheng Ye
2018-06-07
mm: save two stranded bits in gfp_mask
Shakeel Butt
2018-05-25
mm: do not warn on offline nodes unless the specific node is explicitly reque...
Michal Hocko
2017-11-15
mm: remove __GFP_COLD
Mel Gorman
2017-11-15
mm: remove cold parameter from free_hot_cold_page*
Mel Gorman
2017-11-15
kmemcheck: remove whats left of NOTRACK flags
Levin, Alexander (Sasha Levin)
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
[next]