index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-25
mincore: pass ranges as start,end address pairs
Johannes Weiner
1
-30
/
+27
2010-05-25
mincore: break do_mincore() into logical pieces
Johannes Weiner
1
-74
/
+97
2010-05-25
mincore: cleanups
Johannes Weiner
1
-49
/
+27
2010-05-25
cpuset,mm: fix no node to alloc memory when changing cpuset's mems
Miao Xie
7
-12
/
+52
2010-05-25
mempolicy: restructure rebinding-mempolicy functions
Miao Xie
1
-19
/
+105
2010-05-25
mempolicy: factor mpol_shared_policy_init() return paths
Lee Schermerhorn
1
-10
/
+6
2010-05-25
mempolicy: rename policy_types and cleanup initialization
Lee Schermerhorn
1
-6
/
+12
2010-05-25
mempolicy: lose unnecessary loop variable in mpol_parse_str()
Lee Schermerhorn
1
-6
/
+4
2010-05-25
mempolicy: don't call mpol_set_nodemask() when no_context
Lee Schermerhorn
1
-5
/
+4
2010-05-25
mempolicy: remove redundant check
Bob Liu
1
-11
/
+5
2010-05-25
mempolicy: remove case MPOL_INTERLEAVE from policy_zonelist()
Bob Liu
1
-3
/
+1
2010-05-25
mempolicy: remove redundant code
Bob Liu
1
-4
/
+1
2010-05-25
mm: remove return value of putback_lru_pages()
Minchan Kim
1
-6
/
+1
2010-05-25
shmem: remove redundant code
Huang Shijie
1
-2
/
+0
2010-05-25
sparsemem: on no vmemmap path put mem_map on node high too
Yinghai Lu
1
-3
/
+6
2010-05-25
page allocator: reduce fragmentation in buddy allocator by adding buddies tha...
Corrado Zoccolo
1
-5
/
+25
2010-05-25
tmpfs: insert tmpfs cache pages to inactive list at first
KOSAKI Motohiro
1
-2
/
+2
2010-05-25
fs: allow short direct-io reads to be completed via buffered IO
Josef Bacik
1
-5
/
+31
2010-05-22
Merge branches 'slab/align', 'slab/cleanups', 'slab/fixes', 'slab/memhotadd' ...
Pekka Enberg
3
-92
/
+160
2010-05-22
slub: Use alloc_pages_exact_node() for page allocation
Minchan Kim
1
-1
/
+1
2010-05-22
slub: __kmalloc_node_track_caller should trace kmalloc_large_node case
Xiaotian Feng
1
-2
/
+9
2010-05-22
slub: Potential stack overflow
Eric Dumazet
1
-9
/
+16
2010-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-20
/
+11
2010-05-22
ramfs: replace inode uid,gid,mode initialization with helper function
Dmitry Monakhov
1
-17
/
+8
2010-05-22
sanitize vfs_fsync calling conventions
Christoph Hellwig
1
-1
/
+1
2010-05-22
fs: xattr_handler table should be const
Stephen Hemminger
1
-2
/
+2
2010-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
1
-0
/
+5
2010-05-21
Merge staging-next tree into Linus's latest version
Greg Kroah-Hartman
1
-0
/
+5
2010-05-21
Merge branch 'master' into for-2.6.35
Jens Axboe
9
-525
/
+675
2010-05-21
writeback: fix mixed up arguments to bdi_start_writeback()
Jens Axboe
1
-1
/
+1
2010-05-21
writeback: fix problem with !CONFIG_BLOCK compilation
Jens Axboe
1
-0
/
+2
2010-05-21
writeback: fixups for !dirty_writeback_centisecs
Jens Axboe
2
-5
/
+11
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
3
-473
/
+667
2010-05-19
mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slub_def.h>
David Woodhouse
1
-8
/
+0
2010-05-19
mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slob_def.h>
David Woodhouse
1
-8
/
+0
2010-05-19
mm: Move ARCH_SLAB_MINALIGN and ARCH_KMALLOC_MINALIGN to <linux/slab_def.h>
David Woodhouse
1
-24
/
+0
2010-05-19
swap: Add swap slot free callback to block_device_operations
Nitin Gupta
1
-0
/
+4
2010-05-19
swap: Add flag to identify block swap devices
Nitin Gupta
1
-0
/
+1
2010-05-18
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-41
/
+0
2010-05-17
writeback: fix WB_SYNC_NONE writeback from umount
Jens Axboe
1
-2
/
+2
2010-05-12
memcg: fix css_is_ancestor() RCU locking
KAMEZAWA Hiroyuki
1
-4
/
+0
2010-05-12
memcg: fix css_id() RCU locking for real
KAMEZAWA Hiroyuki
1
-14
/
+5
2010-05-12
rmap: remove anon_vma check in page_address_in_vma()
Naoya Horiguchi
1
-5
/
+4
2010-05-12
hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OO...
Mel Gorman
1
-1
/
+1
2010-05-08
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+16
2010-05-07
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-1
/
+1
2010-05-05
slub: Fix bad boundary check in init_kmem_cache_nodes()
Zhang, Yanmin
1
-1
/
+1
2010-05-04
memcg: css_id() must be called under rcu_read_lock()
Paul E. McKenney
1
-5
/
+16
2010-05-01
percpu: implement kernel memory based chunk allocation
Tejun Heo
2
-0
/
+108
[prev]
[next]