| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix nasty ncpfs symlink handling bug. | Linus Torvalds | 2005-08-20 | 1 | -11/+6 |
* | [PATCH] Fix hugepage crash on failing mmap() | David Gibson | 2005-08-05 | 1 | -1/+10 |
* | [PATCH] __vm_enough_memory() signedness fix | Simon Derr | 2005-08-05 | 2 | -2/+10 |
* | [PATCH] fix VmSize and VmData after mremap | Hugh Dickins | 2005-08-04 | 1 | -1/+1 |
* | Fix up recent get_user_pages() handling | Linus Torvalds | 2005-08-03 | 1 | -9/+13 |
* | [PATCH] fix get_user_pages bug | Nick Piggin | 2005-08-03 | 1 | -8/+23 |
* | [PATCH] sys_set_mempolicy() doesnt check if mode < 0 | Eric Dumazet | 2005-08-02 | 1 | -1/+1 |
* | [PATCH] x86_64: access of some bad address | Hugh Dickins | 2005-08-02 | 1 | -2/+6 |
* | Fix get_user_pages() race for write access | Linus Torvalds | 2005-08-01 | 1 | -17/+4 |
* | [PATCH] Fix NUMA node sizing in nr_free_zone_pages | Martin J. Bligh | 2005-07-30 | 1 | -11/+10 |
* | [PATCH] Remove bogus warning in page_alloc.c | Andy Whitcroft | 2005-07-28 | 1 | -4/+0 |
* | [PATCH] madvise() does not always return -EBADF on non-file mapped area | suzuki | 2005-07-28 | 1 | -5/+8 |
* | [PATCH] check_user_page_readable() deadlock fix | Andrew Morton | 2005-07-28 | 1 | -10/+15 |
* | [PATCH] Undo mempolicy shared policy rbtree microoptimization | Andi Kleen | 2005-07-28 | 1 | -1/+1 |
* | [PATCH] execute-in-place fixes | Carsten Otte | 2005-07-15 | 1 | -15/+8 |
* | [PATCH] mm/filemap_xip.c compilation fix | Geert Uytterhoeven | 2005-07-13 | 1 | -1/+1 |
* | [PATCH] propagate __nocast annotations | Alexey Dobriyan | 2005-07-08 | 2 | -6/+8 |
* | [PATCH] mm: quieten OOM killer noise | Anton Blanchard | 2005-07-08 | 1 | -3/+5 |
* | [PATCH] remove completly bogus comment inside __alloc_pages() try_to_free_pag... | Marcelo Tosatti | 2005-07-08 | 1 | -6/+0 |
* | [PATCH] print order information when OOM killing | Marcelo Tosatti | 2005-07-08 | 2 | -3/+3 |
* | [PATCH] Fix broken kmalloc_node in rc1/rc2 | Christoph Lameter | 2005-07-06 | 1 | -0/+3 |
* | [PATCH] rename wakeup_bdflush to wakeup_pdflush | Pekka J Enberg | 2005-06-29 | 2 | -2/+2 |
* | [PATCH] fix WANT_PAGE_VIRTUAL in memmap_init | Bob Picco | 2005-06-28 | 1 | -2/+1 |
* | Merge Christoph's freeze cleanup patch | Linus Torvalds | 2005-06-26 | 2 | -3/+3 |
|\ |
|
| * | [PATCH] Cleanup patch for process freezing | Christoph Lameter | 2005-06-26 | 2 | -3/+3 |
* | | [PATCH] Use ALIGN to remove duplicate code | Nick Wilson | 2005-06-26 | 1 | -3/+3 |
* | | [PATCH] kdump: Retrieve saved max pfn | Vivek Goyal | 2005-06-26 | 1 | -0/+8 |
* | | [PATCH] fix for generic_file_write iov problem | Badari Pulavarty | 2005-06-26 | 1 | -1/+3 |
* | | [PATCH] swsusp: kill config_pm_disk | Pavel Machek | 2005-06-26 | 1 | -1/+1 |
* | | [PATCH] mm: fix remap_pte_range BUG | Hugh Dickins | 2005-06-26 | 1 | -1/+1 |
* | | [PATCH] Fix the error handling in direct I/O | Hifumi Hisashi | 2005-06-26 | 1 | -2/+5 |
|/ |
|
* | [PATCH] xip: madvice/fadvice: execute in place | Carsten Otte | 2005-06-24 | 2 | -0/+9 |
* | [PATCH] xip: reduce code duplication | Carsten Otte | 2005-06-24 | 2 | -191/+57 |
* | [PATCH] xip: fs/mm: execute in place | Carsten Otte | 2005-06-24 | 5 | -74/+680 |
* | [PATCH] DocBook: update comments | Martin Waitz | 2005-06-24 | 1 | -1/+1 |
* | [PATCH] Remove f_error field from struct file | Christoph Lameter | 2005-06-23 | 1 | -6/+0 |
* | [PATCH] mempool - only init waitqueue in slow path | Benjamin LaHaise | 2005-06-23 | 1 | -1/+2 |
* | [PATCH] remove redundant vm_flags clearing from madvise.c | Pekka Enberg | 2005-06-23 | 1 | -1/+0 |
* | [PATCH] create a kstrdup library function | Paulo Marques | 2005-06-23 | 1 | -0/+24 |
* | [PATCH] NUMA aware block device control structure allocation | Christoph Lameter | 2005-06-23 | 1 | -5/+12 |
* | [PATCH] sparsemem hotplug base | Andy Whitcroft | 2005-06-23 | 2 | -22/+74 |
* | [PATCH] sparsemem swiss cheese numa layouts | Andy Whitcroft | 2005-06-23 | 1 | -0/+2 |
* | [PATCH] sparsemem memory model | Andy Whitcroft | 2005-06-23 | 6 | -15/+159 |
* | [PATCH] generify memory present | Andy Whitcroft | 2005-06-23 | 1 | -0/+4 |
* | [PATCH] mm/Kconfig: give DISCONTIG more help text | Dave Hansen | 2005-06-23 | 1 | -0/+10 |
* | [PATCH] mm/Kconfig: hide "Memory Model" selection menu | Dave Hansen | 2005-06-23 | 1 | -4/+17 |
* | [PATCH] sparsemem: fix minor "defaults" issue in mm/Kconfig | Dave Hansen | 2005-06-23 | 1 | -2/+1 |
* | [PATCH] Introduce new Kconfig option for NUMA or DISCONTIG | Dave Hansen | 2005-06-23 | 2 | -3/+11 |
* | [PATCH] create mm/Kconfig for arch-independent memory options | Dave Hansen | 2005-06-23 | 1 | -0/+25 |
* | [PATCH] sparsemem base: reorganize page->flags bit operations | Dave Hansen | 2005-06-23 | 1 | -1/+1 |