First  |  Prev |  Next  |  Last
Pages: 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
[PATCHv6 4/7] USB: gadget: composite: Better string override handling
The iManufatcurer, iProduct and iSerialNumber composite module parameters were only used when the gadget driver registers strings for manufacturer, product and serial number. If the gadget never bothered to set corresponding fields in USB device descriptors those module parameters are ignored. This commit makes... 5 Aug 2010 06:57
[PATCHv6 1/7] USB: gadget: storage_common: fixed warning building mass storage function
The "nofua" attribute is used in the File-Storage Gadget but the functions handling it are defined in storage_common.c (which may be not a bad thing if anyone will want to port tho "nofua" attribute to mass storage function) which causes the following warnings: drivers/usb/gadget/storage_common.c:718: \ warnin... 5 Aug 2010 06:57
[PATCHv6 5/7] USB: gadget: mass_storage: moved strings handling code to composite
This patch removes string registration from the Mass Storage Gadget. With recent changes to the composite framework, all that we need is handled by the composite layer. This means composite registers a string ID for manufacturer and product. This also adds the "needs_serial" so that composite layer will issue ... 5 Aug 2010 06:57
[PATCHv6 7/7] USB: gadget: g_multi: moved strings handling code to composite
This patch removes some of the string registration from the Multifunction Composite Gadget as composite layer can handle the iManufacturer and iProduct for us. This also adds the "needs_serial" so that composite layer will issue a warning if user space fails to provide the iSerialNumber module parameter. Sign... 5 Aug 2010 06:57
[PATCHv6 0/7] Several USB fixes
Hello again, Michal Nazarewicz (7): USB: gadget: storage_common: fixed warning building mass storage function This fixes a warning in the storage_common.c file. USB: gadget: g_multi: fixed vendor and product ID USB: gadget: g_ffs: fixed vendor and product ID Those fix the product and ... 5 Aug 2010 06:57
NET_NS: unregister_netdevice: waiting for lo to become free (after using openvpn)
On Thu, 05 Aug 2010 02:51:29 -0700 ebiederm(a)xmission.com (Eric W. Biederman) wrote: Michael Leun <lkml20100708(a)newton.leun.net> writes: Hi, On Wed, 04 Aug 2010 17:12:29 -0700 ebiederm(a)xmission.com (Eric W. Biederman) wrote: First, thank you very much for picking that up (and, of ... 5 Aug 2010 06:57
linux-next: manual merge of the usb tree with Linus' tree
On Thu, 5 Aug 2010, Stephen Rothwell wrote: Today's linux-next merge of the usb tree got a conflict in Documentation/usb/linux.inf between commit 0ea6e61122196509af82cc4f36cbdaacbefb8227 ("Documentation: update broken web addresses") from Linus' tree and commit 2e73ce9389be011587a0ca581b6798b135e64807 ... 5 Aug 2010 19:10
[PATCH 4/4 -mm][memcg] generic file-stat accounting interface for memcg
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Preparing for adding new status arounf file caches.(dirty, writeback,etc..) Using a unified macro and more generic names. All counters will have the same rule for updating. Changelog: - resrructured for clean up. - added VM_BUG_ON(). Signed-off-by:... 5 Aug 2010 06:57
[PATCH 2/4 -mm][memcg] use id in page cgroup
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Now, addresses of memory cgroup can be calculated by their ID without complex. This patch relplaces pc->mem_cgroup from a pointer to a unsigned short. On 64bit architecture, this offers us more 6bytes room per page_cgroup. Use 2bytes for blkio-cgroup's page... 5 Aug 2010 06:57
[PATCH 3/4 -mm][memcg] scalable file status update logic without race
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> At accounting file events per memory cgroup, we need to find memory cgroup via page_cgroup->mem_cgroup. Now, we use lock_page_cgroup(). But, considering the context which page-cgroup for files are accessed, we can use alternative light-weight mutual execu... 5 Aug 2010 06:57
First  |  Prev |  Next  |  Last
Pages: 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196