- c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
- b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
- 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
- a2f2945 The oomkiller calculations make decisions based on capabilities. Since by Eric Paris · 16 years ago
- 731572d nfsd: fix vm overcommit crash by Alan Cox · 16 years ago
- e99c97a mm: fix kernel-doc function notation by Randy Dunlap · 16 years ago
- 4e02ed4 fs: remove prepare_write/commit_write by Nick Piggin · 16 years ago
- 88ed86f Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
- 94b6da5 memcg: fix page_cgroup allocation by KAMEZAWA Hiroyuki · 16 years ago
- 4c821042 mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree(). by Paul Mundt · 16 years ago
- 5c9fe62 proc: move /proc/zoneinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
- b6aa44a proc: move /proc/vmstat boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
- 74e2e8e proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
- 8f32f7e proc: move /proc/buddyinfo boilerplate to mm/vmstat.c by Alexey Dobriyan · 16 years ago
- 5f6a6a9 proc: move /proc/vmallocinfo to mm/vmalloc.c by Alexey Dobriyan · 16 years ago
- 7b3c3a5 proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c by Alexey Dobriyan · 16 years ago
- a0ec95a8 proc: move /proc/slab_allocators boilerplate to mm/slab.c by Alexey Dobriyan · 16 years ago
- e1759c2 proc: switch /proc/meminfo to seq_file by Alexey Dobriyan · 16 years ago
- a50c22e mm: remove duplicated #include's by Huang Weiyi · 16 years ago
- e798ba5 Export tiny shmem_file_setup for DRM-GEM by Hugh Dickins · 16 years ago
- b9d7ccf Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- fdd2e5f make mm/rmap.c:anon_vma_cachep static by Adrian Bunk · 16 years ago
- 52d4b9a memcg: allocate all page_cgroup at boot by KAMEZAWA Hiroyuki · 16 years ago
- c05555b memcg: atomic ops for page_cgroup->flags by KAMEZAWA Hiroyuki · 16 years ago
- addb9ef memcg: optimize per-cpu statistics by KAMEZAWA Hiroyuki · 16 years ago
- 5b4e655 memcg: avoid accounting special pages by KAMEZAWA Hiroyuki · 16 years ago
- b7abea9 memcg: make page->mapping NULL before uncharge by KAMEZAWA Hiroyuki · 16 years ago
- 073e587 memcg: move charge swapin under lock by KAMEZAWA Hiroyuki · 16 years ago
- 5e9a0f0 mm: extract do_pages_move() out of sys_move_pages() by Brice Goglin · 16 years ago
- 2f007e7 mm: don't vmalloc a huge page_to_node array for do_pages_stat() by Brice Goglin · 16 years ago
- e78bbfa mm: stop returning -ENOENT from sys_move_pages() if nothing got migrated by Brice Goglin · 16 years ago
- de7f0cb memory hotplug: release memory regions in PAGES_PER_SECTION chunks by Nathan Fontenot · 16 years ago
- 1125b4e setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock by Gerald Schaefer · 16 years ago
- 4b2e38a hugepage: support ZERO_PAGE() by KOSAKI Motohiro · 16 years ago
- d903ef9 mm: print out meminit for memmap by Yinghai Lu · 16 years ago
- 2a4b3de mm: hugetlb.c make functions static, use NULL rather than 0 by Harvey Harrison · 16 years ago
- db64fe0 mm: rewrite vmap layer by Nick Piggin · 16 years ago
- cb8f488 mmap.c: deinline a few functions by Denys Vlasenko · 16 years ago
- 8413ac9 mm: page lock use lock bitops by Nick Piggin · 16 years ago
- a978d6f mm: unlockless reclaim by Nick Piggin · 16 years ago
- f45840b mm: pagecache insertion fewer atomics by Nick Piggin · 16 years ago
- 9978ad5 mlock: make mlock error return Posixly Correct by Lee Schermerhorn · 16 years ago
- c11d69d mlock: revert mainline handling of mlock error return by Lee Schermerhorn · 16 years ago
- e0f79b8 vmscan: don't accumulate scan pressure on unrelated lists by Johannes Weiner · 16 years ago
- 985737c mlock: count attempts to free mlocked page by Lee Schermerhorn · 16 years ago
- af936a1 vmscan: unevictable LRU scan sysctl by Lee Schermerhorn · 16 years ago
- 64d6519 swap: cull unevictable pages in fault path by Lee Schermerhorn · 16 years ago
- 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
- ba470de mmap: handle mlocked pages during map, remap, unmap by Rik van Riel · 16 years ago
- 8edb08c mlock: downgrade mmap sem while populating mlocked regions by Lee Schermerhorn · 16 years ago
- b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
- 89e004ea SHM_LOCKED pages are unevictable by Lee Schermerhorn · 16 years ago
- ba9ddf4 Ramfs and Ram Disk pages are unevictable by Lee Schermerhorn · 16 years ago
- 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
- bbfd28e unevictable lru: add event counting with statistics by Lee Schermerhorn · 16 years ago
- 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
- 33c120e more aggressively use lumpy reclaim by Rik van Riel · 16 years ago
- c5fdae4 vmscan: add newly swapped in pages to the inactive list by Rik van Riel · 16 years ago
- 7e9cd48 vmscan: fix pagecache reclaim referenced bit check by Rik van Riel · 16 years ago
- 556adec vmscan: second chance replacement for anonymous pages by Rik van Riel · 16 years ago
- 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
- b2e1853 define page_file_cache() function by Rik van Riel · 16 years ago
- 68a22394 vmscan: free swap space on swap-in/activation by Rik van Riel · 16 years ago
- f04e9eb swap: use an array for the LRU pagevecs by KOSAKI Motohiro · 16 years ago
- b69408e vmscan: Use an indexed array for LRU variables by Christoph Lameter · 16 years ago
- 62695a8 vmscan: move isolate_lru_page() to vmscan.c by Nick Piggin · 16 years ago
- 7108878 mm: cleanup to make remove_memory() arch-neutral by Badari Pulavarty · 16 years ago
- d9d332e anon_vma_prepare: properly lock even newly allocated entries by Linus Torvalds · 16 years ago
- f7ea4a4 Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 16 years ago
- 395e0dd Export shmem_file_setup for DRM-GEM by Keith Packard · 16 years ago
- e533b22 Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
- 9ba1608 Kconfig: eliminate "def_bool n" constructs by Jan Beulich · 16 years ago
- 80a914d misc: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
- 0c6aa26 mm: do_generic_file_read() never gets a NULL 'filp' argument by Krishna Kumar · 16 years ago
- b4d1d99 hugetlb: handle updating of ACCESSED and DIRTY in hugetlb_fault() by David Gibson · 16 years ago
- db99100 mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enum by Andrew Morton · 16 years ago
- 17bc6c3 vfs: Add no_nrwrite_index_update writeback control flag by Aneesh Kumar K.V · 16 years ago
- 73bdf0a Introduce is_vmalloc_or_module_addr() and use with DEBUG_VIRTUAL by Linus Torvalds · 16 years ago
- 6b2ada8 Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linus by Ingo Molnar · 16 years ago
- 8546232 do_generic_file_read: s/EINTR/EIO/ if lock_page_killable() fails by Oleg Nesterov · 16 years ago
- 74baaaa vfs: Remove the range_cont writeback mode. by Aneesh Kumar K.V · 16 years ago
- 9256292 integrity: special fs magic by Mimi Zohar · 16 years ago
- 8daf14c Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 by Ingo Molnar · 16 years ago
- ec8deff Merge phase #2 (PAT updates) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- e26feff Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
- 3dd392a Merge branch 'linus' into x86/pat2 by Ingo Molnar · 16 years ago
- 70096a5 SLOB: fix bogus ksize calculation fix by Matt Mackall · 16 years ago
- 3614407 highmem: use bio_has_data() in the bounce path by Jens Axboe · 16 years ago
- 85ba94b SLOB: fix bogus ksize calculation by Matt Mackall · 16 years ago
- 6babc32 mm: handle initialising compound pages at orders greater than MAX_ORDER by Andy Whitcroft · 16 years ago
- 4b19de6 mm: tiny-shmem nommu fix by Nick Piggin · 16 years ago
- 6c1b7f6 memory hotplug: missing zone->lock in test_pages_isolated() by Gerald Schaefer · 16 years ago
- 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
- a10cebf memcg: check under limit at shrink_usage by Daisuke Nishimura · 16 years ago
- db203d5 mm: tiny-shmem fix lock ordering: mmap_sem vs i_mutex by Nick Piggin · 16 years ago
- 02b71b7 slub: fixed uninitialized counter in struct kmem_cache_node by Salman Qazi · 16 years ago
- f81b691 Merge commit 'v2.6.27-rc6' into x86/pat by Ingo Molnar · 16 years ago
- 600715d generic: add phys_addr_t for holding physical addresses by Jeremy Fitzhardinge · 16 years ago
- 5bead2a mm: mark the correct zone as full when scanning zonelists by Mel Gorman · 16 years ago