search for: git3

Displaying 15 results from an estimated 15 matches for "git3".

Did you mean: git
2007 Apr 18
2
[PATCH] exec-shield style vdso move.
...hread_info, too. This steals half of the code from Gerd Hoffmann's patch which moves out of fixmap, and most of the rest from Ingo Molnar's exec-shield patch for 2.6.16. diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal .23560-linux-2.6.17-rc4-git3/arch/i386/kernel/asm-offsets.c .23560-linux-2.6.17-rc4-git3.updated/arch/i386/kernel/asm-offsets.c --- .23560-linux-2.6.17-rc4-git3/arch/i386/kernel/asm-offsets.c 2005-07-15 04:38:36.000000000 +1000 +++ .23560-linux-2.6.17-rc4-git3.updated/arch/i386/kernel/asm-offsets.c 2006-05-17 17:10:49.00000000...
2007 Apr 18
2
[PATCH] exec-shield style vdso move.
...hread_info, too. This steals half of the code from Gerd Hoffmann's patch which moves out of fixmap, and most of the rest from Ingo Molnar's exec-shield patch for 2.6.16. diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal .23560-linux-2.6.17-rc4-git3/arch/i386/kernel/asm-offsets.c .23560-linux-2.6.17-rc4-git3.updated/arch/i386/kernel/asm-offsets.c --- .23560-linux-2.6.17-rc4-git3/arch/i386/kernel/asm-offsets.c 2005-07-15 04:38:36.000000000 +1000 +++ .23560-linux-2.6.17-rc4-git3.updated/arch/i386/kernel/asm-offsets.c 2006-05-17 17:10:49.00000000...
2009 Apr 28
1
[PATCH 1/7] blkio-cgroup: Introduction
...(ID) which can be called from other cgroup subsystems and return the cgroup associated with a given blkio-cgroup ID. It makes it easy to use blkio-cgroup from other cgroup subsystems. - Add an extra patch which reduces the overhead of IO tracking. - Can be applied to 2.6.30-rc3 and 2.6.30-rc3-git3. What's blkio-cgroup all about? ============================== With this feature, you can determine the owners of any type of I/Os. This makes dm-ioband_--_I/O_bandwidth_controller_-- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find t...
2009 Apr 28
1
[PATCH 1/7] blkio-cgroup: Introduction
...(ID) which can be called from other cgroup subsystems and return the cgroup associated with a given blkio-cgroup ID. It makes it easy to use blkio-cgroup from other cgroup subsystems. - Add an extra patch which reduces the overhead of IO tracking. - Can be applied to 2.6.30-rc3 and 2.6.30-rc3-git3. What's blkio-cgroup all about? ============================== With this feature, you can determine the owners of any type of I/Os. This makes dm-ioband_--_I/O_bandwidth_controller_-- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find t...
2009 Apr 28
1
[PATCH 1/7] blkio-cgroup: Introduction
...(ID) which can be called from other cgroup subsystems and return the cgroup associated with a given blkio-cgroup ID. It makes it easy to use blkio-cgroup from other cgroup subsystems. - Add an extra patch which reduces the overhead of IO tracking. - Can be applied to 2.6.30-rc3 and 2.6.30-rc3-git3. What's blkio-cgroup all about? ============================== With this feature, you can determine the owners of any type of I/Os. This makes dm-ioband_--_I/O_bandwidth_controller_-- be able to control the Block I/O bandwidths even when it accepts delayed write requests. Dm-ioband can find t...
2009 Jul 31
3
[Bug 23057] New: Nouveau/DRM from unamed reposiory failing to build
...booted into the latest kernel and git pulled on mesa and the unnamed repository.I then went into the /linux-2.6/nouvau folder using Konsole to re-build the modules for the kernel. As it was doing that,I came up with this error: root at mernivia nouveau]# make make -C /lib/modules/2.6.31-0.107.rc4.git3.fc12.i686.PAE/source KCPPFLAGS="-I/opt/linux-2.6/include/drm" SUBDIRS="/opt/linux-2.6/drivers/gpu/drm" CONFIG_DRM=m CONFIG_DRM_TTM=m CONFIG_DRM_NOUVEAU=m CONFIG_DRM_NOUVEAU_KMS=m 'EXTRA_CFLAGS=-D"GIT_REVISION=\"29af57c65904deced\""' modules make[1]: E...
2010 Jan 16
2
Cross compiling Asterisk, Dahdi..
Is there a proper, documented way to cross compile DAHDI and Asterisk for a processor/system other than the one you're currently typing on? Now.. I have been doing this for some time, but it's been really frustrating every time I change/upgrade, etc. I've just tried to compile DAHDI for an AMD Geode system on my development system which is Intel Atom. Building the kernel is easy -
2009 Mar 14
0
How do I boot a system root on a multidevice BTRFS subvol?
Hello, recently I installed a distribution I want to look at via chroot into a btrfs subvolume on a multidevice btrfs. Now I tried to boot this, the kernel command line in GRUB looks as follows so far: /kernel-2.6.29-rc7-git3 root=/dev/sdb7 rootfstype=btrfs rootflags=device=/dev/sda1,subvol=archroot This gives "VFS: cannot find sdb7 or bad block", like it would when trying to mount via fstab without -o device=foo The fstab line for / looks like: /dev/sdb7 / btrfs device=/dev/sda1,subvol=archroot 1 1 Is...
2007 Apr 18
1
[PATCH 0/7] Using %gs for per-cpu areas on x86
OK, here it is. Benchmarks still coming. This is against Andi's 2.6.18-rc7-git3 tree, and replaces the patches between (and not including) i386-pda-asm-offsets and i386-early-fault. One patch is identical, one is mildly modified, the rest are re-implemented but inspired by Jeremy's PDA work. Thanks, Rusty. -- Help! Save Australia from the worst of the DMCA: http://linux...
2007 Apr 18
1
[PATCH 0/7] Using %gs for per-cpu areas on x86
OK, here it is. Benchmarks still coming. This is against Andi's 2.6.18-rc7-git3 tree, and replaces the patches between (and not including) i386-pda-asm-offsets and i386-early-fault. One patch is identical, one is mildly modified, the rest are re-implemented but inspired by Jeremy's PDA work. Thanks, Rusty. -- Help! Save Australia from the worst of the DMCA: http://linux...
2018 Mar 01
39
[Bug 105319] New: DRM: EVO timeout with kernel 4.15.x
https://bugs.freedesktop.org/show_bug.cgi?id=105319 Bug ID: 105319 Summary: DRM: EVO timeout with kernel 4.15.x Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau Assignee: nouveau
2007 Aug 08
1
Mustek PowerMust 1000AV USB feedbacks
...2.2.0-export? - Megatec protocol driver 1.5.4 [megatec_usb] Carlos Rodrigues (c) 2003-2007 Serial-over-USB transport layer for Megatec protocol driver [megatec_usb] debug level is '3' Checking device (0000/0000) (001/001) - VendorID: 0000 - ProductID: 0000 - Manufacturer: Linux 2.6.23-rc1-git3 ehci_hcd - Product: EHCI Host Controller - Serial Number: 0000:00:02.1 - Bus: 001 Trying to match device Device does not match - skipping Checking device (0665/5161) (002/005) - VendorID: 0665 - ProductID: 5161 - Manufacturer: Cypress Semiconductor - Product: USB to Serial - Serial Number: unknown...
2007 Aug 08
1
Mustek PowerMust 1000AV USB feedbacks
...2.2.0-export? - Megatec protocol driver 1.5.4 [megatec_usb] Carlos Rodrigues (c) 2003-2007 Serial-over-USB transport layer for Megatec protocol driver [megatec_usb] debug level is '3' Checking device (0000/0000) (001/001) - VendorID: 0000 - ProductID: 0000 - Manufacturer: Linux 2.6.23-rc1-git3 ehci_hcd - Product: EHCI Host Controller - Serial Number: 0000:00:02.1 - Bus: 001 Trying to match device Device does not match - skipping Checking device (0665/5161) (002/005) - VendorID: 0665 - ProductID: 5161 - Manufacturer: Cypress Semiconductor - Product: USB to Serial - Serial Number: unknown...
2007 May 04
31
[patch 00/29] xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-git3 + ff patches-2.6.21-git3-070501-1.tar.gz. Changes since the last posting: - reviews of xenbus (me), netfront (hch, rusty, herbert xu) and blockfront (hch), with most comments addressed. Netfront review revealed a couple of real bugs, and the code for all three is looking cleaner overall...
2007 May 04
31
[patch 00/29] xen: Xen implementation for paravirt_ops
Hi Andi, This series of patches implements the Xen paravirt-ops interface. It applies to 2.6.21-git3 + ff patches-2.6.21-git3-070501-1.tar.gz. Changes since the last posting: - reviews of xenbus (me), netfront (hch, rusty, herbert xu) and blockfront (hch), with most comments addressed. Netfront review revealed a couple of real bugs, and the code for all three is looking cleaner overall...