summaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds2007-05-071-2/+2
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-0554-2696/+2406
|\
| * [PATCH] i386: Don't delete cpu_devs data to identify different x86 types in l...Thomas Renninger2007-05-027-78/+0
| * [PATCH] i386: Drop noisy e820 debugging printksAndi Kleen2007-05-021-13/+2
| * [PATCH] i386: Little cleanups in smpboot.cAndi Kleen2007-05-021-3/+1
| * [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-021-0/+65
| * [PATCH] i386: Clean up NMI watchdog codeAndi Kleen2007-05-023-776/+713
| * [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/+3
| * [PATCH] i386: remove xtime_lock'ing around cpufreq notifierDaniel Walker2007-05-021-7/+1
| * [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] i386: PARAVIRT: fix startup_ipi_hook config dependencyJeremy Fitzhardinge2007-05-021-2/+1
| * [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/+18
| * [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/+8
| * [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 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/+1
| * [PATCH] x86: PARAVIRT: Jeremy Fitzhardinge <jeremy@goop.org>Jeremy Fitzhardinge2007-05-023-10/+6
| * [PATCH] i386: Convert VMI timer to use clock eventsZachary Amsden2007-05-025-508/+325
| * [PATCH] i386: Implement vmi_kmap_atomic_pteZachary Amsden2007-05-021-12/+22
| * [PATCH] i386: Clean up arch/i386/kernel/cpu/mcheck/p4.cZachary Amsden2007-05-021-12/+4
| * [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/+38
| * [PATCH] i386: Page-align the GDTJeremy Fitzhardinge2007-05-024-6/+6
| * [PATCH] i386: PARAVIRT: drop unused ptep_get_and_clearJeremy Fitzhardinge2007-05-021-2/+0
| * [PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge2007-05-021-0/+5
| * [PATCH] i386: PARAVIRT: revert map_pt_hook.Jeremy Fitzhardinge2007-05-022-2/+2
| * [PATCH] i386: PARAVIRT: add flush_tlb_others paravirt_opJeremy Fitzhardinge2007-05-022-6/+8
| * [PATCH] i386: PARAVIRT: add common patching machineryJeremy Fitzhardinge2007-05-022-27/+132
| * [PATCH] i386: PARAVIRT: Fix patch site clobbers to include return registerJeremy Fitzhardinge2007-05-021-1/+1
| * [PATCH] i386: PARAVIRT: Use patch site IDs computed from offset in paravirt_o...Jeremy Fitzhardinge2007-05-022-41/+12
| * [PATCH] i386: PARAVIRT: rename struct paravirt_patch to paravirt_patch_site f...Jeremy Fitzhardinge2007-05-021-3/+4
| * [PATCH] x86: PARAVIRT: add hooks to intercept mm creation and destructionJeremy Fitzhardinge2007-05-021-0/+4
| * [PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharingJeremy Fitzhardinge2007-05-021-0/+1
| * [PATCH] i386: PARAVIRT: Hooks to set up initial pagetableJeremy Fitzhardinge2007-05-021-0/+3
| * [PATCH] i386: PARAVIRT: Add pagetable accessors to pack and unpack pagetable ...Jeremy Fitzhardinge2007-05-022-75/+15
| * [PATCH] i386: PARAVIRT: use paravirt_nop to consistently mark no-op operationsJeremy Fitzhardinge2007-05-021-12/+12
OpenPOWER on IntegriCloud