| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [PATCH] fault-injection: defaults likely to please a new user | Don Mullis | 2006-12-08 | 2 | -0/+3 |
* | [PATCH] fault-injection capability for alloc_pages() | Akinobu Mita | 2006-12-08 | 1 | -0/+87 |
* | [PATCH] fault-injection capability for kmalloc | Akinobu Mita | 2006-12-08 | 1 | -0/+77 |
* | [PATCH] LOG2: Implement a general integer log2 facility in the kernel | David Howells | 2006-12-08 | 1 | -2/+2 |
* | [PATCH] struct path: convert mm | Josef Sipek | 2006-12-08 | 4 | -10/+10 |
* | [PATCH] mm: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 2006-12-08 | 6 | -20/+20 |
* | [PATCH] mm: fallback_alloc cpuset_zone_allowed irq fix | Paul Jackson | 2006-12-08 | 1 | -1/+1 |
* | [PATCH] struct seq_operations and struct file_operations constification | Helge Deller | 2006-12-07 | 6 | -13/+13 |
* | [PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols | Adrian Bunk | 2006-12-07 | 3 | -8/+0 |
* | [PATCH] kernel core: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-07 | 1 | -4/+2 |
* | [PATCH] make mm/shmem.c:shmem_xattr_security_handler static | Adrian Bunk | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() use | Ingo Molnar | 2006-12-07 | 3 | -6/+2 |
* | [PATCH] remove HASH_HIGHMEM | Andrew Morton | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] read_cache_pages() cleanup | OGAWA Hirofumi | 2006-12-07 | 1 | -7/+1 |
* | [PATCH] slab: use probe_kernel_address() | Andrew Morton | 2006-12-07 | 1 | -5/+2 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 2 | -0/+2 |
* | [PATCH] swsusp: Improve handling of highmem | Rafael J. Wysocki | 2006-12-07 | 1 | -0/+3 |
* | [PATCH] swsusp: use block device offsets to identify swap locations | Rafael J. Wysocki | 2006-12-07 | 2 | -45/+17 |
* | [PATCH] swsusp: use partition device and offset to identify swap areas | Rafael J. Wysocki | 2006-12-07 | 1 | -12/+26 |
* | [PATCH] radix-tree: RCU lockless readside | Nick Piggin | 2006-12-07 | 1 | -7/+12 |
* | [PATCH] mm: make compound page destructor handling explicit | Andy Whitcroft | 2006-12-07 | 3 | -4/+4 |
* | [PATCH] slab: better fallback allocation behavior | Christoph Lameter | 2006-12-07 | 1 | -22/+57 |
* | [PATCH] GFP_THISNODE must not trigger global reclaim | Christoph Lameter | 2006-12-07 | 1 | -0/+11 |
* | [PATCH] slab: fix two issues in kmalloc_node / __cache_alloc_node | Christoph Lameter | 2006-12-07 | 1 | -12/+28 |
* | [PATCH] slab: remove SLAB_DMA | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 4 | -5/+5 |
* | [PATCH] slab: remove SLAB_LEVEL_MASK | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] slab: remove SLAB_NO_GROW | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] kill install_file_pte's pte_val | Hugh Dickins | 2006-12-07 | 1 | -2/+0 |
* | [PATCH] mm: cleanup indentation on switch for CPU operations | Andy Whitcroft | 2006-12-07 | 2 | -17/+17 |
* | [PATCH] reject corrupt swapfiles earlier | Eric Sandeen | 2006-12-07 | 1 | -6/+5 |
* | [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int | Andy Whitcroft | 2006-12-07 | 3 | -3/+3 |
* | [PATCH] drain_node_page(): Drain pages in batch units | Christoph Lameter | 2006-12-07 | 1 | -2/+8 |
* | [PATCH] make mm/thrash.c:global_faults static | Adrian Bunk | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] enable booting a NUMA system where some nodes have no memory | Christian Krafft | 2006-12-07 | 1 | -0/+4 |
* | [PATCH] Allow NULL pointers in percpu_free | Alan Stern | 2006-12-07 | 1 | -4/+5 |
* | [PATCH] leak tracking for kmalloc_node | Christoph Hellwig | 2006-12-07 | 1 | -13/+42 |
* | [PATCH] Always print out the header line in /proc/swaps | Suleiman Souhlal | 2006-12-07 | 1 | -5/+17 |
* | [PATCH] OOM can panic due to processes stuck in __alloc_pages() | Kirill Korotaev | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] mlock cleanup | Rik Bobbaers | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] mm: add noaliencache boot option to disable numa alien caches | Paul Menage | 2006-12-07 | 1 | -9/+29 |
* | [PATCH] mm: slab: eliminate lock_cpu_hotplug from slab | Ravikiran G Thirumalai | 2006-12-07 | 1 | -19/+21 |
* | [PATCH] slab debug and ARCH_SLAB_MINALIGN don't get along | Kevin Hilman | 2006-12-07 | 1 | -6/+11 |
* | [PATCH] htlb forget rss with pt sharing | Chen, Kenneth W | 2006-12-07 | 1 | -8/+0 |
* | [PATCH] shared page table for hugetlb page | Chen, Kenneth W | 2006-12-07 | 1 | -0/+7 |
* | [PATCH] balance_pdgat() cleanup | Andrew Morton | 2006-12-07 | 1 | -3/+4 |
* | [PATCH] mm: add arch_alloc_page | Nick Piggin | 2006-12-07 | 1 | -0/+2 |
* | [PATCH] new scheme to preempt swap token | Ashwin Chaugule | 2006-12-07 | 1 | -71/+45 |
* | [PATCH] grab swap token reordered | Ashwin Chaugule | 2006-12-07 | 2 | -2/+1 |
* | [PATCH] oom: less memdie | Nick Piggin | 2006-12-07 | 1 | -2/+3 |