summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-212-20/+11
|\
| * ramfs: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov2010-05-211-17/+8
| * sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-1/+1
| * fs: xattr_handler table should be constStephen Hemminger2010-05-211-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-05-211-0/+5
|\ \
| * \ Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-211-0/+5
| |\ \ | | |/ | |/|
| | * swap: Add swap slot free callback to block_device_operationsNitin Gupta2010-05-181-0/+4
| | * swap: Add flag to identify block swap devicesNitin Gupta2010-05-181-0/+1
* | | Merge branch 'master' into for-2.6.35Jens Axboe2010-05-219-525/+675
|\ \ \ | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-202-2/+2
| |\ \
| | * \ Merge branch 'master' into for-nextJiri Kosina2010-04-2341-170/+357
| | |\ \
| | * | | Fix typos in commentsThomas Weber2010-03-161-1/+1
| | * | | mm: fix typo in refill_stock() commentGreg Thelen2010-03-151-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-05-203-473/+667
| |\ \ \ \
| | * | | | percpu: implement kernel memory based chunk allocationTejun Heo2010-05-012-0/+108
| | * | | | percpu: move vmalloc based chunk management into percpu-vm.cTejun Heo2010-05-012-428/+475
| | * | | | percpu: misc preparations for nommu supportTejun Heo2010-05-011-55/+56
| | * | | | percpu: reorganize chunk creation and destructionTejun Heo2010-05-011-24/+46
| | * | | | percpu: factor out pcpu_addr_in_first/reserved_chunk() and update per_cpu_ptr...Tejun Heo2010-05-011-8/+24
| | | |_|/ | | |/| |
| * | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-41/+0
| |\ \ \ \
| | * \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-071-1/+1
| | |\ \ \ \
| | * \ \ \ \ Merge commit 'v2.6.34-rc6' into perf/coreIngo Molnar2010-04-306-14/+53
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-236-56/+118
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-0832-48/+155
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-04-027-63/+67
| | |\ \ \ \ \ \
| | * | | | | | | x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-41/+0
| * | | | | | | | memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki2010-05-111-4/+0
| * | | | | | | | memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki2010-05-111-14/+5
| * | | | | | | | rmap: remove anon_vma check in page_address_in_vma()Naoya Horiguchi2010-05-111-5/+4
| * | | | | | | | hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...Mel Gorman2010-05-111-1/+1
| * | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-071-5/+16
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | memcg: css_id() must be called under rcu_read_lock()Paul E. McKenney2010-05-041-5/+16
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | slub: Fix bad boundary check in init_kmem_cache_nodes()Zhang, Yanmin2010-05-051-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | writeback: fix mixed up arguments to bdi_start_writeback()Jens Axboe2010-05-211-1/+1
* | | | | | | writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe2010-05-211-0/+2
* | | | | | | writeback: fixups for !dirty_writeback_centisecsJens Axboe2010-05-212-5/+11
* | | | | | | writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2010-05-171-2/+2
* | | | | | | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-296-25/+69
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-281-0/+34
| |\ \ \ \ \ \
| | * | | | | | Catch filesystems lacking s_bdiJörn Engel2010-04-251-0/+5
| | * | | | | | bdi: add helper function for doing init and register of a bdi for a file systemJens Axboe2010-04-221-0/+29
| | |/ / / / /
| * | | | | | mmap: check ->vm_ops before dereferencingRik van Riel2010-04-271-1/+2
| * | | | | | ksm: check for ERR_PTR from follow_page()Dan Carpenter2010-04-241-6/+6
| * | | | | | rmap: anon_vma_prepare() can leak anon_vma_chainOleg Nesterov2010-04-241-4/+5
| * | | | | | hugetlb: fix infinite loop in get_futex_key() when backed by huge pagesMel Gorman2010-04-241-1/+4
| * | | | | | memcg: fix prepare migrationAndrea Arcangeli2010-04-241-2/+2
| |/ / / / /
| * | | | | rmap: add exclusively owned pages to the newest anon_vmaRik van Riel2010-04-191-11/+16
* | | | | | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-3/+6
* | | | | | Merge branch 'master' into for-2.6.35Jens Axboe2010-04-1337-103/+267
|\ \ \ \ \ \ | |/ / / / /
| * | | | | anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvmaLinus Torvalds2010-04-121-2/+13
OpenPOWER on IntegriCloud