summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis2008-07-201-1/+1
* NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis2008-07-201-1/+1
* cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_targetMike Travis2008-07-181-28/+45
* cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-185-13/+27
* Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1622-283/+2247
|\
| * Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-154-8/+8
| |\
| | * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-263-6/+6
| | * smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-2/+2
| * | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-141-0/+4
| |\ \
| | * \ Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-142-3/+14
| | |\ \ | | | |/
| | * | x86-mce: BKL pushdownArnd Bergmann2008-07-021-0/+4
| * | | x86: get x86_phys_bits earlyYinghai Lu2008-07-143-26/+8
| * | | x86: fix numaq_tsc_disable callingYinghai Lu2008-07-131-0/+4
| * | | x86: max_low_pfn_mapped fix, #2Yinghai Lu2008-07-131-0/+1
| * | | x86_64: add pseudo-features for 32-bit compat syscallJeremy Fitzhardinge2008-07-113-0/+7
| * | | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-3/+7
| * | | x86: remove open-coded save/load segment operationsJeremy Fitzhardinge2008-07-081-1/+2
| * | | x86: perfctr-watchdog.c - coding style cleanupCyrill Gorcunov2008-07-081-90/+112
| * | | x86: move boot_params declaring to setup.cYinghai Lu2008-07-081-6/+0
| * | | x86: merge setup64.c into common_64.cYinghai Lu2008-07-081-1/+276
| * | | x86: change identify_cpu to staticYinghai Lu2008-07-082-2/+2
| * | | x86: seperate funcs from setup_64 to cpu common_64.cYinghai Lu2008-07-082-1/+407
| * | | x86: clean up init_amd()Yinghai Lu2008-07-081-8/+14
| * | | Merge branch 'x86/nmi' into x86/develIngo Molnar2008-07-081-1/+3
| |\ \ \
| | * \ \ Merge branch 'linus' into x86/nmiIngo Molnar2008-06-162-3/+14
| | |\ \ \ | | | | |/ | | | |/|
| | * | | x86: watchdog - check for CPU is being supportedCyrill Gorcunov2008-06-051-1/+3
| | | |/ | | |/|
| * | | Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-083-32/+910
| |\ \ \
| | * | | x86: rename two e820 related functionsYinghai Lu2008-07-081-1/+1
| | * | | Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-082-3/+14
| | |\ \ \ | | | | |/ | | | |/|
| | * | | x86: mtrr cleanup for converting continuous to discrete layout - fix #2Yinghai Lu2008-05-251-31/+48
| | * | | x86: amd opteron TOM2 mask val fixYinghai Lu2008-05-251-1/+1
| | * | | x86: process fam 10h like k8 with fixed mtrr settingYinghai Lu2008-05-251-1/+1
| | * | | x86: mtrr cleanup for converting continuous to discrete - auto detect v4Yinghai Lu2008-05-251-146/+464
| | * | | x86: mtrr cleanup for converting continuous to discrete layout v8 - fixYinghai Lu2008-05-251-74/+90
| | * | | x86: fix trimming e820 with MTRR holes. - fixYinghai Lu2008-05-251-29/+15
| | * | | x86: fix trimming e820 with MTRR holes.Yinghai Lu2008-05-251-17/+84
| | * | | x86: mtrr cleanup for converting continuous to discrete layout, v8Yinghai Lu2008-05-253-14/+488
| | * | | x86: fix sparse warning in mtrr/generic.cThomas Gleixner2008-05-251-4/+4
| | | |/ | | |/|
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---------. \ \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-0816-154/+543
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | | | | | | * Merge branch 'linus' into x86/patIngo Molnar2008-06-162-3/+14
| | | | | | | |\ | | | |_|_|_|_|/ | | |/| | | | |
| | | | | | | * x86: PAT: fixed checkpatch errors (and whitespaces)Andreas Herrmann2008-06-121-2/+0
| | | | | | | * x86: PAT: fix ambiguous paranoia check in pat_init()Andreas Herrmann2008-06-121-3/+4
| | | | | | | * x86: unconditionally enable PAT for AMD CPUsAndreas Herrmann2008-06-121-4/+1
| | | | | | | * x86: Add Centaur and Transmeta CPUs to PAT whitelistDave Jones2008-05-221-0/+3
| | |_|_|_|_|/ | |/| | | | |
| | | | | | * x86, mce_64.c: mce_cpu_quirks being ignoredVenki Pallipadi2008-07-031-1/+5
| | | | | | * Merge commit 'v2.6.26-rc8' into x86/mceIngo Molnar2008-07-032-3/+14
| | | | | | |\ | | | |_|_|_|/ | | |/| | | |
| | | | | | * x86: correctly report NR_BANKS in mce_64.cDaniel Rahn2008-06-181-1/+1
| | | | | | * x86: remove 6 bank limitation in 64 bit MCE reporting codeVenki Pallipadi2008-05-121-8/+12
| | |_|_|_|/ | |/| | | |
| | | | | * x86: add new cache descriptorDave Jones2008-05-121-0/+1
| | |_|_|/ | |/| | |
| | | | * x86: make 64-bit identify_cpu use cpu_devYinghai Lu2008-07-084-10/+44
OpenPOWER on IntegriCloud