summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-20vmstat: mlocked pages statisticsNick Piggin7-9/+65
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel6-160/+180
2008-10-20mlock: downgrade mmap sem while populating mlocked regionsLee Schermerhorn1-3/+43
2008-10-20doc: unevictable LRU and mlocked pages documentationLee Schermerhorn1-0/+615
2008-10-20mlock: mlocked pages are unevictableNick Piggin13-91/+817
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn6-5/+112
2008-10-20Ramfs and Ram Disk pages are unevictableLee Schermerhorn3-0/+28
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn5-2/+37
2008-10-20unevictable lru: add event counting with statisticsLee Schermerhorn3-0/+16
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn13-73/+345
2008-10-20pageflag helpers for configed-out flagsLee Schermerhorn1-0/+12
2008-10-20more aggressively use lumpy reclaimRik van Riel1-4/+16
2008-10-20vmscan: add newly swapped in pages to the inactive listRik van Riel1-1/+1
2008-10-20vmscan: fix pagecache reclaim referenced bit checkRik van Riel1-32/+13
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel5-6/+104
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel25-367/+562
2008-10-20define page_file_cache() functionRik van Riel7-2/+44
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel5-3/+60
2008-10-20swap: use an array for the LRU pagevecsKOSAKI Motohiro4-66/+55
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter8-170/+171
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin6-37/+59
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty4-46/+11
2008-10-20serial_txx9: use %lx for iobaseAtsushi Nemoto1-1/+1
2008-10-20tpm: don't export static functionsStephen Rothwell1-1/+1
2008-10-20mailmap: add Mark BrownMark Brown1-0/+1
2008-10-19anon_vma_prepare: properly lock even newly allocated entriesLinus Torvalds1-10/+32
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds171-1533/+8474
2008-10-17Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds49-1964/+8814
2008-10-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds92-4182/+4080
2008-10-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds15-336/+320
2008-10-17USB: remove err() macro from more usb driversGreg Kroah-Hartman4-45/+63
2008-10-17USB: remove err() macro from usb misc driversGreg Kroah-Hartman5-29/+37
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman5-14/+17
2008-10-17USB: remove err() macro from usb class driversGreg Kroah-Hartman3-30/+48
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman21-243/+346
2008-10-17USB: remove info() macro from usb mtd driversGreg Kroah-Hartman1-2/+2
2008-10-17USB: remove info() macro from usb input driversGreg Kroah-Hartman8-14/+23
2008-10-17USB: remove info() macro from usb network driversGreg Kroah-Hartman7-22/+32
2008-10-17USB: remove info() macro from remaining usb driversGreg Kroah-Hartman3-9/+14
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman10-34/+47
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman32-63/+96
2008-10-17USB: remove warn macro from HID coreGreg Kroah-Hartman1-2/+2
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman9-19/+32
2008-10-17USB: remove warn() macro from usb net driversGreg Kroah-Hartman4-19/+20
2008-10-17USB: remove warn() macro from usb media driversGreg Kroah-Hartman5-23/+35
2008-10-17USB: remove warn() macro from usb input driversGreg Kroah-Hartman6-35/+52
2008-10-17usb/fsl_qe_udc: clear data toggle on clear halt requestLi Yang1-0/+4
2008-10-17usb/fsl_qe_udc: fix response to get status requestLi Yang2-34/+68
2008-10-17fsl_usb2_udc: Fix oops on probe failure.Will Newton1-15/+17
2008-10-17fsl_usb2_udc: Add a wmb before priming endpoint.Will Newton1-0/+3