Found 8526 matching messages (0.051 seconds). Page 1 of 50.
... 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
... 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
... 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
... 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
... -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
... -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
... needs careful review/testing). > > I have a patch for this (see below). It is ... ((dev),(bar)) & (IORESOURCE_MEM | IORESOURCE_UNSET)) \ - == IORESOURCE_MEM) + == IORESOURCE_MEM) : \ + (0)) #define pnp_mem_len(dev,bar) \ ((pnp_mem_start((dev),( ...
linux-kernel - Thomas Renninger - Oct 26 2007 - 06:45
... proc/diskstats. This batch of patches brings back the lost statistics ... already not exact anyway. These patches change the /proc/diskstats and ... 23467 1714 1859 28572 23042 0 15499 46509 8 1 sda1 ... 91 0.40 0 I also have tested these patches with ...
linux-kernel - Jerome Marchand - Dec 13 2007 - 12:17
... 000000] Stack: ffff8100da102000 8000000000000163 8000000000000163 0000000000000000 [ 0.000000] ffffffff809320e0 ffff8100da102000 ffff81003f9c3d70 00000000000da103 [ ... .h but wouldnt build at this patch: Subject: x86: unify pgtable*.h nor ...
linux-kernel - Ingo Molnar - Dec 20 2007 - 07:20
... .000000] Stack: ffff8100da102000 8000000000000163 8000000000000163 0000000000000000 > [ 0.000000] ffffffff809320e0 ffff8100da102000 ffff81003f9c3d70 00000000000da103 > [ ... > but wouldnt build at this patch: > > Subject: x86: unify pgtable*.h > ...
linux-kernel - Jeremy Fitzhardinge - Dec 20 2007 - 17:08
... can you also try with the patch below applied please? It >should ... Setting physnode_map array to node 0 for pfns: 256 65792 get_memcfg_from_srat: ... used Zone PFN ranges: DMA 0 -> 4096 Normal 4096 -> 128652 HighMem ...
linux-kernel - KOSAKI Motohiro - Jan 26 2008 - 10:10
... the I/O. > > The other patches are basically side products of ... GUID 0050c501e001c394, S400 firewire_sbp2: fw1.0: logged in to LUN 0000 ... ST312002 6A 8.01 PQ: 0 ANSI: 4 firewire_core: created device ... 120034 MB) sd 6:0:0:0: [sdc] Write Protect is ...
linux-kernel - Jarod Wilson - Feb 6 2008 - 01:17
... 72 read(3, "", 4096) =3D 0 [PATCH 16/35] [W1] w1_therm ... 4 data sample offset/write-0 recovery time: 4 reserved (test ... wire data output buffer status: 0 1-wire data input buffer ...
linux-kernel - David Fries - Apr 13 2008 - 18:56
... to ruin my life." - Calvin. --- Subject: [PATCH] guest page hinting light ... 000000000 +0200 +++ linux-2.6-patched/include/asm-s390/page.h ... void); #define pfault_fini() do { } while (0) #endif /* CONFIG_PFAULT */ +#ifdef CONFIG_PAGE_STATES +extern ...
linux-kernel - Martin Schwidefsky - May 6 2008 - 11:33
... > Reviewers are more than ever welcome! > > Patches should be applied on linux-2.6 ... = kmem_cache_create("idr_layer_cache", > sizeof(struct idr_layer), 0, SLAB_PANIC, > idr_cache_ctor); > } > > /** > * idr_init - initialize idr handle > ...
linux-kernel - Paul E. McKenney - May 30 2008 - 04:22
... >>Reviewers are more than ever welcome! >> >>Patches should be applied on linux-2.6. ... = kmem_cache_create("idr_layer_cache", >> sizeof(struct idr_layer), 0, SLAB_PANIC, >> idr_cache_ctor); >>} >> >>/** >> * idr_init - initialize idr handle ...
linux-kernel - Nadia Derbey - Jun 2 2008 - 01:53
... = IW_ENCODE_DISABLED; iwe.u.data.length = 0; - current_ev = iwe_stream_add_point(current_ev, + current_ev = iwe_stream_add_point(info, ... *) iwe + IW_EV_LCP_LEN, event_len); - value += event_len; - /* Patch LCP */ - iwe->len = value - event; - ...
linux-kernel - David Miller - Jun 13 2008 - 01:53
... ]) = 0 ptrace(PTRACE_PEEKDATA, 27177, 0xbfe2f990, [0x736c0065]) = 0 ptrace(PTRACE_PEEKDATA, 27177, 0xbfe2f994, [0x45485300]) = 0 ... patch is logically independent with ptrace_vm: applying this patch after ptrace_vm (and viceversa) generates just some ...
linux-kernel - Renzo Davoli - Jun 16 2008 - 03:58
... its own files. As for bisectability, all patches have been tested in more than 20 ... x), ptr, retval); \ - break; \ - default: \ - __put_user_bad(); \ - } \ -} while (0) - -#else - -#define __put_user_size(x, ptr, size, ...
linux-kernel - Glauber Costa - Jun 27 2008 - 17:34