summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
*-----------------. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-216-39/+17Star
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge2008-07-162-3/+2Star
| | | | | | | | | | * x86: use __page_aligned_data/bssJeremy Fitzhardinge2008-07-161-2/+2
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| | | | | * | | | | x86: consolidate the definition of the force_mwait variableThomas Petazzoni2008-07-181-2/+0Star
| | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | x86: remove extra calling to get ext cpuid levelYinghai Lu2008-07-211-1/+0Star
| | | | * | | | | x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu2008-07-211-4/+0Star
| | |_|/ / / / / | |/| | | | | |
| | | * | | | | x86: reduce force_mwait visibilityJan Beulich2008-07-191-2/+0Star
| | | * | | | | arch/x86/kernel/cpu/common_64.c: remove double inclusionsAlexander Beregalov2008-07-181-3/+0Star
| | |/ / / / / | |/| | | | |
| | * | | | | x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki2008-07-183-24/+13Star
| |/ / / / /
* / / / / / x86, intel_cacheinfo: fix use-after-free cache_kobjectAkinobu Mita2008-07-181-4/+3Star
|/ / / / /
* | | | | 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/+8Star
* | | | | 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/+0Star
* | | 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/+15Star
| * | | 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/+0Star
| | | | | | * 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/+1Star
| | | | | | * 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