Commit Graph

2011 Commits (97c46048ce73c27fd2734299f07a8c06c8156a2e)

Author SHA1 Message Date
Daniel Yeisley ec1f5eeeb5 slab: fix cache_cache bootstrap in kmem_cache_init() 17 years ago
Christoph Lameter 53625b4204 count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFO 17 years ago
Andrew Morton 4dd4b92021 revert "kswapd should only wait on IO if there is IO" 17 years ago
Yinghai Lu 5a982cbc7b mm: fix boundary checking in free_bootmem_core 17 years ago
Randy Dunlap f7850d932f mm/readahead: fix kernel-doc notation 17 years ago
Pavel Emelyanov 52ea27eb4c memcgroup: fix check for thread being a group leader in memcgroup 17 years ago
Randy Dunlap 43d8eac44f mm: rmap kernel-doc fixes 17 years ago
Randy Dunlap 77f6078aa8 mm: highmem kernel-doc additions 17 years ago
Randy Dunlap 1b578df022 mm/oom_kill: fix kernel-doc 17 years ago
Randy Dunlap 4671181020 mm/shmem and tiny-shmem: fix some kernel-doc 17 years ago
Randy Dunlap 7682486b3e mm: fix various kernel-doc comments 17 years ago
Al Viro 8a03feab32 [PATCH] double dput() on failure exit in tiny-shmem 17 years ago
Christoph Lameter caeab084de slub page alloc fallback: Enable interrupts for GFP_WAIT. 17 years ago
Nick Piggin f7009264c5 iov_iter_advance() fix 17 years ago
Adam Litke 2668db9111 hugetlb: correct page count for surplus huge pages 17 years ago
Lee Schermerhorn 69682d852f mempolicy: fix reference counting bugs 17 years ago
Jesper Juhl 3426fadfa2 Do not include linux/backing-dev.h twice 17 years ago
Joe Korty 6d2144d355 slab: NUMA slab allocator migration bugfix 17 years ago
Nick Piggin b621038678 slub: Do not cross cacheline boundaries for very small objects 17 years ago
Joe Perches 1c61fc40fc slab - use angle brackets for include of kmalloc_sizes.h 17 years ago
Christoph Lameter 9ac33b2b74 slab numa fallback logic: Do not pass unfiltered flags to page allocator 17 years ago
Christoph Lameter b773ad7369 slub statistics: Fix check for DEACTIVATE_REMOTE_FREES 17 years ago
Nishanth Aravamudan 348e1e04b5 hugetlb: fix pool shrinking while in restricted cpuset 17 years ago
Adam Litke ac09b3a151 hugetlb: close a difficult to trigger reservation race 17 years ago
Hugh Dickins fb59e9f1e9 memcg: fix oops on NULL lru list 17 years ago
Hirokazu Takahashi 9b3c0a07e0 memcg: simplify force_empty and move_lists 17 years ago
Hugh Dickins 2680eed723 memcg: fix mem_cgroup_move_lists locking 17 years ago
Hugh Dickins 6d48ff8bcf memcg: css_put after remove_list 17 years ago
Hugh Dickins b9c565d5a2 memcg: remove clear_page_cgroup and atomics 17 years ago
Hugh Dickins d5b69e38f8 memcg: memcontrol uninlined and static 17 years ago
Hugh Dickins 8869b8f6e0 memcg: memcontrol whitespace cleanups 17 years ago
Hugh Dickins 8289546e57 memcg: remove mem_cgroup_uncharge 17 years ago
Hugh Dickins 7e924aafa4 memcg: mem_cgroup_charge never NULL 17 years ago
Hugh Dickins 9442ec9df4 memcg: bad page if page_cgroup when free 17 years ago
Hugh Dickins 98837c7f82 memcg: fix VM_BUG_ON from page migration 17 years ago
Hugh Dickins 61469f1d51 memcg: when do_swap's do_wp_page fails 17 years ago
Hugh Dickins 6dbf6d3bb9 memcg: page_cache_release not __free_page 17 years ago
Hugh Dickins 427d5416f3 memcg: move_lists on page not page_cgroup 17 years ago
Hugh Dickins bd845e38c7 memcg: mm_match_cgroup not vm_match_cgroup 17 years ago
Balbir Singh 00f0b8259e Memory controller: rename to Memory Resource Controller 17 years ago
Eric Dumazet be852795e1 alloc_percpu() fails to allocate percpu data 17 years ago
KOSAKI Motohiro 10ed273f50 zlc_setup(): handle jiffies wraparound 17 years ago
Cyrill Gorcunov 62e5c4b4d6 slub: fix possible NULL pointer dereference 17 years ago
Christoph Lameter f619cfe1bd slub: Add kmalloc_large_node() to support kmalloc_node fallback 17 years ago
Pekka J Enberg 7693143481 slub: look up object from the freelist once 17 years ago
Christoph Lameter 6446faa2ff slub: Fix up comments 17 years ago
Christoph Lameter d8b42bf54b slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes() 17 years ago
Christoph Lameter ae20bfda68 slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG 17 years ago
Christoph Lameter 27d9e4e948 slub: Use the objsize from the kmem_cache_cpu structure 17 years ago
Christoph Lameter d692ef6dcd slub: Remove useless checks in alloc_debug_processing 17 years ago