summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-08-09topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn
2010-08-09mmzone.h: remove dead prototypeAlexander Nevenchannyy
2010-08-09mm: use for_each_online_cpu() in vmstatMinchan Kim
2010-08-09oom: fold __out_of_memory into out_of_memoryDavid Rientjes
2010-08-09oom: remove constraint argument from select_bad_process and __out_of_memoryDavid Rientjes
2010-08-09mm: rename try_set_zone_oom() to try_set_zonelist_oom()Minchan Kim
2010-08-09oom: remove unnecessary code and cleanupDavid Rientjes
2010-08-09oom: move sysctl declarations to oom.hDavid Rientjes
2010-08-09oom: remove special handling for pagefault oomsDavid Rientjes
2010-08-09oom: extract panic helper functionDavid Rientjes
2010-08-09oom: avoid oom killer for lowmem allocationsDavid Rientjes
2010-08-09oom: enable oom tasklist dump by defaultDavid Rientjes
2010-08-09oom: select task from tasklist for mempolicy oomsDavid Rientjes
2010-08-09oom: sacrifice child with highest badness score for parentDavid Rientjes
2010-08-09oom: filter tasks not sharing the same cpusetDavid Rientjes
2010-08-09oom: avoid sending exiting tasks a SIGKILLDavid Rientjes
2010-08-09oom: give current access to memory reserves if it has been killedDavid Rientjes
2010-08-09oom: dump_tasks use find_lock_task_mm too fixDavid Rientjes
2010-08-09oom: improve commentary in dump_tasks()David Rientjes
2010-08-09oom: dump_tasks use find_lock_task_mm tooKOSAKI Motohiro
2010-08-09oom: introduce find_lock_task_mm() to fix !mm false positivesOleg Nesterov
2010-08-09oom: PF_EXITING check should take mm into accountOleg Nesterov
2010-08-09oom: check PF_KTHREAD instead of !mm to skip kthreadsOleg Nesterov
2010-08-09buffer_head: remove redundant test from wait_on_bufferRichard Kennedy
2010-08-09mm: extend KSM refcounts to the anon_vma rootRik van Riel
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel
2010-08-09mm: track the root (oldest) anon_vmaRik van Riel
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel
2010-08-09mm: rename anon_vma_lock to vma_lock_anon_vmaRik van Riel
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros
2010-08-09hugetlb: call mmu notifiers on hugepage cowDoug Doan
2010-08-09mm: provide init_mm mm_context initializerHeiko Carstens
2010-08-09mm: use ERR_CASTJulia Lawall
2010-08-09mm: use memdup_userJulia Lawall
2010-08-09asm-generic: use raw_local_irq_save/restore instead local_irq_save/restoreMichal Simek
2010-08-09drivers/video/w100fb.c: ignore void return value / fix build failurePeter Huewe
2010-08-09ipmi: fix ACPI detection with regspacingYinghai Lu
2010-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-08-10drm: expand gamma_setJames Simmons
2010-08-10drm/edid: Split mode lists out to their own header for readabilityAdam Jackson
2010-08-10drm/edid: Rewrite mode parse to use the generic detailed block walkAdam Jackson
2010-08-10drm/edid: Add detailed block walk for VTB extensionsAdam Jackson
2010-08-10drm/edid: Add detailed block walk for CEA extensionsAdam Jackson
2010-08-10drm: Remove unused fields from drm_display_infoAdam Jackson
2010-08-10drm: Use ENOENT consistently for the error return for an unmatched handle.Chris Wilson
2010-08-10drm/radeon/kms: mark 3D power states as performanceAlex Deucher
2010-08-10drm: Only set DPMS once on the CRTC not after every encoder.Chris Wilson
2010-08-10drm/radeon/kms: add additional quirk for Acer rv620 laptopAlex Deucher
2010-08-10drm: Propagate error code from fb_create()Chris Wilson
2010-08-10radeon: handle errors in radeon_hwmon_init()Dan Carpenter