]> xenbits.xen.org Git - xenclient/linux-2.6.27-pq.git/log
xenclient/linux-2.6.27-pq.git
15 years agoGuest operating system driven brightness control support. master
Kamala Narasimhan [Fri, 8 Jan 2010 21:37:50 +0000 (16:37 -0500)]
Guest operating system driven brightness control support.

Xen acpi video driver implementation to interface between qemu and linux
acpi video driver.

15 years agoFixed TCP cs offload problem by resetting IP header pointer after pull up.
Ross Philipson [Wed, 6 Jan 2010 21:06:39 +0000 (16:06 -0500)]
Fixed TCP cs offload problem by resetting IP header pointer after pull up.

Ticket: XC-82

15 years agov2v: check argument on disconnect.
Jean Guyader [Wed, 2 Dec 2009 12:51:03 +0000 (12:51 +0000)]
v2v: check argument on disconnect.

15 years agov2vdev: always call v2vdisconnect, whatever the state.
Jean Guyader [Wed, 2 Dec 2009 12:50:44 +0000 (12:50 +0000)]
v2vdev: always call v2vdisconnect, whatever the state.

15 years agogrant table v2: sync the grant_entry_v2 struct with xen.
Jean Guyader [Mon, 30 Nov 2009 16:41:50 +0000 (16:41 +0000)]
grant table v2: sync the grant_entry_v2 struct with xen.

15 years agoAdded IOCTL to set the ring sizes in v2vdev.
Ross Philipson [Thu, 19 Nov 2009 15:45:19 +0000 (10:45 -0500)]
Added IOCTL to set the ring sizes in v2vdev.

15 years agoUpgrade v2v with different char device that got different semantics.
Jean Guyader [Thu, 19 Nov 2009 17:57:31 +0000 (17:57 +0000)]
Upgrade v2v with different char device that got different semantics.

15 years agoCleanup patches so they apply with quilt.
Jean Guyader [Tue, 17 Nov 2009 09:48:49 +0000 (09:48 +0000)]
Cleanup patches so they apply with quilt.

15 years agoFixed missing grant ref teardown in disconnect supplicant routine.
Ross Philipson [Sat, 7 Nov 2009 16:35:56 +0000 (11:35 -0500)]
Fixed missing grant ref teardown in disconnect supplicant routine.

 Changes to be committed:
modified:   master/series
new file:   master/v2v-fix-disconnect

15 years agov2vdev: Add makefile and Kconfnig.
Jean Guyader [Fri, 6 Nov 2009 14:14:41 +0000 (14:14 +0000)]
v2vdev: Add makefile and Kconfnig.

15 years agoMerge branch 'master' of git://git.uk.xensource.com/xenclient/linux-2.6.27-pq
Jean Guyader [Fri, 6 Nov 2009 14:09:04 +0000 (14:09 +0000)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/linux-2.6.27-pq

Conflicts:

master/v2v-dev

15 years agoFix missing 'n'.
Jean Guyader [Fri, 6 Nov 2009 14:04:48 +0000 (14:04 +0000)]
Fix missing 'n'.

15 years agoUpdate v2vdev.
Jean Guyader [Fri, 6 Nov 2009 14:03:40 +0000 (14:03 +0000)]
Update v2vdev.
        - Handle connect/disconnect.
        - do the v2v_accept inside _poll
        - modify _read to have a more posix sementic.

15 years agoNot quite right - fix line specifiers x2.
Ross Philipson [Wed, 4 Nov 2009 18:28:42 +0000 (13:28 -0500)]
Not quite right - fix line specifiers x2.

 Changes to be committed:
modified:   master/v2v-dev

15 years agoFix patch lines specifier.
Ross Philipson [Wed, 4 Nov 2009 18:23:43 +0000 (13:23 -0500)]
Fix patch lines specifier.

 Changes to be committed:
modified:   master/v2v-dev

15 years agoFixed the Makefile patch.
Ross Philipson [Wed, 4 Nov 2009 18:17:14 +0000 (13:17 -0500)]
Fixed the Makefile patch.

 Changes to be committed:
modified:   master/v2v-dev

15 years agoAnd a bit more trailing whitespace...
Ross Philipson [Wed, 4 Nov 2009 18:05:47 +0000 (13:05 -0500)]
And a bit more trailing whitespace...

 Changes to be committed:
modified:   master/v2v-dev

15 years agoRemoved trailing whitespace.
Ross Philipson [Wed, 4 Nov 2009 18:02:05 +0000 (13:02 -0500)]
Removed trailing whitespace.

 Changes to be committed:
modified:   v2v-dev

15 years agoMerge branch 'master' of git://git.uk.xensource.com/xenclient/linux-2.6.27-pq
Jean Guyader [Wed, 4 Nov 2009 05:29:30 +0000 (05:29 +0000)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/linux-2.6.27-pq

15 years agoAdd master/status
Jean Guyader [Wed, 4 Nov 2009 05:28:07 +0000 (05:28 +0000)]
Add master/status

15 years agoCreate a char device to handler v2v connection in userland.
Jean Guyader [Wed, 4 Nov 2009 05:27:08 +0000 (05:27 +0000)]
Create a char device to handler v2v connection in userland.

15 years agoAdd an argument to v2v_accept, to have a non blocking version.
Jean Guyader [Wed, 4 Nov 2009 05:25:56 +0000 (05:25 +0000)]
Add an argument to v2v_accept, to have a non blocking version.

15 years agoModified to allow test driver to be created as a module.
Ross Philipson [Sun, 1 Nov 2009 21:31:15 +0000 (16:31 -0500)]
Modified to allow test driver to be created as a module.

 Changes to be committed:
modified:   master/v2v-async
modified:   master/v2v-core

15 years agoFixed last flag for ending loop in async rx sample.
Ross Philipson [Fri, 30 Oct 2009 18:42:46 +0000 (14:42 -0400)]
Fixed last flag for ending loop in async rx sample.

 Changes to be committed:
modified:   master/v2v-async

15 years agoAdd v2v async implementation.
Ross Philipson [Wed, 21 Oct 2009 18:15:48 +0000 (14:15 -0400)]
Add v2v async implementation.

This patch applies over the v2v-core patch and adds the asynchronous
functionality to the base code and test driver. It also fixes a
number of other bugs and issues in the core v2v code so they should
be used together.

 Changes to be committed:
modified:   master/series
new file:   master/v2v-async

15 years agoExtend WMI support and more.
Kamala Narasimhan [Tue, 13 Oct 2009 15:54:43 +0000 (11:54 -0400)]
Extend WMI support and more.

1) Cover cases where HP hotkeys are not wired to directly generate ACPI-WMI events but generate scancode events
that indirectly trigger WMI calls.
2) Refactor Xen WMI code to decouple Xen WMI implementation from base linux WMI implementation.
3) Add HP 2530p support.

15 years agoComment out the data validated flag in netchannel2 because
Jean Guyader [Thu, 8 Oct 2009 18:04:21 +0000 (19:04 +0100)]
Comment out the data validated flag in netchannel2 because
the field proto_valid_data doesn't exist anymore in struct sk_buff.

15 years agoRebase with carbon/trunk dom0.pq.
Jean Guyader [Thu, 8 Oct 2009 17:11:57 +0000 (18:11 +0100)]
Rebase with carbon/trunk dom0.pq.

changeset:   663:308bd4f49eba
tag:         tip
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Thu Oct 08 09:06:17 2009 +0100
summary:     CP-1074: Re-enable MLNX4 driver, with update utility kernel configuration this time.

15 years agoMade ring file into vring. Added v2v-core back in.
Ross Philipson [Wed, 7 Oct 2009 10:45:05 +0000 (06:45 -0400)]
Made ring file into vring. Added v2v-core back in.

 Changes to be committed:
modified:   master/series
modified:   master/v2v-core

15 years agoAdd netchannel2, disable v2v-core.
Jean Guyader [Tue, 6 Oct 2009 16:12:21 +0000 (17:12 +0100)]
Add netchannel2, disable v2v-core.

15 years agoAdd linux/tpm.h
James Mckenzie [Sun, 4 Oct 2009 00:49:41 +0000 (01:49 +0100)]
Add linux/tpm.h

15 years agoBackport of tpm from 2.6.30.1, together with a set of patches
root [Sun, 4 Oct 2009 00:19:30 +0000 (01:19 +0100)]
Backport of tpm from 2.6.30.1, together with a set of patches
from the linux kernel mailing list to support itpm

15 years agoSupport for GM45 itpm
James Mckenzie [Sat, 3 Oct 2009 23:24:32 +0000 (00:24 +0100)]
Support for GM45 itpm

15 years agoFixed license/comments and counter increment bug.
Ross Philipson [Thu, 1 Oct 2009 10:25:11 +0000 (06:25 -0400)]
Fixed license/comments and counter increment bug.

 Changes to be committed:
modified:   master/v2v-core

15 years agoAdded the V2V debug config option to the patch.
Ross Philipson [Fri, 18 Sep 2009 15:18:47 +0000 (11:18 -0400)]
Added the V2V debug config option to the patch.

 Changes to be committed:
modified:   master/v2v-core

15 years agoAdd mutex to bsg SG_IO ioctl
Thomas Horsten [Wed, 16 Sep 2009 09:49:21 +0000 (10:49 +0100)]
Add mutex to bsg SG_IO ioctl

15 years agoV2V core driver patch (and sample driver).
Ross Philipson [Mon, 14 Sep 2009 19:50:06 +0000 (15:50 -0400)]
V2V core driver patch (and sample driver).

 Changes to be committed:
modified:   master/series
new file:   master/v2v-core

15 years agoswiotlb: Increase swiotlb (16M).
Jean Guyader [Fri, 11 Sep 2009 18:12:43 +0000 (19:12 +0100)]
swiotlb: Increase swiotlb (16M).

15 years agoMerge branch 'master' of git://git.uk.xensource.com/xenclient/linux-2.6.27-pq
Jean Guyader [Tue, 8 Sep 2009 21:06:57 +0000 (22:06 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/linux-2.6.27-pq

15 years agoSet swiotlb to 4MB.
Jean Guyader [Tue, 8 Sep 2009 21:06:40 +0000 (22:06 +0100)]
Set swiotlb to 4MB.

15 years agoRemove the 1M swiotlb limitation.
Jean Guyader [Tue, 8 Sep 2009 21:03:35 +0000 (22:03 +0100)]
Remove the 1M swiotlb limitation.

15 years agoAdd patch to make bridge carrier track the status of a priority 0 port
Thomas Horsten [Thu, 3 Sep 2009 12:53:29 +0000 (13:53 +0100)]
Add patch to make bridge carrier track the status of a priority 0 port

15 years agoinclude oss fix for smp blktap2
Jake Wires [Wed, 2 Sep 2009 01:40:19 +0000 (18:40 -0700)]
include oss fix for smp blktap2

15 years agoRevert "run vbetool post after flr of iGFX"
Jean Guyader [Mon, 31 Aug 2009 15:22:21 +0000 (16:22 +0100)]
Revert "run vbetool post after flr of iGFX"

This reverts commit 6e6d994b51f4006b99fcd8660ac265db72890bd3.

Conflicts:

master/series

15 years agoblktap2: fix pause/unpause
Jake Wires [Thu, 27 Aug 2009 00:06:48 +0000 (17:06 -0700)]
blktap2: fix pause/unpause

15 years agorun vbetool post after flr of iGFX
root [Mon, 3 Aug 2009 17:11:41 +0000 (18:11 +0100)]
run vbetool post after flr of iGFX

15 years agoHave the kernel run vbetool post after flring the iGFX
root [Mon, 3 Aug 2009 16:59:35 +0000 (17:59 +0100)]
Have the kernel run vbetool post after flring the iGFX

15 years agoRevert "Added temporary patch to disable FLR on Intel igfx devices for th_alpha."
Thomas Horsten [Mon, 3 Aug 2009 16:14:26 +0000 (17:14 +0100)]
Revert "Added temporary patch to disable FLR on Intel igfx devices for th_alpha."

This reverts commit 67bfa5bbbc261f0e59047b21ea4435e03ecdedaf.

15 years agoRevert "Added the actual igfx disable patch - not in the first checkin."
Thomas Horsten [Mon, 3 Aug 2009 16:14:14 +0000 (17:14 +0100)]
Revert "Added the actual igfx disable patch - not in the first checkin."

This reverts commit 1ce48f16535646aad4e4513ea430289039c3cd12.

15 years agoAdded the actual igfx disable patch - not in the first checkin.
Ross Philipson [Sat, 1 Aug 2009 19:35:24 +0000 (15:35 -0400)]
Added the actual igfx disable patch - not in the first checkin.

 Changes to be committed:
modified:   master/disable-igfx-flr.patch

15 years agoAdded temporary patch to disable FLR on Intel igfx devices for th_alpha.
Ross Philipson [Fri, 31 Jul 2009 19:34:04 +0000 (15:34 -0400)]
Added temporary patch to disable FLR on Intel igfx devices for th_alpha.

 Changes to be committed:
new file:   master/disable-igfx-flr.patch
modified:   master/series

15 years ago Switch to 1M of swiotlb by default.
Jean Guyader [Thu, 23 Jul 2009 14:09:55 +0000 (15:09 +0100)]
  Switch to 1M of swiotlb by default.

15 years agoFix intel-hda-2.6.30 patch and re-enable.
root [Thu, 16 Jul 2009 10:41:22 +0000 (03:41 -0700)]
Fix intel-hda-2.6.30 patch and re-enable.

15 years agoRebase on xenserver dom0 kernel.
Jean Guyader [Wed, 15 Jul 2009 17:11:00 +0000 (18:11 +0100)]
Rebase on xenserver dom0 kernel.

changeset:   588:d36923ca57ba
tag:         tip
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Wed Jul 15 16:43:21 2009 +0100
summary:     Re-add intel-net-driver-conflicting-names.patch to allow both e1000 and e1000e

15 years agoAdd a .gitignore, remove content of the status file.
Jean Guyader [Wed, 15 Jul 2009 13:27:25 +0000 (14:27 +0100)]
Add a .gitignore, remove content of the status file.

15 years agoRebase linux 2.6.27 patch queue.
Jean Guyader [Tue, 14 Jul 2009 16:48:02 +0000 (17:48 +0100)]
Rebase linux 2.6.27 patch queue.

changeset:   587:d5edf2cf2e4a
tag:         tip
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Mon Jul 13 14:11:47 2009 +0100
summary:     pci_walk_bus uses EXPORT_SYMBOL_GPL

  - Need to disable the intel hda sound backport (didn't apply cleanly)
  - Remove the pciback patch because they have been merge inside xenserver
    tree.

15 years agoRevert "Check for __UCLIBC__ when we include the socket definition."
Jean Guyader [Thu, 9 Jul 2009 23:45:12 +0000 (00:45 +0100)]
Revert "Check for __UCLIBC__ when we include the socket definition."

This reverts commit 6e541cbef0d76c341599f9462352629921e6dc66.

15 years agoRevert "Add .gitignore"
Jean Guyader [Thu, 9 Jul 2009 23:45:04 +0000 (00:45 +0100)]
Revert "Add .gitignore"

This reverts commit 21cb802694475728b48e89df554944c87b2e5f59.

15 years agoCheck for __UCLIBC__ when we include the socket definition.
Jean Guyader [Thu, 9 Jul 2009 22:48:19 +0000 (23:48 +0100)]
Check for __UCLIBC__ when we include the socket definition.

15 years agoAdd .gitignore
Jean Guyader [Thu, 9 Jul 2009 22:43:16 +0000 (23:43 +0100)]
Add .gitignore

15 years ago[xenclient-kernel] Add patch to force bridge link state
Thomas Horsten [Thu, 9 Jul 2009 16:28:26 +0000 (17:28 +0100)]
[xenclient-kernel] Add patch to force bridge link state

This patch adds a property "linkstate" to
/sys/class/device/<brid>/bridge/ which can be written to control the
carrier of the bridge (0 to disable carrier, 1 to enable).

15 years agoEnable on-the-fly Cx state changes.
Kamala Narasimhan [Mon, 6 Jul 2009 15:10:10 +0000 (11:10 -0400)]
Enable on-the-fly Cx state changes.

15 years agoModified FLR logic to use SBR/D3R exlude lists.
Ross Philipson [Wed, 1 Jul 2009 18:45:26 +0000 (14:45 -0400)]
Modified FLR logic to use SBR/D3R exlude lists.

This change is to make the FLR logic closer to the logic currently
in xend in oss. This will make pushing the pciback FLR logic upstream
easier. Now by default, SBR and D3R logic for resets will be used.

 Changes to be committed:

new file:   master/flr-change-sbr-d3r-lists
modified:   master/series

15 years agoFix OProfile escape code collision between Xenoprof's
Jean Guyader [Fri, 26 Jun 2009 08:17:59 +0000 (09:17 +0100)]
Fix OProfile escape code collision between Xenoprof's
DOMAIN_SWITCH_CODE (in use on x86 and ia64) and Cell's
SPU_PROFILING_CODE(in use with Power)

Signed-off-by: Jose Renato Santos <jsantos@hpl.hp.com>
15 years agoBackport intel hda support from Linux 2.6.30.
Christian Limpach [Thu, 25 Jun 2009 00:10:31 +0000 (01:10 +0100)]
Backport intel hda support from Linux 2.6.30.
Required to get sound output on Dell E4300.

15 years agoRemoved FLR from pciback put code. This was not being used and the
Ross Philipson [Thu, 11 Jun 2009 17:07:51 +0000 (13:07 -0400)]
Removed FLR from pciback put code. This was not being used and the
call the lock out user mode access was causing a crash a shutdown time.

 Changes to be committed:
new file:   master/remove-release-flr
modified:   master/series

15 years agoMerge branch 'master' of git://git.uk.xensource.com/xenclient/linux-2.6.27-pq
Jean Guyader [Thu, 4 Jun 2009 16:22:32 +0000 (17:22 +0100)]
Merge branch 'master' of git://git.uk.xensource.com/xenclient/linux-2.6.27-pq

15 years agoImport changes from carbon/dom0.pq.hg (CS 522:97ed089a13c4)
Jean Guyader [Thu, 4 Jun 2009 16:21:09 +0000 (17:21 +0100)]
Import changes from carbon/dom0.pq.hg (CS 522:97ed089a13c4)

15 years ago Fixed compile warnings in ps2 pass-through kernel driver.
Mark Hemment [Fri, 29 May 2009 17:13:40 +0000 (18:13 +0100)]
  Fixed compile warnings in ps2 pass-through kernel driver.

15 years agoAdded pass2-driver to patch queue.
Mark Hemment [Fri, 29 May 2009 14:56:43 +0000 (15:56 +0100)]
Added pass2-driver to patch queue.

15 years agoKernel-side driver (pass2) for PS/2 pass-through for XenClient.
Mark Hemment [Fri, 29 May 2009 13:41:27 +0000 (14:41 +0100)]
Kernel-side driver (pass2) for PS/2 pass-through for XenClient.

15 years agoThe sound card inside the hp elitebook 6930p needs to run in laptop mode.
Jean Guyader [Wed, 27 May 2009 22:55:03 +0000 (23:55 +0100)]
The sound card inside the hp elitebook 6930p needs to run in laptop mode.

00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio
Controller [8086:293e] (rev 03)
        Subsystem: Hewlett-Packard Company Device [103c:30db]

15 years agoAdd acpi-wmi files inadvertently removed by previous patch.
Kamala Narasimhan [Thu, 14 May 2009 20:56:41 +0000 (16:56 -0400)]
Add acpi-wmi files inadvertently removed by previous patch.

15 years agoMinor changes for wmi to work with 2.6.27 kernel.
Kamala Narasimhan [Thu, 14 May 2009 20:39:41 +0000 (16:39 -0400)]
Minor changes for wmi to work with 2.6.27 kernel.

16 years agoAdd pciback FLR support.
Jean Guyader [Thu, 9 Apr 2009 15:20:56 +0000 (16:20 +0100)]
Add pciback FLR support.
Add xen acpi wmi support.

16 years agoImport xenserver 2.6.27 patch queue.
Jean Guyader [Thu, 9 Apr 2009 14:22:47 +0000 (15:22 +0100)]
Import xenserver 2.6.27 patch queue.

changeset:   498:e04876c6eca3
tag:         tip
user:        Ian Campbell <ian.campbell@citrix.com>
date:        Wed Apr 08 14:17:18 2009 +0100
summary:     Add the rest of the fix for the blktap2 deadlock.