aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-02[PATCH] i386: Convert PDA into the percpu sectionJeremy Fitzhardinge10-74/+38
2007-05-02[PATCH] i386: Page-align the GDTJeremy Fitzhardinge4-6/+6
2007-05-02[PATCH] x86: deflate stack usage in lib/inflate.cJeremy Fitzhardinge5-5/+5
2007-05-02[PATCH] i386: PARAVIRT: drop unused ptep_get_and_clearJeremy Fitzhardinge1-2/+0
2007-05-02[PATCH] i386: PARAVIRT: flush lazy mmu updates on kunmap_atomicJeremy Fitzhardinge1-0/+1
2007-05-02[PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge2-2/+12
2007-05-02[PATCH] i386: PARAVIRT: revert map_pt_hook.Jeremy Fitzhardinge2-2/+2
2007-05-02[PATCH] i386: PARAVIRT: add flush_tlb_others paravirt_opJeremy Fitzhardinge2-6/+8
2007-05-02[PATCH] i386: PARAVIRT: add common patching machineryJeremy Fitzhardinge2-27/+132
2007-05-02[PATCH] i386: PARAVIRT: Fix patch site clobbers to include return registerJeremy Fitzhardinge1-1/+1
2007-05-02[PATCH] i386: PARAVIRT: Use patch site IDs computed from offset in paravirt_ops structureJeremy Fitzhardinge2-41/+12
2007-05-02[PATCH] i386: PARAVIRT: rename struct paravirt_patch to paravirt_patch_site for clarityJeremy Fitzhardinge1-3/+4
2007-05-02[PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge1-0/+4
2007-05-02[PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharingJeremy Fitzhardinge5-24/+90
2007-05-02[PATCH] i386: PARAVIRT: Hooks to set up initial pagetableJeremy Fitzhardinge2-47/+94
2007-05-02[PATCH] i386: PARAVIRT: Add pagetable accessors to pack and unpack pagetable entriesJeremy Fitzhardinge2-75/+15
2007-05-02[PATCH] i386: PARAVIRT: use paravirt_nop to consistently mark no-op operationsJeremy Fitzhardinge1-12/+12
2007-05-02[PATCH] i386: PARAVIRT: Remove CONFIG_DEBUG_PARAVIRTJeremy Fitzhardinge2-23/+1
2007-05-02[PATCH] i386: i386 separate hardware-defined TSS from Linux additionsRusty Russell7-28/+31
2007-05-02[PATCH] x86-64: x86-64 system crashes when no memory populating Node 0James Puthukattukaran1-3/+2
2007-05-02[PATCH] x86-64: Fix x86_64 compilation with DEBUG_SIG onGlauber de Oliveira Costa1-3/+3
2007-05-02[PATCH] i386: Allow boot-time disable of SMP altinstructionsJeremy Fitzhardinge1-4/+19
2007-05-02[PATCH] i386: Remove smp_alt_instructionsJeremy Fitzhardinge2-47/+2
2007-05-02[PATCH] x86: Allow percpu variables to be page-alignedJeremy Fitzhardinge19-25/+23
2007-05-02[PATCH] i386: Enable bank 0 on non K7 AthlonAndi Kleen1-3/+7