summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-04-26i386: fix asm constraint in do_IRQ()Jan Beulich1-1/+1
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds5-22/+32
2008-04-25Update .gitignore filesMatthew Wilcox1-0/+3
2008-04-25x86: harden kernel code patchingIngo Molnar1-0/+1
2008-04-25x86: clean up text_poke()Mathieu Desnoyers1-20/+18
2008-04-25x86: fix text_poke()Jiri Slaby1-1/+1
2008-04-25xen: fold xen_sysexit into xen_iretJeremy Fitzhardinge1-8/+1
2008-04-25xen: jump to iret fixupJeremy Fitzhardinge1-2/+1
2008-04-25xen: support sysenter/sysexit if hypervisor doesJeremy Fitzhardinge1-1/+17
2008-04-25x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge3-5/+5
2008-04-25xen: make sure iret faults are trappedJeremy Fitzhardinge1-1/+1
2008-04-25x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge1-0/+2
2008-04-25x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2-15/+15
2008-04-25"make namespacecheck" fixesIngo Molnar8-15/+15
2008-04-25x86: Drop duplicate from setup.cAlexey Starikovskiy1-2/+0
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-2/+1
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds4-6/+9
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2-2/+0
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds11-114/+169
2008-04-21PCI: remove pci_get_device_reverse from calgary driverGreg Kroah-Hartman1-2/+1
2008-04-20PM: Remove destroy_suspended_device()Rafael J. Wysocki2-6/+2
2008-04-20Firmware: add iSCSI iBFT SupportKonrad Rzeszutek2-0/+7
2008-04-19x86: modify show_shared_cpu_map in intel_cacheinfoMike Travis1-7/+23
2008-04-19x86: convert cpumask_of_cpu macro to allocated arrayMike Travis1-1/+27
2008-04-19generic: reduce stack pressure in sched_affinityMike Travis1-23/+23
2008-04-19x86: use new set_cpus_allowed_ptr functionMike Travis8-58/+61
2008-04-19cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis1-1/+1
2008-04-19x86: reduce memory and stack usage in intel_cacheinfoMike Travis1-30/+40
2008-04-19x86: UV startup of slave cpusJack Steiner2-15/+31
2008-04-19x86: integrate pci-dma.cGlauber Costa4-328/+176
2008-04-19x86: don't do dma if mask is NULL.Glauber Costa1-0/+3
2008-04-19x86: return conditional to mmuGlauber Costa1-2/+32
2008-04-19x86: remove kludge from x86_64Glauber Costa1-4/+0
2008-04-19x86: unify gfp masksGlauber Costa2-2/+6
2008-04-19x86: retry allocation if failedGlauber Costa1-5/+29
2008-04-19x86: don't try to allocate from DMA zone at firstGlauber Costa1-3/+0
2008-04-19x86: use a fallback dev for i386Glauber Costa1-0/+13
2008-04-19x86: use numa allocation function in i386Glauber Costa1-5/+22
2008-04-19x86: remove virt_to_bus in pci-dma_64.cGlauber Costa1-7/+7
2008-04-19x86: adjust dma_free_coherent for i386Glauber Costa1-0/+2
2008-04-19x86: move bad_dma_addressGlauber Costa3-6/+2
2008-04-19x86: isolate coherent mapping functionsGlauber Costa2-17/+45
2008-04-19x86: move dma_coherent functions to pci-dma.cGlauber Costa2-85/+81
2008-04-19x86: merge iommu initialization parametersGlauber Costa3-91/+81
2008-04-19x86: merge dma_supportedGlauber Costa3-67/+45
2008-04-19x86: move pci fixup to pci-dma.cGlauber Costa3-28/+18
2008-04-19x86: move x86_64-specific to common code.Glauber Costa2-68/+73
2008-04-19x86: move initialization functions to pci-dma.cGlauber Costa2-23/+25
2008-04-19x86: unify pci-nommuGlauber Costa5-72/+11
2008-04-19x86: move definition to pci-dma.cGlauber Costa2-3/+11