aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-24mm: introduce non panic alloc_bootmemAndi Kleen1-0/+4
2008-07-24hugetlb: new sysfs interfaceNishanth Aravamudan1-0/+2
2008-07-24hugetlbfs: per mount huge page sizesAndi Kleen1-5/+9
2008-07-24hugetlb: multiple hstates for multiple page sizesAndi Kleen1-3/+16
2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen7-13/+98
2008-07-24mm: create /sys/kernel/mmNishanth Aravamudan1-0/+2
2008-07-24mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservationsAndy Whitcroft1-0/+1
2008-07-24hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeedMel Gorman1-3/+5
2008-07-24hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()Mel Gorman1-1/+8
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-3/+2
2008-07-24mapping_set_error: add unlikely()Andrew Morton1-1/+1
2008-07-24slob: record page flag overlays explicitlyAndy Whitcroft1-0/+7
2008-07-24slub: record page flag overlays explicitlyAndy Whitcroft1-0/+7
2008-07-24page-flags: record page flag overlays explicitlyAndy Whitcroft1-4/+11
2008-07-24fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita1-0/+4
2008-07-24mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich6-8/+6
2008-07-24powerpc ioremap_protBenjamin Herrenschmidt4-1/+31
2008-07-24access_process_vm device memory infrastructureRik van Riel3-0/+12
2008-07-24mm: remove nopfnNick Piggin1-9/+0
2008-07-24mm/vmstat.c: proper externsAdrian Bunk1-0/+6
2008-07-24page allocator: inline some __alloc_pages() wrappersKOSAKI Motohiro1-4/+17
2008-07-24mm: unexport __alloc_bootmem_core()Johannes Weiner1-5/+0
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-0/+2
2008-07-24add a helper function to test if an object is on the stackFUJITA Tomonori1-0/+7
2008-07-24move memory_read_from_buffer() from fs.h to string.hAkinobu Mita2-2/+3
2008-07-23Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-5/+23
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-40/+130
2008-07-23Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-07-23Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds25-91/+947
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds1-0/+38
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds9-29/+194
2008-07-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds3-42/+156
2008-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-69/+124
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov1-1/+0
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov1-2/+1
2008-07-23ide: add per-device flagsBorislav Petkov1-0/+60
2008-07-23ide: remove pc->callback member from ide_atapi_pcBorislav Petkov1-2/+0
2008-07-23ide: push pc callback pointer into the ide_drive_t structureBorislav Petkov1-2/+7
2008-07-23ide: add ide_host_free() helper (take 2)Bartlomiej Zolnierkiewicz1-0/+1
2008-07-23ide: add ide_host_add() helperBartlomiej Zolnierkiewicz1-0/+2
2008-07-23ide: add struct ide_host (take 3)Bartlomiej Zolnierkiewicz1-10/+11
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-17/+35
2008-07-23ide: add 'config' field to hw_regs_tBartlomiej Zolnierkiewicz1-0/+1
2008-07-23ide: filter out "default" transfer mode values in set_xfer_rate()Bartlomiej Zolnierkiewicz1-1/+0
2008-07-23ide: remove dead Virtual DMA supportBartlomiej Zolnierkiewicz1-3/+0
2008-07-23ide: remove ->INB, ->OUTB and ->OUTBSYNC methodsBartlomiej Zolnierkiewicz1-7/+0
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz1-0/+1
2008-07-23ide: use ->tf_read in ide_read_error()Bartlomiej Zolnierkiewicz1-7/+3
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz1-8/+2
2008-07-23ide: add ->read_altstatus methodBartlomiej Zolnierkiewicz1-7/+1