summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-10-17ia64/xen: define xen machine vector for domU.Isaku Yamahata6-0/+37
2008-10-17ia64/pv_ops/xen: implement xen pv_time_ops.Isaku Yamahata4-1/+206
2008-10-17ia64/pv_ops/xen: implement xen pv_irq_ops.Isaku Yamahata4-1/+473
2008-10-17ia64/pv_ops/xen: define the nubmer of irqs which xen needs.Isaku Yamahata2-0/+45
2008-10-17ia64/pv_ops/xen: implement xen pv_iosapic_ops.Isaku Yamahata1-0/+52
2008-10-17ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen.Isaku Yamahata3-1/+27
2008-10-17ia64/pv_ops/xen: paravirtualize ivt.S for xen.Isaku Yamahata3-1/+68
2008-10-17ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen.Isaku Yamahata2-0/+136
2008-10-17ia64/pv_ops/xen: define xen paravirtualized instructions for hand written ass...Isaku Yamahata1-0/+447
2008-10-17ia64/pv_ops/xen: define xen pv_cpu_ops.Isaku Yamahata1-0/+114
2008-10-17ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization.Isaku Yamahata4-1/+221
2008-10-17ia64/pv_ops/xen: elf note based xen startup.Isaku Yamahata4-1/+154
2008-10-17ia64/xen: introduce helper function to identify domain mode.Isaku Yamahata1-0/+75
2008-10-17ia64/xen: add definitions necessary for xen event channel.Isaku Yamahata1-0/+50
2008-10-17ia64/xen: implement arch specific part of xen grant table.Isaku Yamahata3-1/+185
2008-10-17ia64/xen: xencomm conversion functions for hypercallsIsaku Yamahata5-1/+505
2008-10-17ia64/xen: implement the arch specific part of xencomm.Isaku Yamahata3-1/+136
2008-10-17ia64/xen: define helper functions for xen hypercalls.Isaku Yamahata4-0/+490
2008-10-17ia64/xen: define helper functions for xen related address conversion.Isaku Yamahata1-0/+65
2008-10-17ia64/xen: add a necessary header file to compile include/xen/interface/xen.hIsaku Yamahata1-0/+48
2008-10-17ia64/xen: define several constants for ia64/xen.Isaku Yamahata1-0/+27
2008-10-17ia64/xen: introduce definitions necessary for ia64/xen hypercalls.Isaku Yamahata1-0/+346
2008-10-17ia64/xen: increase IA64_MAX_RSVD_REGIONS.Isaku Yamahata1-1/+2
2008-10-17ia64/xen: introduce sync bitops which is necessary for ia64/xen support.Isaku Yamahata1-0/+51
2008-10-17ia64/xen: reserve "break" numbers used for xen hypercalls.Isaku Yamahata1-0/+9
2008-10-17ia64: move function declaration, ia64_cpu_local_tick() from .c to .hIsaku Yamahata2-1/+2
2008-10-17ia64/pv_ops: update native/inst.h to clobber predicate.Isaku Yamahata1-2/+8
2008-10-17ia64/pv_ops: avoid name conflict of get_irq_chip().Isaku Yamahata2-3/+3
2008-10-17ia64/pv_ops: fix paravirtualization of ivt.S with CONFIG_SMP=nIsaku Yamahata1-3/+3
2008-10-17Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds42-1083/+2465
2008-10-17Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-24/+21
2008-10-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-28/+17
2008-10-17FRV: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-2/+0
2008-10-17FRV: Provide dma_map_page() for NOMMU and fix commentsDavid Howells2-5/+29
2008-10-17frv: use generic pci_enable_resources()Bjorn Helgaas3-34/+1
2008-10-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds29-174/+210
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds6-8/+11
2008-10-16Merge branch 'personality' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds16-32/+24
2008-10-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds171-1082/+12036
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan2-12/+11
2008-10-16fbdev: ignore VESA modes if framebuffer does not support themMichal Januszewski1-5/+4
2008-10-16spi_s3c24xx: pin configuration updatesBen Dooks1-0/+1
2008-10-16alpha: introduce field 'taso' into struct linux_binprmKirill A. Shutemov1-1/+1
2008-10-16sparc64: use iommu_num_pages function in IOMMU codeJoerg Roedel3-18/+10
2008-10-16alpha: use iommu_num_pages function in IOMMU codeJoerg Roedel1-12/+5
2008-10-16powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel1-16/+7
2008-10-16x86: convert Calgary IOMMU driver to generic iommu_num_pages functionJoerg Roedel1-14/+4
2008-10-16x86, AMD IOMMU: convert driver to generic iommu_num_pages functionJoerg Roedel1-5/+6
2008-10-16x86: convert GART driver to generic iommu_num_pages functionJoerg Roedel1-4/+4
2008-10-16powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-6/+6