aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
Commit message (Collapse)AuthorAgeFilesLines
* Remove linux-2.4 sparse tree.kaf24@firebug.cl.cam.ac.uk2005-10-071-51/+0
| | | | | Signed-off-by: Keir Fraser <keir@xensource.com>
* Clean up DESTDIR handling. Default install is to rootkaf24@firebug.cl.cam.ac.uk2005-10-051-5/+0
| | | | | | | | | | directory (/). This is only overridden automatically for the 'make dist' targets and their legacy aliases (make {xen,tools,kernels,docs}). Signed-off-by: Keir Fraser <keir@xensource.com>
* Restructure the makefiles used to drive builds of linux 2.6 kernels. kaf24@firebug.cl.cam.ac.uk2005-10-053-101/+3
| | | | | | | | A common file eliminates duplication across makefiles. Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
* Move setting of configuration variables to Config.mk.kaf24@firebug.cl.cam.ac.uk2005-10-051-0/+2
| | | | | | | | | Allows for partial-tree builds to be invoked from a sub-directory. Allow for users to include a ".config" with additional custom settings. Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
* Choose LINUX_ARCH based on XEN_TARGET_ARCH, not ARCHdjm@kirby.fc.hp.com2005-09-261-1/+1
|
* Clone of Christian's xen-unstable mkbuildtree patch (cset 6960) djm@kirby.fc.hp.com2005-09-205-30/+37
|
* When building in a tree with (the sparse trees and) the patcheskaf24@firebug.cl.cam.ac.uk2005-08-221-0/+2
| | | | | | | | | stripped, a warning is issued by make, which the below patch eliminates. Signed-off-by: Jan Beulich <jbeulich@novell.com>
* Fix automatic toggling of PAE in Linux config files iap10@freefall.cl.cam.ac.uk2005-08-031-1/+1
| | | | | | Signed-off-by: ian@xensource.com
* Since we use configs from dist/install/boot in preference to the default ↵iap10@freefall.cl.cam.ac.uk2005-08-031-1/+1
| | | | | | | | configs, update the PAE auto-switcher to work with these too. Signed-off-by: ian@xensource.com
* Frob the Linux-2.6 configs to enable PAE (HIGHMEM_64G) if XEN_TARGET_X86_PAE=y iap10@freefall.cl.cam.ac.uk2005-07-274-0/+13
| | | | | | Signed-off-by: ian@xensource.com
* Fix 'make mrproper' to remove pristine and ref trees.kaf24@firebug.cl.cam.ac.uk2005-07-161-1/+1
|
* Misc fixes for new sparse tree names: xen-clone script; -xen kernel build ↵iap10@freefall.cl.cam.ac.uk2005-07-141-1/+2
| | | | | | | | (the one with all the modules); Backout changes to legacy targets. Signed-off-by: ian.pratt@cl.cam.ac.uk
* Readd pristine-% rules that went MIA.vh249@arcadians.cl.cam.ac.uk2005-07-131-0/+3
| | | | | | Signed-off-by: Vincent Hanquez <vincent@xensource.com>
* Create .hgskip files instead of .bk_skip files.cl349@firebug.cl.cam.ac.uk2005-07-121-1/+1
| | | | | Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* upgrade linux sparse tree from 2.6.11 to 2.6.12vh249@kneesaa.uk.xensource.com2005-07-112-2/+2
| | | | | | | | | | | | | Signed-off-by: Vincent Hanquez <vincent@xensource.com> --HG-- rename : patches/linux-2.6.11/i386-cpu-hotplug-updated-for-mm.patch => patches/linux-2.6.12/i386-cpu-hotplug-updated-for-mm.patch rename : patches/linux-2.6.11/net-csum.patch => patches/linux-2.6.12/net-csum.patch rename : patches/linux-2.6.11/rcu-nohz.patch => patches/linux-2.6.12/rcu-nohz.patch rename : patches/linux-2.6.11/smp-alts.patch => patches/linux-2.6.12/smp-alts.patch rename : patches/linux-2.6.11/x86_64-linux.patch => patches/linux-2.6.12/x86_64-linux.patch
* lose latest digit of the sparse tree for 2.4vh249@kneesaa.uk.xensource.com2005-07-111-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linux-2.4.30-xen-sparse is now linux-2.4-xen-sparse Signed-off-by: Vincent Hanquez <vincent@xensource.com> --HG-- rename : linux-2.4.30-xen-sparse/Makefile => linux-2.4-xen-sparse/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/Makefile => linux-2.4-xen-sparse/arch/xen/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/boot/Makefile => linux-2.4-xen-sparse/arch/xen/boot/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/config.in => linux-2.4-xen-sparse/arch/xen/config.in rename : linux-2.4.30-xen-sparse/arch/xen/defconfig-xen0 => linux-2.4-xen-sparse/arch/xen/defconfig-xen0 rename : linux-2.4.30-xen-sparse/arch/xen/defconfig-xenU => linux-2.4-xen-sparse/arch/xen/defconfig-xenU rename : linux-2.4.30-xen-sparse/arch/xen/drivers/balloon/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/balloon/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/blkif/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/blkif/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/blkif/backend/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/blkif/backend/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/blkif/frontend/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/blkif/frontend/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/blkif/frontend/common.h => linux-2.4-xen-sparse/arch/xen/drivers/blkif/frontend/common.h rename : linux-2.4.30-xen-sparse/arch/xen/drivers/blkif/frontend/vbd.c => linux-2.4-xen-sparse/arch/xen/drivers/blkif/frontend/vbd.c rename : linux-2.4.30-xen-sparse/arch/xen/drivers/console/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/console/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/dom0/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/dom0/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/evtchn/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/evtchn/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/netif/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/netif/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/netif/backend/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/netif/backend/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/drivers/netif/frontend/Makefile => linux-2.4-xen-sparse/arch/xen/drivers/netif/frontend/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/kernel/Makefile => linux-2.4-xen-sparse/arch/xen/kernel/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/kernel/entry.S => linux-2.4-xen-sparse/arch/xen/kernel/entry.S rename : linux-2.4.30-xen-sparse/arch/xen/kernel/head.S => linux-2.4-xen-sparse/arch/xen/kernel/head.S rename : linux-2.4.30-xen-sparse/arch/xen/kernel/i386_ksyms.c => linux-2.4-xen-sparse/arch/xen/kernel/i386_ksyms.c rename : linux-2.4.30-xen-sparse/arch/xen/kernel/irq.c => linux-2.4-xen-sparse/arch/xen/kernel/irq.c rename : linux-2.4.30-xen-sparse/arch/xen/kernel/ldt.c => linux-2.4-xen-sparse/arch/xen/kernel/ldt.c rename : linux-2.4.30-xen-sparse/arch/xen/kernel/pci-pc.c => linux-2.4-xen-sparse/arch/xen/kernel/pci-pc.c rename : linux-2.4.30-xen-sparse/arch/xen/kernel/process.c => linux-2.4-xen-sparse/arch/xen/kernel/process.c rename : linux-2.4.30-xen-sparse/arch/xen/kernel/setup.c => linux-2.4-xen-sparse/arch/xen/kernel/setup.c rename : linux-2.4.30-xen-sparse/arch/xen/kernel/signal.c => linux-2.4-xen-sparse/arch/xen/kernel/signal.c rename : linux-2.4.30-xen-sparse/arch/xen/kernel/time.c => linux-2.4-xen-sparse/arch/xen/kernel/time.c rename : linux-2.4.30-xen-sparse/arch/xen/kernel/traps.c => linux-2.4-xen-sparse/arch/xen/kernel/traps.c rename : linux-2.4.30-xen-sparse/arch/xen/lib/Makefile => linux-2.4-xen-sparse/arch/xen/lib/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/lib/delay.c => linux-2.4-xen-sparse/arch/xen/lib/delay.c rename : linux-2.4.30-xen-sparse/arch/xen/mm/Makefile => linux-2.4-xen-sparse/arch/xen/mm/Makefile rename : linux-2.4.30-xen-sparse/arch/xen/mm/fault.c => linux-2.4-xen-sparse/arch/xen/mm/fault.c rename : linux-2.4.30-xen-sparse/arch/xen/mm/init.c => linux-2.4-xen-sparse/arch/xen/mm/init.c rename : linux-2.4.30-xen-sparse/arch/xen/mm/ioremap.c => linux-2.4-xen-sparse/arch/xen/mm/ioremap.c rename : linux-2.4.30-xen-sparse/arch/xen/vmlinux.lds => linux-2.4-xen-sparse/arch/xen/vmlinux.lds rename : linux-2.4.30-xen-sparse/drivers/block/ll_rw_blk.c => linux-2.4-xen-sparse/drivers/block/ll_rw_blk.c rename : linux-2.4.30-xen-sparse/drivers/char/Makefile => linux-2.4-xen-sparse/drivers/char/Makefile rename : linux-2.4.30-xen-sparse/drivers/char/mem.c => linux-2.4-xen-sparse/drivers/char/mem.c rename : linux-2.4.30-xen-sparse/drivers/char/tty_io.c => linux-2.4-xen-sparse/drivers/char/tty_io.c rename : linux-2.4.30-xen-sparse/drivers/scsi/aic7xxx/Makefile => linux-2.4-xen-sparse/drivers/scsi/aic7xxx/Makefile rename : linux-2.4.30-xen-sparse/include/asm-xen/bugs.h => linux-2.4-xen-sparse/include/asm-xen/bugs.h rename : linux-2.4.30-xen-sparse/include/asm-xen/desc.h => linux-2.4-xen-sparse/include/asm-xen/desc.h rename : linux-2.4.30-xen-sparse/include/asm-xen/fixmap.h => linux-2.4-xen-sparse/include/asm-xen/fixmap.h rename : linux-2.4.30-xen-sparse/include/asm-xen/highmem.h => linux-2.4-xen-sparse/include/asm-xen/highmem.h rename : linux-2.4.30-xen-sparse/include/asm-xen/hw_irq.h => linux-2.4-xen-sparse/include/asm-xen/hw_irq.h rename : linux-2.4.30-xen-sparse/include/asm-xen/io.h => linux-2.4-xen-sparse/include/asm-xen/io.h rename : linux-2.4.30-xen-sparse/include/asm-xen/irq.h => linux-2.4-xen-sparse/include/asm-xen/irq.h rename : linux-2.4.30-xen-sparse/include/asm-xen/keyboard.h => linux-2.4-xen-sparse/include/asm-xen/keyboard.h rename : linux-2.4.30-xen-sparse/include/asm-xen/mmu_context.h => linux-2.4-xen-sparse/include/asm-xen/mmu_context.h rename : linux-2.4.30-xen-sparse/include/asm-xen/module.h => linux-2.4-xen-sparse/include/asm-xen/module.h rename : linux-2.4.30-xen-sparse/include/asm-xen/page.h => linux-2.4-xen-sparse/include/asm-xen/page.h rename : linux-2.4.30-xen-sparse/include/asm-xen/pci.h => linux-2.4-xen-sparse/include/asm-xen/pci.h rename : linux-2.4.30-xen-sparse/include/asm-xen/pgalloc.h => linux-2.4-xen-sparse/include/asm-xen/pgalloc.h rename : linux-2.4.30-xen-sparse/include/asm-xen/pgtable-2level.h => linux-2.4-xen-sparse/include/asm-xen/pgtable-2level.h rename : linux-2.4.30-xen-sparse/include/asm-xen/pgtable.h => linux-2.4-xen-sparse/include/asm-xen/pgtable.h rename : linux-2.4.30-xen-sparse/include/asm-xen/processor.h => linux-2.4-xen-sparse/include/asm-xen/processor.h rename : linux-2.4.30-xen-sparse/include/asm-xen/queues.h => linux-2.4-xen-sparse/include/asm-xen/queues.h rename : linux-2.4.30-xen-sparse/include/asm-xen/segment.h => linux-2.4-xen-sparse/include/asm-xen/segment.h rename : linux-2.4.30-xen-sparse/include/asm-xen/smp.h => linux-2.4-xen-sparse/include/asm-xen/smp.h rename : linux-2.4.30-xen-sparse/include/asm-xen/system.h => linux-2.4-xen-sparse/include/asm-xen/system.h rename : linux-2.4.30-xen-sparse/include/asm-xen/vga.h => linux-2.4-xen-sparse/include/asm-xen/vga.h rename : linux-2.4.30-xen-sparse/include/asm-xen/xor.h => linux-2.4-xen-sparse/include/asm-xen/xor.h rename : linux-2.4.30-xen-sparse/include/linux/blk.h => linux-2.4-xen-sparse/include/linux/blk.h rename : linux-2.4.30-xen-sparse/include/linux/highmem.h => linux-2.4-xen-sparse/include/linux/highmem.h rename : linux-2.4.30-xen-sparse/include/linux/irq.h => linux-2.4-xen-sparse/include/linux/irq.h rename : linux-2.4.30-xen-sparse/include/linux/mm.h => linux-2.4-xen-sparse/include/linux/mm.h rename : linux-2.4.30-xen-sparse/include/linux/sched.h => linux-2.4-xen-sparse/include/linux/sched.h rename : linux-2.4.30-xen-sparse/include/linux/skbuff.h => linux-2.4-xen-sparse/include/linux/skbuff.h rename : linux-2.4.30-xen-sparse/include/linux/timer.h => linux-2.4-xen-sparse/include/linux/timer.h rename : linux-2.4.30-xen-sparse/kernel/time.c => linux-2.4-xen-sparse/kernel/time.c rename : linux-2.4.30-xen-sparse/kernel/timer.c => linux-2.4-xen-sparse/kernel/timer.c rename : linux-2.4.30-xen-sparse/mkbuildtree => linux-2.4-xen-sparse/mkbuildtree rename : linux-2.4.30-xen-sparse/mm/highmem.c => linux-2.4-xen-sparse/mm/highmem.c rename : linux-2.4.30-xen-sparse/mm/memory.c => linux-2.4-xen-sparse/mm/memory.c rename : linux-2.4.30-xen-sparse/mm/mprotect.c => linux-2.4-xen-sparse/mm/mprotect.c rename : linux-2.4.30-xen-sparse/mm/mremap.c => linux-2.4-xen-sparse/mm/mremap.c rename : linux-2.4.30-xen-sparse/mm/page_alloc.c => linux-2.4-xen-sparse/mm/page_alloc.c rename : linux-2.4.30-xen-sparse/net/core/skbuff.c => linux-2.4-xen-sparse/net/core/skbuff.c
* lose latest digit of the sparse tree for 2.6vh249@kneesaa.uk.xensource.com2005-07-113-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linux-2.6.11-xen-sparse is now linux-2.6-xen-sparse Signed-off-by: Vincent Hanquez <vincent@xensource.com> --HG-- rename : linux-2.6.11-xen-sparse/arch/xen/Kconfig => linux-2.6-xen-sparse/arch/xen/Kconfig rename : linux-2.6.11-xen-sparse/arch/xen/Kconfig.drivers => linux-2.6-xen-sparse/arch/xen/Kconfig.drivers rename : linux-2.6.11-xen-sparse/arch/xen/Makefile => linux-2.6-xen-sparse/arch/xen/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/boot/Makefile => linux-2.6-xen-sparse/arch/xen/boot/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 => linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_32 rename : linux-2.6.11-xen-sparse/arch/xen/configs/xen0_defconfig_x86_64 => linux-2.6-xen-sparse/arch/xen/configs/xen0_defconfig_x86_64 rename : linux-2.6.11-xen-sparse/arch/xen/configs/xenU_defconfig_x86_32 => linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_32 rename : linux-2.6.11-xen-sparse/arch/xen/configs/xenU_defconfig_x86_64 => linux-2.6-xen-sparse/arch/xen/configs/xenU_defconfig_x86_64 rename : linux-2.6.11-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 => linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_32 rename : linux-2.6.11-xen-sparse/arch/xen/configs/xen_defconfig_x86_64 => linux-2.6-xen-sparse/arch/xen/configs/xen_defconfig_x86_64 rename : linux-2.6.11-xen-sparse/arch/xen/i386/Kconfig => linux-2.6-xen-sparse/arch/xen/i386/Kconfig rename : linux-2.6.11-xen-sparse/arch/xen/i386/Makefile => linux-2.6-xen-sparse/arch/xen/i386/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile => linux-2.6-xen-sparse/arch/xen/i386/kernel/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/acpi/Makefile => linux-2.6-xen-sparse/arch/xen/i386/kernel/acpi/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/acpi/boot.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/acpi/boot.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/apic.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/apic.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/Makefile => linux-2.6-xen-sparse/arch/xen/i386/kernel/cpu/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/common.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/cpu/common.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/mtrr/Makefile => linux-2.6-xen-sparse/arch/xen/i386/kernel/cpu/mtrr/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/cpu/mtrr/main.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/cpu/mtrr/main.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/entry.S => linux-2.6-xen-sparse/arch/xen/i386/kernel/entry.S rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/head.S => linux-2.6-xen-sparse/arch/xen/i386/kernel/head.S rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/i386_ksyms.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/io_apic.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/io_apic.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/ioport.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/ioport.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/irq.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/irq.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/ldt.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/ldt.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/microcode.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/microcode.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/mpparse.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/mpparse.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/pci-dma.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/process.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/process.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/setup.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/setup.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/signal.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/signal.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smp.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/smp.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/smpboot.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/smpboot.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/time.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/time.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/timers/Makefile => linux-2.6-xen-sparse/arch/xen/i386/kernel/timers/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/timers/timer_tsc.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/timers/timer_tsc.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/traps.c => linux-2.6-xen-sparse/arch/xen/i386/kernel/traps.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/kernel/vsyscall.S => linux-2.6-xen-sparse/arch/xen/i386/kernel/vsyscall.S rename : linux-2.6.11-xen-sparse/arch/xen/i386/mach-default/Makefile => linux-2.6-xen-sparse/arch/xen/i386/mach-default/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/mm/Makefile => linux-2.6-xen-sparse/arch/xen/i386/mm/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/mm/fault.c => linux-2.6-xen-sparse/arch/xen/i386/mm/fault.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/mm/highmem.c => linux-2.6-xen-sparse/arch/xen/i386/mm/highmem.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/mm/hypervisor.c => linux-2.6-xen-sparse/arch/xen/i386/mm/hypervisor.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/mm/init.c => linux-2.6-xen-sparse/arch/xen/i386/mm/init.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/mm/ioremap.c => linux-2.6-xen-sparse/arch/xen/i386/mm/ioremap.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/mm/pgtable.c => linux-2.6-xen-sparse/arch/xen/i386/mm/pgtable.c rename : linux-2.6.11-xen-sparse/arch/xen/i386/pci/Makefile => linux-2.6-xen-sparse/arch/xen/i386/pci/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/i386/pci/irq.c => linux-2.6-xen-sparse/arch/xen/i386/pci/irq.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/Makefile => linux-2.6-xen-sparse/arch/xen/kernel/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/kernel/ctrl_if.c => linux-2.6-xen-sparse/arch/xen/kernel/ctrl_if.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/devmem.c => linux-2.6-xen-sparse/arch/xen/kernel/devmem.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/evtchn.c => linux-2.6-xen-sparse/arch/xen/kernel/evtchn.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/fixup.c => linux-2.6-xen-sparse/arch/xen/kernel/fixup.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/gnttab.c => linux-2.6-xen-sparse/arch/xen/kernel/gnttab.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/reboot.c => linux-2.6-xen-sparse/arch/xen/kernel/reboot.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/skbuff.c => linux-2.6-xen-sparse/arch/xen/kernel/skbuff.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/smp.c => linux-2.6-xen-sparse/arch/xen/kernel/smp.c rename : linux-2.6.11-xen-sparse/arch/xen/kernel/xen_proc.c => linux-2.6-xen-sparse/arch/xen/kernel/xen_proc.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/Kconfig => linux-2.6-xen-sparse/arch/xen/x86_64/Kconfig rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/Makefile => linux-2.6-xen-sparse/arch/xen/x86_64/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/ia32/Makefile => linux-2.6-xen-sparse/arch/xen/x86_64/ia32/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/ia32/ia32entry.S => linux-2.6-xen-sparse/arch/xen/x86_64/ia32/ia32entry.S rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/ia32/syscall32.c => linux-2.6-xen-sparse/arch/xen/x86_64/ia32/syscall32.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/ia32/vsyscall-int80.S => linux-2.6-xen-sparse/arch/xen/x86_64/ia32/vsyscall-int80.S rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/Makefile => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/acpi/Makefile => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/acpi/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/apic.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/apic.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/asm-offsets.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/asm-offsets.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/e820.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/e820.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/early_printk.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/early_printk.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/entry.S => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/entry.S rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/head.S => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/head.S rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/head64.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/head64.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/init_task.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/init_task.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/io_apic.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/io_apic.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/ioport.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/ioport.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/irq.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/irq.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/ldt.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/ldt.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/mpparse.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/mpparse.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/pci-dma.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/pci-dma.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/pci-nommu.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/pci-nommu.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/process.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/process.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/setup.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/setup64.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/setup64.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/signal.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/signal.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/smp.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smp.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/smpboot.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/smpboot.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/traps.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/traps.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/vsyscall.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/vsyscall.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/x8664_ksyms.c => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/x8664_ksyms.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/xen_entry.S => linux-2.6-xen-sparse/arch/xen/x86_64/kernel/xen_entry.S rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/Makefile => linux-2.6-xen-sparse/arch/xen/x86_64/mm/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/fault.c => linux-2.6-xen-sparse/arch/xen/x86_64/mm/fault.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/init.c => linux-2.6-xen-sparse/arch/xen/x86_64/mm/init.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/ioremap.c => linux-2.6-xen-sparse/arch/xen/x86_64/mm/ioremap.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/mm/pageattr.c => linux-2.6-xen-sparse/arch/xen/x86_64/mm/pageattr.c rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile => linux-2.6-xen-sparse/arch/xen/x86_64/pci/Makefile rename : linux-2.6.11-xen-sparse/arch/xen/x86_64/pci/Makefile-BUS => linux-2.6-xen-sparse/arch/xen/x86_64/pci/Makefile-BUS rename : linux-2.6.11-xen-sparse/drivers/Makefile => linux-2.6-xen-sparse/drivers/Makefile rename : linux-2.6.11-xen-sparse/drivers/acpi/tables.c => linux-2.6-xen-sparse/drivers/acpi/tables.c rename : linux-2.6.11-xen-sparse/drivers/char/mem.c => linux-2.6-xen-sparse/drivers/char/mem.c rename : linux-2.6.11-xen-sparse/drivers/char/tty_io.c => linux-2.6-xen-sparse/drivers/char/tty_io.c rename : linux-2.6.11-xen-sparse/drivers/xen/Makefile => linux-2.6-xen-sparse/drivers/xen/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/balloon/Makefile => linux-2.6-xen-sparse/drivers/xen/balloon/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/balloon/balloon.c => linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c rename : linux-2.6.11-xen-sparse/drivers/xen/blkback/Makefile => linux-2.6-xen-sparse/drivers/xen/blkback/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/blkback/blkback.c => linux-2.6-xen-sparse/drivers/xen/blkback/blkback.c rename : linux-2.6.11-xen-sparse/drivers/xen/blkback/common.h => linux-2.6-xen-sparse/drivers/xen/blkback/common.h rename : linux-2.6.11-xen-sparse/drivers/xen/blkback/control.c => linux-2.6-xen-sparse/drivers/xen/blkback/control.c rename : linux-2.6.11-xen-sparse/drivers/xen/blkback/interface.c => linux-2.6-xen-sparse/drivers/xen/blkback/interface.c rename : linux-2.6.11-xen-sparse/drivers/xen/blkback/vbd.c => linux-2.6-xen-sparse/drivers/xen/blkback/vbd.c rename : linux-2.6.11-xen-sparse/drivers/xen/blkfront/Kconfig => linux-2.6-xen-sparse/drivers/xen/blkfront/Kconfig rename : linux-2.6.11-xen-sparse/drivers/xen/blkfront/Makefile => linux-2.6-xen-sparse/drivers/xen/blkfront/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/blkfront/blkfront.c => linux-2.6-xen-sparse/drivers/xen/blkfront/blkfront.c rename : linux-2.6.11-xen-sparse/drivers/xen/blkfront/block.h => linux-2.6-xen-sparse/drivers/xen/blkfront/block.h rename : linux-2.6.11-xen-sparse/drivers/xen/blkfront/vbd.c => linux-2.6-xen-sparse/drivers/xen/blkfront/vbd.c rename : linux-2.6.11-xen-sparse/drivers/xen/blktap/Makefile => linux-2.6-xen-sparse/drivers/xen/blktap/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/blktap/blktap.c => linux-2.6-xen-sparse/drivers/xen/blktap/blktap.c rename : linux-2.6.11-xen-sparse/drivers/xen/blktap/blktap.h => linux-2.6-xen-sparse/drivers/xen/blktap/blktap.h rename : linux-2.6.11-xen-sparse/drivers/xen/blktap/blktap_controlmsg.c => linux-2.6-xen-sparse/drivers/xen/blktap/blktap_controlmsg.c rename : linux-2.6.11-xen-sparse/drivers/xen/blktap/blktap_datapath.c => linux-2.6-xen-sparse/drivers/xen/blktap/blktap_datapath.c rename : linux-2.6.11-xen-sparse/drivers/xen/blktap/blktap_userdev.c => linux-2.6-xen-sparse/drivers/xen/blktap/blktap_userdev.c rename : linux-2.6.11-xen-sparse/drivers/xen/console/Makefile => linux-2.6-xen-sparse/drivers/xen/console/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/console/console.c => linux-2.6-xen-sparse/drivers/xen/console/console.c rename : linux-2.6.11-xen-sparse/drivers/xen/evtchn/Makefile => linux-2.6-xen-sparse/drivers/xen/evtchn/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/evtchn/evtchn.c => linux-2.6-xen-sparse/drivers/xen/evtchn/evtchn.c rename : linux-2.6.11-xen-sparse/drivers/xen/netback/Makefile => linux-2.6-xen-sparse/drivers/xen/netback/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/netback/common.h => linux-2.6-xen-sparse/drivers/xen/netback/common.h rename : linux-2.6.11-xen-sparse/drivers/xen/netback/control.c => linux-2.6-xen-sparse/drivers/xen/netback/control.c rename : linux-2.6.11-xen-sparse/drivers/xen/netback/interface.c => linux-2.6-xen-sparse/drivers/xen/netback/interface.c rename : linux-2.6.11-xen-sparse/drivers/xen/netback/loopback.c => linux-2.6-xen-sparse/drivers/xen/netback/loopback.c rename : linux-2.6.11-xen-sparse/drivers/xen/netback/netback.c => linux-2.6-xen-sparse/drivers/xen/netback/netback.c rename : linux-2.6.11-xen-sparse/drivers/xen/netfront/Kconfig => linux-2.6-xen-sparse/drivers/xen/netfront/Kconfig rename : linux-2.6.11-xen-sparse/drivers/xen/netfront/Makefile => linux-2.6-xen-sparse/drivers/xen/netfront/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/netfront/netfront.c => linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c rename : linux-2.6.11-xen-sparse/drivers/xen/privcmd/Makefile => linux-2.6-xen-sparse/drivers/xen/privcmd/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/privcmd/privcmd.c => linux-2.6-xen-sparse/drivers/xen/privcmd/privcmd.c rename : linux-2.6.11-xen-sparse/drivers/xen/usbback/common.h => linux-2.6-xen-sparse/drivers/xen/usbback/common.h rename : linux-2.6.11-xen-sparse/drivers/xen/usbback/control.c => linux-2.6-xen-sparse/drivers/xen/usbback/control.c rename : linux-2.6.11-xen-sparse/drivers/xen/usbback/interface.c => linux-2.6-xen-sparse/drivers/xen/usbback/interface.c rename : linux-2.6.11-xen-sparse/drivers/xen/usbback/usbback.c => linux-2.6-xen-sparse/drivers/xen/usbback/usbback.c rename : linux-2.6.11-xen-sparse/drivers/xen/usbfront/usbfront.c => linux-2.6-xen-sparse/drivers/xen/usbfront/usbfront.c rename : linux-2.6.11-xen-sparse/drivers/xen/usbfront/xhci.h => linux-2.6-xen-sparse/drivers/xen/usbfront/xhci.h rename : linux-2.6.11-xen-sparse/drivers/xen/xenbus/Makefile => linux-2.6-xen-sparse/drivers/xen/xenbus/Makefile rename : linux-2.6.11-xen-sparse/drivers/xen/xenbus/xenbus_comms.c => linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.c rename : linux-2.6.11-xen-sparse/drivers/xen/xenbus/xenbus_comms.h => linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_comms.h rename : linux-2.6.11-xen-sparse/drivers/xen/xenbus/xenbus_probe.c => linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c rename : linux-2.6.11-xen-sparse/drivers/xen/xenbus/xenbus_xs.c => linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_xs.c rename : linux-2.6.11-xen-sparse/include/asm-generic/pgtable.h => linux-2.6-xen-sparse/include/asm-generic/pgtable.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/agp.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/agp.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/desc.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/desc.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/dma-mapping.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/dma-mapping.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/fixmap.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/fixmap.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/floppy.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/floppy.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/highmem.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/highmem.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/hypercall.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/hypercall.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/io.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/io.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mach-xen/irq_vectors.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/mach-xen/irq_vectors.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_post.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_pre.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/mach-xen/setup_arch_pre.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mach-xen/smpboot_hooks.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/mach-xen/smpboot_hooks.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mmu.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/mmu.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/mmu_context.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/mmu_context.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/page.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/page.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/param.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/param.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/pci.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/pci.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/pgalloc.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/pgalloc.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/pgtable-2level-defs.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/pgtable-2level-defs.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/pgtable-2level.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/pgtable-2level.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/pgtable.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/pgtable.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/processor.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/processor.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/ptrace.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/ptrace.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/segment.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/segment.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/setup.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/setup.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/spinlock.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/spinlock.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/synch_bitops.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/synch_bitops.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/system.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/system.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/tlbflush.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/tlbflush.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-i386/vga.h => linux-2.6-xen-sparse/include/asm-xen/asm-i386/vga.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/arch_hooks.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/arch_hooks.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/bootsetup.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/bootsetup.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/desc.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/desc.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/dma-mapping.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/dma-mapping.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/fixmap.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/fixmap.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/floppy.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/floppy.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/hypercall.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/hypercall.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/io.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/io.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/irq.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/irq.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/io_ports.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/io_ports.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/irq_vectors.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/irq_vectors.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/mach_time.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/mach_time.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/mach_timer.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/mach_timer.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/setup_arch_post.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/setup_arch_post.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/setup_arch_pre.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/setup_arch_pre.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/smpboot_hooks.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/mach-xen/smpboot_hooks.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/mmu_context.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/mmu_context.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/page.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/page.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/param.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/param.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/pci.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pci.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/pda.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pda.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/pgalloc.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pgalloc.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/pgtable.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pgtable.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/processor.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/processor.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/ptrace.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/ptrace.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/segment.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/segment.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/smp.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/smp.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/system.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/system.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/timer.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/timer.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/tlbflush.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/tlbflush.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/vga.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/vga.h rename : linux-2.6.11-xen-sparse/include/asm-xen/asm-x86_64/xor.h => linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/xor.h rename : linux-2.6.11-xen-sparse/include/asm-xen/balloon.h => linux-2.6-xen-sparse/include/asm-xen/balloon.h rename : linux-2.6.11-xen-sparse/include/asm-xen/ctrl_if.h => linux-2.6-xen-sparse/include/asm-xen/ctrl_if.h rename : linux-2.6.11-xen-sparse/include/asm-xen/evtchn.h => linux-2.6-xen-sparse/include/asm-xen/evtchn.h rename : linux-2.6.11-xen-sparse/include/asm-xen/foreign_page.h => linux-2.6-xen-sparse/include/asm-xen/foreign_page.h rename : linux-2.6.11-xen-sparse/include/asm-xen/gnttab.h => linux-2.6-xen-sparse/include/asm-xen/gnttab.h rename : linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h => linux-2.6-xen-sparse/include/asm-xen/hypervisor.h rename : linux-2.6.11-xen-sparse/include/asm-xen/linux-public/privcmd.h => linux-2.6-xen-sparse/include/asm-xen/linux-public/privcmd.h rename : linux-2.6.11-xen-sparse/include/asm-xen/linux-public/suspend.h => linux-2.6-xen-sparse/include/asm-xen/linux-public/suspend.h rename : linux-2.6.11-xen-sparse/include/asm-xen/queues.h => linux-2.6-xen-sparse/include/asm-xen/queues.h rename : linux-2.6.11-xen-sparse/include/asm-xen/synch_bitops.h => linux-2.6-xen-sparse/include/asm-xen/synch_bitops.h rename : linux-2.6.11-xen-sparse/include/asm-xen/xen_proc.h => linux-2.6-xen-sparse/include/asm-xen/xen_proc.h rename : linux-2.6.11-xen-sparse/include/asm-xen/xenbus.h => linux-2.6-xen-sparse/include/asm-xen/xenbus.h rename : linux-2.6.11-xen-sparse/include/linux/gfp.h => linux-2.6-xen-sparse/include/linux/gfp.h rename : linux-2.6.11-xen-sparse/include/linux/highmem.h => linux-2.6-xen-sparse/include/linux/highmem.h rename : linux-2.6.11-xen-sparse/include/linux/irq.h => linux-2.6-xen-sparse/include/linux/irq.h rename : linux-2.6.11-xen-sparse/include/linux/mm.h => linux-2.6-xen-sparse/include/linux/mm.h rename : linux-2.6.11-xen-sparse/include/linux/skbuff.h => linux-2.6-xen-sparse/include/linux/skbuff.h rename : linux-2.6.11-xen-sparse/kernel/irq/manage.c => linux-2.6-xen-sparse/kernel/irq/manage.c rename : linux-2.6.11-xen-sparse/mkbuildtree => linux-2.6-xen-sparse/mkbuildtree rename : linux-2.6.11-xen-sparse/mm/highmem.c => linux-2.6-xen-sparse/mm/highmem.c rename : linux-2.6.11-xen-sparse/mm/memory.c => linux-2.6-xen-sparse/mm/memory.c rename : linux-2.6.11-xen-sparse/mm/mmap.c => linux-2.6-xen-sparse/mm/mmap.c rename : linux-2.6.11-xen-sparse/mm/page_alloc.c => linux-2.6-xen-sparse/mm/page_alloc.c rename : linux-2.6.11-xen-sparse/net/core/dev.c => linux-2.6-xen-sparse/net/core/dev.c rename : linux-2.6.11-xen-sparse/net/core/skbuff.c => linux-2.6-xen-sparse/net/core/skbuff.c
* Add a new Linux kernel config file -xen [NB: no 0 or U suffix] that builds a ↵iap10@freefall.cl.cam.ac.uk2005-07-061-0/+48
| | | | | | | | | wide selection of modules, more in keeping with distro kernels. It can be used as both a dom0 and domU domain kernel. It is not built by default as it takes ages, but should be in install tar balls and the demo CD. Signed-off-by: ian.pratt@cl.cam.ac.uk
* Formally remove support for linux 2.4 dom0. domU should still work.iap10@freefall.cl.cam.ac.uk2005-07-011-57/+0
| | | | | | Signed-off-by: ian@xensource.com
* bitkeeper revision 1.1718.1.10 (42b7b19aqOS_1M8I4pIOFjiTPYWV-g)iap10@spot.cl.cam.ac.uk2005-06-211-1/+1
|\ | | | | | | | | | | Merge bk://xenbits.xensource.com/xen-unstable.bk into spot.cl.cam.ac.uk:C:/Documents and Settings/iap10/xen-unstable.bk
| * bitkeeper revision 1.1718.2.1 (42b548b7ux2RLNcFOrtdJXuEMvLNEw)iap10@spot.cl.cam.ac.uk2005-06-191-1/+1
| | | | | | | | | | This patch allows user to choose mirror to get linux kernel source instead of getting it from kernel.org (which set as default)
* | bitkeeper revision 1.1718.1.2 (42b40c3akEkhBrLzUFb8IOJmt33HQA)vh249@arcadians.cl.cam.ac.uk2005-06-181-0/+1
|/ | | | | | | | new linux kernel tar use extended pax headers. remove the file wrongly created by older version of tar which make the build fail. Signed-off-by: Vincent Hanquez <vincent@xensource.com>
* bitkeeper revision 1.1519.1.1 (42926ccbNcRLyOP3D-TWC04yWeeZkA)cl349@firebug.cl.cam.ac.uk2005-05-234-24/+24
|\ | | | | | | | | | | Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk-clean
| * bitkeeper revision 1.1159.286.1 (42926ca2mQzPTNdXEXvnRmsyYb7PPg)cl349@firebug.cl.cam.ac.uk2005-05-234-24/+24
| | | | | | | | | | | | | | mk.linux-2.6-xenU, mk.linux-2.6-xen0, mk.linux-2.4-xenU, mk.linux-2.4-xen0: Fix magic to find an old config file in dist/install/boot. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1513 (4291f527HzSV5MgVTL5ZpTs61-VQvg)cl349@firebug.cl.cam.ac.uk2005-05-232-2/+2
| | | | | | | | | | | | | | mk.linux-2.6-xenU, mk.linux-2.6-xen0, Rules.mk, Config.mk: Move {COMPILE,TARGET}_{,SUB}ARCH} definition into xen/Rules.mk. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1409 (4285cffel2cHlgTVve7rKm7P52VnFw)cl349@firebug.cl.cam.ac.uk2005-05-144-4/+4
|\| | | | | | | | | | | Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk
| * bitkeeper revision 1.1159.258.126 (4285cf9es4gAxAYMAVfDwAUWmO6-Lw)cl349@firebug.cl.cam.ac.uk2005-05-144-4/+4
| | | | | | | | | | | | | | Many files: Move - into XENGUEST so builds without XENGUEST work better. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1408 (4285446fFFH8-wyJ168gdNkCDjEaNQ)cl349@firebug.cl.cam.ac.uk2005-05-144-4/+4
|\| | | | | | | | | | | | | | | | | | | Merge 2.0-testing changes: - Install xen binary with version number appended and create several symlinks for less specific version numbers. - Change XEN_EXTRAVERSION to -testing, move surrounding-" to compile.h.in. Also define XEN_FULLVESION and use. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
| * bitkeeper revision 1.1159.258.123 (42852fd48Nr7wIoriw8GV3ZAjVOw8Q)cl349@firebug.cl.cam.ac.uk2005-05-134-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Many files: Create vmlinuz-$(VERSION).$(PATCHLEVEL)-$(XENGUEST) and vmlinuz-$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)-$(XENGUEST) symlinks in dist/install/boot from kernel build target. install.sh: No need to create vmlinuz symlinks in dist/install/boot from install.sh anymore. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1389.1.58 (4284a31c7qtIJq4Xtr0CKJcIpy5QZQ)mafetter@fleming.research2005-05-131-2/+2
|\| | | | | | | | | | | Merge fleming.research:/scratch/fleming/mafetter/xen-2.0-testing.bk into fleming.research:/scratch/fleming/mafetter/xen-unstable.bk
| * bitkeeper revision 1.1159.258.121 (4284a2fe8e-teEoJtU8EYiHY0jsBdg)mafetter@fleming.research2005-05-131-2/+2
| | | | | | | | | | Fix construction of ref directories when no patches are present
* | bitkeeper revision 1.1389.1.54 (4283d27bubGjVv8CuO6h-NAyHyG8ww)cl349@firebug.cl.cam.ac.uk2005-05-121-1/+1
| | | | | | | | | | | | | | Rules.mk: Fix early creation of .bk_skip file. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1389.1.53 (4283a9ddh938uAD1Jnb_4rll_ioGBw)cl349@firebug.cl.cam.ac.uk2005-05-126-32/+41
|\| | | | | | | | | | | Merge Makefile changes. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
| * bitkeeper revision 1.1159.280.1 (4283a76ftpuj_gm_Dw7id90bgDL3JQ)cl349@firebug.cl.cam.ac.uk2005-05-126-31/+40
| | | | | | | | | | | | | | | | | | | | Many files: Use marker files instead of depending on the change times of directories. ignore: Add patches/*/.makedep. Cleanup ignore list. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1389.21.1 (4283792ffw1RN7kz5eMAmtk7CtBWnQ)cl349@firebug.cl.cam.ac.uk2005-05-124-20/+16
|\| | | | | | | | | | | Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk-clean
| * bitkeeper revision 1.1159.258.117 (4283790fhpDiiKA-POixMtbhwAG92Q)cl349@firebug.cl.cam.ac.uk2005-05-124-20/+16
| | | | | | | | | | | | | | mk.linux-2.6-xenU, mk.linux-2.6-xen0, mk.linux-2.4-xenU, mk.linux-2.4-xen0: Honour EXTRAVERSION when trying to re-use a config file from a previous build. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1389.1.42 (42835536rA-h77TrcPbgY_ReOoY4bQ)cl349@firebug.cl.cam.ac.uk2005-05-126-19/+43
|\| | | | | | | | | | | Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk into firebug.cl.cam.ac.uk:/local/scratch/cl349/xen-unstable.bk-clean
| * bitkeeper revision 1.1159.258.115 (428354804NJckGgn06IblzmoXJ6F4A)cl349@firebug.cl.cam.ac.uk2005-05-126-19/+43
| | | | | | | | | | | | | | | | | | | | | | | | Many files: Add additional intermediate tree (e.g. ref-linux-2.6.11) which is a pristine tree with the patches from patches/$(OS)-$(OS_VER) applied. The pristine tree is really pristine now. Also add dependency of ref-$(OS)-$(OS_VER) tree on patches in patches/$(OS)-$(OS_VER). ignore: Add ref-* Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1236.1.199 (424ef4eahp9zc9DUf9tycOmpkfA2Bw)cl349@firebug.cl.cam.ac.uk[cl349]2005-04-023-2/+4
| | | | | | | | | | | | Add TARGET_ARCH suffix to defconfig files. Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* | bitkeeper revision 1.1236.12.15 (422e5a69zhiLV3Xbq3D-aL20QlyddA)cl349@firebug.cl.cam.ac.uk2005-03-092-2/+2
|\| | | | | | | | | | | Merge firebug.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk into firebug.cl.cam.ac.uk:/local/scratch/cl349/netbsd/xen-unstable.bk
| * bitkeeper revision 1.1159.258.34 (422e593fP_MDJ47j5LhtS8fQOVuyAQ)cl349@firebug.cl.cam.ac.uk2005-03-092-2/+2
| | | | | | | | | | | | Update to NetBSD 2.0.1. Signed-off-by: Christian Limpach <cl@NetBSD.org>
* | bitkeeper revision 1.1236.1.50 (4226e18dPTdFTiLOPiPo6q_3m7Ycyw)kaf24@firebug.cl.cam.ac.uk2005-03-031-0/+1
| | | | | | | | | | | | Speed up 'bk citool' by forcing it to skip scan of build directories. Signed-off-by: Keir Fraser <keir.fraser@cl.cam.ac.uk>
* | bitkeeper revision 1.1230.2.3 (421a8b4cm10sqtsFEvc7uzbhBbWSaQ)cl349@arcadians.cl.cam.ac.uk2005-02-225-0/+21
|/ | | | | | | Support "make linux-2.6-xenU-config" and similar. Defaults to run menuconfig, but canbe overriden on Make's command line by setting CONFIGMODE. Signed-off-by: chris@xensource.com
* bitkeeper revision 1.1159.223.52 (41fb7ba0KYbuQ5SmW1MZjMO0P-RCew)kaf24@viper.(none)2005-01-292-2/+2
| | | | | | Small build fixes. Xen and XenLinux now build for x86_32 from within an x86_64 build environment if you set TARGET_ARCH=x86_32.
* bitkeeper revision 1.1159.223.38 (41f667cdBlErg8MU1cuAekL1VC008w)iap10@tetris.cl.cam.ac.uk2005-01-256-11/+11
| | | | | | More fixes to the build system further to earlier patch. Signed-off-by: ian.pratt@cl.cam.ac.uk
* bitkeeper revision 1.1159.223.26 (41f2cdb6LNpheOtPoAKEUn-czlZFig)iap10@labyrinth.cl.cam.ac.uk2005-01-224-8/+8
| | | | | | | | | | | | | Description: use DESTDIR correctly Standard makefiles always attempt to install to the root(/). Setting DESTDIR is the normal way to install to an alternative location. Setting prefix has the possibility of breaking programs, as the prefix may have been embedded inside a compiled binary. From: Adam Heath <doogie@brainfood.com> Signed-off-by: ian.pratt@cl.cam.ac.uk
* bitkeeper revision 1.1159.223.24 (41f2cb2floBkEBE6cfn2iLK2ZpPfhA)iap10@labyrinth.cl.cam.ac.uk2005-01-222-4/+8
| | | | | | | | | | | Description: conditionally call modules targets for 2.4 There was a complaint on the mailing list about linux 2.6 not building if module support was disabled; a patch was done to fix this. However, the same change was not done to the 2.4 files. From: Adam Heath <doogie@brainfood.com> Signed-off-by: ian.pratt@cl.cam.ac.uk
* bitkeeper revision 1.1159.170.87 (41e403a3b9YzrwLBMzUP1m_iQQGMJQ)kaf24@scramble.cl.cam.ac.uk2005-01-112-6/+9
| | | | | Allow building of kernels with no module support.
* bitkeeper revision 1.1159.187.28 (41aa30ddzQc4QQ8kotJ3RHoG7dhzsQ)kaf24@scramble.cl.cam.ac.uk2004-11-281-0/+3
| | | | | | | Update the AGP+DRM patches for 2.6.9, and automatically patch the kernels before we build them. Also avoid using virt_to_phys() in our virtual drivers as we may change what it does -- better to use __pa().
* bitkeeper revision 1.1159.176.2 (419bcd80h-r7PbubJr0FE4gcCaXwRQ)kaf24@scramble.cl.cam.ac.uk2004-11-171-0/+5
| | | | | Add support for standalone make -f buildconfigs/mk... back.