aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20PCI: remove dynids.use_driver_dataMilton Miller1-1/+0
2008-10-20Merge git://git.infradead.org/battery-2.6Linus Torvalds1-0/+6
2008-10-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds3-160/+138
2008-10-20Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-2/+6
2008-10-20Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds5-7/+555
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-0/+169
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2008-10-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds9-3/+164
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-2/+3
2008-10-20include/linux/bcd.h: remove commentsAdrian Bunk1-9/+0
2008-10-20remove the obsolete BCD*BIN/BIN*BCD macrosAdrian Bunk1-7/+0
2008-10-20rtc: use bcd2bin/bin2bcdAdrian Bunk1-12/+12
2008-10-20make mm/rmap.c:anon_vma_cachep staticAdrian Bunk1-12/+0
2008-10-20byteorder: provide swabb.h generically in asm/byteorder.hHarvey Harrison3-0/+3
2008-10-20byteorder: use generic C version for value byteswappingHarvey Harrison1-10/+0
2008-10-20byteorder: add new headers for make headers-installHarvey Harrison1-0/+2
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman1-0/+24
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal1-4/+10
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSRoland McGrath1-1/+7
2008-10-20make ptrace_untrace() staticAdrian Bunk1-1/+0
2008-10-20bitmask: remove bitmap_scnprintf_len()Lai Jiangshan1-1/+0
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan1-0/+13
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki4-16/+117
2008-10-20cgroups: fix declaration of cgroup_mm_owner_callbacksPaul Menage1-9/+6
2008-10-20cgroups: convert tasks file to use a seq_file with shared pid arrayPaul Menage1-0/+10
2008-10-20cgroups: fix probable race with put_css_set[_taskexit] and find_css_setLai Jiangshan1-2/+1
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai2-0/+5
2008-10-20fb: convert lock/unlock_kernel() into local fb mutexKrzysztof Helt1-0/+1
2008-10-20container freezer: implement freezer cgroup subsystemMatt Helsley2-19/+16
2008-10-20container freezer: make refrigerator always availableMatt Helsley1-3/+11
2008-10-20container freezer: add TIF_FREEZE flag to all architecturesMatt Helsley5-0/+9
2008-10-20coredump_filter: add hugepage dumpingKOSAKI Motohiro1-2/+5
2008-10-20mm: rewrite vmap layerNick Piggin1-1/+14
2008-10-20fs: buffer lock use lock bitopsNick Piggin1-1/+1
2008-10-20mm: page lock use lock bitopsNick Piggin1-1/+1
2008-10-20mm: pagecache insertion fewer atomicsNick Piggin1-7/+7
2008-10-20vmscan: kill unused lru functionsKOSAKI Motohiro1-48/+0
2008-10-20mlock: count attempts to free mlocked pageLee Schermerhorn1-0/+1
2008-10-20vmscan: unevictable LRU scan sysctlLee Schermerhorn2-0/+18
2008-10-20swap: cull unevictable pages in fault pathLee Schermerhorn1-0/+2
2008-10-20vmstat: mlocked pages statisticsNick Piggin2-0/+6
2008-10-20mlock: mlocked pages are unevictableNick Piggin3-3/+35
2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn3-5/+15
2008-10-20Ramfs and Ram Disk pages are unevictableLee Schermerhorn1-0/+22
2008-10-20unevictable lru: add event counting with statisticsLee Schermerhorn1-0/+5
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn6-11/+73
2008-10-20pageflag helpers for configed-out flagsLee Schermerhorn1-0/+12
2008-10-20vmscan: second chance replacement for anonymous pagesRik van Riel2-0/+25
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel7-31/+140
2008-10-20define page_file_cache() functionRik van Riel2-2/+33