lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 15 Sep 2006 01:50:43 -0700
From:	"Sandeep Kumar" <sandeepksinha@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: Efficient Use of the Page Cache with 64 KB Pages

Hey all,
I am a newbie and I just read a document with the idea for changes in
page cache management for 64 Bit machines. This has been taken from
Linux symposium 2006, ottawa.

In order for 64-bit processors to efficiently use large address spaces
while maintaining lower TLB miss rates, the Linux kernel can be
configured with base page sizes up to 64 KB. While this benefits
access to large memory segments and files, it greatly reduces the
number of smaller files that can be resident in memory at one time.
The idea proposes a change to the Linux kernel to allow file data to
be more efficiently stored in memory when the size of the file, or the
data at the end of a file, is significantly smaller than the page
size.

So, how far is this feature feasible for the linux main line kernel ?
Is, this feature already supported ?
-- 
Regards,
Sandeep





Winners expect to win in advance. Life is a self-fulfilling prophecy.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists