summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: unify pgd ctor/dtorJeremy Fitzhardinge2008-04-241-46/+13
* x86: unify KERNEL_PGD_PTRSJeremy Fitzhardinge2008-04-246-14/+14
* xen: make sure iret faults are trappedJeremy Fitzhardinge2008-04-242-2/+6
* xen: unify pte operationsJeremy Fitzhardinge2008-04-241-81/+44
* xen: make use of pte_t unionJeremy Fitzhardinge2008-04-241-13/+11
* xen: use appropriate pte typesJeremy Fitzhardinge2008-04-241-16/+16
* x86/pgtable.h: demacro ptep_clear_flush_youngJeremy Fitzhardinge2008-04-241-0/+12
* x86/pgtable.h: demacro ptep_test_and_clear_youngJeremy Fitzhardinge2008-04-241-0/+15
* x86/pgtable.h: demacro ptep_set_access_flagsJeremy Fitzhardinge2008-04-241-0/+16
* x86: add pud_alloc for 4-level pagetablesJeremy Fitzhardinge2008-04-242-0/+3
* x86: rename paravirt_alloc_pt etc after the pagetable structureJeremy Fitzhardinge2008-04-247-45/+45
* x86: move all the pgd_list handling to one placeJeremy Fitzhardinge2008-04-241-21/+7
* x86: move pgalloc pud and pgd operations into common placeJeremy Fitzhardinge2008-04-242-5/+7
* x86: move pmd functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-15/+8
* x86: move pte functions into common asm/pgalloc.hJeremy Fitzhardinge2008-04-243-13/+7
* x86: put paravirt stubs into common asm/pgalloc.hJeremy Fitzhardinge2008-04-241-2/+0
* x86: xen unify x86 add common mm pgtable c fixIngo Molnar2008-04-241-0/+18
* x86: add common mm/pgtable.cJeremy Fitzhardinge2008-04-243-188/+240
* x86: convert pgalloc_64.h from macros to inlinesJeremy Fitzhardinge2008-04-241-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-04-216-184/+7
|\
| * PCI: x86: use generic pci_enable_resources()Bjorn Helgaas2008-04-203-40/+1
| * PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas2008-04-201-2/+1
| * PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade2008-04-201-4/+4
| * PCI: remove pcibios_fixup_ghosts()Greg Kroah-Hartman2008-04-201-54/+0
| * PCI: remove initial bios sort of PCI devices on x86Greg Kroah-Hartman2008-04-203-82/+0
| * PCI: remove pci_get_device_reverse from calgary driverGreg Kroah-Hartman2008-04-201-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2008-04-211-3/+0
|\ \
| * | [CRYPTO] aes-x86-32: Remove unused return codeSebastian Siewior2008-04-211-3/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-214-6/+9
|\ \
| * | PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-192-6/+2
| * | Firmware: add iSCSI iBFT SupportKonrad Rzeszutek2008-04-192-0/+7
| |/
* | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds2008-04-213-3/+0
|\ \
| * | arch: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-183-3/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-04-2114-137/+201
|\ \
| * | x86: modify show_shared_cpu_map in intel_cacheinfoMike Travis2008-04-191-7/+23
| * | x86: convert cpumask_of_cpu macro to allocated arrayMike Travis2008-04-192-1/+30
| * | generic: reduce stack pressure in sched_affinityMike Travis2008-04-191-23/+23
| * | x86: use new set_cpus_allowed_ptr functionMike Travis2008-04-198-58/+61
| * | cpumask: Cleanup more uses of CPU_MASK and NODE_MASKMike Travis2008-04-191-1/+1
| * | numa: move large array from stack to _initdata sectionMike Travis2008-04-191-1/+2
| * | x86: oprofile: remove NR_CPUS arrays in arch/x86/oprofile/nmi_int.cMike Travis2008-04-191-22/+27
| * | x86: reduce memory and stack usage in intel_cacheinfoMike Travis2008-04-191-30/+40
| |/
* | x86: UV startup of slave cpusJack Steiner2008-04-192-15/+31
* | x86: integrate pci-dma.cGlauber Costa2008-04-194-328/+176
* | x86: don't do dma if mask is NULL.Glauber Costa2008-04-191-0/+3
* | x86: return conditional to mmuGlauber Costa2008-04-191-2/+32
* | x86: remove kludge from x86_64Glauber Costa2008-04-191-4/+0
* | x86: unify gfp masksGlauber Costa2008-04-192-2/+6
* | x86: retry allocation if failedGlauber Costa2008-04-191-5/+29
* | x86: don't try to allocate from DMA zone at firstGlauber Costa2008-04-191-3/+0
OpenPOWER on IntegriCloud