summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] x86_64: Initialize powernow_data[] for all siblingsAndi Kleen2006-03-251-3/+4
* [PATCH] i386/x86-64: List Intel LaGrange AKA SMX in /proc/cpuinfoAndi Kleen2006-03-251-1/+1
* [PATCH] x86_64: Quieten down microcode update driverAndi Kleen2006-03-251-4/+0
* [PATCH] x86_64: Implement early DMI scanningAndi Kleen2006-03-251-0/+1
* [PATCH] x86_64: Clean up and tweak ACPI blacklist year codeAndi Kleen2006-03-251-0/+30
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-03-2514-313/+278
|\
| * [CPUFREQ] kzalloc conversion for gx-suspmodDave Jones2006-03-111-2/+1
| * [CPUFREQ] Whitespace cleanupDave Jones2006-03-111-11/+11
| * [CPUFREQ] Mark longhaul driver as broken.Dave Jones2006-03-111-0/+1
| * [CPUFREQ] Fix the p4-clockmod N60 errata workaround.Pallipadi, Venkatesh2006-03-101-1/+1
| * [CPUFREQ] powernow-k8: Let cpufreq driver handle affected CPUsDave Jones2006-03-051-12/+3
| * [CPUFREQ] Lots of whitespace & CodingStyle cleanup.Dave Jones2006-02-2813-283/+257
| * [CPUFREQ] Remove duplicate cpuinfo structDave Jones2006-02-281-3/+1
| * [CPUFREQ] Silence powernow-k8 warning on k7's.Dave Jones2006-02-281-1/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-03-251-1/+2
|\ \
| * | x86: align per-cpu section to configured cache bytesZach Brown2006-02-191-1/+2
* | | [PATCH] cpufreq: speedstep-smi asm fixAndrew Morton2006-03-251-1/+3
* | | [PATCH] Check if cpu can be onlined before calling smp_prepare_cpu()Ashok Raj2006-03-251-15/+18
* | | [PATCH] fix DMI onboard device discoveryAndrey Panin2006-03-251-1/+1
* | | [PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk2006-03-241-2/+0
* | | [PATCH] more-for_each_cpu-conversions fixAndrew Morton2006-03-241-3/+3
* | | [PATCH] PCI: resource address mismatchLinus Torvalds2006-03-232-6/+18
* | | [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-233-18/+12
* | | [PATCH] pause_on_oops command line optionAndrew Morton2006-03-231-0/+3
* | | [PATCH] make bug messages more consistentIngo Molnar2006-03-231-1/+1
* | | [PATCH] sem2mutex: kprobesIngo Molnar2006-03-231-2/+2
* | | [PATCH] swsusp: finally solve mysqld problemRafael J. Wysocki2006-03-231-4/+0
* | | [PATCH] x86 topology: don;t create a control file for BSP that cannot be removedAshok Raj2006-03-231-0/+9
* | | [PATCH] x86: deterine xapic using apic versionShaohua Li2006-03-232-2/+4
* | | [PATCH] x86: cpuid.4 doesn't need cpu level 5Shaohua Li2006-03-231-1/+1
* | | [PATCH] i386: fix dump_stack()Chuck Ebbert2006-03-231-6/+4
* | | [PATCH] i386: cleanup after cpu_gdt_descr conversion to per-cpu dataJan Beulich2006-03-231-4/+1
* | | [PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/k...Jesper Juhl2006-03-231-0/+1
* | | [PATCH] fix implicit declaration of GET_APIC_ID in arch/i386/kernel/apic.cJesper Juhl2006-03-231-0/+1
* | | [PATCH] i386: more vsyscall documentationChuck Ebbert2006-03-231-0/+3
* | | [PATCH] i386: fix singlestep through an int80 syscallChuck Ebbert2006-03-231-0/+4
* | | [PATCH] i386: fix uses of user_mode() vs. user_mode_vm()Jan Beulich2006-03-233-4/+4
* | | [PATCH] i386: actively synchronize vmalloc area when registering certain call...Jan Beulich2006-03-231-0/+3
* | | [PATCH] x86: early printk handling fixesStas Sergeev2006-03-231-13/+10
* | | [PATCH] i386: let signal handlers set the resume flagChuck Ebbert2006-03-231-1/+2
* | | [PATCH] i386: Don't let ptrace set the nested task bitChuck Ebbert2006-03-231-2/+2
* | | [PATCH] i386 traps: merge printk callsJean Delvare2006-03-231-6/+3
* | | [PATCH] Compilation fix for ES7000 when no ACPI is specified in config (i386)Natalie.Protasevich@unisys.com2006-03-231-2/+2
* | | [PATCH] i386: fall back to sensible CPU model nameChuck Ebbert2006-03-231-1/+1
* | | [PATCH] i386: allow disabling X86_FEATURE_SEP at bootChuck Ebbert2006-03-231-1/+14
* | | [PATCH] i386: __devinit should be __cpuinitChuck Ebbert2006-03-233-23/+23
* | | [PATCH] x86: SMP alternativesGerd Hoffmann2006-03-238-111/+372
* | | [PATCH] i386: multi-column stack backtracesChuck Ebbert2006-03-231-5/+27
* | | [PATCH] Uninline sys_mmap common code (reduce binary size)Michael Buesch2006-03-221-16/+9
* | | [PATCH] on_each_cpu(): disable local interruptsAndrew Morton2006-03-221-16/+12