aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-07ALPHA: "prctl" macrosIvan Kokshaysky1-0/+22
2007-05-07h8300 generic irqYoshinori Sato3-1/+2
2007-05-07blackfin: serial driverBryan Wu1-0/+3
2007-05-07blackfin architectureBryan Wu144-0/+23352
2007-05-07page migration: Only migrate pages if allocation in the highest zone is possibleChristoph Lameter1-1/+14
2007-05-07Slab allocators: remove useless __GFP_NO_GROW flagChristoph Lameter1-2/+1
2007-05-07slab allocators: Remove SLAB_CTOR_ATOMICChristoph Lameter1-1/+0
2007-05-07slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter1-2/+0
2007-05-07KMEM_CACHE(): simplify slab cache creationChristoph Lameter1-0/+12
2007-05-07slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGNChristoph Lameter1-1/+0
2007-05-07mm: optimize kill_bdev()Peter Zijlstra1-0/+1
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2007-05-07Quicklist support for sparc64David Miller1-12/+14
2007-05-07Quicklists for page table pagesChristoph Lameter1-0/+94
2007-05-07slub: enable tracking of full slabsChristoph Lameter1-0/+1
2007-05-07Add virt_to_head_page and consolidate code in slab and slubChristoph Lameter1-0/+6
2007-05-07mm: optimize compound_head() by avoiding a shared page flagChristoph Lameter2-20/+28
2007-05-07Make page->private usable in compound pagesChristoph Lameter2-5/+42
2007-05-07SLUB: allocate smallest object size if the user asks for 0 bytesChristoph Lameter1-2/+6
2007-05-07SLUB coreChristoph Lameter4-6/+229
2007-05-07i386: use page allocator to allocate thread_info structureChristoph Lameter1-3/+5
2007-05-07readahead: code cleanupJan Kara1-2/+2
2007-05-07readahead: improve heuristic detecting sequential readsJan Kara1-0/+1
2007-05-07smaps: add clear_refs file to clear referenceDavid Rientjes1-0/+1
2007-05-07i386: use pte_update_defer in ptep_test_and_clear_{dirty,young}Zachary Amsden1-20/+18
2007-05-07i386: add ptep_test_and_clear_{dirty,young}David Rientjes1-8/+17
2007-05-07Add unitialized_var() macro for suppressing gcc warningsBorislav Petkov3-0/+14
2007-05-07add pfn_valid_within helper for sub-MAX_ORDER hole detectionAndy Whitcroft1-0/+12
2007-05-07mm/slab.c: proper prototypesAdrian Bunk1-0/+3
2007-05-07Introduce CONFIG_HAS_DMAHeiko Carstens1-2/+0
2007-05-07mm: make read_cache_page synchronousNick Piggin1-0/+11
2007-05-07mm: remove gcc workaroundNick Piggin1-0/+18
2007-05-07proper prototype for hugetlb_get_unmapped_area()Adrian Bunk1-0/+6
2007-05-07Add apply_to_page_range() which applies a function to a pte rangeJeremy Fitzhardinge1-0/+5
2007-05-07serial: define FIXED_PORT flag for serial_coreDavid Gibson1-0/+1
2007-05-07RM9000 serial driverThomas Koeller1-1/+3
2007-05-07serial driver PMC MSP71xxMarc St-Jean2-0/+4
2007-05-07add new_id to PCMCIA driversBernhard Walle1-0/+6
2007-05-07slab: introduce kreallocPekka Enberg1-1/+2
2007-05-07Revert "[PATCH] x86: __pa and __pa_symbol address space separation"Linus Torvalds2-13/+9
2007-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2-0/+5
2007-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds3-38/+97
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds41-314/+548
2007-05-06Merge branch 'ixp4xx' into develRussell King8-28/+182
2007-05-06Merge branches 'arm-mm', 'at91', 'clkevts', 'imx', 'iop', 'misc', 'netx', 'ns9xxx', 'omap', 'pxa', 'rpc', 's3c' and 'sa1100' into develRussell King25-258/+319
2007-05-06[ARM] Add comments marking in-use ptrace numbersRussell King1-7/+3
2007-05-06[ARM] Move syscall saving out of the way of utraceRussell King1-0/+1
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds125-1795/+2421
2007-05-05Fix nfsroot buildRalf Baechle1-1/+1
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-2/+1389