aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6-xen-sparse
Commit message (Expand)AuthorAgeFilesLines
...
| * The Xen console intercepts ^O and prevents it from propagatingkfraser@localhost.localdomain2007-03-121-2/+5
| * Fix valid_phys_addr_range() prototype of xen /dev/mem.kfraser@localhost.localdomain2007-03-121-3/+3
* | merge with xen-unstable.hgawilliam@xenbuild2.aw2007-03-1229-125/+115
|\|
| * pci back: Various fixes.kfraser@localhost.localdomain2007-03-104-19/+14
| * Add flags field to VCPUOP_set_singlsehot_timer.kfraser@localhost.localdomain2007-03-101-0/+1
| * linux: Use new time hypercalls.kfraser@localhost.localdomain2007-03-092-2/+31
| * linux: fix build warningskfraser@localhost.localdomain2007-03-093-3/+5
| * linux: Upgrade to latest Xen interface version (0x00030205).kfraser@localhost.localdomain2007-03-0921-61/+61
| * pci back: Fix registration of of filters on subsections of config space.kfraser@localhost.localdomain2007-03-091-1/+1
| * linux: Remove an unused data structure from TPM frontend.kfraser@localhost.localdomain2007-03-083-40/+3
* | [IA64] PV steal time accountingawilliam@xenbuild2.aw2007-03-121-0/+131
* | [IA64] Add HYPERVISOR_vcpu_opawilliam@xenbuild2.aw2007-03-083-0/+27
* | [IA64] Add arch/ia64/kernel/time.c to spare tree for steal time accountingawilliam@xenbuild2.aw2007-03-071-0/+306
* | [IA64] Xen/ia64 XENMEM_exchange bug work aroundawilliam@xenbuild2.aw2007-03-071-0/+21
|/
* linux: Restore time on APs if they are not hotplugged on save/restore.kfraser@localhost.localdomain2007-03-071-4/+9
* netback: Disable debug interrupt (accidentally left enabled inkfraser@localhost.localdomain2007-03-071-1/+1
* linux: Use fake carrier flag for netfront/netback rather than the realkfraser@localhost.localdomain2007-03-075-44/+69
* linux: Don't use set_fixmap/clear_fixmap after boot-time. It's notkfraser@localhost.localdomain2007-03-071-3/+6
* linux x86/64: No need to pre-allocate all fixmap pagetables:kfraser@localhost.localdomain2007-03-061-6/+12
* linux x86/64: Clean up mm initialisation a little.kfraser@localhost.localdomain2007-03-051-71/+59
* linux: no pc speaker device in domUskfraser@localhost.localdomain2007-03-052-0/+6
* linux: scan DMI earlykfraser@localhost.localdomain2007-03-055-38/+70
* linux/x86-64 2.6.18: reserve bootmem differentlykfraser@localhost.localdomain2007-03-051-6/+8
* linux/x86-64 2.6.18: do away with pud_offset_k()kfraser@localhost.localdomain2007-03-052-14/+1
* linux/x86_64 2.6.18: remove orig_istkfraser@localhost.localdomain2007-03-052-1/+3
* linux: Prefer testing io_bitmap_ptr to the TIF_IO_BITMAP.kfraser@localhost.localdomain2007-03-051-2/+1
* linux: Remove unnecessary locking from pcifront free_root_bus_devs().kfraser@localhost.localdomain2007-03-051-7/+2
* [LINUX] CONFIG_X86_TSC is defined upstream in arch/i386/Kconfig.cpu so use thatIan Campbell2007-03-052-6/+1
* linux 2.6.18: constify instances of 'struct file_operations'kfraser@localhost.localdomain2007-03-057-7/+7
* linux 2.6.18: miscellaneouskfraser@localhost.localdomain2007-03-056-9/+4
* linux 2.6.18: assembly annotationskfraser@localhost.localdomain2007-03-054-42/+122
* linux 2.6.18: eliminate Xen special: x8664_ksyms.ckfraser@localhost.localdomain2007-03-051-59/+0
* linux 2.6.18: eliminate Xen special: alternative.ckfraser@localhost.localdomain2007-03-053-392/+6
* linux 2.6.18: eliminate Xen special: intel_cacheinfo.ckfraser@localhost.localdomain2007-03-052-775/+0
* linux/x86-64: allow kernel init memory to be freed.kfraser@localhost.localdomain2007-03-051-27/+30
* linux: Clean up mm_pin/unpin.kfraser@localhost.localdomain2007-03-052-28/+33
* linux: Some save/restore simplifications and cleanups.Keir Fraser2007-03-022-20/+20
* Fix -xen build.kfraser@localhost.localdomain2007-03-021-3/+3
* linux: xenbus dev write function resets packet data on *all* error conditions.kfraser@localhost.localdomain2007-03-021-4/+8
* linux: Fix xenbus device write function.kfraser@localhost.localdomain2007-03-021-12/+20
* tpm: Code style cleanups.kfraser@localhost.localdomain2007-03-021-86/+72
* [Linux] [TPM driver] Resume frontend after checkpointingkfraser@localhost.localdomain2007-03-021-12/+16
* linux: Use old-mode of save/restore for uniproc guests (it's faster).kfraser@localhost.localdomain2007-03-021-0/+4
* linux: allow use of split page table lockskfraser@localhost.localdomain2007-03-023-163/+9
* linux/x86: avoid a re-definition warning on x86-64 and change i386kfraser@localhost.localdomain2007-03-023-11/+8
* linux: Support new 'fast suspend' mode which does not require us tokfraser@localhost.localdomain2007-03-024-74/+128
* linux: No need to kmem_cache_shrink(pgd_cache) on save/restore.kfraser@localhost.localdomain2007-03-011-3/+0
* linux: More save/restore fixes. Fix deadlock of cpu_hotplug_lock vskfraser@localhost.localdomain2007-02-284-45/+31
* linux: Disable idle-loop alternatives.kfraser@localhost.localdomain2007-02-282-9/+4
* linux: Split suspend_mutex into watch_mutex and transaction_mutex.kfraser@localhost.localdomain2007-02-281-15/+27