Displaying 13 results from an estimated 13 matches for "git7".
Did you mean:
git
2006 Jun 05
4
[Bug 484] avahi broadcasts are not detected as multicast
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=484
------- Additional Comments From nicolas.mailhot@laposte.net 2006-06-05 21:12 MET -------
Created an attachment (id=231)
--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=231&action=view)
My iptables config
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are
2007 Apr 18
2
[PATCH 1/3] Paravirtualization: Kernel Ring Cleanups
...39;s ppc_md) through which all these ops are indirected. This
should allow Xen, VMI and other variants to build on a common base.
These patches also live at
http://kernel.org/pub/linux/kernel/people/rusty/Paravirt
Feedback welcome!
Rusty.
Name: Kernel Ring Cleanups
Status: Booted on 2.6.16-rc2-git7
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This is Zach's patch to clean up assumptions about the kernel running
in ring 0 (which it doesn't when running paravirtualized).
1) Remove the hardcoded 3 and introduce #define SEGMENT_RPL_MASK 3
2) Add a get_kernel_rpl() function...
2007 Apr 18
2
[PATCH 1/3] Paravirtualization: Kernel Ring Cleanups
...39;s ppc_md) through which all these ops are indirected. This
should allow Xen, VMI and other variants to build on a common base.
These patches also live at
http://kernel.org/pub/linux/kernel/people/rusty/Paravirt
Feedback welcome!
Rusty.
Name: Kernel Ring Cleanups
Status: Booted on 2.6.16-rc2-git7
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This is Zach's patch to clean up assumptions about the kernel running
in ring 0 (which it doesn't when running paravirtualized).
1) Remove the hardcoded 3 and introduce #define SEGMENT_RPL_MASK 3
2) Add a get_kernel_rpl() function...
2005 Oct 15
1
general shaping rules
Hi,
i dont fully understand this sentence, could someone be so kind to
expleain me it?
Any router performing a shaping function should be the bottleneck on the
link, and should be shaping slightly below the maximum available link
bandwidth. This prevents queues from forming in other routers, affording
maximum control of packet latency/deferral to the shaping device.
2006 May 31
20
[Bug 481] tun + pptp nat helper
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=481
------- Additional Comments From joseba.beltran@gmail.com 2006-05-31 19:09 MET -------
Many pptp nat helper users are suffering this problem:
http://www.chillispot.org/forum/viewtopic.php?p=4118&highlight=pptp
http://www.chillispot.org/forum/viewtopic.php?t=958&highlight=pptp
2011 Jan 28
8
[Bug 33668] New: [regression] [nv4c] Screen corruption
...rver log with ShadowFB option set
You can not use X Window System unless you use ShadowFB option because of
massive screen corruption. ShadowFB means no acceloration at all.
Hardware: nVidia GeForce 6100 nForce 430 - integrated graphics @ GigaByte
GA-M61PM-S2 mainboard
Software: kernel 2.6.38-rc2-git7 with nouveau drm driver snapshot fetched from
http://people.freedesktop.org/~pq/nouveau-drm (dated 20110128), libdrm, mesa
(both dated 20110128) and whole X system fetched from GIT and compiled from
sources locally.
I had been running drm driver, libdrm, mesa and xf86-video-nouveau driver
fetched...
2007 Dec 30
22
[Bug 13864] New: crash with RandR12 on server restart
http://bugs.freedesktop.org/show_bug.cgi?id=13864
Summary: crash with RandR12 on server restart
Product: xorg
Version: 7.3
Platform: Other
OS/Version: All
Status: NEW
Severity: major
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface. It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
- More netfront review and cleanup
- Added ability to cleanly halt/reboot guests from...
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface. It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
- More netfront review and cleanup
- Added ability to cleanly halt/reboot guests from...
2007 May 11
30
[patch 00/28]xen: Xen implementation for paravirt_ops
Hi Andi,
This series of patches implements the Xen paravirt-ops interface. It
applies to 2.6.21-git13 + patches-2.6.21-git7-070507-1.tar.gz (I think
"unwinder" is the only patch which doesn't apply to git13, and the
sched-clock patches are the only ones which this series actually
needs).
Changes since the last posting:
- More netfront review and cleanup
- Added ability to cleanly halt/reboot guests from...
2007 Apr 18
34
[patch 00/34] Xen-pv_ops: Xen guest implementation for paravirt_ops interface
...patching machinery.
19-34 The Xen paravirt_ops implementation itself.
(Some of the earlier patches in the series have already been posted,
but are included to make the series self-contained.)
I've tried to make each patch as self-explanatory as possible. The
series is based on 2.6.21-rc3-git7.
Changes since the previous posting:
- SMP support
- Implemented xen_clockevent, so Xen is fully compatible with
CONFIG_NO_HZ and HIGH_RES_TIMERS.
- Finished implementing late pinning/early unpinning of pagetables, which
should now be equivalent to xen-unstable in performance.
- Add kmap_atomi...
2007 Apr 18
34
[patch 00/34] Xen-pv_ops: Xen guest implementation for paravirt_ops interface
...patching machinery.
19-34 The Xen paravirt_ops implementation itself.
(Some of the earlier patches in the series have already been posted,
but are included to make the series self-contained.)
I've tried to make each patch as self-explanatory as possible. The
series is based on 2.6.21-rc3-git7.
Changes since the previous posting:
- SMP support
- Implemented xen_clockevent, so Xen is fully compatible with
CONFIG_NO_HZ and HIGH_RES_TIMERS.
- Finished implementing late pinning/early unpinning of pagetables, which
should now be equivalent to xen-unstable in performance.
- Add kmap_atomi...
2007 Apr 18
34
[patch 00/34] Xen-pv_ops: Xen guest implementation for paravirt_ops interface
...patching machinery.
19-34 The Xen paravirt_ops implementation itself.
(Some of the earlier patches in the series have already been posted,
but are included to make the series self-contained.)
I've tried to make each patch as self-explanatory as possible. The
series is based on 2.6.21-rc3-git7.
Changes since the previous posting:
- SMP support
- Implemented xen_clockevent, so Xen is fully compatible with
CONFIG_NO_HZ and HIGH_RES_TIMERS.
- Finished implementing late pinning/early unpinning of pagetables, which
should now be equivalent to xen-unstable in performance.
- Add kmap_atomi...