First  |  Prev |  Next  |  Last
Pages: 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669
[S+Q2 07/19] slub: Allow removal of slab caches during boot
If a slab cache is removed before we have setup sysfs then simply skip over the sysfs handling. Cc: Benjamin Herrenschmidt <benh(a)kernel.crashing.org> Cc: Roland Dreier <rdreier(a)cisco.com> Signed-off-by: Christoph Lameter <cl(a)linux-foundation.org> --- mm/slub.c | 7 +++++++ 1 file changed, 7 insertions(+)... 9 Jul 2010 16:06
[S+Q2 17/19] SLUB: Get rid of useless function count_free()
count_free() == available() Signed-off-by: Christoph Lameter <cl(a)linux-foundation.org> --- mm/slub.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Index: linux-2.6/mm/slub.c =================================================================== --- linux-2.6.orig/mm/slub.c 2010-07-07 10... 9 Jul 2010 16:06
[S+Q2 00/19] SLUB with queueing (V2) beats SLAB netperf TCP_RR
The following patchset cleans some pieces up and then equips SLUB with per cpu queues that work similar to SLABs queues. With that approach SLUB wins significantly in hackbench and improves also on tcp_rr. Hackbench test script: #!/bin/bash uname -a echo "./hackbench 100 process 200000" ../hackbench 100 pr... 9 Jul 2010 16:06
[S+Q2 04/19] slub: Use a constant for a unspecified node.
kmalloc_node() and friends can be passed a constant -1 to indicate that no choice was made for the node from which the object needs to come. Use NUMA_NO_NODE instead of -1. CC: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> Signed-off-by: David Rientjes <rientjes(a)google.com> Signed-off-by: Christoph Lamet... 9 Jul 2010 16:06
[S+Q2 13/19] slub: Extract hooks for memory checkers from hotpaths
Extract the code that memory checkers and other verification tools use from the hotpaths. Makes it easier to add new ones and reduces the disturbances of the hotpaths. Signed-off-by: Christoph Lameter <cl(a)linux-foundation.org> --- mm/slub.c | 49 ++++++++++++++++++++++++++++++++++++++----------- 1 file cha... 9 Jul 2010 16:05
[S+Q2 18/19] SLUB: Remove MAX_OBJS limitation
There is no need anymore for the "inuse" field in the page struct. Extend the objects field to 32 bit allowing a practically unlimited number of objects. Signed-off-by: Christoph Lameter <cl(a)linux-foundation.org> --- include/linux/mm_types.h | 5 +---- mm/slub.c | 7 ------- 2 files cha... 9 Jul 2010 16:05
[PATCH, RT, RFC] Hacks allowing -rt to run on POWER7 / Powerpc.
[PATCH, RT, RFC] Hacks allowing -rt to run on POWER7 / Powerpc. We've been seeing some issues with userspace randomly SIGSEGV'ing while running the -RT kernels on POWER7 based systems. After lots of debugging, head scratching, and experimental changes to the code, the problem has been narrowed down such that w... 9 Jul 2010 16:05
x86, pae: Fix handling of large physical addresses in ioremap
On 07/09/2010 11:31 AM, tip-bot for Kenji Kaneshige wrote: Commit-ID: 39d8c3ff39443825b6a21b28249fc4904809203f Gitweb: http://git.kernel.org/tip/39d8c3ff39443825b6a21b28249fc4904809203f Author: Kenji Kaneshige <kaneshige.kenji(a)jp.fujitsu.com> AuthorDate: Thu, 17 Jun 2010 10:30:06 +0900 Committer... 9 Jul 2010 14:59
[tip:x86/mm] x86-64, mm: Initialize VDSO earlier on 64 bits
Commit-ID: d7a0380dc3e6607d30ccdfc3cfc2ccee0d966716 Gitweb: http://git.kernel.org/tip/d7a0380dc3e6607d30ccdfc3cfc2ccee0d966716 Author: Jiri Slaby <jslaby(a)suse.cz> AuthorDate: Wed, 16 Jun 2010 22:30:42 +0200 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Fri, 18 Jun 2010 13:48:14 -0700 x86... 9 Jul 2010 14:59
[tip:x86/mm] x86, ioremap: Fix normal ram range check
Commit-ID: 2233576bf7b5d246593c3e06cab74d879b32b949 Gitweb: http://git.kernel.org/tip/2233576bf7b5d246593c3e06cab74d879b32b949 Author: Kenji Kaneshige <kaneshige.kenji(a)jp.fujitsu.com> AuthorDate: Thu, 17 Jun 2010 10:31:11 +0900 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Fri, 9 Jul 2010 1... 9 Jul 2010 14:59
First  |  Prev |  Next  |  Last
Pages: 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669