| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] x86_64: Move VM86 config into arch/i386/Kconfig | Andi Kleen | 2006-06-26 | 1 | -0/+9 |
* | [PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/share | Andi Kleen | 2006-06-26 | 2 | -4/+14 |
* | [PATCH] x86_64: Update copyright in time.c | Vojtech Pavlik | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] x86_64: Explain why HPET T0_CMP register is written twice | Vojtech Pavlik | 2006-06-26 | 1 | -2/+2 |
* | [PATCH] x86_64: Make use of the *PER* constants in time.c | Vojtech Pavlik | 2006-06-26 | 1 | -28/+35 |
* | [PATCH] x86_64: Remove hack to manually enable HPET on AMD8111 southbridges | Vojtech Pavlik | 2006-06-26 | 1 | -14/+0 |
* | [PATCH] x86_64: Add X86_FEATURE_RDTSCP, fix rdtscp in /proc/cpuinfo | Vojtech Pavlik | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] x86_64: Rename oem_force_hpet_timer to apic_is_clustered_box | Vojtech Pavlik | 2006-06-26 | 2 | -6/+5 |
* | [PATCH] x86_64: moving phys_proc_id and cpu_core_id to cpuinfo_x86 | Rohit Seth | 2006-06-26 | 4 | -31/+23 |
* | [PATCH] x86_64: Calgary IOMMU - Calgary specific bits | Jon Mason | 2006-06-26 | 5 | -0/+1249 |
* | [PATCH] x86_64: Calgary IOMMU - IOMMU abstractions | Jon Mason | 2006-06-26 | 4 | -18/+36 |
* | [PATCH] x86_64: Calgary IOMMU - introduce iommu_detected | Jon Mason | 2006-06-26 | 4 | -1/+9 |
* | [PATCH] x86_64: Change assembly to use regular cpuid_count macro | Rohit Seth | 2006-06-26 | 1 | -5/+2 |
* | [PATCH] x86_64: use halt() instead of raw inline assembly | Jan Beulich | 2006-06-26 | 2 | -2/+2 |
* | [PATCH] x86_64: Get rid of pud_offset_k / __pud_offset_k | Andi Kleen | 2006-06-26 | 2 | -2/+2 |
* | [PATCH] i386/x86-64: Consolidate arch/{i386,x86_64}/boot/compressed/misc.c | Carl-Daniel Hailfinger | 2006-06-26 | 2 | -43/+35 |
* | [PATCH] i386/x86-64: fall back to old-style call trace if no unwinding | Jan Beulich | 2006-06-26 | 2 | -29/+68 |
* | [PATCH] i386: reliable stack trace support i386 entry.S | Jan Beulich | 2006-06-26 | 1 | -11/+223 |
* | [PATCH] i386: reliable stack trace support (i386) | Jan Beulich | 2006-06-26 | 4 | -11/+79 |
* | [PATCH] x86_64: reliable stack trace support (x86-64 syscall | Jan Beulich | 2006-06-26 | 2 | -2/+2 |
* | [PATCH] x86_64: reliable stack trace support (x86-64 IRQ stack | Jan Beulich | 2006-06-26 | 1 | -25/+8 |
* | [PATCH] x86_64: reliable stack trace support (x86-64) | Jan Beulich | 2006-06-26 | 4 | -7/+91 |
* | [PATCH] x86_64: x86_86 msi miss one entry handler | bibo,mao | 2006-06-26 | 1 | -7/+7 |
* | [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded. | Andi Kleen | 2006-06-26 | 6 | -19/+21 |
* | [PATCH] x86_64: Make sure is_compat_task works early | Andi Kleen | 2006-06-26 | 1 | -1/+4 |
* | [PATCH] x86_64: fix vector_lock deadlock in io_apic.c | Ingo Molnar | 2006-06-26 | 2 | -7/+9 |
* | [PATCH] x86_64: remove unused gart header file | Jon Mason | 2006-06-26 | 1 | -1/+0 |
* | [PATCH] x86_64: Remove ia32_sys_call_table export | Andi Kleen | 2006-06-26 | 2 | -3/+0 |
* | [PATCH] x86_64: Remove long obsolete CVS | Andi Kleen | 2006-06-26 | 12 | -25/+0 |
* | [PATCH] x86_64: nmi watchdog header cleanup | Don Zickus | 2006-06-26 | 9 | -14/+8 |
* | [PATCH] x86_64: fix unlikely profiling & vsyscalls on x86_64 | Ingo Molnar | 2006-06-26 | 1 | -2/+2 |
* | [PATCH] x86_64: add END()/ENDPROC() annotations to entry.S | Jan Beulich | 2006-06-26 | 2 | -1/+48 |
* | [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warnings | Andi Kleen | 2006-06-26 | 1 | -2/+2 |
* | [PATCH] x86_64: Use -ENODEV in IOMMU initialization | Andi Kleen | 2006-06-26 | 1 | -3/+3 |
* | [PATCH] i386/x86-64: simplify ioapic_register_intr() | Jan Beulich | 2006-06-26 | 2 | -30/+16 |
* | [PATCH] x86_64: serialize assign_irq_vector() use of static variables | Jan Beulich | 2006-06-26 | 2 | -10/+32 |
* | [PATCH] x86_64: Clean and enhance up K8 northbridge access code | Andi Kleen | 2006-06-26 | 8 | -89/+169 |
* | [PATCH] x86_64: trivial gart clean-up | Jon Mason | 2006-06-26 | 1 | -23/+23 |
* | [PATCH] x86_64: Implement compat functions for PTRACE_SETSIGINFO/GETSIGINFO | Andi Kleen | 2006-06-26 | 1 | -6/+35 |
* | [PATCH] x86_64: iommu_gart_bitmap search to cross next_bit | Mike Waychison | 2006-06-26 | 1 | -1/+1 |
* | [PATCH] x86_64: x86_64-enable-large-bzImage.patch | Ingo Molnar | 2006-06-26 | 1 | -4/+2 |
* | [PATCH] x86_64: pci-dma.c clean-up - trivial | Jon Mason | 2006-06-26 | 1 | -6/+6 |
* | [PATCH] x86_64: x86_64 version of the smp alternative patch. | Gerd Hoffmann | 2006-06-26 | 7 | -135/+152 |
* | [PATCH] i386/x86-64: Emulate CPUID4 on AMD | Andi Kleen | 2006-06-26 | 3 | -13/+105 |
* | [PATCH] i386/x86-64: Use new official CPUID to get APICID/core split on AMD p... | Andi Kleen | 2006-06-26 | 2 | -13/+21 |
* | [PATCH] x86_64: Use local APIC ID from local APIC instead of CPUID | ravikiran thirumalai | 2006-06-26 | 1 | -4/+1 |
* | [PATCH] x86_64: Update defconfig | Andi Kleen | 2006-06-26 | 1 | -25/+134 |
* | [PATCH] m68knommu: improve syscall entry and fix strace | Philippe De Muyter | 2006-06-25 | 1 | -26/+20 |
* | [PATCH] m68knommu: configurable frequency selection | Greg Ungerer | 2006-06-25 | 1 | -115/+33 |
* | [PATCH] m68knommu: configure support for Avnet5282 board | Greg Ungerer | 2006-06-25 | 1 | -0/+11 |