aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-06
* mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina2010-03-06
* include/linux/fs.h: convert FMODE_* constants to hexAndrew Morton2010-03-06
* readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2010-03-06
* vfs: take f_lock on modifying f_mode after open timeWu Fengguang2010-03-06
* mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro2010-03-06
* mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro2010-03-06
* memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org2010-03-06
* mm: fix mbind vma merge problemKOSAKI Motohiro2010-03-06
* mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-06
* mm: remove free_hot_page()Li Hong2010-03-06
* mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong2010-03-06
* mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong2010-03-06
* mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro2010-03-06
* vmscan: get_scan_ratio() cleanupKOSAKI Motohiro2010-03-06
* vmscan: check high watermark after shrink zoneMinchan Kim2010-03-06
* mm: use rlimit helpersJiri Slaby2010-03-06
* mm: mlock_vma_pages_range() only return success or failureKOSAKI Motohiro2010-03-06
* mm: mlock_vma_pages_range() never return negative valueKOSAKI Motohiro2010-03-06
* mm: count swap usageKAMEZAWA Hiroyuki2010-03-06
* mm: avoid false sharing of mm_counterKAMEZAWA Hiroyuki2010-03-06
* mm: clean up mm_counterKAMEZAWA Hiroyuki2010-03-06
* infiniband: use for_each_set_bit()Akinobu Mita2010-03-06
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-06
* timbgpio: fix buildDavid Miller2010-03-06
* Fix a dumb typo - use of & instead of &&Al Viro2010-03-06
* Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-05
|\
| * SLUB: Fix per-cpu merge conflictStephen Rothwell2010-03-04
| *-----. Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...Pekka Enberg2010-03-04
| |\ \ \ \
| | | | | * dma kmalloc handling fixesChristoph Lameter2010-01-22
| | | | | * slub: remove impossible conditionDavid Rientjes2010-01-22
| | | | | * SLUB: Make slub statistics use this_cpu_incChristoph Lameter2009-12-20
| | | | | * SLUB: this_cpu: Remove slub kmem_cache fieldsChristoph Lameter2009-12-20
| | | | | * SLUB: Get rid of dynamic DMA kmalloc cache allocationChristoph Lameter2009-12-20
| | | | | * SLUB: Use this_cpu operations in slubChristoph Lameter2009-12-20
| | | | * | slab: fix regression in touched logicNick Piggin2010-01-30
| | | * | | failslab: add ability to filter slab cachesDmitry Monakhov2010-02-26
| | * | | | slab: initialize unused alien cache entry as NULL at alloc_alien_cache().Haicheng Li2010-01-11
* | | | | | Merge branch 'nfs-for-2.6.34' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-03-05
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust2010-03-05
| |\ \ \ \ \ \
| | * | | | | | NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust2010-03-05
| | * | | | | | NFS: Clean up nfs_sync_mappingTrond Myklebust2010-03-05
| | * | | | | | NFS: Simplify nfs_wb_page()Trond Myklebust2010-03-05
| | * | | | | | NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust2010-03-05
| | * | | | | | NFS: Simplify nfs_wb_page_cancel()Trond Myklebust2010-03-05
| | * | | | | | NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesTrond Myklebust2010-03-05
| | * | | | | | NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setTrond Myklebust2010-03-05
| | * | | | | | NFS: Reduce the number of unnecessary COMMIT callsTrond Myklebust2010-03-05
| | * | | | | | NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust2010-03-05
| | * | | | | | NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust2010-03-05