summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | slob: rework freelist handlingNick Piggin2007-07-161-97/+325
* | | | MM: alloc_large_system_hash() can free some memory for non power-of-two bucke...Eric Dumazet2007-07-161-0/+15
* | | | Make /proc/slabinfo use seq_list_xxx helpersPavel Emelianov2007-07-161-24/+6
* | | | MM: use DIV_ROUND_UP() in mm/memory.cRolf Eike Beer2007-07-161-1/+1
* | | | hugetlb: remove unnecessary nid initializationNishanth Aravamudan2007-07-161-1/+1
* | | | change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki2007-07-161-22/+251
* | | | security: Protection for exploiting null dereference using mmapEric Paris2007-07-113-5/+14
| |/ / |/| |
* | | xip sendfile removalCarsten Otte2007-07-101-22/+0
* | | shmem: convert to using splice instead of sendfile()Hugh Dickins2007-07-101-25/+17
* | | sendfile: kill generic_file_sendfile()Jens Axboe2007-07-101-20/+0
* | | mm: double mark_page_accessed() in read_cache_page_async()Peter Zijlstra2007-07-081-1/+0
* | | slub: remove useless EXPORT_SYMBOLChristoph Lameter2007-07-061-1/+0
* | | mm: fixup /proc/vmstat outputPeter Zijlstra2007-07-061-1/+1
* | | Fix slab redzone alignmentDavid Woodhouse2007-07-051-9/+23
* | | SLUB: Make lockdep happy by not calling add_partial with interrupts enabled d...Christoph Lameter2007-07-031-2/+6
* | | SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 releaseChristoph Lameter2007-07-011-1/+0
* | | mm: kill validate_anon_vma to avoid mapcount BUGHugh Dickins2007-06-281-23/+1
* | | SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZEChristoph Lameter2007-06-241-2/+4
* | | [PARISC] Handle wrapping in expand_upwards()Helge Deller2007-06-211-2/+7
* | | SLUB: minimum alignment fixesChristoph Lameter2007-06-161-5/+15
* | | Rework ptep_set_access_flags and fix sun4cBenjamin Herrenschmidt2007-06-162-10/+10
* | | SLUB slab validation: Alloc while interrupts are disabled must use GFP_ATOMICChristoph Lameter2007-06-161-1/+1
* | | mm: Fix memory/cpu hotplug section mismatch and oops.Paul Mundt2007-06-151-1/+1
| |/ |/|
* | Move three functions that are only needed for CONFIG_MEMORY_HOTPLUGStephen Rothwell2007-06-081-21/+21
* | SLUB: return ZERO_SIZE_PTR for kmalloc(0)Christoph Lameter2007-06-081-8/+18
* | slab: fix alien cache handlingChristoph Lameter2007-06-081-1/+1
* | mount -t tmpfs -o mpol=: check nodes onlineHugh Dickins2007-06-081-0/+2
|/
* SLUB: fix locking for hotplug callbacksChristoph Lameter2007-06-011-1/+14
* memory hotplug: fix unnecessary calling of init_currenty_empty_zone()Yasunori Goto2007-06-011-1/+1
* x86_64: allocate sparsemem memmap above 4GZou Nan hai2007-06-011-0/+11
* m68k: discontinuous memory supportRoman Zippel2007-05-311-1/+1
* SLUB: Fix NUMA / SYSFS bootstrap issueChristoph Lameter2007-05-311-0/+7
* SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit)Christoph Lameter2007-05-231-1/+1
* fix unused setup_nr_node_idsMiklos Szeredi2007-05-231-20/+25
* SLUB Debug: Fix object size calculationChristoph Lameter2007-05-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds2007-05-213-4/+4
|\
| * mm/slab: fix section mismatch warningSam Ravnborg2007-05-191-1/+1
| * mm: fix section mismatch warningsSam Ravnborg2007-05-192-3/+3
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-215-0/+15
|/
* mm: more rmap checkingNick Piggin2007-05-172-3/+57
* Make __vunmap staticBenjamin Herrenschmidt2007-05-171-1/+1
* Slab allocators: define common size limitationsChristoph Lameter2007-05-171-17/+2
* SLUB: Simplify debug codeChristoph Lameter2007-05-171-55/+57
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-175-19/+13
* SLUB: Do our own flags based on PG_active and PG_errorChristoph Lameter2007-05-171-14/+14
* slab: warn on zero-length allocationsChristoph Lameter2007-05-171-0/+1
* SLUB: Define functions for cpu slab handling instead of using PageActiveChristoph Lameter2007-05-171-19/+38
* Slab allocators: Drop support for destructorsChristoph Lameter2007-05-173-61/+16
* slob: implement RCU freeingNick Piggin2007-05-171-7/+45
* Fix: find_or_create_page skips cpuset memory spreading.Christoph Lameter2007-05-161-1/+2
OpenPOWER on IntegriCloud