index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
gfp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: page_alloc: move pm_* function into power
Kefeng Wang
2023-06-09
1
-11
/
+4
*
mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
Mike Rapoport (IBM)
2023-04-05
1
-1
/
+1
*
mm: move most of core MM initialization to mm/mm_init.c
Mike Rapoport (IBM)
2023-04-05
1
-5
/
+0
*
mm: replace VM_WARN_ON to pr_warn if the node is offline with __GFP_THISNODE
Yang Shi
2022-11-30
1
-2
/
+16
*
mm/page_alloc: remove obsolete gfpflags_normal_context()
Miaohe Lin
2022-10-03
1
-23
/
+0
*
mm: add more BUILD_BUG_ONs to gfp_migratetype()
Peter Collingbourne
2022-09-11
1
-0
/
+3
*
headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>
Ingo Molnar
2022-07-15
1
-343
/
+2
*
headers/deps: mm: Optimize <linux/gfp.h> header dependencies
Ingo Molnar
2022-07-15
1
-3
/
+0
*
tracing: incorrect gfp_t conversion
Vasily Averin
2022-05-13
1
-1
/
+1
*
mm: remove alloc_pages_vma()
Matthew Wilcox (Oracle)
2022-05-13
1
-11
/
+7
*
mm: Add vma_alloc_folio()
Matthew Wilcox (Oracle)
2022-04-07
1
-2
/
+6
*
mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP
Andrey Konovalov
2022-04-01
1
-3
/
+1
*
kasan, page_alloc: allow skipping memory init for HW_TAGS
Andrey Konovalov
2022-03-24
1
-7
/
+11
*
kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
Andrey Konovalov
2022-03-24
1
-8
/
+13
*
kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
Andrey Konovalov
2022-03-24
1
-1
/
+7
*
mm: clarify __GFP_ZEROTAGS comment
Andrey Konovalov
2022-03-24
1
-2
/
+4
*
doc: convert 'subsection' to 'section' in gfp.h
NeilBrown
2022-03-22
1
-5
/
+5
*
include/linux/gfp.h: further document GFP_DMA32
Miles Chen
2022-01-15
1
-1
/
+3
*
mm: drop node from alloc_pages_vma
Michal Hocko
2022-01-15
1
-4
/
+4
*
mm/page_alloc: fix __alloc_size attribute for alloc_pages_exact_nid
Thibaut Sautereau
2021-12-25
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-2
/
+6
|
\
|
*
mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...
Chen Wandun
2021-11-06
1
-0
/
+4
|
*
mm/page_alloc: add __alloc_size attributes for better bounds checking
Kees Cook
2021-11-06
1
-2
/
+2
*
|
mm/page_alloc: Add folio allocation functions
Matthew Wilcox (Oracle)
2021-10-18
1
-0
/
+16
*
|
mm: Add arch_make_folio_accessible()
Matthew Wilcox (Oracle)
2021-10-18
1
-6
/
+0
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
1
-2
/
+11
|
\
|
*
arch, mm: remove stale mentions of DISCONIGMEM
Mike Rapoport
2021-06-29
1
-2
/
+2
|
*
mm/page_alloc: add an alloc_pages_bulk_array_node() helper
Uladzislau Rezki (Sony)
2021-06-29
1
-0
/
+9
*
|
kasan: disable freed user page poisoning with HW tags
Peter Collingbourne
2021-06-04
1
-3
/
+10
*
|
arm64: mte: handle tags zeroing at page allocation time
Peter Collingbourne
2021-06-04
1
-2
/
+7
|
/
*
mm: fix some typos and code style problems
Shijie Luo
2021-05-07
1
-1
/
+1
*
mm: use proper type for cma_[alloc|release]
Minchan Kim
2021-05-05
1
-1
/
+1
*
mm/page_alloc: add an array-based interface to the bulk page allocator
Mel Gorman
2021-04-30
1
-3
/
+10
*
mm/page_alloc: add a bulk page allocator
Mel Gorman
2021-04-30
1
-0
/
+11
*
mm/mempolicy: rename alloc_pages_current to alloc_pages
Matthew Wilcox (Oracle)
2021-04-30
1
-7
/
+1
*
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
2021-04-30
1
-10
/
+3
*
mm,thp,shmem: limit shmem THP alloc gfp_mask
Rik van Riel
2021-02-26
1
-0
/
+2
*
mm/gfp: add kernel-doc for gfp_t
Matthew Wilcox (Oracle)
2021-02-24
1
-0
/
+14
*
mm: page_frag: Introduce page_frag_alloc_align()
Kevin Hao
2021-02-06
1
-2
/
+10
*
mm: move free_unref_page to mm/internal.h
Matthew Wilcox (Oracle)
2020-12-15
1
-2
/
+0
*
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-10-15
1
-2
/
+4
|
\
|
*
mm: turn alloc_pages into an inline function
Christoph Hellwig
2020-09-25
1
-2
/
+4
*
|
mm: remove unused alloc_page_vma_node()
Wei Yang
2020-10-13
1
-2
/
+0
*
|
include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contexts
Michal Hocko
2020-10-13
1
-1
/
+3
|
/
*
mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
Wei Yang
2020-06-03
1
-1
/
+1
*
mm: clarify __GFP_MEMALLOC usage
Michal Hocko
2020-06-03
1
-0
/
+5
*
mm: make it clear that gfp reclaim modifiers are valid only for sleepable all...
Michal Hocko
2020-04-07
1
-0
/
+2
*
mm/gup/writeback: add callbacks for inaccessible pages
Claudio Imbrenda
2020-04-02
1
-0
/
+6
*
mm/page_alloc: add alloc_contig_pages()
Anshuman Khandual
2019-12-01
1
-0
/
+2
*
net: fix sk_page_frag() recursion from memory reclaim
Tejun Heo
2019-10-28
1
-0
/
+23
[next]