|
First
|
Prev |
Next
|
Last
Pages: 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722
[PATCH 08 of 11] anon-vma-rwsem # HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115136 -7200 # Node ID 6b384bb988786aa78ef07440180e4b2948c4c6a2 # Parent 58f716ad4d067afb6bdd1b5f7042e19d854aae0d anon-vma-rwsem Convert the anon_vma spinlock to a rw semaphore. This allows concurrent traversal of reverse maps for t... 7 May 2008 10:58
apm: make apm=power-off configurable like apm=realmode-power-off Hi Neils, On Wed, 07 May 2008 15:55:09 +0200 Niels de Vos <niels.devos(a)wincor-nixdorf..com> wrote: On some systems (with broken BIOSes?) apm=power-off should be appended as kernel parameter. apm=realmode-power-off is configurable during compile-time. apm=power-off should be configurable likewise. ... 7 May 2008 11:47
bootmem2: Another try On Wed, 7 May 2008, Johannes Weiner wrote: Bootmem2 is block-oriented where a block represents a contiguous range of physical memory. Every block has a bitmap that keeps track of the pages on it. Yes, that one sounds fairly sane. Linus -- To unsubscribe from this list: send the line "unsubsc... 7 May 2008 10:58
[PATCH 07 of 11] i_mmap_rwsem # HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115135 -7200 # Node ID 58f716ad4d067afb6bdd1b5f7042e19d854aae0d # Parent 0621238970155f8ff2d60ca4996dcdd470f9c6ce i_mmap_rwsem The conversion to a rwsem allows notifier callbacks during rmap traversal for files. A rw style lock also... 7 May 2008 10:58
[PATCH 06 of 11] rwsem contended # HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115132 -7200 # Node ID 0621238970155f8ff2d60ca4996dcdd470f9c6ce # Parent 20bc6a66a86ef6bd60919cc77ff51d4af741b057 rwsem contended Add a function to rw_semaphores to check if there are any processes waiting for the semaphore. Add rws... 7 May 2008 10:58
[PATCH] MN10300: Make cpu_relax() invoke barrier() Make cpu_relax() invoke barrier() to be the same as other arches. Signed-off-by: David Howells <dhowells(a)redhat.com> --- include/asm-mn10300/processor.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-mn10300/processor.h b/include/asm-mn10300/processor.h index f1b081f... 7 May 2008 10:58
[PATCH 00 of 11] mmu notifier #v16 Hello, this is the last update of the mmu notifier patch. Jack asked a __mmu_notifier_register to call under mmap_sem in write mode. Here an update with that change plus allowing ->release not to be implemented (two liner change to mmu_notifier.c). The entire diff between v15 and v16 mmu-notifier-core was ... 7 May 2008 10:58
[PATCH] apm: make apm=power-off configurable like apm=realmode-power-off On some systems (with broken BIOSes?) apm=power-off should be appended as kernel parameter. apm=realmode-power-off is configurable during compile-time. apm=power-off should be configurable likewise. On non-SMP systems apm=power-off is the default. For kernels with SMP support it is not. Signed-off-by: Niels d... 7 May 2008 10:58
[PATCH 02 of 11] get_task_mm # HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115127 -7200 # Node ID c5badbefeee07518d9d1acca13e94c981420317c # Parent e20917dcc8284b6a07cfcced13dda4cbca850a9c get_task_mm get_task_mm should not succeed if mmput() is running and has reduced the mm_users count to zero. This can ... 7 May 2008 10:58
[PATCH 01 of 11] mmu-notifier-core # HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210096013 -7200 # Node ID e20917dcc8284b6a07cfcced13dda4cbca850a9c # Parent 5026689a3bc323a26d33ad882c34c4c9c9a3ecd8 mmu-notifier-core With KVM/GFP/XPMEM there isn't just the primary CPU MMU pointing to pages. There are secondary MMUs ... 7 May 2008 10:58 |