Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
78a34ae29bf1c9df62a5bd0f0798b6c62a54d520
/
mm
/
hugetlb.c
78a34ae
mm/hugetlb.c must #include <asm/io.h>
by Adrian Bunk
· 16 years ago
cddb8a5
mmu-notifiers: core
by Andrea Arcangeli
· 16 years ago
8a21346
hugetlb: fix CONFIG_SYSCTL=n build
by Nishanth Aravamudan
· 16 years ago
e44d1b2
mm/hugetlb.c: fix build failure with !CONFIG_SYSCTL
by Ingo Molnar
· 16 years ago
7251ff78
hugetlb: quota is not freed for unused reserved private huge pages
by Adam Litke
· 16 years ago
7f09ca5
hugetlb: fix a hugepage reservation check for MAP_SHARED
by Mel Gorman
· 16 years ago
53ba51d
hugetlb: allow arch overridden hugepage allocation
by Jon Tollefson
· 16 years ago
e11bfbf
hugetlb: override default huge page size
by Nick Piggin
· 16 years ago
ceb8687
hugetlb: introduce pud_huge
by Andi Kleen
· 16 years ago
4abd32d
hugetlb: printk cleanup
by Andi Kleen
· 16 years ago
8faa8b0
hugetlb: support boot allocate different sizes
by Andi Kleen
· 16 years ago
aa888a7
hugetlb: support larger than MAX_ORDER
by Andi Kleen
· 16 years ago
5ced66c
hugetlb: abstract numa round robin selection
by Andi Kleen
· 16 years ago
a343787
hugetlb: new sysfs interface
by Nishanth Aravamudan
· 16 years ago
a137e1c
hugetlbfs: per mount huge page sizes
by Andi Kleen
· 16 years ago
e5ff215
hugetlb: multiple hstates for multiple page sizes
by Andi Kleen
· 16 years ago
a551643
hugetlb: modular state for hugetlb page size
by Andi Kleen
· 16 years ago
b7ba30c
hugetlb: factor out prep_new_huge_page
by Andi Kleen
· 16 years ago
a858f7b
vma_page_offset() has no callees: drop it
by Johannes Weiner
· 16 years ago
84afd99
hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splits
by Andy Whitcroft
· 16 years ago
c37f9fb
hugetlb: allow huge page mappings to be created without reservations
by Andy Whitcroft
· 16 years ago
9682290
hugetlb: move reservation region support earlier
by Andy Whitcroft
· 16 years ago
e7c4b0b
huge page private reservation review cleanups
by Andy Whitcroft
· 16 years ago
04f2cbe
hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeed
by Mel Gorman
· 16 years ago
a1e7877
hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()
by Mel Gorman
· 16 years ago
fc1b8a7
hugetlb: move hugetlb_acct_memory()
by Mel Gorman
· 16 years ago
75353be
mm/hugetlb.c: fix duplicate variable
by Adrian Bunk
· 16 years ago
4647875
hugetlb: fix lockdep error
by Nick Piggin
· 16 years ago
551883a
page allocator: explicitly retry hugepage allocations
by Nishanth Aravamudan
· 17 years ago
7b8ee84
mm: fix integer as NULL pointer warnings
by Harvey Harrison
· 17 years ago
7f2e952
hugetlbfs: common code update for s390
by Gerald Schaefer
· 17 years ago
8fe627e
hugetlbfs: add missing TLB flush to hugetlb_cow()
by Gerald Schaefer
· 17 years ago
52cd3b0
mempolicy: rework mempolicy Reference Counting [yet again]
by Lee Schermerhorn
· 17 years ago
f0be3d3
mempolicy: rename mpol_free to mpol_put
by Lee Schermerhorn
· 17 years ago
3b11630
Subject: [PATCH] hugetlb: vmstat events for huge page allocations
by Adam Litke
· 17 years ago
19fc3f0
hugetlb: decrease hugetlb_lock cycling in gather_surplus_huge_pages
by Adam Litke
· 17 years ago
19770b3
mm: filter based on a nodemask as well as a gfp_mask
by Mel Gorman
· 17 years ago
dd1a239
mm: have zonelist contains structs with both a zone pointer and zone_idx
by Mel Gorman
· 17 years ago
54a6eb5
mm: use two zonelist that are filtered by GFP mask
by Mel Gorman
· 17 years ago
11320d1
hugetlb: fix potential livelock in return_unused_surplus_hugepages()
by Nishanth Aravamudan
· 17 years ago
a1de091
hugetlb: indicate surplus huge page counts in per-node meminfo
by Nishanth Aravamudan
· 17 years ago
2668db9
hugetlb: correct page count for surplus huge pages
by Adam Litke
· 17 years ago
348e1e0
hugetlb: fix pool shrinking while in restricted cpuset
by Nishanth Aravamudan
· 17 years ago
ac09b3a
hugetlb: close a difficult to trigger reservation race
by Adam Litke
· 17 years ago
e5df70a
hugetlb: ensure we do not reference a surplus page after handing it to buddy
by Andy Whitcroft
· 17 years ago
064d9ef
hugetlb: fix overcommit locking
by Nishanth Aravamudan
· 17 years ago
a3d0c6a
hugetlb: add locking for overcommit sysctl
by Nishanth Aravamudan
· 17 years ago
0ed361d
mm: fix PageUptodate data race
by Nick Piggin
· 17 years ago
c5c9942
fix hugepages leak due to pagetable page sharing
by Larry Woodman
· 17 years ago
68842c9
hugetlbfs: fix quota leak
by Ken Chen
· 17 years ago
368d2c6
Revert "hugetlb: Add hugetlb_dynamic_pool sysctl"
by Nishanth Aravamudan
· 17 years ago
d1c3fb1
hugetlb: introduce nr_overcommit_hugepages sysctl
by Nishanth Aravamudan
· 17 years ago
72fad71
hugetlb: handle write-protection faults in follow_hugetlb_page
by Adam Litke
· 17 years ago
45c682a
hugetlb: fix i_blocks accounting
by Ken Chen
· 17 years ago
8cde045
mm/hugetlb.c: make a function static
by Adrian Bunk
· 17 years ago
90d8b7e
hugetlb: enforce quotas during reservation for shared mappings
by Adam Litke
· 17 years ago
9a119c0
hugetlb: allow bulk updating in hugetlb_*_quota()
by Adam Litke
· 17 years ago
2fc39ce
hugetlb: debit quota in alloc_huge_page
by Adam Litke
· 17 years ago
c79fb75
hugetlb: fix quota management for private mappings
by Adam Litke
· 17 years ago
348ea20
hugetlb: split alloc_huge_page into private and shared components
by Adam Litke
· 17 years ago
5b23dbe
hugetlb: follow_hugetlb_page() for write access
by Adam Litke
· 17 years ago
183ff22
spelling fixes: mm/
by Simon Arlott
· 17 years ago
c80544d
sparse pointer use of zero as null
by Stephen Hemminger
· 17 years ago
af767cb
hugetlb: fix dynamic pool resize failure case
by Adam Litke
· 17 years ago
63b4613
hugetlb: fix hugepage allocation with memoryless nodes
by Nishanth Aravamudan
· 17 years ago
6b0c880
hugetlb: fix pool resizing corner case
by Adam Litke
· 17 years ago
54f9f80
hugetlb: Add hugetlb_dynamic_pool sysctl
by Adam Litke
· 17 years ago
e4e574b
hugetlb: Try to grow hugetlb pool for MAP_SHARED mappings
by Adam Litke
· 17 years ago
7893d1d
hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappings
by Adam Litke
· 17 years ago
6af2acb
hugetlb: Move update_and_free_page
by Adam Litke
· 17 years ago
954ffcb
flush icache before set_pte() on ia64: flush icache at set_pte
by KAMEZAWA Hiroyuki
· 17 years ago
281e0e3
hugetlb: fix clear_user_highpage arguments
by Ralf Baechle
· 17 years ago
480eccf
Fix NUMA Memory Policy Reference Counting
by Lee Schermerhorn
· 17 years ago
a89182c
Fix VM_FAULT flags conversion for hugetlb
by Adam Litke
· 17 years ago
5ab3ee7
fix hugetlb page allocation leak
by Ken Chen
· 17 years ago
f8af0bb
hugetlb: use set_compound_page_dtor
by Akinobu Mita
· 17 years ago
7ed5cb2
Remove nid_lock from alloc_fresh_huge_page
by Hugh Dickins
· 17 years ago
3abf7af
dequeue_huge_page() warning fix
by Andrew Morton
· 17 years ago
83c5407
mm: fault feedback #2
by Nick Piggin
· 17 years ago
d0217ac
mm: fault feedback #1
by Nick Piggin
· 17 years ago
a1ed3dd
MM: Make needlessly global hugetlb_no_page() static.
by Robert P. J. Day
· 17 years ago
396faf0
Allow huge page allocations to use GFP_HIGH_MOVABLE
by Mel Gorman
· 17 years ago
f96efd5
hugetlb: fix race in alloc_fresh_huge_page()
by Joe Jin
· 17 years ago
31a5c6e
hugetlb: remove unnecessary nid initialization
by Nishanth Aravamudan
· 17 years ago
8dab524
Rework ptep_set_access_flags and fix sun4c
by Benjamin Herrenschmidt
· 17 years ago
8a63011
pretend cpuset has some form of hugetlb page reservation
by Ken Chen
· 18 years ago
ace4bd2
fix leaky resv_huge_pages when cpuset is in use
by Ken Chen
· 18 years ago
6649a38
[PATCH] hugetlb: preserve hugetlb pte dirty state
by Ken Chen
· 18 years ago
9de455b
[PATCH] Pass vma argument to copy_user_highpage().
by Atsushi Nemoto
· 18 years ago
02a0e53
[PATCH] cpuset: rework cpuset_zone_allowed api
by Paul Jackson
· 18 years ago
33f2ef8
[PATCH] mm: make compound page destructor handling explicit
by Andy Whitcroft
· 18 years ago
cace673
[PATCH] htlb forget rss with pt sharing
by Chen, Kenneth W
· 18 years ago
39dde65
[PATCH] shared page table for hugetlb page
by Chen, Kenneth W
· 18 years ago
c0a499c
[PATCH] __unmap_hugepage_range(): add comment
by Chen, Kenneth W
· 18 years ago
ebed4bf
[PATCH] hugetlb: fix absurd HugePages_Rsvd
by Hugh Dickins
· 18 years ago
502717f
[PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range()
by Chen, Kenneth W
· 18 years ago
fe1668a
[PATCH] enforce proper tlb flush in unmap_hugepage_range
by Chen, Kenneth W
· 18 years ago
89fa302
[PATCH] NUMA: Add zone_to_nid function
by Christoph Lameter
· 18 years ago
4415cc8
[PATCH] Hugepages: Use page_to_nid rather than traversing zone pointers
by Christoph Lameter
· 18 years ago
a43a8c3
[PATCH] tightening hugetlb strict accounting
by Chen, Kenneth W
· 18 years ago
Next »