summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Remove a warning about unused variable in !CONFIG_ACPI compilation.Zachary Amsden2007-04-251-1/+1
* ACPI: prevent ACPI quirk warning mass spamming in logsThierry Vignaud2007-04-251-1/+4
* [PATCH] i386: Fix some warnings added by earlier patchAndi Kleen2007-04-241-4/+4
* [PATCH] x86: Remove noreplacement optionAndi Kleen2007-04-241-19/+2
* Longhaul - Revert ACPI C3 on Longhaul ver. 2Dave Jones2007-04-201-1/+1
* [PATCH] x86: Fix potential overflow in perfctr reservationAndi Kleen2007-04-161-4/+5
* [PATCH] x86: Fix gcc 4.2 _proxy_pda workaroundAndi Kleen2007-04-161-1/+1
* Fix VMI relocation processing logic errorZachary Amsden2007-04-141-3/+6
* [PATCH] i386: irqbalance_disable() section fixAndrew Morton2007-04-081-1/+1
* [PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21Zachary Amsden2007-04-081-1/+22
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-04-023-61/+134
|\
| * [PATCH] x86-64: Increase NMI watchdog probing timeoutAndi Kleen2007-04-021-1/+1
| * [PATCH] x86-64: Let oprofile reserve MSR on all CPUsAndi Kleen2007-04-021-31/+96
| * [PATCH] x86-64: Disable local APIC timer use on AMD systems with C1EAndi Kleen2007-04-022-29/+37
* | [PATCH] Fix microcode-related suspend problemRafael J. Wysocki2007-04-021-4/+67
|/
* [PATCH] Add suspend/resume for HPETMaxim Levitsky2007-03-291-0/+68
* [PATCH] i386: Fix bogus return value in hpet_next_event()Thomas Gleixner2007-03-271-1/+1
* [PATCH] i386: Prevent early access to TSC to avoid crash on TSCless systemsThomas Gleixner2007-03-241-2/+7
* [PATCH] i386: add command line option "local_apic_timer_c2_ok"Thomas Gleixner2007-03-231-0/+10
* [PATCH] setup_boot_APIC_clock() irq-enable fixIngo Molnar2007-03-221-1/+2
* [PATCH] i386: disable local apic timer via command line or dmi quirkThomas Gleixner2007-03-221-0/+52
* [PATCH] i386: clockevents fix breakage on Geode/Cyrix PIT implementationsThomas Gleixner2007-03-221-1/+9
* [PATCH] i386: trust the PM-Timer calibration of the local APIC timerThomas Gleixner2007-03-181-51/+27
* [PATCH] x86: Export _proxy_pda for gcc 4.2Andi Kleen2007-03-161-0/+2
* [PATCH] i386: Don't use the TSC in sched_clock if unstableGuillaume Chazarain2007-03-161-1/+1
* [PATCH] i386: Enforce GPLness of VMI ROMAndi Kleen2007-03-161-9/+8
* Disable NMI watchdog by default properlyLinus Torvalds2007-03-141-8/+0
* Pull bugzilla-5966 into release branchLen Brown2007-03-091-1/+22
|\
| * ACPI: fix Thinkpad 600/600E/600X interruptsLen Brown2007-03-081-1/+22
* | [PATCH] build fix for i386 earlyquirk.cDave Jones2007-03-081-1/+1
* | [PATCH] ACPI: repair nvidia early quirk breakage on x86_64Len Brown2007-03-081-6/+1
* | [PATCH] CPU hotplug: call check_tsc_sync_source() with irqs offIngo Molnar2007-03-071-6/+10
|/
* [PATCH] remove arch/i386/kernel/tsc.c:custom_sched_clockAdrian Bunk2007-03-061-1/+0
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixups 3Thomas Gleixner2007-03-061-6/+4
* [PATCH] arch/i386/kernel/vmi.c must #include <asm/kmap_types.h>Adrian Bunk2007-03-051-0/+1
* [PATCH] clocksource init adjustments (fix bug #7426)john stultz2007-03-055-91/+76
* [PATCH] fix "NMI appears to be stuck"Thomas Gleixner2007-03-051-2/+9
* [PATCH] vmi: smp fixesZachary Amsden2007-03-052-4/+5
* [PATCH] vmi: apic opsZachary Amsden2007-03-051-73/+91
* [PATCH] vmi: fix nohz compileZachary Amsden2007-03-052-15/+1
* [PATCH] vmi: pit overrideZachary Amsden2007-03-052-4/+12
* [PATCH] vmi: paravirt drop udelay opZachary Amsden2007-03-053-13/+1
* [PATCH] vmi: fix highpteZachary Amsden2007-03-052-0/+21
* [PATCH] vmi: cpu cycles fixZachary Amsden2007-03-054-2/+12
* [PATCH] vmi: sched clock paravirt op fixZachary Amsden2007-03-054-6/+6
* [PATCH] vmi: timer fixes round twoZachary Amsden2007-03-052-29/+24
* [PATCH] fix memory leak in dma_declare_coherent_memory()Yoichi Yuasa2007-03-011-1/+1
* [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilationEric W. Biederman2007-02-281-2/+0
* Revert "[CPUFREQ] constify cpufreq_driver where possible."Linus Torvalds2007-02-2612-13/+13
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-02-2614-31/+30
|\