summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* holepunch: fix mmap_sem i_mutex deadlockHugh Dickins2007-05-041-5/+14
* holepunch: fix disconnected pages after second truncateHugh Dickins2007-05-041-0/+8
* holepunch: fix shmem_truncate_range punch lockingHugh Dickins2007-05-041-23/+73
* holepunch: fix shmem_truncate_range punching too farHugh Dickins2007-05-041-11/+21
* mm: fix madvise infinine loopNick Piggin2007-03-281-1/+4
* init_reap_node() initialization fixDan Yeisley2007-03-081-1/+1
* read_zero_pagealigned() locking fixHugh Dickins2007-01-231-11/+21
* Fix for shmem_truncate_range() BUG_ON()Badari Pulavarty2007-01-091-1/+6
* Fix incorrect user space access locking in mincore() (CVE-2006-4814)Linus Torvalds2007-01-041-105/+78
* ia64/sparc: fix local DoS with corrupted ELFs (CVE-2006-4538)Kirill Korotaev2006-11-111-2/+15
* from mm/memory.c:Dmitriy Monakhov2006-11-071-0/+1
* memory hotplug: solve config broken: undefined reference to `online_page'Yasunori Goto2006-08-081-1/+1
* pdflush: handle resume wakeupsPavel Machek2006-08-081-8/+7
* [PATCH] tmpfs: time granularity fix for [acm]time going backwardsRobin H. Johnson2006-06-221-0/+1
* [PATCH] Cpuset: might sleep checking zones allowed fixPaul Jackson2006-06-051-1/+2
* [PATCH] page migration: Fix fallback behavior for dirty pagesChristoph Lameter2006-05-201-0/+11
* [PATCH] add migratepage address space op to shmemLee Schermerhorn2006-05-201-0/+1
* [PATCH] Remove cond_resched in gather_stats()Christoph Lameter2006-05-201-1/+0
* [PATCH] fix MADV_REMOVE vulnerability (CVE-2006-1524 for real this time)Hugh Dickins2006-04-171-0/+3
* [PATCH] Fix buddy list race that could lead to page lru list corruptionsNick Piggin2006-04-171-13/+18
* [PATCH] fix free swap cache latencyHugh Dickins2006-03-171-2/+3
* [PATCH] fix race in pagevec_strip?Christoph Lameter2006-03-171-1/+2
* [PATCH] page migration: Fail with error if swap not setupChristoph Lameter2006-03-171-2/+12
* [PATCH] Consistent capabilites associated with MPOL_MOVE_ALLChristoph Lameter2006-03-141-4/+4
* [PATCH] page migration: fail if page is in a vma flagged VM_LOCKEDChristoph Lameter2006-03-141-6/+12
* [PATCH] slab: Node rotor for freeing alien caches and remote per cpu pages.Christoph Lameter2006-03-092-12/+70
* [PATCH] memory hotadd: pgdat->node_present_pages fixYasunori Goto2006-03-091-0/+1
* [PATCH] vmscan: no zone_reclaim if PF_MALLOC is setChristoph Lameter2006-03-091-1/+2
* [PATCH] page_add_file_rmap(): remove BUG_ON()sHugh Dickins2006-03-091-3/+0
* [PATCH] slab: allocate larger cache_cache if order 0 failsJack Steiner2006-03-081-3/+8
* [PATCH] percpu_counter_sum()Andrew Morton2006-03-081-2/+23
* [PATCH] numa_maps-update fixAndrew Morton2006-03-081-0/+8
* slab: fix calculate_slab_order() for SLAB_RECLAIM_ACCOUNTLinus Torvalds2006-03-081-11/+9
* [PATCH] numa_maps updateChristoph Lameter2006-03-061-25/+95
* slab: clarify and fix calculate_slab_order()Linus Torvalds2006-03-061-12/+12
* Fix "check_slabp" printout size calculationLinus Torvalds2006-03-061-1/+1
* [PATCH] numa_maps: Fix potential crash on non IA64 platformsChristoph Lameter2006-03-021-1/+2
* [PATCH] out_of_memory() locking fixAndrew Morton2006-03-021-1/+2
* [PATCH] out_of_memory(): use of uninitialisedAndrew Morton2006-02-281-1/+1
* [PATCH] nommu: implement vmalloc_node()Andrew Morton2006-02-281-1/+7
* [PATCH] remove_from_swap: fix lockingChristoph Lameter2006-02-281-5/+13
* [PATCH] Fix sys_migrate_pages: Move all pages when invoked from rootChristoph Lameter2006-02-281-1/+2
* [PATCH] vmscan: fix zone_reclaimChristoph Lameter2006-02-241-3/+7
* [PATCH] page migration: Fix MPOL_INTERLEAVE behavior for migration via mbind()Christoph Lameter2006-02-241-4/+18
* [PATCH] tmpfs: fix mount mpol nodelist parsingHugh Dickins2006-02-211-12/+69
* [PATCH] mm/mempolicy.c: fix 'if ();' typoAlexey Dobriyan2006-02-201-1/+1
* [PATCH] Fix undefined symbols for nommu architectureLuke Yang2006-02-201-0/+2
* [PATCH] Fix units in mbind checkAndi Kleen2006-02-201-1/+1
* [PATCH] Terminate process that fails on a constrained allocationChristoph Lameter2006-02-202-26/+79
* [PATCH] OOM kill: children accountingKurt Garloff2006-02-201-10/+16