Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d8ed1d43e17898761c7221014a15a4c7501d2ff3
/
arch
/
powerpc
/
mm
/
numa.c
d3f6204
powerpc: Set init_bootmem_done on NUMA platforms as well
by Benjamin Herrenschmidt
· 15 years ago
0f16ef7
powerpc/numa: Cleanup hot_add_scn_to_nid
by Nathan Fontenot
· 16 years ago
82a0a1c
Merge commit 'origin/master' into next
by Benjamin Herrenschmidt
· 16 years ago
06eccea
powerpc/mm: Fix numa reserve bootmem page selection
by Dave Hansen
· 16 years ago
8b16cd2
powerpc/numa: Remove redundant find_cpu_node()
by Milton Miller
· 16 years ago
20fcefe
powerpc/numa: Avoid possible reference beyond prop. length in find_min_common_depth()
by Milton Miller
· 16 years ago
893473d
powerpc/mm: Cleanup careful_allocation(): consolidate memset()
by Dave Hansen
· 16 years ago
0be210f
powerpc/mm: Make careful_allocation() return virtual addrs
by Dave Hansen
· 16 years ago
5d21ea2
powerpc/mm:: Cleanup careful_allocation(): bootmem already panics
by Dave Hansen
· 16 years ago
c555e52
powerpc/mm: Add better comment on careful_allocation()
by Dave Hansen
· 16 years ago
a4c74dd
powerpc: Fix bootmem reservation on uninitialized node
by Dave Hansen
· 16 years ago
4a61866
powerpc: Fix boot freeze on machine with empty memory node
by Dave Hansen
· 16 years ago
fe55249
powerpc: Always trim numa memory to lmb_end_of_DRAM()
by Milton Miller
· 16 years ago
e817037
powerpc/numa: Make memory reserve code more robust
by Jon Tollefson
· 16 years ago
8f64e1f
powerpc: Reserve in bootmem lmb reserved regions that cross NUMA nodes
by Jon Tollefson
· 16 years ago
cf00085
powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels
by Chandru
· 16 years ago
b61bfa3
mm: move bootmem descriptors definition to a single place
by Johannes Weiner
· 16 years ago
0db9360
powerpc/pseries: Update numa association of hotplug memory add for drconf memory
by Nathan Fontenot
· 16 years ago
8342681
powerpc/pseries: Split code into helper routines for drconf memory
by Nathan Fontenot
· 16 years ago
6df1646
[POWERPC] Add include of linux/of.h to numa.c
by Michael Ellerman
· 17 years ago
d9b2b2a
[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.
by David S. Miller
· 17 years ago
3796958
Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
72a7fe3
Introduce flags for reserve_bootmem()
by Bernhard Walle
· 17 years ago
1daa6d0
[POWERPC] Fake NUMA emulation for PowerPC
by Balbir Singh
· 17 years ago
b9c3fdb
[POWERPC] Fix parse_drconf_memory() for 64-bit start addresses
by Michael Ellerman
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 17 years ago
e2eb639
[POWERPC] Rename get_property to of_get_property: arch/powerpc
by Stephen Rothwell
· 18 years ago
9213fee
[POWERPC] Rename prom_n_size_cells to of_n_size_cells
by Stephen Rothwell
· 18 years ago
a8bda5d
[POWERPC] Rename prom_n_addr_cells to of_n_addr_cells
by Stephen Rothwell
· 18 years ago
1b3c371
Fix typos concerning hierarchy
by Uwe Kleine-König
· 18 years ago
0204568
[POWERPC] Support ibm,dynamic-reconfiguration-memory nodes
by Paul Mackerras
· 18 years ago
6391af1
[PATCH] mm: use symbolic names instead of indices for zone initialisation
by Mel Gorman
· 18 years ago
c67c3cb
[PATCH] Have Power use add_active_range() and free_area_init_nodes()
by Mel Gorman
· 18 years ago
a7f67bd
[POWERPC] Constify & voidify get_property()
by Jeremy Kerr
· 18 years ago
74b85f3
[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only
by Chandra Seetharaman
· 18 years ago
f18fc72
Merge ../linux-2.6
by Paul Mackerras
· 19 years ago
953039c
[PATCH] powerpc: Allow devices to register with numa topology
by Jeremy Kerr
· 19 years ago
e110b28
[PATCH] powerpc: Less verbose mem configuration output
by Olof Johansson
· 19 years ago
069007a
[PATCH] powerpc: hot_add_scn_to_nid() build fix
by Andrew Morton
· 19 years ago
2b26122
[PATCH] powerpc numa: Consolidate assignment of cpus to nodes
by Nathan Lynch
· 19 years ago
482ec7c
[PATCH] powerpc numa: Support sparse online node map
by Nathan Lynch
· 19 years ago
bc16a75
[PATCH] powerpc numa: Consolidate handling of Power4 special case
by Nathan Lynch
· 19 years ago
cf950b7
[PATCH] powerpc numa: Get rid of "numa domain" terminology
by Nathan Lynch
· 19 years ago
2e5ce39
[PATCH] powerpc numa: Minor cpu hotplug-related cleanups
by Nathan Lynch
· 19 years ago
bf4b85b
[PATCH] powerpc numa: Minor debugging code changes
by Nathan Lynch
· 19 years ago
c08888c
[PATCH] powerpc numa: fix boot_cpuid always assigned to node 0
by Nathan Lynch
· 19 years ago
d7a5b2f
[PATCH] powerpc: Always panic if lmb_alloc() fails
by Michael Ellerman
· 19 years ago
b226e46
[PATCH] powerpc: don't add memory to empty node/zone
by Mike Kravetz
· 19 years ago
cc5d018
[PATCH] powerpc: Remove device_node addrs/n_addr
by Benjamin Herrenschmidt
· 19 years ago
4b703a2
[PATCH] ppc64: Add NUMA cpu summary at boot
by Anton Blanchard
· 19 years ago
ba75948
[PATCH] powerpc: Add support for "linux,usable-memory" on memory nodes
by Michael Ellerman
· 19 years ago
237a098
[PATCH] powerpc: numa placement for dynamically added memory
by Mike Kravetz
· 19 years ago
84c9fdd
[PATCH] powerpc: Minor numa memory code cleanup
by Mike Kravetz
· 19 years ago
54c2331
Revert "[PATCH] powerpc: Minor numa memory code cleanup"
by Paul Mackerras
· 19 years ago
74761bb
[PATCH] powerpc: Minor numa memory code cleanup
by Mike Kravetz
· 19 years ago
6d91bb9
[PATCH] powerpc/pseries: boot failures on numa if no memory on node
by Mike Kravetz
· 19 years ago
fb6d73d
[PATCH] powerpc: Fix sparsemem with memory holes [was Re: ppc64 oops..]
by Paul Mackerras
· 19 years ago
45fb6ce
[PATCH] ppc64: Convert NUMA to sparsemem (3)
by Anton Blanchard
· 19 years ago
3e66c4d
[PATCH] ppc64: prep for NUMA sparsemem rework 2
by Anton Blanchard
· 19 years ago
2249ca9
powerpc: Various UP build fixes
by Paul Mackerras
· 19 years ago
cf00a8d
powerpc: Fix bug arising from having multiple memory_limit variables
by Paul Mackerras
· 19 years ago
ab1f9da
powerpc: Merge arch/ppc64/mm to arch/powerpc/mm
by Paul Mackerras
· 19 years ago
[Renamed from arch/ppc64/mm/numa.c]
802f192
[PATCH] SPARSEMEM EXTREME
by Bob Picco
· 19 years ago
180379d
[PATCH] ppc64: Remove physbase from the lmb_property struct
by Michael Ellerman
· 19 years ago
96cd5b0
[PATCH] ppc64: POWER 4 fails to boot with NUMA
by Mike Kravetz
· 19 years ago
74b30be
[PATCH] ppc64: add memory present
by Andy Whitcroft
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago