summaryrefslogtreecommitdiffstats
path: root/fs/ramfs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-17console: make blank timeout value a boot optionDaniel Mack2-6/+11
2009-06-17Documentation/atomic_ops.txt: fix sample codeFigo.zhang1-2/+2
2009-06-17eisa.ids: add Network Peripherals FDDI boardsMaciej W. Rozycki1-0/+5
2009-06-17syscalls.h: remove duplicated declarations for sys_pipe2Masatake YAMATO1-2/+1
2009-06-17kmap_types: make most arches use generic header fileRandy Dunlap17-318/+31
2009-06-17Documentation/accounting/getdelays.c intialize the variable before using itJaswinder Singh Rajput1-1/+2
2009-06-17hexdump: remove the trailing spaceLi Zefan1-6/+9
2009-06-17use printk_once() in several placesMinchan Kim2-14/+6
2009-06-17slow-work: use round_jiffies() for thread pool's cull and OOM timersChris Peterson1-9/+14
2009-06-17lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot()Huang Shijie1-47/+26
2009-06-17groups: move code to kernel/groups.cAlexey Dobriyan3-283/+289
2009-06-17remove put_cpu_no_resched()Thomas Gleixner3-5/+4
2009-06-17drbd: add major number to major.hPhilipp Reisner1-0/+1
2009-06-17headers: move module_bug_finalize()/module_bug_cleanup() definitions into mod...Andrew Morton2-12/+17
2009-06-17poll: avoid extra wakeups in select/pollEric Dumazet2-4/+39
2009-06-17ntfs: use is_power_of_2() function for clarity.Robert P. J. Day2-2/+4
2009-06-17kernel/kfifo.c: replace conditional test with is_power_of_2()Robert P. J. Day1-2/+2
2009-06-17atomic: only take lock when the counter drops to zero on UP as wellJan Blunck1-2/+1
2009-06-17utsname.h: make new_utsname fields use the proper length constantDan Smith1-6/+6
2009-06-17uml: bad macro expansion, parameter is memberRoel Kluin1-22/+22
2009-06-17uml: fix a section warningAmerigo Wang2-2/+2
2009-06-17um: remove obsolete hw_interrupt_typeThomas Gleixner1-3/+3
2009-06-17uml: UML net driver does not allow for vlansAlan Cox1-1/+1
2009-06-17m32r: remove obsolete hw_interrupt_typeThomas Gleixner8-15/+15
2009-06-17alpha: bad macro expansion, parameter is memberRoel Kluin2-6/+6
2009-06-17alpha: remove obsolete hw_interrupt_typeThomas Gleixner20-27/+27
2009-06-17mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki1-9/+1
2009-06-17vmscan: count the number of times zone_reclaim() scans and failsMel Gorman3-0/+9
2009-06-17vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman3-9/+32
2009-06-17vmscan: properly account for the number of page cache pages zone_reclaim() ca...Mel Gorman2-11/+53
2009-06-17writeback: skip new or to-be-freed inodesWu Fengguang1-3/+3
2009-06-17oom: only oom kill exiting tasks with attached memoryDavid Rientjes1-5/+3
2009-06-17vmscan: handle may_swap more strictlyDaisuke Nishimura1-9/+9
2009-06-17vmscan: merge duplicate code in shrink_active_list()Wu Fengguang1-53/+42
2009-06-17vmscan: make mapped executable pages the first class citizenWu Fengguang1-7/+45
2009-06-17vmscan: report vm_flags in page_referenced()Wu Fengguang3-15/+34