aboutsummaryrefslogtreecommitdiffstats
path: root/buildconfigs
Commit message (Expand)AuthorAgeFilesLines
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-102-4/+7
* Remove unused netbsd build fragments.kaf24@firebug.cl.cam.ac.uk2006-04-102-37/+4
* 'make mkpatches' diffs against pristine tree rather thankaf24@firebug.cl.cam.ac.uk2006-04-101-2/+2
* fix x86_32 default linux buildsack@kneesa.uk.xensource.com2006-04-102-0/+4
* Build CONFIG_PNP_ACPI by default.kaf24@firebug.cl.cam.ac.uk2006-04-084-14/+32
* Add xenoprof supportack@kneesa.uk.xensource.com2006-04-063-0/+3
* Allow CONFIG_DEBUG_INFO to be specified when buildingkaf24@firebug.cl.cam.ac.uk2006-04-063-0/+3
* Build a few more common network options into the i386 -xen kernel.kaf24@firebug.cl.cam.ac.uk2006-04-041-3/+3
* Add missing -xen ia64 config file.kaf24@firebug.cl.cam.ac.uk2006-03-281-0/+1523
* Add -xen buildconfig for ia64 and tweak CONFIG_VT setup to avoidkaf24@firebug.cl.cam.ac.uk2006-03-282-19/+20
* Make -xen default kernel compile on x86_64 by removing b44 module.kaf24@firebug.cl.cam.ac.uk2006-03-271-9/+7
* [IA64] build xen_sysfs by defaultawilliam@xenbuild.aw2006-03-222-0/+2
* Creates a module that exports Xen Hypervisor attributes to sysfs. Thekaf24@firebug.cl.cam.ac.uk2006-03-216-0/+6
* Update to Linux 2.6.16.cl349@firebug.cl.cam.ac.uk2006-03-202-18/+3
* Update to Linux 2.6.16-rc6.cl349@firebug.cl.cam.ac.uk2006-03-181-3/+3
* Build MTRR support into privileged xenlinux x86/64.kaf24@firebug.cl.cam.ac.uk2006-03-092-0/+2
* Allow netback to be built as a module.kaf24@firebug.cl.cam.ac.uk2006-02-284-0/+4
* Update to Linux 2.6.16-rc5.cl349@firebug.cl.cam.ac.uk2006-02-271-3/+3
* Update to Linux 2.6.16-rc4.cl349@firebug.cl.cam.ac.uk2006-02-211-3/+3
* missing "is not set" string in one config option.vhanquez@kneesa.uk.xensource.com2006-02-201-1/+1
* Set default HZ to 100.vhanquez@kneesa.uk.xensource.com2006-02-208-24/+24
* Allow CPU frequency option on x86_64 for privileged guests.cl349@firebug.cl.cam.ac.uk2006-02-202-3/+13
* Update the ia64 linux-2.6-xen-sparse tree to 2.6.16-rc3.cl349@firebug.cl.cam.ac.uk2006-02-162-12/+10
* Update defconfigs for PCI front/back driver config options.kaf24@firebug.cl.cam.ac.uk2006-02-176-11/+38
* Update to Linux 2.6.16-rc3.cl349@firebug.cl.cam.ac.uk2006-02-157-84/+28
* Update defconfigs.kaf24@firebug.cl.cam.ac.uk2006-02-132-5/+18
* Update x86_32 defconfigs for ISA_DMA_API config change.kaf24@firebug.cl.cam.ac.uk2006-02-133-0/+3
* Remove defunct compile option CONFIG_XEN_SHADOW_MODE.kaf24@firebug.cl.cam.ac.uk2006-02-096-6/+0
* Fix x86_64 CPU hotplug by paravirtualizing the play_dead() function.kaf24@firebug.cl.cam.ac.uk2006-02-092-2/+2
* Remove the PHYSDEV_ACCESS configure option from Linux.kaf24@firebug.cl.cam.ac.uk2006-02-078-13/+458
* Update ia64 to 2.6.16-rc2.cl349@firebug.cl.cam.ac.uk2006-02-062-72/+125
* Temporary fix to include PTY support in domU builds.kaf24@firebug.cl.cam.ac.uk2006-02-062-1/+7
* Update x86_32 -xen config file for PAE builds.cl349@firebug.cl.cam.ac.uk2006-02-031-0/+1
* Update to Linux 2.6.16-rc2.cl349@firebug.cl.cam.ac.uk2006-02-037-21/+40
* Update x86_32 -xen config file for PAE builds.cl349@firebug.cl.cam.ac.uk2006-02-031-0/+1
* One more fix to the buildsystem ($^ is not $<).cl349@firebug.cl.cam.ac.uk2006-02-031-2/+2
* Fix another corner case in the build system.cl349@firebug.cl.cam.ac.uk2006-02-031-6/+6
* Fix buildsystem.cl349@firebug.cl.cam.ac.uk2006-02-021-9/+13
* Update to Linux 2.6.16-rc1-git4.cl349@firebug.cl.cam.ac.uk2006-02-028-360/+455
* Updates ia64 to 2.6.15.cl349@firebug.cl.cam.ac.uk2006-02-022-331/+523
* Update to Linux 2.6.15.cl349@firebug.cl.cam.ac.uk2006-02-017-170/+355
* Permit compilation of HOTPLUG_CPU on i386.vhanquez@kneesa.uk.xensource.com2006-02-012-0/+2
* Proper fix for profile_pc on x86_64.cl349@firebug.cl.cam.ac.uk2006-02-014-4/+4
* Disable CONFIG_HOTPLUG_CPU for now.cl349@firebug.cl.cam.ac.uk2006-01-312-5/+4
* Update to Linux 2.6.14.cl349@firebug.cl.cam.ac.uk2006-01-317-1479/+2084
* Adapt Xenlinux/ia64 to build in the new subarch environment.cl349@firebug.cl.cam.ac.uk2006-01-312-0/+2666
* Update linux sparse tree to subarch layout.cl349@firebug.cl.cam.ac.uk2006-01-308-5/+9029
* Currently there is no generic configure file to compile xenlinux onkaf24@firebug.cl.cam.ac.uk2005-12-201-1/+1
* Allows a 'make prep-kernels' which sets up the kernel directories, allowingvhanquez@kneesa.uk.xensource.com2005-12-102-0/+5
* really fix mkpatches to work correctly.vhanquez@kneesa.uk.xensource.com2005-12-081-1/+6