Age | Commit message (Expand) | Author | Files | Lines |
2007-04-24 | [PATCH] i386: Fix some warnings added by earlier patch | Andi Kleen | 1 | -4/+4 |
2007-04-24 | [PATCH] x86: Remove noreplacement option | Andi Kleen | 1 | -19/+2 |
2007-04-20 | Longhaul - Revert ACPI C3 on Longhaul ver. 2 | Dave Jones | 1 | -1/+1 |
2007-04-16 | [PATCH] x86: Fix potential overflow in perfctr reservation | Andi Kleen | 1 | -4/+5 |
2007-04-16 | [PATCH] x86: Fix gcc 4.2 _proxy_pda workaround | Andi Kleen | 1 | -1/+1 |
2007-04-14 | Fix VMI relocation processing logic error | Zachary Amsden | 1 | -3/+6 |
2007-04-08 | [PATCH] i386: irqbalance_disable() section fix | Andrew Morton | 1 | -1/+1 |
2007-04-08 | [PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21 | Zachary Amsden | 2 | -1/+24 |
2007-04-02 | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 | Linus Torvalds | 4 | -61/+148 |
2007-04-02 | [PATCH] i386: fix file_read_actor() and pipe_read() for original i386 systems | Thomas Gleixner | 1 | -0/+9 |
2007-04-02 | [PATCH] Fix microcode-related suspend problem | Rafael J. Wysocki | 1 | -4/+67 |
2007-04-02 | [PATCH] x86: Don't probe for DDC on VBE1.2 | Zwane Mwaikambo | 1 | -0/+14 |
2007-04-02 | [PATCH] x86-64: Increase NMI watchdog probing timeout | Andi Kleen | 1 | -1/+1 |
2007-04-02 | [PATCH] x86-64: Let oprofile reserve MSR on all CPUs | Andi Kleen | 1 | -31/+96 |
2007-04-02 | [PATCH] x86-64: Disable local APIC timer use on AMD systems with C1E | Andi Kleen | 2 | -29/+37 |
2007-03-29 | [PATCH] Add suspend/resume for HPET | Maxim Levitsky | 1 | -0/+68 |
2007-03-28 | [PATCH] MSI-X: fix resume crash | Eric W. Biederman | 1 | -2/+4 |
2007-03-27 | [PATCH] i386: Fix bogus return value in hpet_next_event() | Thomas Gleixner | 1 | -1/+1 |
2007-03-26 | pci: set pci=bfsort for PowerEdge R900 | Matt Domsch | 1 | -0/+8 |
2007-03-24 | [PATCH] i386: Prevent early access to TSC to avoid crash on TSCless systems | Thomas Gleixner | 1 | -2/+7 |
2007-03-23 | [PATCH] i386: add command line option "local_apic_timer_c2_ok" | Thomas Gleixner | 1 | -0/+10 |
2007-03-22 | [PATCH] setup_boot_APIC_clock() irq-enable fix | Ingo Molnar | 1 | -1/+2 |
2007-03-22 | [PATCH] i386: disable local apic timer via command line or dmi quirk | Thomas Gleixner | 1 | -0/+52 |
2007-03-22 | [PATCH] i386: clockevents fix breakage on Geode/Cyrix PIT implementations | Thomas Gleixner | 1 | -1/+9 |
2007-03-18 | [PATCH] i386: trust the PM-Timer calibration of the local APIC timer | Thomas Gleixner | 1 | -51/+27 |
2007-03-16 | [PATCH] x86: Export _proxy_pda for gcc 4.2 | Andi Kleen | 1 | -0/+2 |
2007-03-16 | [PATCH] i386: Don't use the TSC in sched_clock if unstable | Guillaume Chazarain | 1 | -1/+1 |
2007-03-16 | [PATCH] i386: Enforce GPLness of VMI ROM | Andi Kleen | 1 | -9/+8 |
2007-03-16 | [PATCH] i386: Update defconfig | Andi Kleen | 1 | -9/+34 |
2007-03-14 | Disable NMI watchdog by default properly | Linus Torvalds | 1 | -8/+0 |
2007-03-12 | [PATCH] Fix VMI and COMPAT_VDSO for 2.6.21 | Zachary Amsden | 1 | -1/+1 |
2007-03-09 | Pull bugzilla-5966 into release branch | Len Brown | 1 | -1/+22 |
2007-03-08 | [PATCH] build fix for i386 earlyquirk.c | Dave Jones | 1 | -1/+1 |
2007-03-08 | [PATCH] ACPI: repair nvidia early quirk breakage on x86_64 | Len Brown | 1 | -6/+1 |
2007-03-08 | ACPI: fix Thinkpad 600/600E/600X interrupts | Len Brown | 1 | -1/+22 |
2007-03-07 | [PATCH] CPU hotplug: call check_tsc_sync_source() with irqs off | Ingo Molnar | 1 | -6/+10 |
2007-03-06 | [PATCH] remove arch/i386/kernel/tsc.c:custom_sched_clock | Adrian Bunk | 1 | -1/+0 |
2007-03-06 | [PATCH] Scheduled removal of SA_xxx interrupt flags fixups 3 | Thomas Gleixner | 1 | -6/+4 |
2007-03-05 | [PATCH] paravirt: re-enable COMPAT_VDSO | Ingo Molnar | 1 | -1/+0 |
2007-03-05 | [PATCH] paravirt: let users decide whether they want VMI | Ingo Molnar | 1 | -1/+0 |
2007-03-05 | [PATCH] paravirt: clarify VMI description | Ingo Molnar | 1 | -2/+3 |
2007-03-05 | [PATCH] paravirt: remove NO_IDLE_HZ on x86 | Ingo Molnar | 1 | -9/+0 |
2007-03-05 | [PATCH] arch/i386/kernel/vmi.c must #include <asm/kmap_types.h> | Adrian Bunk | 1 | -0/+1 |
2007-03-05 | [PATCH] clocksource init adjustments (fix bug #7426) | john stultz | 5 | -91/+76 |
2007-03-05 | [PATCH] fix "NMI appears to be stuck" | Thomas Gleixner | 1 | -2/+9 |
2007-03-05 | [PATCH] vmi: smp fixes | Zachary Amsden | 2 | -4/+5 |
2007-03-05 | [PATCH] vmi: apic ops | Zachary Amsden | 1 | -73/+91 |
2007-03-05 | [PATCH] vmi: fix nohz compile | Zachary Amsden | 3 | -16/+2 |
2007-03-05 | [PATCH] vmi: pit override | Zachary Amsden | 2 | -4/+12 |
2007-03-05 | [PATCH] vmi: paravirt drop udelay op | Zachary Amsden | 3 | -13/+1 |