summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [PATCH] x86: Use RDTSCP for synchronous get_cycles if possibleAndi Kleen2007-05-021-0/+9
| * | [PATCH] i386: Add X86_FEATURE_RDTSCPAndi Kleen2007-05-021-0/+1
| * | [PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386Andi Kleen2007-05-023-5/+4
| * | [PATCH] i386: Implement alternative_io for i386Andi Kleen2007-05-021-0/+15
| * | [PATCH] i386: Evaluate constant cpu features at runtimeAndi Kleen2007-05-021-2/+6
| * | [PATCH] i386: Verify important CPUID bits in real modeAndi Kleen2007-05-025-2/+139
| * | [PATCH] i386: Drop -traditional in arch/i386/bootAndi Kleen2007-05-021-2/+2
| * | [PATCH] x86-64: Drop -traditional for arch/x86_64/bootAndi Kleen2007-05-021-1/+1
| * | [PATCH] x86-64: Use symbolic CPU features in early CPUID checkAndi Kleen2007-05-021-7/+16
| * | [PATCH] x86-64: Avoid overflows during apic timer calibrationDavid P. Reed2007-05-021-5/+6
| * | [PATCH] x86-64: Shut up 32bit emulation for SIOCGIFCOUNTAndi Kleen2007-05-021-0/+2
| * | [PATCH] x86-64: Define IGNORE_IOCTL() macro for compat_ioctlsAndi Kleen2007-05-021-0/+8
| * | [PATCH] x86-64: Use the 32bit wd_ops for 64bit too.Andi Kleen2007-05-023-646/+45
| * | [PATCH] i386: Clean up NMI watchdog codeAndi Kleen2007-05-024-776/+721
| * | [PATCH] x86-64: set node_possible_map at runtime - try 2Suresh Siddha2007-05-023-10/+15
| * | [PATCH] x86-64: Dynamically adjust machine check intervalTim Hockin2007-05-022-9/+30
| * | [PATCH] x86-64: ignore vgacon if hardware not presentGerd Hoffmann2007-05-021-1/+2
| * | [PATCH] i386: fix wrong comment for syscall stack layoutAndi Kleen2007-05-021-1/+1
| * | [PATCH] x86-64: unexport cpu_llc_idAndrew Morton2007-05-021-1/+0
| * | [PATCH] i386: convert to the kthread APIEric W. Biederman2007-05-021-5/+3
| * | [PATCH] i386: pte simplify opsZachary Amsden2007-05-023-22/+15
| * | [PATCH] i386: pte xchg optimizationZachary Amsden2007-05-022-0/+28
| * | [PATCH] i386: pte clear optimizationZachary Amsden2007-05-022-1/+6
| * | [PATCH] i386: remove xtime_lock'ing around cpufreq notifierDaniel Walker2007-05-021-7/+1
| * | [PATCH] x86-64: skip cache_free_alien() on non NUMASiddha, Suresh B2007-05-021-2/+5
| * | [PATCH] x86-64: Auto compute __NR_syscall_max at compile timeAndi Kleen2007-05-023-2/+11
| * | [PATCH] i386: check capabilityJoachim Deguara2007-05-022-2/+4
| * | [PATCH] i386: clean up flush_tlb_others fnKeshavamurthy, Anil S2007-05-021-11/+1
| * | [PATCH] i386: replace spin_lock_irqsave with spin_lockHisashi Hifumi2007-05-021-4/+2
| * | [PATCH] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not definedKeshavamurthy, Anil S2007-05-021-1/+3
| * | [PATCH] x86-64: move __vgetcpu_mode & __jiffies to the vsyscall_2 zoneEric Dumazet2007-05-021-4/+6
| * | [PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependencyJeremy Fitzhardinge2007-05-021-2/+1
| * | [PATCH] i386: fix mtrr sectionsRandy Dunlap2007-05-021-3/+4
| * | [PATCH] x86-64: Use safe_apic_wait_icr_idle in __send_IPI_dest_field - x86_64Fernando Luis [** ISO-8859-1 charset **] VázquezCao2007-05-021-1/+4
| * | [PATCH] i386: Use safe_apic_wait_icr_idle in safe_apic_wait_icr_idle - i386Fernando Luis [** ISO-8859-1 charset **] VázquezCao2007-05-021-1/+4
| * | [PATCH] x86-64: __send_IPI_dest_field - x86_64Fernando Luis [** ISO-8859-1 charset **] VázquezCao2007-05-022-44/+33
| * | [PATCH] i386: __send_IPI_dest_field - i386Fernando Luis [** ISO-8859-1 charset **] VázquezCao2007-05-021-29/+18
| * | [PATCH] x86-64: use safe_apic_wait_icr_idle in smpboot.c - x86_64Fernando Luis VazquezCao2007-05-021-2/+5
| * | [PATCH] i386: use safe_apic_wait_icr_idle in smpboot.cFernando Luis VazquezCao2007-05-021-2/+5
| * | [PATCH] x86-64: use safe_apic_wait_icr_idle in smpboot.c - x86_64Fernando Luis VazquezCao2007-05-021-20/+5
| * | [PATCH] i386: use safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao2007-05-021-28/+8
| * | [PATCH] x86-64: safe_apic_wait_icr_idle - x86_64Fernando Luis VazquezCao2007-05-022-5/+25
| * | [PATCH] i386: safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao2007-05-022-6/+25
| * | [PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in syncBernhard Kaindl2007-05-022-25/+65
| * | [PATCH] x86: Save and restore the fixed-range MTRRs of the BSP when suspendingBernhard Kaindl2007-05-022-0/+3
| * | [PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl2007-05-025-0/+28
| * | [PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.Bernhard Kaindl2007-05-023-1/+10
| * | [PATCH] x86-64: Move mtrr prototypes from proto.h to mtrr.hAndi Kleen2007-05-022-7/+8
| * | [PATCH] i386: Clean up ELF note generationJeremy Fitzhardinge2007-05-023-4/+4
| * | [PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules tooAndi Kleen2007-05-021-7/+1