summaryrefslogtreecommitdiffstats
path: root/arch/i386
Commit message (Expand)AuthorAgeFilesLines
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-0819-19/+0Star
* move die notifier handling to common codeChristoph Hellwig2007-05-087-22/+8Star
* ipmi: add new IPMI nmi watchdog handlingCorey Minyard2007-05-081-0/+5
* use SLAB_PANIC flag cleanupAkinobu Mita2007-05-081-7/+2Star
* get_unmapped_area handles MAP_FIXED on i386Benjamin Herrenschmidt2007-05-071-0/+6
* SLUB coreChristoph Lameter2007-05-071-0/+4
* Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds2007-05-072-10/+9Star
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-0581-2958/+2957Star
|\
| * [PATCH] i386: Don't delete cpu_devs data to identify different x86 types in l...Thomas Renninger2007-05-027-78/+0Star
| * [PATCH] i386: type may be unusedDavid Rientjes2007-05-021-1/+1
| * [PATCH] i386: Some additional chipset register values validation.Olivier Galibert2007-05-021-8/+17
| * [PATCH] i386: Add missing !X86_PAE dependincy to the 2G/2G split.Bill Irwin2007-05-021-1/+5
| * [PATCH] i386: Drop noisy e820 debugging printksAndi Kleen2007-05-021-13/+2Star
| * [PATCH] i386: Remove copy_*_user BUG_ONs for (size < 0)Andi Kleen2007-05-021-7/+0Star
| * [PATCH] i386: Little cleanups in smpboot.cAndi Kleen2007-05-021-3/+1Star
| * [PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386Andi Kleen2007-05-021-1/+3
| * [PATCH] i386: Verify important CPUID bits in real modeAndi Kleen2007-05-023-2/+102
| * [PATCH] i386: Drop -traditional in arch/i386/bootAndi Kleen2007-05-021-2/+2
| * [PATCH] i386: Clean up NMI watchdog codeAndi Kleen2007-05-023-776/+713Star
| * [PATCH] i386: fix wrong comment for syscall stack layoutAndi Kleen2007-05-021-1/+1
| * [PATCH] i386: convert to the kthread APIEric W. Biederman2007-05-021-5/+3Star
| * [PATCH] i386: remove xtime_lock'ing around cpufreq notifierDaniel Walker2007-05-021-7/+1Star
| * [PATCH] i386: check capabilityJoachim Deguara2007-05-022-2/+4
| * [PATCH] i386: clean up flush_tlb_others fnKeshavamurthy, Anil S2007-05-021-11/+1Star
| * [PATCH] i386: replace spin_lock_irqsave with spin_lockHisashi Hifumi2007-05-021-4/+2Star
| * [PATCH] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not definedKeshavamurthy, Anil S2007-05-021-1/+3
| * [PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependencyJeremy Fitzhardinge2007-05-021-2/+1Star
| * [PATCH] i386: fix mtrr sectionsRandy Dunlap2007-05-021-3/+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] i386: __send_IPI_dest_field - i386Fernando Luis [** ISO-8859-1 charset **] VázquezCao2007-05-021-29/+18Star
| * [PATCH] i386: use safe_apic_wait_icr_idle in smpboot.cFernando Luis VazquezCao2007-05-021-2/+5
| * [PATCH] i386: use safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao2007-05-021-28/+8Star
| * [PATCH] i386: safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao2007-05-021-0/+22
| * [PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in syncBernhard Kaindl2007-05-021-25/+60
| * [PATCH] x86: Save and restore the fixed-range MTRRs of the BSP when suspendingBernhard Kaindl2007-05-021-0/+1
| * [PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl2007-05-022-0/+18
| * [PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.Bernhard Kaindl2007-05-021-1/+6
| * [PATCH] i386: Clean up ELF note generationJeremy Fitzhardinge2007-05-021-1/+1
| * [PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules tooAndi Kleen2007-05-021-7/+1Star
| * [PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge2007-05-023-10/+6Star
| * [PATCH] i386: Convert VMI timer to use clock eventsZachary Amsden2007-05-025-508/+325Star
| * [PATCH] i386: Implement vmi_kmap_atomic_pteZachary Amsden2007-05-021-12/+22
| * [PATCH] i386: Now that the VDSO can be relocated, we can support it in VMI co...Zachary Amsden2007-05-021-1/+1
| * [PATCH] i386: Clean up arch/i386/kernel/cpu/mcheck/p4.cZachary Amsden2007-05-021-12/+4Star
| * [PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patchingJeremy Fitzhardinge2007-05-021-0/+13
| * [PATCH] i386: In compat mode, the return value here was uninitialized.Zachary Amsden2007-05-021-1/+1
| * [PATCH] i386: map enough initial memory to create lowmem mappingsJeremy Fitzhardinge2007-05-022-4/+25
| * [PATCH] i386: Fix UP gdt bugsJeremy Fitzhardinge2007-05-022-12/+13
| * [PATCH] i386: Convert PDA into the percpu sectionJeremy Fitzhardinge2007-05-0210-74/+38Star
| * [PATCH] i386: Page-align the GDTJeremy Fitzhardinge2007-05-024-6/+6