aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-2419-218/+356
* hugetlb: factor out prep_new_huge_pageAndi Kleen2008-07-241-6/+11
* mm: create /sys/kernel/mmNishanth Aravamudan2008-07-243-0/+24
* mm: remove mm_init compilation dependency on CONFIG_DEBUG_MEMORY_INITNishanth Aravamudan2008-07-242-2/+3
* vmallocinfo: add NUMA informationEric Dumazet2008-07-243-2/+77
* SYNC_FILE_RANGE_WRITE may and will block. Document that.Pavel Machek2008-07-241-1/+2
* tmpfs: support aioHugh Dickins2008-07-241-21/+34
* generic_file_aio_read() cleanupsHugh Dickins2008-07-241-23/+19
* vma_page_offset() has no callees: drop itJohannes Weiner2008-07-241-20/+9
* hugetlb reservations: fix hugetlb MAP_PRIVATE reservations across vma splitsAndy Whitcroft2008-07-241-27/+145
* hugetlb: allow huge page mappings to be created without reservationsAndy Whitcroft2008-07-241-5/+53
* hugetlb: move reservation region support earlierAndy Whitcroft2008-07-241-121/+125
* mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft2008-07-243-4/+6
* huge page private reservation review cleanupsAndy Whitcroft2008-07-241-13/+45
* hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE...Mel Gorman2008-07-244-23/+190
* hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until...Mel Gorman2008-07-244-44/+140
* hugetlb: move hugetlb_acct_memory()Mel Gorman2008-07-241-41/+41
* mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-2416-26/+22
* mapping_set_error: add unlikely()Andrew Morton2008-07-241-1/+1
* slob: record page flag overlays explicitlyAndy Whitcroft2008-07-242-6/+13
* slub: record page flag overlays explicitlyAndy Whitcroft2008-07-242-48/+24
* page-flags: record page flag overlays explicitlyAndy Whitcroft2008-07-241-4/+11
* fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2008-07-243-155/+185
* buddy: clarify comments describing buddy mergeAndy Whitcroft2008-07-241-1/+2
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-2412-21/+26
* spufs: use new vm_ops->access to allow local state access from gdbBenjamin Herrenschmidt2008-07-241-0/+23
* powerpc ioremap_protBenjamin Herrenschmidt2008-07-247-7/+64
* use generic_access_phys for /dev/mem mappingsRik van Riel2008-07-242-1/+5
* access_process_vm device memory infrastructureRik van Riel2008-07-248-18/+144
* mm: remove nopfnNick Piggin2008-07-242-69/+7
* kill generic_file_direct_IO()Christoph Hellwig2008-07-241-66/+51
* mm/hugetlb.c: fix duplicate variableAdrian Bunk2008-07-241-1/+0
* mm/vmstat.c: proper externsAdrian Bunk2008-07-244-5/+8
* mm/migrate.c should #include <linux/syscalls.h>Adrian Bunk2008-07-241-0/+1
* page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro2008-07-242-21/+19
* mspec: convert nopfn to faultNick Piggin2008-07-241-9/+14
* mm: unexport __alloc_bootmem_core()Johannes Weiner2008-07-242-17/+12
* mm: normalize internal argument passing of bootmem dataJohannes Weiner2008-07-241-8/+6
* mm: fix free_all_bootmem_core alignment checkJohannes Weiner2008-07-241-11/+10
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-2415-54/+40
* add a helper function to test if an object is on the stackFUJITA Tomonori2008-07-242-3/+8
* mm: print out the zonelists on request for manual verificationMel Gorman2008-07-243-0/+51
* mm: make defensive checks around PFN values registered for memory usageMel Gorman2008-07-244-8/+44
* mm: verify the page links and memory modelMel Gorman2008-07-243-0/+91
* mm: add a basic debugging framework for memory initialisationMel Gorman2008-07-246-9/+79
* add HAVE_CLK to Kconfig, for driver dependenciesDavid Brownell2008-07-245-0/+23
* remove is_tty()Adrian Bunk2008-07-241-13/+0
* hpet: clarify maintainer entryClemens Ladisch2008-07-241-1/+1
* move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2008-07-244-3/+4
* Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2008-07-234-12/+192
|\