42921 results
Order by date - Order by pertinence
All (42921)
News (314)
Reviews (162)
Tips (77)
Processes (6)
Press (8348)
High-tech (31953)
Forums (2061)
 
[PATCH][RFC] RAID5/DMA/memcpy: zero copy the bio page when possible
From: Forrest shi <b29237@freescale.com> each disk holds one page in the stripe header, the page works as a buffer cache for raid computing and it is copied to and from bio page which requested by upper level read/write call. if the write ...
Message posted on the January 11th, 2012 - 2:50 AM ET
TorchStone Global LLC and Page Group Limited form TorchStone Page Inc. to Provide International Security Services
U.S.-based TorchStone Global LLC and U.K.-based Page Group Ltd. have formed a new company, TorchStone Page Inc., to design and provide comprehensive security services to governments, corporations, NGOs and ...
Press published on the May 9th, 2013 - 8:39 AM ET
Worldwide Page Volume Declined Slightly in 2011, But Developing Regions, Color, and MFP Segments Remain Growth Drivers, According to IDC
Worldwide page volume from digital hardcopy devices* decreased to 3.09 trillion in 2011 from 3.12 trillion in 2010, a 1.0% year-over-year decline, according to new research from International Data Corporation (IDC). ...
Press published on the October 19th, 2012 - 6:00 AM ET
Developing Regions Drive Worldwide Page Volume Growth as Developed Regions Lose Ground, According to IDC
Worldwide page volume from digital hardcopy devices* climbed to 3.1 trillion in 2010, according to new research from International Data Corporation (IDC). Developing regions led the way with 7.3% page growth when ...
Press published on the December 14th, 2011 - 10:56 AM ET
The Resume is Dead - The One-Page Company Announces Resume Alternative, the 1-Page Job Proposal Tool
Resumes, once a key to the hiring process, have been revolutionized by The One-Page Company. From Pat Riley’s international best-selling business book, The One-Page Proposal, The One-Page Company has launched an ...
Press published on the June 28th, 2011 - 10:09 AM ET
Not Dead Yet: Printed Page Volume to Reach 1.2 Trillion in the U.S. by 2015, According to IDC
The death of the printed page has been greatly exaggerated, and although print volume will remain relatively flat between 2010 and 2015 (0.1% CAGR), combined U.S. printer and multifunction peripheral (MFP) page ...
Press published on the September 6th, 2011 - 6:00 AM ET
BuzzLogic Announces Spectrum: an Online Advertising Platform for Page-Level, Real-Time Delivery of Emotive-Based Ads
Emotive-based targeting based on a deep understanding of a page’s content and its effect on audience Spectrum places relevant ads at the page-level in real-time, and at immense scale ...
Press published on the October 17th, 2011 - 6:00 AM ET
Computer Industry Luminary Rich Page Joins Rambus as Fellow
Page will apply advanced computing knowledge to develop next-generation solutions.
Press published on the July 9th, 2012 - 2:05 PM ET
Other results are also available in our forums :
[PATCH] Debugging: Keep track of page owners
From: mel@skynet.ie (Mel Gorman) PAGE_OWNER tracks free pages by setting page->order to -1. However, it is set during __free_pages() which is not the only free path as __pagevec_free() and free_compound_page() do not go through __free_pages(). ...
Message posted on the December 7th, 2012 - 4:30 PM ET
[PATCH] mm: Fixup the condition whether the page cache is free
When a page cache is to reclaim, we should to decide whether the page cache is free. IMO, the condition whether a page cache is free should be 3 in page frame reclaiming. The reason lists as below. When page is allocated, the page->_count is ...
Message posted on the March 3rd, 2013 - 9:00 PM ET
[PATCH v2] mm: hugetlb: add arch hook for clearing page flags before entering pool
The core page allocator ensures that page flags are zeroed when freeing pages via free_pages_check. A number of architectures (ARM, PPC, MIPS) rely on this property to treat new pages as dirty with respect to the data cache and perform the ...
Message posted on the August 23rd, 2012 - 12:40 PM ET
[PATCH] mm: compaction: Partially revert capture of suitable high-order page
Eric Wong reported on 3.7 and 3.8-rc2 that ppoll() got stuck when waiting for POLLIN on a local TCP socket. It was easier to trigger if there was disk IO and dirty pages at the same time and he bisected it to commit 1fb3f8ca "mm: compaction: ...
Message posted on the January 11th, 2013 - 4:30 AM ET
[RFC PATCH 1/4] mm: introduce a safer interface to check whether a page is managed by SLxB
Several subsystems, including memory-failure, swap, sparse, DRBD etc, use PageSlab() to check whether a page is managed by SLAB/SLUB/SLOB. And they treat slab pages differently from pagecache/anonymous pages. But it's unsafe to use PageSlab() to ...
Message posted on the July 3rd, 2012 - 12:10 AM ET
[RFC PATCH] s390: mm: rmap: Transfer storage key to struct page under the page lock
This patch is horribly ugly and there has to be a better way of doing it. I'm looking for suggestions on what s390 can do here that is not painful or broken. The following bug was reported on s390 kernel BUG at ...
Message posted on the April 16th, 2012 - 10:20 AM ET