Age | Commit message (Expand) | Author | Files | Lines |
2008-02-05 | tmpfs: make shmem_unuse more preemptible | Hugh Dickins | 1 | -7/+16 |
2008-02-05 | tmpfs: allocate on read when stacked | Hugh Dickins | 1 | -1/+13 |
2008-02-05 | tmpfs: allow filepage alongside swappage | Hugh Dickins | 1 | -25/+44 |
2008-02-05 | tmpfs: move swap swizzling into shmem | Hugh Dickins | 2 | -38/+13 |
2008-02-05 | tmpfs: shuffle add_to_swap_caches | Hugh Dickins | 1 | -34/+19 |
2008-02-05 | tmpfs: move swap_state stats update | Hugh Dickins | 1 | -16/+6 |
2008-02-05 | tmpfs: fix mounts when size is less than the page size | Michael Marineau | 1 | -1/+1 |
2008-02-05 | shmem: factor out sbi->free_inodes manipulations | Pavel Emelyanov | 1 | -39/+38 |
2008-02-05 | swapoff: scan ptes preemptibly | Hugh Dickins | 1 | -7/+31 |
2008-02-05 | swapin: fix valid_swaphandles defect | Hugh Dickins | 1 | -16/+33 |
2008-02-05 | shmem_file_write is redundant | Hugh Dickins | 1 | -106/+3 |
2008-02-05 | shmem_getpage return page locked | Hugh Dickins | 1 | -9/+13 |
2008-02-05 | shmem: SGP_QUICK and SGP_FAULT redundant | Hugh Dickins | 1 | -6/+2 |
2008-02-05 | swapin needs gfp_mask for loop on tmpfs | Hugh Dickins | 4 | -25/+27 |
2008-02-05 | swapin_readahead: move and rearrange args | Hugh Dickins | 3 | -48/+50 |
2008-02-05 | swapin_readahead: excise NUMA bogosity | Hugh Dickins | 2 | -64/+26 |
2008-02-05 | vmalloc: clean up page array indexing | Christoph Lameter | 1 | -5/+11 |
2008-02-05 | is_vmalloc_addr(): Check if an address is within the vmalloc boundaries | Christoph Lameter | 1 | -9/+1 |
2008-02-05 | vmalloc: add const to void* parameters | Christoph Lameter | 2 | -12/+12 |
2008-02-05 | Move vmalloc_to_page() to mm/vmalloc. | Christoph Lameter | 2 | -40/+38 |
2008-02-05 | Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user | Christoph Lameter | 2 | -2/+2 |
2008-02-05 | sys_remap_file_pages: fix ->vm_file accounting | Oleg Nesterov | 1 | -1/+4 |
2008-02-04 | Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 1 | -83/+99 |
2008-02-04 | SLUB: Do not upset lockdep | root | 1 | -0/+8 |
2008-02-04 | SLUB: Fix coding style violations | Pekka Enberg | 1 | -23/+23 |
2008-02-04 | Add parameter to add_partial to avoid having two functions | Christoph Lameter | 1 | -16/+15 |
2008-02-04 | SLUB: rename defrag to remote_node_defrag_ratio | Christoph Lameter | 1 | -8/+9 |
2008-02-04 | Move count_partial before kmem_cache_shrink | Christoph Lameter | 1 | -13/+13 |
2008-02-04 | SLUB: Fix sysfs refcounting | Christoph Lameter | 1 | -2/+13 |
2008-02-04 | slub: fix shadowed variable sparse warnings | Harvey Harrison | 1 | -21/+18 |
2008-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -1/+1 |
2008-02-04 | vm audit: add VM_DONTEXPAND to mmap for drivers that need it | Nick Piggin | 1 | -1/+1 |
2008-02-03 | do_invalidatepage() comment typo fix | Fengguang Wu | 1 | -1/+1 |
2008-02-03 | fix writev regression: pan hanging unkillable and un-straceable | Nick Piggin | 1 | -2/+6 |
2008-02-01 | Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+21 |
2008-01-30 | x86: print which shared library/executable faulted in segfault etc. messages v3 | Andi Kleen | 1 | -0/+31 |
2008-01-30 | spinlock: lockbreak cleanup | Nick Piggin | 1 | -5/+3 |
2008-01-30 | x86: randomize brk | Jiri Kosina | 1 | -1/+2 |
2008-01-28 | sh: Bump number of quicklists for SH-5. | Paul Mundt | 1 | -1/+1 |
2008-01-25 | sched: sched_rt_entity | Peter Zijlstra | 1 | -1/+1 |
2008-01-25 | cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() | Gautham R Shenoy | 1 | -7/+11 |
2008-01-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -2/+2 |
2008-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -12/+11 |
2008-01-25 | slab: fix bootstrap on memoryless node | Pekka Enberg | 1 | -23/+23 |
2008-01-24 | Kobject: convert mm/slub.c to use kobject_init/add_ng() | Greg Kroah-Hartman | 1 | -5/+4 |
2008-01-24 | kobject: convert kernel_kset to be a kobject | Greg Kroah-Hartman | 1 | -2/+1 |
2008-01-24 | kset: move /sys/slab to /sys/kernel/slab | Greg Kroah-Hartman | 1 | -1/+2 |
2008-01-24 | kset: convert slub to use kset_create | Greg Kroah-Hartman | 1 | -8/+7 |
2008-01-24 | kobject: remove struct kobj_type from struct kset | Greg Kroah-Hartman | 1 | -2/+3 |
2008-01-25 | Security: remove security_file_mmap hook sparse-warnings (NULL as 0). | Richard Knutsson | 1 | -2/+2 |