aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2008-10-20cgroups: fix declaration of cgroup_mm_owner_callbacksPaul Menage
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai
2008-10-20fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley
2008-10-20container freezer: make refrigerator always availableMatt Helsley
2008-10-20coredump_filter: add hugepage dumpingKOSAKI Motohiro
2008-10-20mm: rewrite vmap layerNick Piggin
2008-10-20fs: buffer lock use lock bitopsNick Piggin
2008-10-20mm: page lock use lock bitopsNick Piggin
2008-10-20mm: pagecache insertion fewer atomicsNick Piggin
2008-10-20vmscan: kill unused lru functionsKOSAKI Motohiro
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn
2008-10-20vmstat: mlocked pages statisticsNick Piggin
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn
2008-10-20Ramfs and Ram Disk pages are unevictableLee Schermerhorn
2008-10-20unevictable lru: add event counting with statisticsLee Schermerhorn
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn
2008-10-20pageflag helpers for configed-out flagsLee Schermerhorn
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel
2008-10-20define page_file_cache() functionRik van Riel
2008-10-20vmscan: free swap space on swap-in/activationRik van Riel
2008-10-20swap: use an array for the LRU pagevecsKOSAKI Motohiro
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter
2008-10-20vmscan: move isolate_lru_page() to vmscan.cNick Piggin
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2008-10-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2008-10-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds
2008-10-17USB: anchor API changes needed for btusbOliver Neukum
2008-10-17usb: vstusb.c : new driver for spectrometers used by Vernier Software & Techn...Stephen Ware
2008-10-17USB: Fix spelling in usb/serial.hGeoff Levand
2008-10-17usb gadget: cdc obex glueFelipe Balbi
2008-10-17usb gadget: function activation/deactivationDavid Brownell
2008-10-17USB: extend poisoning to anchorsOliver Neukum
2008-10-17USB: kill URBs permanentlyOliver Neukum
2008-10-17USB: add USB test and measurement class driverGreg Kroah-Hartman
2008-10-17V4L/DVB (9240): saa7127: Fix two typosJean Delvare
2008-10-17V4L/DVB (9196): Add support for DSS deliveryManu Abraham
2008-10-17V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2...Manu Abraham
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-10-17block: remove __generic_unplug_device() from exportsJens Axboe
2008-10-17blktrace: add support for driver dataStefan Raspl
2008-10-17block: fix nr_phys_segments miscalculation bugFUJITA Tomonori