index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-25
[PATCH] cpuset: remove extra cpuset_zone_allowed check in __alloc_pages
Chris Wright
1
-2
/
+1
2006-06-23
[PATCH] printk() should not be called under zone->lock
Kirill Korotaev
1
-4
/
+5
2006-06-23
[PATCH] initialise total_memory() earlier
Andrew Morton
1
-3
/
+3
2006-06-23
[PATCH] squash duplicate page_to_pfn and pfn_to_page
Andy Whitcroft
1
-30
/
+2
2006-06-23
[PATCH] wait_table and zonelist initializing for memory hotadd: update zonelists
Yasunori Goto
1
-5
/
+21
2006-06-23
[PATCH] wait_table and zonelist initializing for memory hotadd: wait_table in...
Yasunori Goto
1
-6
/
+53
2006-06-23
[PATCH] wait_table and zonelist initializing for memory hotadd: add return co...
Yasunori Goto
1
-3
/
+8
2006-06-23
[PATCH] wait_table and zonelist initializing for memory hotadd: change to mem...
Yasunori Goto
1
-9
/
+9
2006-06-23
[PATCH] wait_table and zonelist initializing for memory hotadd: change name o...
Yasunori Goto
1
-5
/
+7
2006-06-23
[PATCH] zone handle unaligned zone boundaries
Andy Whitcroft
1
-6
/
+11
2006-05-21
[PATCH] Align the node_mem_map endpoints to a MAX_ORDER boundary
Bob Picco
1
-3
/
+11
2006-05-21
[PATCH] Cpuset: might sleep checking zones allowed fix
Paul Jackson
1
-2
/
+3
2006-05-15
[PATCH] setup_per_zone_pages_min() overflow fix
Andrew Morton
1
-4
/
+7
2006-04-26
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
Chandra Seetharaman
1
-1
/
+1
2006-04-19
[PATCH] page_alloc.c: buddy handling cleanup
Andrew Morton
1
-4
/
+6
2006-04-11
[PATCH] overcommit: add calculate_totalreserve_pages()
Hideo AOKI
1
-0
/
+39
2006-04-10
[PATCH] Fix buddy list race that could lead to page lru list corruptions
Nick Piggin
1
-13
/
+18
2006-03-27
[PATCH] for_each_online_pgdat: remove pgdat_list
KAMEZAWA Hiroyuki
1
-4
/
+4
2006-03-27
[PATCH] for_each_online_pgdat: renaming for_each_pgdat
KAMEZAWA Hiroyuki
1
-3
/
+3
2006-03-27
[PATCH] remove zone_mem_map
KAMEZAWA Hiroyuki
1
-4
/
+2
2006-03-27
[PATCH] unify pfn_to_page: generic functions
KAMEZAWA Hiroyuki
1
-0
/
+42
2006-03-25
[PATCH] fix alloc_large_system_hash() roundup
John Hawkes
1
-2
/
+1
2006-03-25
[PATCH] quieten zone_pcp_init
Anton Blanchard
1
-2
/
+3
2006-03-24
[PATCH] cpusets: only wakeup kswapd for zones in the current cpuset
Christoph Lameter
1
-1
/
+2
2006-03-22
[PATCH] drain_node_pages: interrupt latency reduction / optimization
Christoph Lameter
1
-4
/
+8
2006-03-22
[PATCH] mm: prep_zero_page() in irq is a bug
Andrew Morton
1
-0
/
+5
2006-03-22
[PATCH] mm: cleanup prep_ stuff
Nick Piggin
1
-17
/
+18
2006-03-22
[PATCH] remove set_page_count() outside mm/
Nick Piggin
1
-8
/
+6
2006-03-22
[PATCH] mm: nommu use compound pages
Nick Piggin
1
-7
/
+0
2006-03-22
[PATCH] mm: cleanup bootmem
Nick Piggin
1
-13
/
+7
2006-03-22
[PATCH] mm: split highorder pages
Nick Piggin
1
-0
/
+22
2006-03-22
[PATCH] mm: page_alloc less atomics
Nick Piggin
1
-2
/
+2
2006-03-22
[PATCH] __get_page_state() cpumask cleanup and fix
Andrew Morton
1
-11
/
+9
2006-03-10
[PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.
Christoph Lameter
1
-9
/
+8
2006-02-21
[PATCH] Terminate process that fails on a constrained allocation
Christoph Lameter
1
-1
/
+1
2006-02-18
[PATCH] Handle holes in node mask in node fallback list setup
Linus Torvalds
1
-11
/
+11
2006-02-15
[PATCH] compound page: default destructor
Hugh Dickins
1
-1
/
+8
2006-02-15
[PATCH] compound page: use page[1].lru
Hugh Dickins
1
-9
/
+6
2006-02-05
[PATCH] percpu data: only iterate over possible CPUs
Eric Dumazet
1
-4
/
+6
2006-02-01
[PATCH] __cpuinit functions wrongly marked __meminit
Ashok Raj
1
-3
/
+3
2006-01-19
[PATCH] Zone reclaim: Reclaim logic
Christoph Lameter
1
-3
/
+14
2006-01-17
[PATCH] x86_64: add __meminit for memory hotplug
Matt Tolentino
1
-7
/
+7
2006-01-12
[PATCH] memmap_init_zone(): remove uneccesary page++
Greg Ungerer
1
-1
/
+1
2006-01-12
[PATCH] mm: gfp_atomic comments
Paul Jackson
1
-1
/
+2
2006-01-12
[PATCH] Restore KERN_EMERG to each line printed by bad_page
Hugh Dickins
1
-3
/
+3
2006-01-11
[PATCH] fix/simplify mutex debugging code
David Woodhouse
1
-1
/
+1
2006-01-10
[PATCH] mutex subsystem, more debugging code
Ingo Molnar
1
-0
/
+3
2006-01-09
[PATCH] cpuset: memory pressure meter
Paul Jackson
1
-0
/
+1
2006-01-09
[PATCH] mm: free_pages opt
Nick Piggin
1
-28
/
+30
2006-01-09
[PATCH] mm: cleanup zone_pcp
Nick Piggin
1
-8
/
+8
[next]