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>] [day] [month] [year] [list]
Date:	Mon, 30 Oct 2006 02:17:31 -0800
From:	"Prashant Anand" <panandsapphire@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: mmap of a file that is partially in cache already

hai ,
I am thinking of giving support to mmap of a file that is partially in
page cache using hugetlbfs.What i am thinking is that whenever a file
is too big(in the range of Gigabytes), we can use huge pages and free
the the page frames that have been used by this file so that other
small files may use them.
Using hugepages will reduce TLB misses and hence enhance system
throughput. This will also give other processes to use the page frames
that were used by the file which has been copied into hugepages.Is
there any support for this in linux 2.6 kernel till date?What are the
problems that i may face? Has anyone got any solution for this
problem?
Sincerely,
Prashant Anand
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ