aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-02[PATCH] i386: Remove copy_*_user BUG_ONs for (size < 0)Andi Kleen1-7/+0
2007-05-02[PATCH] i386: Little cleanups in smpboot.cAndi Kleen1-3/+1
2007-05-02[PATCH] x86-64: Don't enable NUMA for a single node in K8 NUMA scanningAndi Kleen1-0/+2
2007-05-02[PATCH] i386: Implement X86_FEATURE_SYNC_RDTSC on i386Andi Kleen1-1/+3
2007-05-02[PATCH] i386: Verify important CPUID bits in real modeAndi Kleen3-2/+102
2007-05-02[PATCH] i386: Drop -traditional in arch/i386/bootAndi Kleen1-2/+2
2007-05-02[PATCH] x86-64: Drop -traditional for arch/x86_64/bootAndi Kleen1-1/+1
2007-05-02[PATCH] x86-64: Use symbolic CPU features in early CPUID checkAndi Kleen1-7/+16
2007-05-02[PATCH] x86-64: Avoid overflows during apic timer calibrationDavid P. Reed1-5/+6
2007-05-02[PATCH] x86-64: Use the 32bit wd_ops for 64bit too.Andi Kleen2-646/+36
2007-05-02[PATCH] i386: Clean up NMI watchdog codeAndi Kleen3-776/+713
2007-05-02[PATCH] x86-64: set node_possible_map at runtime - try 2Suresh Siddha3-10/+15
2007-05-02[PATCH] x86-64: Dynamically adjust machine check intervalTim Hockin1-8/+24
2007-05-02[PATCH] i386: fix wrong comment for syscall stack layoutAndi Kleen1-1/+1
2007-05-02[PATCH] x86-64: unexport cpu_llc_idAndrew Morton1-1/+0
2007-05-02[PATCH] i386: convert to the kthread APIEric W. Biederman1-5/+3
2007-05-02[PATCH] i386: remove xtime_lock'ing around cpufreq notifierDaniel Walker1-7/+1
2007-05-02[PATCH] x86-64: Auto compute __NR_syscall_max at compile timeAndi Kleen2-0/+11
2007-05-02[PATCH] i386: check capabilityJoachim Deguara2-2/+4
2007-05-02[PATCH] i386: clean up flush_tlb_others fnKeshavamurthy, Anil S1-11/+1
2007-05-02[PATCH] i386: replace spin_lock_irqsave with spin_lockHisashi Hifumi1-4/+2
2007-05-02[PATCH] i386: avoid checking for cpu gone when CONFIG_HOTPLUG_CPU not definedKeshavamurthy, Anil S1-1/+3
2007-05-02[PATCH] x86-64: move __vgetcpu_mode & __jiffies to the vsyscall_2 zoneEric Dumazet1-4/+6
2007-05-02[PATCH] i386: PARAVIRT: fix startup_ipi_hook config dependencyJeremy Fitzhardinge1-2/+1
2007-05-02[PATCH] i386: fix mtrr sectionsRandy Dunlap1-3/+4
2007-05-02[PATCH] i386: Use safe_apic_wait_icr_idle in safe_apic_wait_icr_idle - i386Fernando Luis [** ISO-8859-1 charset **] VázquezCao1-1/+4
2007-05-02[PATCH] x86-64: __send_IPI_dest_field - x86_64Fernando Luis [** ISO-8859-1 charset **] VázquezCao1-22/+1
2007-05-02[PATCH] i386: __send_IPI_dest_field - i386Fernando Luis [** ISO-8859-1 charset **] VázquezCao1-29/+18
2007-05-02[PATCH] x86-64: use safe_apic_wait_icr_idle in smpboot.c - x86_64Fernando Luis VazquezCao1-2/+5
2007-05-02[PATCH] i386: use safe_apic_wait_icr_idle in smpboot.cFernando Luis VazquezCao1-2/+5
2007-05-02[PATCH] x86-64: use safe_apic_wait_icr_idle in smpboot.c - x86_64Fernando Luis VazquezCao1-20/+5
2007-05-02[PATCH] i386: use safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao1-28/+8
2007-05-02[PATCH] x86-64: safe_apic_wait_icr_idle - x86_64Fernando Luis VazquezCao1-0/+22
2007-05-02[PATCH] i386: safe_apic_wait_icr_idle - i386Fernando Luis VazquezCao1-0/+22
2007-05-02[PATCH] i386: Enable support for fixed-range IORRs to keep RdMem & WrMem in syncBernhard Kaindl1-25/+60
2007-05-02[PATCH] x86: Save and restore the fixed-range MTRRs of the BSP when suspendingBernhard Kaindl2-0/+3
2007-05-02[PATCH] x86: Save the MTRRs of the BSP before booting an APBernhard Kaindl3-0/+24
2007-05-02[PATCH] x86: Adds mtrr_save_fixed_ranges() for use in two later patches.Bernhard Kaindl1-1/+6
2007-05-02[PATCH] i386: Clean up ELF note generationJeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] i386: PARAVIRT: Export paravirt_ops for non GPL modules tooAndi Kleen1-7/+1
2007-05-02[PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge3-10/+6
2007-05-02[PATCH] i386: Convert VMI timer to use clock eventsZachary Amsden5-508/+325
2007-05-02[PATCH] i386: Implement vmi_kmap_atomic_pteZachary Amsden1-12/+22
2007-05-02[PATCH] i386: Now that the VDSO can be relocated, we can support it in VMI configurations.Zachary Amsden1-1/+1
2007-05-02[PATCH] i386: Clean up arch/i386/kernel/cpu/mcheck/p4.cZachary Amsden1-12/+4
2007-05-02[PATCH] i386: PARAVIRT: Allow boot-time disable of paravirt_ops patchingJeremy Fitzhardinge1-0/+13
2007-05-02[PATCH] i386: In compat mode, the return value here was uninitialized.Zachary Amsden1-1/+1
2007-05-02[PATCH] x86: update for i386 and x86-64 check_bugsJeremy Fitzhardinge1-8/+1
2007-05-02[PATCH] i386: map enough initial memory to create lowmem mappingsJeremy Fitzhardinge2-4/+25
2007-05-02[PATCH] i386: Fix UP gdt bugsJeremy Fitzhardinge2-12/+13