index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
setup.c
Age
Commit message (
Expand
)
Author
2008-07-08
x86: we only have init_pg_tables_end for 32bit
Yinghai Lu
2008-07-08
x86: change some functions in setup.c to static
Yinghai Lu
2008-07-08
x86: make x86_find_smp_config depends on 64 bit too
Yinghai Lu
2008-07-08
x86: move parse elfvorehdr back to setup.c
Yinghai Lu
2008-07-08
x86: move reserve_standard_io_resources back to setup.c
Yinghai Lu
2008-07-08
x86: move back crashkernel back to setup.c
Yinghai Lu
2008-07-08
x86: move parse_setup_data back to setup.c
Yinghai Lu
2008-07-08
x86: move boot_params back to setup.c
Yinghai Lu
2008-07-08
x86: rename setup_32.c to setup.c
Yinghai Lu
2008-07-08
x86: rename setup.c to setup_percpu.c
Yinghai Lu
2008-07-08
x86: move boot_params declaring to setup.c
Yinghai Lu
2008-07-08
x86: move elfcorehdr parsing to setup.c
Yinghai Lu
2008-07-08
x86: move reserve_standard_io_resource to setup.c
Yinghai Lu
2008-07-08
x86: check command line when CONFIG_X86_MPPARSE is not set, v2
Yinghai Lu
2008-07-08
x86: unify crashkernel reservation for 32 and 64 bit
Bernhard Walle
2008-07-08
Merge branch 'x86/numa' into x86/devel
Ingo Molnar
2008-07-08
x86: fix setup.c printk format warning
Randy Dunlap
2008-07-08
x86: don't return invalid pointers from node_to_cpumask()
Vegard Nossum
2008-07-08
x86: remove static boot_cpu_pda array v2
Mike Travis
2008-07-08
x86: remove the static 256k node_to_cpumask_map
Mike Travis
2008-07-08
x86: restore pda nodenumber field
Mike Travis
2008-07-08
x86: cleanup early per cpu variables/accesses v4
Mike Travis
2008-07-08
x86 boot: pass E820 memory map entries more than 128 via linked list of setup...
Huang, Ying
2008-06-10
x86: introduce max_physical_apicid for bigsmp switching
Yinghai Lu
2008-06-05
x86: linked list of setup_data for i386
Huang, Ying
2008-05-12
x86: [VOYAGER] fix duplicate phys_cpu_present_map symbol
James Bottomley
2008-05-10
x86: revert printk format warning change which is for linux-next
Thomas Gleixner
2008-05-04
x86: fix setup printk format warning
Randy Dunlap
2008-04-24
x86: Drop duplicate from setup.c
Alexey Starikovskiy
2008-04-19
x86: convert cpumask_of_cpu macro to allocated array
Mike Travis
2008-04-17
x86: move up & smp variables to setup.c
Alexey Starikovskiy
2008-04-17
x86: move phys_cpu_present_map to setup.c
Alexey Starikovskiy
2008-04-17
x86: move x86_cpu_to_apicid to setup.c
Alexey Starikovskiy
2008-04-17
x86: clean up non-smp usage of cpu maps
Mike Travis
2008-04-17
x86: use specialized routine for setup per-cpu area
Glauber de Oliveira Costa