aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-06um: tell git to ignore generated filesWANG Cong2-0/+4
2010-03-06uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov1-2/+2
2010-03-06cris v32: typo in crisv32_arbiter_unwatch()?Roel Kluin1-1/+1
2010-03-06cryptocop: fix assertion in create_output_descriptors()Roel Kluin1-1/+1
2010-03-06cris: convert to use arch_gettimeoffset()john stultz2-66/+8
2010-03-06cpuidle menu: remove 8 bytes of padding on 64 bit buildsRichard Kennedy1-1/+1
2010-03-06alpha: PTR_ERR overwrites -EINVAL in syscall osf_mountRoel Kluin1-1/+2
2010-03-06frv: remove pci_dma_sync_single() and pci_dma_sync_sg()FUJITA Tomonori1-37/+0
2010-03-06mm: add comment on swap_duplicate's error codeHugh Dickins1-1/+5
2010-03-06nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani1-2/+2
2010-03-06mm: use the same log level for show_mem()Amerigo Wang1-7/+7
2010-03-06mm: add comment about deprecation of __GFP_NOFAILDavid Rientjes1-1/+2
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner3-14/+36
2010-03-06vmscan: drop page_mapping_inuse()Johannes Weiner1-23/+2
2010-03-06vmscan: factor out page reference checksJohannes Weiner1-13/+43
2010-03-06mm: document /sys/devices/system/node/nodeXMel Gorman1-0/+7
2010-03-06mm: document /proc/pagetypeinfoMel Gorman1-1/+44
2010-03-06mm: suppress pfn range output for zones without pagesDavid Rientjes1-2/+6
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki5-5/+41
2010-03-06mm/swapfile.c: fix swapon size off-by-oneHugh Dickins1-13/+18
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel3-31/+0
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel3-0/+32
2010-03-06rmap: remove obsolete check from __page_check_anon_rmap()Rik van Riel1-3/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel14-85/+298
2010-03-06mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina1-1/+1
2010-03-06include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton1-11/+11
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang3-1/+18
2010-03-06vfs: take f_lock on modifying f_mode after open timeWu Fengguang2-0/+4
2010-03-06mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro1-4/+0
2010-03-06mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro1-30/+30
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org3-24/+43
2010-03-06mm: fix mbind vma merge problemKOSAKI Motohiro1-13/+39
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro4-23/+14
2010-03-06mm: remove free_hot_page()Li Hong3-9/+5
2010-03-06mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro1-0/+2
2010-03-06vmscan: get_scan_ratio() cleanupKOSAKI Motohiro1-9/+14
2010-03-06vmscan: check high watermark after shrink zoneMinchan Kim1-10/+12
2010-03-06mm: use rlimit helpersJiri Slaby4-14/+15
2010-03-06mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro1-2/+2
2010-03-06mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro1-9/+2
2010-03-06mm: count swap usageKAMEZAWA Hiroyuki6-7/+23
2010-03-06mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki7-15/+107
2010-03-06mm: clean up mm_counterKAMEZAWA Hiroyuki12-101/+174
2010-03-06infiniband: use for_each_set_bit()Akinobu Mita1-16/+5
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita18-24/+26
2010-03-06timbgpio: fix buildDavid Miller1-0/+1
2010-03-06Fix a dumb typo - use of & instead of &&Al Viro1-1/+1
2010-03-05Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds7-260/+146