Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8479fca119fac63538af9e313ad0b8658cbbe662
/
arch
/
x86
/
mm
/
numa_64.c
b61bfa3
mm: move bootmem descriptors definition to a single place
by Johannes Weiner
· 16 years ago
cfc1b9a
x86: convert Dprintk to pr_debug
by Thomas Gleixner
· 16 years ago
c987d12
x86: remove end_pfn in 64bit
by Yinghai Lu
· 16 years ago
1f75d7e
x86: introduce initmem_init for 64 bit
by Yinghai Lu
· 16 years ago
2b4fa85
Merge branch 'x86/numa' into x86/devel
by Ingo Molnar
· 16 years ago
886533a
x86: numa_64.c fix shadowed variable
by Thomas Gleixner
· 17 years ago
864fc31
x86: numa_64.c make local variables static
by Thomas Gleixner
· 17 years ago
9f248bd
x86: remove the static 256k node_to_cpumask_map
by Mike Travis
· 17 years ago
23ca4bb
x86: cleanup early per cpu variables/accesses v4
by Mike Travis
· 17 years ago
e9197bf
x86 boot: remove some unused extern function declarations
by Paul Jackson
· 17 years ago
1a27fc0
x86_64: fix setup_node_bootmem to support big mem excluding with memmap
by Yinghai Lu
· 17 years ago
ec96535
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel
by Linus Torvalds
· 17 years ago
f46bdf2
numa: move large array from stack to _initdata section
by Mike Travis
· 17 years ago
6ec6e0d
srat, x86: add support for nodes spanning other nodes
by Suresh Siddha
· 17 years ago
b447a46
x86: clean up non-smp usage of cpu maps
by Mike Travis
· 17 years ago
04adf11
x86: remove never used nodenumer in pda
by Yinghai Lu
· 17 years ago
37bff62
x86_64: free_bootmem should take phys
by Yinghai Lu
· 17 years ago
7c9e92b
x86: not set node to cpu_to_node if the node is not online
by Yinghai Lu
· 17 years ago
b7ad149
x86: reenable support for system without on node0
by Yinghai Lu
· 17 years ago
72a7fe3
Introduce flags for reserve_bootmem()
by Bernhard Walle
· 17 years ago
6118f76
x86: print out node_data addr and bootmap_start addr
by Yinghai Lu
· 17 years ago
9347e0b
x86: remove unneeded round_up
by Yinghai Lu
· 17 years ago
24a5da7
x86_64: make bootmap_start page align v6
by Yinghai Lu
· 17 years ago
25eff8d
x86_64: add debug name for early_res
by Yinghai Lu
· 17 years ago
afadcd7
x86: fix nodemap_size according to nodeid bits
by Yinghai Lu
· 17 years ago
1ce3571
x86: early cpu_to_node fix in numa_64.c
by travis@sgi.com
· 17 years ago
4323838
x86: change size of node ids from u8 to s16
by travis@sgi.com
· 17 years ago
625d6cf
x86: fix early cpu_to_node panic from nr_free_zone_pages
by Mike Travis
· 17 years ago
9c5ba48
x86: clean up paging_init()
by Ingo Molnar
· 17 years ago
fc7250a
x86: only support sparsemem
by Yinghai Lu
· 17 years ago
c49a495
x86: add debug of invalid per_cpu map accesses
by travis@sgi.com
· 17 years ago
7517527
x86: replace hard coded reservations in 64-bit early boot code with dynamic table
by Andi Kleen
· 17 years ago
316390b
x86: fixup NR-CPUS patch for numa
by travis@sgi.com
· 17 years ago
118c890
arch/x86/mm/numa_64.c: section fix
by Andrew Morton
· 17 years ago
693e3c5
x86: reduce memory and intra-node effects
by Mike Travis
· 17 years ago
df3825c
x86: change NR_CPUS arrays in numa_64
by travis@sgi.com
· 17 years ago
3cc87e3
x86: change size of node ids from u8 to u16
by travis@sgi.com
· 17 years ago
ef97001
x86: change size of APICIDs from u8 to u16
by travis@sgi.com
· 17 years ago
a261670
x86: cleanup setup_node_zones called by paging_init()
by Yinghai Lu
· 17 years ago
5548fec
x86: clean up bitops-related warnings
by Jeremy Fitzhardinge
· 17 years ago
b263295
x86: 64-bit, make sparsemem vmemmap the only memory model
by Christoph Lameter
· 17 years ago
7462894
x86: fixup numa 64 namespace
by Thomas Gleixner
· 17 years ago
e3cfe52
x86: cleanup numa_64.c
by Thomas Gleixner
· 17 years ago
3abf024
x86: nuke a ton of unused exports
by Thomas Gleixner
· 17 years ago
c9ff034
x86: move k8 related declarations
by Thomas Gleixner
· 17 years ago
71fff5e
x86: convert cpu_to_apicid to be a per cpu variable
by Mike Travis
· 17 years ago
98c9e27
x86: fix cpu_to_node references
by Mike Travis
· 17 years ago
83e83d5
x86: 0 -> NULL, for arch/x86_64
by Yoann Padioleau
· 17 years ago
95119fb
x86_64: move mm
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/mm/numa_64.c]
4d381b5
x86_64: prepare shared mm/numa.c
by Thomas Gleixner
· 17 years ago
[Renamed from arch/x86_64/mm/numa.c]
1c05f09
x86_64: disable srat when numa emulation succeeds
by David Rientjes
· 17 years ago
a7e9662
x86_64: fix e820_hole_size based on address ranges
by David Rientjes
· 17 years ago
3484d79
x86_64: fake pxm-to-node mapping for fake numa
by David Rientjes
· 17 years ago
e3f1cae
[PATCH] x86-64: set node_possible_map at runtime - try 2
by Suresh Siddha
· 18 years ago
382591d
[PATCH] x86-64: fixed size remaining fake nodes
by David Rientjes
· 18 years ago
14694d7
[PATCH] x86-64: split remaining fake nodes equally
by David Rientjes
· 18 years ago
8b8ca80e
[PATCH] x86-64: configurable fake numa node sizes
by David Rientjes
· 18 years ago
f0a5a58
[PATCH] x86-64: clean up sparsemem memory_present call
by Bob Picco
· 18 years ago
53fee04
[PATCH] x86-64: Fix fake numa for x86_64 machines with big IO hole
by Rohit Seth
· 18 years ago
5441392
[PATCH] x86-64: x86_64-make-the-numa-hash-function-nodemap-allocation fix fix
by Amul Shah
· 18 years ago
076422d2
[PATCH] x86-64: Allocate the NUMA hash function nodemap dynamically
by Amul Shah
· 18 years ago
6391af1
[PATCH] mm: use symbolic names instead of indices for zone initialisation
by Mel Gorman
· 18 years ago
5cb248a
[PATCH] Have x86_64 use add_active_range() and free_area_init_nodes
by Mel Gorman
· 18 years ago
1164c99
[PATCH] make numa_emulation() __init
by Andrew Morton
· 18 years ago
2c8c0e6
[PATCH] Convert x86-64 to early param
by Andi Kleen
· 18 years ago
3b5fd59
[PATCH] x86_64: sparsemem does not need node_mem_map
by Andy Whitcroft
· 19 years ago
a806223
[PATCH] x86_64: Handle empty PXMs that only contain hotplug memory
by Andi Kleen
· 19 years ago
68a3a7f
[PATCH] x86_64: Reserve SRAT hotadd memory on x86-64
by Andi Kleen
· 19 years ago
dc8ecb4
[PATCH] unify pfn_to_page: x86_64 pfn_to_page
by KAMEZAWA Hiroyuki
· 19 years ago
dcf36bf
[PATCH] x86_64: group memnodemap and memnodeshift in a memnode structure
by Eric Dumazet
· 19 years ago
267b480
[PATCH] x86_64: Try to allocate node memmap near the end of node
by Andi Kleen
· 19 years ago
abe059e
[PATCH] x86_64: Rename struct node in x86-64 NUMA code to struct bootnode
by Andi Kleen
· 19 years ago
d1db4ec
[PATCH] x86_64: early initialization of cpu_to_node
by Daniel Yeisley
· 19 years ago
cf05013
[PATCH] x86_64: Move NUMA page_to_pfn/pfn_to_page functions out of line
by Andi Kleen
· 19 years ago
df79efd
[PATCH] x86_64: Node local pda take 2 -- cpu_pda preparation
by Ravikiran G Thirumalai
· 19 years ago
05b3cbd
[PATCH] x86_64: Early initialization of cpu_to_node
by Ravikiran Thirumalai
· 19 years ago
6b050f8
[PATCH] x86_64: Clean up some printks in NUMA code
by Andi Kleen
· 19 years ago
d18ff47
[PATCH] x86_64: Fix up coding style in numa.c
by Andi Kleen
· 19 years ago
8309cf6
[PATCH] x86_64: Bug correction in populate_memnodemap()
by Eric Dumazet
· 19 years ago
d3ee871
[PATCH] x86_64: Fix sparse mem
by Bob Picco
· 19 years ago
ffd10a2
[PATCH] x86_64: Make node boundaries consistent
by Magnus Damm
· 19 years ago
529a340
[PATCH] x86_64: Optimize NUMA node hash function
by Eric Dumazet
· 19 years ago
69d81fc
[PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDA
by Andi Kleen
· 19 years ago
a2f1b42
[PATCH] x86_64: Add 4GB DMA32 zone
by Andi Kleen
· 19 years ago
85cc513
[PATCH] x86_64 early numa init fix
by Ravikiran G Thirumalai
· 19 years ago
e6a045a
[PATCH] x86_64: fix the BP node_to_cpumask
by Ravikiran G Thirumalai
· 19 years ago
3f098c2
[PATCH] x86-64: Support dualcore and 8 socket systems in k8 fallback node parsing
by Andi Kleen
· 19 years ago
0b07e98
[PATCH] x86-64: Don't assign CPU numbers in SRAT parsing
by Andi Kleen
· 19 years ago
6c231b7
[PATCH] Additions to .data.read_mostly section
by Ravikiran G Thirumalai
· 19 years ago
485761b
[PATCH] x86_64: Tell VM about holes in nodes
by Andi Kleen
· 19 years ago
b684664
[PATCH] x86_64: Fix overflow in NUMA hash function setup
by Keith Mannthey
· 19 years ago
e6982c6
[PATCH] x86_64: Change init sections for CPU hotplug support
by Ashok Raj
· 19 years ago
bbfceef
[PATCH] add x86-64 specific support for sparsemem
by Matt Tolentino
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago