aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar2008-09-103-7/+22
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-091-1/+1
| |\
| | * x86: fix memmap=exactmap boot argumentPrarit Bhargava2008-09-091-1/+1
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-067-50/+149
| |\ \ | | |/
| | * x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann2008-09-061-10/+13
| | * x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann2008-09-061-6/+9
| | * x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu2008-09-063-8/+44
| | * x86: delay early cpu initialization until cpuid is doneKrzysztof Helt2008-09-061-2/+2
| | * x86: use X86_FEATURE_NOPL in alternativesH. Peter Anvin2008-09-051-23/+13
| | * x86: add NOPL as a synthetic CPU feature bitH. Peter Anvin2008-09-053-2/+69
| * | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-061-6/+13
| |\ \
| | * | x86: HPET: read back compare register before reading counterThomas Gleixner2008-09-061-0/+7
| | * | x86: HPET fix moronic 32/64bit thinkoThomas Gleixner2008-09-061-4/+4
| | * | HPET: make minimum reprogramming delta usefulThomas Gleixner2008-09-051-2/+2
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-051-0/+8
| |\ \ \ | | | |/ | | |/|
| | * | x86: add io delay quirk for Presario F700Chuck Ebbert2008-09-031-0/+8
| | |/
* | | x86: centaur_64.c remove duplicated setting of CONSTANT_TSCYinghai Lu2008-09-101-1/+0
* | | x86: intel.c put workaround for old cpus togetherYinghai Lu2008-09-101-94/+98
* | | x86: let intel 64-bit use intel.cYinghai Lu2008-09-102-368/+1
* | | x86: make intel_64.c the same as intel.cYinghai Lu2008-09-101-17/+284
* | | x86: make intel.c have 64-bit support codeYinghai Lu2008-09-101-36/+83
* | | Merge branch 'x86/pebs' into x86/unify-cpu-detectIngo Molnar2008-09-105-471/+1018
|\ \ \
| * | | x86: fix ds.c build errorIngo Molnar2008-07-251-0/+1
| * | | Merge branch 'linus' into x86/pebsIngo Molnar2008-07-25147-10117/+14836
| |\ \ \
| * \ \ \ Merge branch 'linus' into x86/pebsIngo Molnar2008-06-2526-130/+387
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into x86/pebsThomas Gleixner2008-05-178-20/+41
| |\ \ \ \ \
| * | | | | | x86: PEBS cleanupIngo Molnar2008-05-171-12/+17
| * | | | | | x86: DS cleanup - dont treat 0 as NULLCyrill Gorcunov2008-05-121-9/+9
| * | | | | | x86, ptrace: PEBS support, warning fixAndrew Morton2008-05-121-12/+25
| * | | | | | x86, ptrace: PEBS supportMarkus Metzger2008-05-126-462/+991
* | | | | | | x86: little clean up of intel.c/intel_64.cYinghai Lu2008-09-082-9/+6
* | | | | | | x86: make 64 bit to use amd.cYinghai Lu2008-09-082-475/+1
* | | | | | | x86: make amd_64 have 32 bit codeYinghai Lu2008-09-081-12/+247
* | | | | | | x86: make amd.c have 64bit support codeYinghai Lu2008-09-081-11/+126
* | | | | | | x86: merge header in amd_64.cYinghai Lu2008-09-082-3/+18
* | | | | | | x86: add srat_detect_node for amd64Yinghai Lu2008-09-081-7/+12
* | | | | | | x86: remove duplicated force_mwaitYinghai Lu2008-09-082-3/+0
* | | | | | | x86: cpu make amd.c more like amd_64.c v2Yinghai Lu2008-09-083-180/+235
* | | | | | | x86-64: add two __cpuinit annotationsJan Beulich2008-09-062-2/+2
* | | | | | | x86, cpu init: call early_init_xxx in init_xxxYinghai Lu2008-09-065-8/+12
* | | | | | | x86: remove duplicated get_model_name() callingYinghai Lu2008-09-067-15/+4
* | | | | | | x86: move nonx_setup etc from common.c to init_64.cYinghai Lu2008-09-051-54/+0
* | | | | | | x86: use cpu/common.c on 64 bitYinghai Lu2008-09-052-1200/+3
* | | | | | | x86: cpu/common*.c, merge whitespacesIngo Molnar2008-09-051-7/+3
* | | | | | | x86: cpu/common*.c, merge identify_cpu()Yinghai Lu2008-09-052-58/+147
* | | | | | | x86: cpu/common*.c, merge generic_identify()Yinghai Lu2008-09-052-6/+28
* | | | | | | x86: cpu/common*.c: merge print_cpu_info()Yinghai Lu2008-09-051-0/+12
* | | | | | | x86: cpu/common*.c, merge early_identify_cpu()Yinghai Lu2008-09-052-3/+20
* | | | | | | x86: cpu/common.c: merge get_cpu_cap()Yinghai Lu2008-09-052-0/+22
* | | | | | | x86: cpu/common*.c, merge detect_ht()Yinghai Lu2008-09-052-1/+21