First  |  Prev |  Next  |  Last
Pages: 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650
[PATCH 03/12] scsi: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial way to serialize their private file operations, typically resulting from an earlier semi-automatic pushdown from VFS. None of these drivers appears to want to lock against other code, and they all use the BKL as the top-level lock in their file operations, me... 11 Jul 2010 18:11
[PATCH 06/12] net: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial way to serialize their private file operations, typically resulting from an earlier semi-automatic pushdown from VFS. None of these drivers appears to want to lock against other code, and they all use the BKL as the top-level lock in their file operations, me... 11 Jul 2010 18:11
[PATCH 07/12] cris: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial way to serialize their private file operations, typically resulting from an earlier semi-automatic pushdown from VFS. None of these drivers appears to want to lock against other code, and they all use the BKL as the top-level lock in their file operations, me... 11 Jul 2010 18:11
[PATCH 10/12] mac: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial way to serialize their private file operations, typically resulting from an earlier semi-automatic pushdown from VFS. None of these drivers appears to want to lock against other code, and they all use the BKL as the top-level lock in their file operations, me... 11 Jul 2010 18:11
pm: Add runtime PM statistics
On Saturday, July 10, 2010, Arjan van de Ven wrote: From: Arjan van de Ven <arjan(a)linux.intel.com> Subject: [PATCH v2] pm: Add runtime PM statistics In order for PowerTOP to be able to report how well the new runtime PM is working for the various drivers, the kernel needs to export some basic statistics... 6 Aug 2010 20:23
[PATCH 00/12] autoconvert trivial BKL users to private mutex
This is a repost of an earlier patch to remove those users of the big kernel lock that can be converted to a mutex using a simple script. The only use of the BKL is in file operations that are called without any other lock, so the new mutex is the top-level serialization and cannot introduce any AB-BA deadlock.... 11 Jul 2010 18:11
[PATCH 05/12] usb: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial way to serialize their private file operations, typically resulting from an earlier semi-automatic pushdown from VFS. None of these drivers appears to want to lock against other code, and they all use the BKL as the top-level lock in their file operations, me... 11 Jul 2010 18:11
[PATCH 09/12] mtd: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial way to serialize their private file operations, typically resulting from an earlier semi-automatic pushdown from VFS. None of these drivers appears to want to lock against other code, and they all use the BKL as the top-level lock in their file operations, me... 11 Jul 2010 18:11
[PATCH 01/12] staging: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial way to serialize their private file operations, typically resulting from an earlier semi-automatic pushdown from VFS. None of these drivers appears to want to lock against other code, and they all use the BKL as the top-level lock in their file operations, me... 11 Jul 2010 18:11
[PATCH 02/12] isdn: autoconvert trivial BKL users to private mutex
All these files use the big kernel lock in a trivial way to serialize their private file operations, typically resulting from an earlier semi-automatic pushdown from VFS. None of these drivers appears to want to lock against other code, and they all use the BKL as the top-level lock in their file operations, me... 11 Jul 2010 18:11
First  |  Prev |  Next  |  Last
Pages: 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650