login
Header Space

 
 

Mailing list archives

Search results

Found 12273 matching messages (0.054 seconds). Page 1 of 50.

Re: [PATCH 0/4 update] kprobes and traps

... I would really like to use it to patch dynamically my marker immediate value by doing ... for one function */ > - *MARK_ENABLE_OFFSET(iter->enable) = 0; > -#ifdef MARK_POLYMORPHIC > - flush_icache_range( > - MARK_ENABLE_OFFSET(iter->enable), > ...

linux-kernel - Mathieu Desnoyers - Jan 16 2007 - 17:27

Re: [PATCH 0/4 update] kprobes and traps

... really > like to use it to patch dynamically my marker immediate value by doing ... for one function */ > > - *MARK_ENABLE_OFFSET(iter->enable) = 0; > > -#ifdef MARK_POLYMORPHIC > > - flush_icache_range( > > - MARK_ENABLE_OFFSET(iter->enable), ...

linux-kernel - S. P. Prasanna - Jan 17 2007 - 08:25

[PATCH] usb/hid:The HID Simple Driver Patches 0.5.0 (all-in-one)

... Simple Driver Interface 0.5.0 (core) 2. [PATCH] usb/hid ... if (!hidinput_simple_driver_bind_one(simple, hid, + matched, 0)) + break; + } + } + mutex_unlock(&simple_drivers_lock); +} +EXPORT_SYMBOL(hidinput_simple_driver_bind_foreach_simple ...

linux-kernel - Li Yu - Mar 5 2007 - 03:31

[PATCH] usb/hid:The HID Simple Driver Patches 0.5.1

This patch set include : 1. usb/hid: The HID Simple Driver ... node, &simple_drivers_list); + mutex_unlock(&simple_drivers_lock); + + return 0; +} +EXPORT_SYMBOL_GPL(hidinput_register_simple_driver); + +void hidinput_unregister_simple_driver(struct ...

linux-kernel - Li Yu - Apr 30 2007 - 02:19

[PATCH 0/5][TAKE8] fallocate system call

... 3) Dropped s390 and ia64 patches, since the platform maintaners can ... and posix_fallocate64() call fallocate() 4> Patch to e2fsprogs to recognize and ... sys/stat.h> #define VERBOSE 0 #define __NR_fallocate 324 #define FALLOC_FL_KEEP_SIZE ...

linux-kernel - Amit K. Arora - Jul 13 2007 - 14:41

[PATCH] usb/hid: The HID Simple Driver Patches 0.5.1 for 2.6.22 (all-in-one)

... ->match_device(simple, matched)) { + if (!hidinput_simple_driver_bind_one(simple, hid, + matched, 0)) + break; + } + } + mutex_unlock(&simple_drivers_lock); +} +EXPORT_SYMBOL(hidinput_simple_driver_bind_foreach_simple); + +void ...

linux-kernel - raise.sail - Jul 16 2007 - 06:17

[RFC][-mm PATCH 0/8] Memory controller introduction (v3)

... behaviour right now). Using the patches 1. Enable Memory controller configuration 2 ... due to the memory controller patches Container not limited ---------------------- Average Half ... 14.9 16.8 27.0 48.7 unlimited Linux 2. ...

linux-kernel - Balbir Singh - Jul 20 2007 - 04:23

[GIT PATCH 0/2] stripe-queue for 2.6.23 consideration

Andrew, Neil, The stripe-queue patches are showing solid performance improvement. git://lost.foo- ... : 66,772, 267,088KiB IO unplugs: 0 Timer unplugs: 0 =====post-patch===== Total (sda): Reads Queued: ...

linux-kernel - Dan Williams - Jul 22 2007 - 05:44

Re: [PATCH 0/25] Sysfs cleanups & tagged directory support

... wrote: > > > > Got it: It's patch 6, the readdir simplification. > > > > > > (The ... card reader online: /dev/vmrdr-0.0.000c is created as ... n", 4096) = 5 close(3) = 0 lstat64("/sys/block/dasda", {st_mode ...

linux-kernel - Cornelia Huck - Aug 8 2007 - 10:16

Re: [PATCH 0/3] Use one zonelist per node instead of multiple zonelists v2

... Looks good. > > > > > o Remove bind_zonelist() (Patch in progress, very messy right ... rup -X /usr/src/patchset-0.6/bin//dontdiff linux-2 ... __alloc_pages_nodemask(gfp, nodemask_policy(gfp, pol), 0, + zonelist_policy(gfp, pol)); } /** @@ -1326,14 ...

linux-kernel - Mel Gorman - Aug 8 2007 - 17:44

Re: [patch 0/4] Updated AN patches, now without gendisk

... Here is an updated set of patches that implement Asynchronous Notification > > > support ... Sievers Subject: scsi: send media state change ... retval = sdp->changed; sdp->changed = 0; - +out: + if (retval != sdkp->previous_state) ...

linux-kernel - Kay Sievers - Aug 14 2007 - 08:10

[-mm PATCH 0/9] Memory controller introduction (v6)

... fixes that is required. Using the patches 1. Enable Memory controller configuration 2 ... records per thread 65536 random_size 0 chunk_size 262144 threads 16 verbose ... records per thread 65536 random_size 0 chunk_size 262144 threads 16 verbose ...

linux-kernel - Balbir Singh - Aug 17 2007 - 04:42

[RFC][PATCH 0/2 -mm] kexec based hibernation

... the kernel code needed is less. This patch set implements a prototype of kexec ... ) syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, LINUX_REBOOT_CMD_KJUMP_BACK, 0); +} #define KEXEC_ON_CRASH 0x00000001 #define KEXEC_ARCH_MASK ...

linux-kernel - Huang, Ying - Aug 26 2007 - 21:14

RE: [linux-pm] [RFC][PATCH 0/2 -mm] kexec based hibernation

... -kernel@vger.kernel.org Subject: [linux-pm] [RFC][PATCH 0/2 -mm] kexec ... long) syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, LINUX_REBOOT_CMD_KJUMP_BACK, 0); +} #define KEXEC_ON_CRASH 0x00000001 #define KEXEC_ARCH_MASK 0xffff0000 ...

linux-kernel - Hu, Fenghua - Aug 26 2007 - 21:28

RE: [linux-pm] [RFC][PATCH 0/2 -mm] kexec based hibernation

... -kernel@vger.kernel.org > Subject: [linux-pm] [RFC][PATCH 0/2 -mm] ... ) syscall(__NR_reboot, LINUX_REBOOT_MAGIC1, LINUX_REBOOT_MAGIC2, LINUX_REBOOT_CMD_KJUMP_BACK, 0); > +} > > #define KEXEC_ON_CRASH 0x00000001 > #define KEXEC_ARCH_MASK 0xffff0000 ...

linux-kernel - Huang, Ying - Aug 26 2007 - 22:16

Re: [PATCH 0/2] A new merge algorithm, take 3

... but I hope you get the idea. ------------ Subject: [PATCH] Multi-backend merge driver. This is ... case "$#,$1" in + *,*=*) + strategy=`expr "$1" : '-[^=]*=\(.*\)'` ;; + 0,*) + usage ;; + *) + strategy="$2" + shift ;; + esac + ...

git - Junio C Hamano - Sep 8 2005 - 16:54

[PATCH 0/7] gitweb: Trying to improve history view speed

... : First column is the patch number (0 means state before first patch ... git-rev-list parameters in git_history [PATCH 4/7] gitweb: Add parse_rev_list ... list in git_shortlog_body and git_history_body [PATCH 7/7] gitweb: Set page ...

git - Jakub Narebski - Sep 6 2006 - 09:04

[PATCH 0/7] Introduce soft references (softrefs)

... tag objects (especially 'notes'). The patch series also teaches git-mktag ... in the header file (patch #1/7) for more details on ... bottlenecks NOTE: After the 7 patches, I will send an _optional_ ... unsorted 2.73user 4.97system 0:07.77elapsed 99%CPU (0avgtext ...

git - Johan Herland - Jun 9 2007 - 14:19

[RFC-2 PATCH 0/8] shared subtree

... private or slave. 2) unclone.patch : provides the ability to mark ... hypermail/linux/kernel/0502.0/0468.html 3) rbind.patch : this ... context->slave_pnode = NULL; > + context->level = 0; > + ret = 1; > + goto out; > + } > + > + /* > + * if ...

linux-fsdevel - Ram Pai - Jul 18 2005 - 02:53

[PATCH 0/5][TAKE8] fallocate system call

... 3) Dropped s390 and ia64 patches, since the platform maintaners can ... and posix_fallocate64() call fallocate() 4> Patch to e2fsprogs to recognize and ... sys/stat.h> #define VERBOSE 0 #define __NR_fallocate 324 #define FALLOC_FL_KEEP_SIZE ...

linux-fsdevel - Amit K. Arora - Jul 13 2007 - 14:41

speck-geostationary