Commit Graph

1310 Commits (ccf6780dc3d228f380e17b6858b93fc48e40afd4)

Author SHA1 Message Date
Roland McGrath 74add80cbd Remove unused variable in get_unmapped_area 18 years ago
Jaya Kumar 60b59beafb fbdev: mm: Deferred IO support 18 years ago
Alexey Dobriyan a5c43dae7a Fix race between cat /proc/slab_allocators and rmmod 18 years ago
Mark Fasheh ef51c97623 Remove do_sync_file_range() 18 years ago
Christoph Hellwig 1eeb66a1bb move die notifier handling to common code 18 years ago
Guillaume Chazarain 3e9f45bd18 Factor outstanding I/O error handling 18 years ago
Yasunori Goto 72280ede31 Add white list into modpost.c for memory hotplug code and ia64's machvec section 18 years ago
Yasunori Goto a3142c8e1d Fix section mismatch of memory hotplug related code. 18 years ago
Dmitriy Monakhov 0ceb331433 mm: move common segment checks to separate helper function 18 years ago
David Woodhouse b46b8f19c9 Increase slab redzone to 64bits 18 years ago
Linus Torvalds 0f9008ef38 Fix up SLUB compile 18 years ago
Rafael J. Wysocki b1296cc48b freezer: fix racy usage of try_to_freeze in kswapd 18 years ago
Rafael J. Wysocki 7be9823491 swsusp: use inline functions for changing page flags 18 years ago
Akinobu Mita 4ab688c512 slob: fix page order calculation on not 4KB page 18 years ago
Christoph Lameter cfce66047f Slab allocators: remove useless __GFP_NO_GROW flag 18 years ago
Christoph Lameter 4f10493459 slab allocators: Remove SLAB_CTOR_ATOMIC 18 years ago
Christoph Lameter 50953fe9e0 slab allocators: Remove SLAB_DEBUG_INITIAL flag 18 years ago
Benjamin Herrenschmidt 4b1d89290b get_unmapped_area doesn't need hugetlbfs hacks anymore 18 years ago
Benjamin Herrenschmidt 06abdfb47e get_unmapped_area handles MAP_FIXED in generic code 18 years ago
David Rientjes 2b45ab3398 oom: fix constraint deadlock 18 years ago
Yasunori Goto 2b744c01a5 mm: fix handling of panic_on_oom when cpusets are in use 18 years ago
Akinobu Mita 824ebef122 fault injection: fix failslab with CONFIG_NUMA 18 years ago
Christoph Lameter 5af6083990 slab allocators: Remove obsolete SLAB_MUST_HWCACHE_ALIGN 18 years ago
Nick Piggin 0a27a14a62 mm: madvise avoid exclusive mmap_sem 18 years ago
matze b4169525bc include KERN_* constant in printk() calls in mm/slab.c 18 years ago
Akinobu Mita bc0055aee4 slob: handle SLAB_PANIC flag 18 years ago
Christoph Lameter 6225e93735 Quicklists for page table pages 18 years ago
Christoph Lameter 70d71228af slub: remove object activities out of checking functions 18 years ago
Christoph Lameter 2086d26a05 SLUB: Free slabs and sort partial slab lists in kmem_cache_shrink 18 years ago
Christoph Lameter 88a420e4e2 slub: add ability to list alloc / free callers per slab 18 years ago
Christoph Lameter e95eed571e SLUB: Add MIN_PARTIAL 18 years ago
Christoph Lameter 53e15af03b slub: validation of slabs (metadata and guard zones) 18 years ago
Christoph Lameter 643b113849 slub: enable tracking of full slabs 18 years ago
Christoph Lameter 77c5e2d01a slub: fix object tracking 18 years ago
Christoph Lameter b49af68ff9 Add virt_to_head_page and consolidate code in slab and slub 18 years ago
Christoph Lameter 6d7779538f mm: optimize compound_head() by avoiding a shared page flag 18 years ago
Christoph Lameter d85f33855c Make page->private usable in compound pages 18 years ago
Christoph Lameter 614410d589 SLUB: allocate smallest object size if the user asks for 0 bytes 18 years ago
Christoph Lameter 47bfdc0d5a SLUB: change default alignments 18 years ago
Christoph Lameter 81819f0fc8 SLUB core 18 years ago
Andrew Morton a3a02be791 slab: mark set_up_list3s() __init 18 years ago
Mel Gorman 3b1d92c565 Do not disable interrupts when reading min_free_kbytes 18 years ago
Eric Dumazet 8da3430d8a slab: NUMA kmem_cache diet 18 years ago
Eric Dumazet 6310984694 SLAB: don't allocate empty shared caches 18 years ago
Eric Dumazet 364fbb29a0 SLAB: use num_possible_cpus() in enable_cpucache() 18 years ago
Jan Kara 6ce745ed39 readahead: code cleanup 18 years ago
Jan Kara ec0f163722 readahead: improve heuristic detecting sequential reads 18 years ago
Borislav Petkov 9490991482 Add unitialized_var() macro for suppressing gcc warnings 18 years ago
Nick Piggin a8127717cb mm: simplify filemap_nopage 18 years ago
Andy Whitcroft 14e0729841 add pfn_valid_within helper for sub-MAX_ORDER hole detection 18 years ago