aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-15rwsem: fix rwsem_is_locked() bugsAmerigo Wang2-5/+14
2009-12-15rwsem-spinlock: remove useless function exportsAmerigo Wang1-9/+1
2009-12-15kernel.h: remove initialization of bool in printk_onceJoe Perches1-3/+3
2009-12-15init/main.c: fix symbol shadows noiseH Hartley Sweeten1-9/+9
2009-12-15drivers/misc: add driver for Texas Instruments DAC7512Daniel Mack3-0/+112
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong1-2/+1
2009-12-15ad525x_dpot: new driver for AD525x digital potentiometersMichael Hennerich4-0/+738
2009-12-15dynamic_debug.h/kernel.h: Remove KBUILD_MODNAME from dynamic_pr_debugJoe Perches2-10/+8
2009-12-15WARN_ONCE(): use bool for boolean flagCesar Eduardo Barros1-4/+4
2009-12-15uml: convert to seq_file/proc_fopsAlexey Dobriyan4-54/+70
2009-12-15floppy: Add an extra bound check on ioctl argumentsArjan van de Ven1-0/+3
2009-12-15drivers/cpuidle: Move dereference after NULL testJulia Lawall1-3/+0
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan76-76/+76
2009-12-15alpha: convert srm code to seq_fileAlexey Dobriyan1-32/+33
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz3-0/+86
2009-12-15procfs: use proper units for noMMU statmSteven J. Magnani1-2/+6
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang5-4/+60
2009-12-15mm hugetlb: add hugepage support to pagemapNaoya Horiguchi3-3/+67
2009-12-15mm: hugetlb: fix hugepage memory leak in walk_page_range()Naoya Horiguchi1-1/+15
2009-12-15mm: hugetlb: fix hugepage memory leak in mincore()Naoya Horiguchi1-0/+37
2009-12-15hugetlb: abort a hugepage pool resize if a signal is pendingMel Gorman1-0/+3
2009-12-15mlock: replace stale comments in munlock_vma_page()Lee Schermerhorn1-22/+19
2009-12-15mm: remove unevictable_migrate_page functionLee Schermerhorn2-14/+2
2009-12-15hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a pageMel Gorman1-1/+8
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang1-1/+2
2009-12-15include/linux/mm.h: remove unneeded ifdefHuang Shijie1-4/+1
2009-12-15mm: uncached vma support with writenotifyMagnus Damm1-1/+13
2009-12-15vmscan: simplify codeHuang Shijie1-4/+2
2009-12-15vmscan: do not evict inactive pages when skipping an active list scanRik van Riel1-6/+12
2009-12-15mm/bootmem.c: properly __init-annotate helper functionsJan Beulich1-4/+4
2009-12-15mm: slab-allocate memory section nodemask for large systemsDavid Rientjes1-4/+9
2009-12-15mm: simplify try_to_unmap_one()KOSAKI Motohiro1-13/+22
2009-12-15mm: fix section mismatch in memory_hotplug.cRakib Mullick1-1/+3
2009-12-15hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() failsLarry Woodman1-2/+11
2009-12-15mm: memory_hotplug: make offline_pages() staticAndrew Morton2-2/+1
2009-12-15ksm: remove unswappable max_kernel_pagesHugh Dickins3-55/+10
2009-12-15ksm: memory hotremove migration onlyHugh Dickins5-37/+103
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins5-67/+181
2009-12-15ksm: mem cgroup charge swapin copyHugh Dickins1-3/+4
2009-12-15ksm: share anon page without allocatingHugh Dickins2-48/+25
2009-12-15ksm: take keyhole reference to pageHugh Dickins1-39/+110
2009-12-15ksm: hold anon_vma in rmap_itemHugh Dickins3-64/+122
2009-12-15ksm: let shared pages be swappableHugh Dickins6-49/+264
2009-12-15ksm: fix mlockfreed to munlockedHugh Dickins3-3/+8
2009-12-15ksm: stable_node point to page and backHugh Dickins2-72/+51
2009-12-15ksm: separate stable_nodeHugh Dickins1-79/+101
2009-12-15ksm: singly-linked rmap_listHugh Dickins1-30/+26
2009-12-15ksm: cleanup some function argumentsHugh Dickins1-122/+112
2009-12-15ksm: remove redundancies when merging pageHugh Dickins1-20/+6
2009-12-15ksm: three remove_rmap_item_from_tree cleanupsHugh Dickins1-11/+6