summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | x86: kexec/i386: fix sparse warnings: Using plain integer as NULL pointerHannes Eder2009-02-222-2/+2
| | | | * | | | | | | | x86, vmi: TSC going backwards check in vmi clocksource, cleanupAlok Kataria2009-02-201-2/+1
| | | | |/ / / / / / /
| | | | | | | | | | |
| | | | | \ \ \ \ \ \
| | | | | \ \ \ \ \ \
| | | | | \ \ \ \ \ \
| | | | *---. \ \ \ \ \ \ Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar2009-02-2018-31/+31
| | | | |\ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|/ / / | | | | | |/| | | | | | |
| | | | | | | * | | | | | Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-02-1913-18/+18
| | | | | | |/| | | | | | | | | | | |/| | | | | | |
| | | | | | | * | | | | | x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-1313-18/+18
| | | | | | * | | | | | | x86: use symbolic constants for MSR_IA32_MISC_ENABLE bitsVegard Nossum2009-02-205-13/+13
| | | | | |/ / / / / / /
| | | | * | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-205-12/+15
| | | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | | x86: efi_stub_32,64 - add missing ENDPROCsCyrill Gorcunov2009-02-242-0/+8
| | | * | | | | | | | | | x86: head_64.S - use GLOBAL macroCyrill Gorcunov2009-02-241-15/+7
| | | * | | | | | | | | | x86: entry_64.S - add missing ENDPROCCyrill Gorcunov2009-02-241-0/+1
| | | * | | | | | | | | | x86: head_64.S - use IDT_ENTRIES instead of hardcoded numberCyrill Gorcunov2009-02-241-1/+1
| | | * | | | | | | | | | x86: head_64.S - remove useless balignCyrill Gorcunov2009-02-241-2/+0
| | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | x86: check mptable physptr with max_low_pfn on 32bitYinghai Lu2009-02-231-3/+12
| | * | | | | | | | | | x86: refactor x86_quirks supportIngo Molnar2009-02-2312-30/+24
| | * | | | | | | | | | x86: remove various unused subarch hooksIngo Molnar2009-02-232-37/+1
| | * | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-2211-39/+36
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | x86: select x2apic ops in early apic probe only if x2apic mode is enabledSuresh Siddha2009-02-224-20/+17
| | | |_|/ / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | x86, apic: separate 32-bit setup functionality out of apic_32.cIngo Molnar2009-02-174-147/+142
| | * | | | | | | | | x86, apic: move remaining APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-178-7/+8
| | * | | | | | | | | x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-1711-16/+26
| | * | | | | | | | | x86, apic: rename 'genapic' to 'apic'Ingo Molnar2009-02-1711-44/+44
| | * | | | | | | | | x86, apic: remove ->store_NMI_vector()Ingo Molnar2009-02-1710-28/+5
| | * | | | | | | | | x86, numaq_32: clean up, miscIngo Molnar2009-02-171-49/+48
| | * | | | | | | | | x86, numaq_32: clean upIngo Molnar2009-02-171-95/+100
| | * | | | | | | | | x86, es7000: misc cleanupsIngo Molnar2009-02-171-80/+90
| | * | | | | | | | | x86, es7000: remove dead code, clean upIngo Molnar2009-02-171-70/+33
| | * | | | | | | | | x86, es7000: remove externsIngo Molnar2009-02-171-19/+10
| | * | | | | | | | | x86, apic: remove apicid_cluster()Ingo Molnar2009-02-173-14/+5
| | * | | | | | | | | x86, es7000: clean upIngo Molnar2009-02-171-128/+113
| | * | | | | | | | | x86, apic: clean up the cpu_2_logical_apiciddeclarationIngo Molnar2009-02-174-11/+3
| | * | | | | | | | | x86, apic: clean up arch/x86/kernel/bigsmp_32.cIngo Molnar2009-02-171-19/+24
| | * | | | | | | | | x86, apic: remove stale references to APIC_DEFINITIONIngo Molnar2009-02-174-4/+0
| | * | | | | | | | | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-1716-31/+3
| | * | | | | | | | | x86, apic: remove genapic.hIngo Molnar2009-02-1736-45/+45
| | * | | | | | | | | remove: genapic prepareIngo Molnar2009-02-171-0/+9
| | * | | | | | | | | x86, apic: fix build fallout of genapic changesIngo Molnar2009-02-173-1/+4
| | * | | | | | | | | x86: fold apic_ops into genapicYinghai Lu2009-02-1720-77/+92
| | * | | | | | | | | x86: add x2apic configYinghai Lu2009-02-176-18/+21
| | | |/ / / / / / / | | |/| | | | | | |
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | *---. \ \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar2009-02-1789-2936/+4288
| |/|\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / | | | | |/| | | | | | |
| | | | | | | | | | | |
| | | | | \ \ \ \ \ \ \
| | | | *-. \ \ \ \ \ \ \ Merge branches 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86...Ingo Molnar2009-02-133-6/+38
| | | | |\ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | | \ \ \ \ \ \ \ \ \
| | | | *-----------. \ \ \ \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-138-205/+116
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | / / / | | | | | | | | | |_|_|_|_|_|_|_|/ / / | | | | | | | | |/| | | | | | | | | |
| | | | | | | | | | * | | | | | | | | x86: unify PM-Timer messagesYasuaki Ishimatsu2009-01-291-3/+3
| | | | | | | | | | * | | | | | | | | x86: fix debug message of CPU clock speedYasuaki Ishimatsu2009-01-291-17/+30
| | | | | | | | | * | | | | | | | | | x86: early_printk.c - fix pgtable.h unification falloutIngo Molnar2009-02-091-0/+1
| | | | | | | | | * | | | | | | | | | Merge branch 'jsgf/x86/unify' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-091-1/+0
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | | | | | | | x86: Fix compile error in arch/x86/kernel/early_printk.cJeremy Fitzhardinge2009-02-061-1/+0
| | | | | | | * | | | | | | | | | | | | x86: don't pretend that non-framepointer stack traces are reliableArjan van de Ven2009-02-091-1/+1
| | | | | | * | | | | | | | | | | | | | x86: kexec: Use one page table in x86_64 machine_kexecHuang Ying2009-02-032-149/+58
| | | | | * | | | | | | | | | | | | | | x86: trampoline_64.S - use predefined constants with simplificationCyrill Gorcunov2009-01-291-10/+9
| | | | * | | | | | | | | | | | | | | | Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-1315-311/+418
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | | | | | |/| | | | | | | | | | | | | |