Found 11483 matching messages (0.041 seconds). Page 1 of 50.
... 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
... 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
... 1068 (1.59x) 64K-uptodate 0.0357 0.0362 (1.01x) So we ... is more expected. I guess if 0.5% doesn't fly, then 60% ... issues and concerns are in the patch headers themselves, so reply to them ... .6.20 perform_write aop 4K 0.0742 0.0769 (1.04x) 4K-uptodate ...
linux-kernel - Nick Piggin - Feb 8 2007 - 09:07
... 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
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
Following are two patches which have been sitting for some time in - ... return caps_actually_set_test(); break; default: usage(argv[0]); } } ================================================================= - To unsubscribe from this list: send ...
linux-kernel - Serge E. Hallyn - May 8 2007 - 15:15
... results$ cat before-buddyinfo.txt Node 0, zone DMA 150 33 6 4 ... $ cat after-buddyinfo.txt Node 0, zone DMA 150 33 6 4 ... relevant to memory compaction. The sixth patch is what implements memory compaction for ...
linux-kernel - Mel Gorman - May 29 2007 - 13:36
... very nice. I've attached a small patch cleaning up some minor codingstyle deficiencies and ... = platform_device_register_simple("bvme6000-scsi", -1, NULL, 0); - + bvme6000_scsi_device = platform_device_register_simple("bvme6000-scsi", + -1, NULL, 0) ...
linux-kernel - Christoph Hellwig - Jun 4 2007 - 06:17
... results$ cat before-buddyinfo.txt Node 0, zone DMA 150 33 6 4 ... relevant to memory compaction. The fifth patch is what implements memory compaction for ... file in /proc and the final patch implements direct compaction. This version of ...
linux-kernel - Mel Gorman - Jun 18 2007 - 05:28
... EXT_INIT_MAX_LEN instead of 0x8000 in Patch 6/6. 5) Included below ... 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 - 08:38
... 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
... ->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
... 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
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
... to 0. Here is the semantic patch: @@ expression *E; @@ E == - 0 + NULL @@ expression *E; @@ - 0 + ... (u.r.wLength if (w_value != USB_ENDPOINT_HALT || w_length != 0) goto do_stall; - if ((e = get_ep_by_addr (dev, ...
linux-kernel - Yoann Padioleau - Jul 23 2007 - 12:34
This patch re-organizes the RCU code to enable multiple implementations of RCU. ... \ - do { \ - __release(RCU_BH); \ - local_bh_enable(); \ - } while(0) +#define rcu_read_unlock_bh() __rcu_read_unlock_bh() /** * rcu_dereference - fetch an RCU- ...
linux-kernel - Paul E. McKenney - Aug 7 2007 - 14:41
... 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
... 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
... mind on s390. ----------- snip old PATCH GPLv2 ---------- Subject: [PATCH/RFC] Fix system<->user ... exit_sie(void) +{ + account_system_vtime(current); + current_thread_info()->in_sie = 0; +} + + static void s390host_get_data(struct s390host_data ...
linux-kernel - Christian Borntraeger - Aug 13 2007 - 10:05
... Here is an updated set of patches that implement Asynchronous Notification
> > > support ... Sievers
linux-kernel - Kay Sievers - Aug 14 2007 - 08:10