You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rusty Russell
c032ef60d1
cpumask: convert node_to_cpumask_map[] to cpumask_var_t
...
Impact: reduce kernel memory usage when CONFIG_CPUMASK_OFFSTACK=y
Straightforward conversion: done for 32 and 64 bit kernels.
node_to_cpumask_map is now a cpumask_var_t array.
64-bit used to be a dynamic cpumask_t array, and 32-bit used to be a
static cpumask_t array.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
16 years ago
..
Makefile
x86: unify 32 and 64-bit node_to_cpumask_map
16 years ago
dump_pagetables.c
…
extable.c
x86: uaccess: introduce try and catch framework
16 years ago
fault.c
x86, mm: fault.c, simplify kmmio_fault(), cleanup
16 years ago
gup.c
x86: two trivial sparse annotations
17 years ago
highmem_32.c
x86: set_highmem_pages_init() cleanup, #2
16 years ago
hugetlbpage.c
…
init.c
x86: fix uninitialized variable in init_memory_mapping()
16 years ago
init_32.c
x86: fix warning about nodeid
16 years ago
init_64.c
x86: rename do_not_nx to disable_nx in mm/init_64.c
16 years ago
iomap_32.c
Revert "gpu/drm, x86, PAT: PAT support for io_mapping_*"
16 years ago
ioremap.c
Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core
16 years ago
k8topology_64.c
x86: k8 numa register active regions later
16 years ago
kmmio.c
x86 mmiotrace: fix remove_kmmio_fault_pages()
16 years ago
memtest.c
x86: make "memtest" like "memtest=17"
16 years ago
mmap.c
x86: update copyrights
16 years ago
mmio-mod.c
…
numa.c
cpumask: convert node_to_cpumask_map[] to cpumask_var_t
16 years ago
numa_32.c
x86: fix bootmem cross node for 32bit numa
16 years ago
numa_64.c
cpumask: convert node_to_cpumask_map[] to cpumask_var_t
16 years ago
pageattr-test.c
…
pageattr.c
x86, pat: add large-PAT check to split_large_page()
16 years ago
pat.c
Merge branch 'x86/urgent' into x86/pat
16 years ago
pf_in.c
…
pf_in.h
…
pgtable.c
x86, fixmap: define reserve_top_address for x86_64
16 years ago
pgtable_32.c
Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core
16 years ago
srat_32.c
…
srat_64.c
x86, apic: remove genapic.h
16 years ago
testmmiotrace.c
x86: add far read test to testmmiotrace
16 years ago
tlb.c
x86, apic: remove duplicate asm/apic.h inclusions
16 years ago