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
2014-08-07
mm/slab.c: fix comments
Wang Sheng-Hui
1
-4
/
+5
2014-08-07
mm: move slab related stuff from util.c to slab_common.c
Andrey Ryabinin
2
-102
/
+101
2014-08-07
slub: avoid duplicate creation on the first object
Wei Yang
1
-8
/
+11
2014-08-07
slab: change int to size_t for representing allocation size
Joonsoo Kim
1
-4
/
+4
2014-08-07
slab: remove BAD_ALIEN_MAGIC
Joonsoo Kim
1
-3
/
+1
2014-08-07
slab: remove a useless lockdep annotation
Joonsoo Kim
1
-153
/
+0
2014-08-07
slab: destroy a slab without holding any alien cache lock
Joonsoo Kim
1
-7
/
+13
2014-08-07
slab: use the lock on alien_cache, instead of the lock on array_cache
Joonsoo Kim
1
-17
/
+8
2014-08-07
slab: introduce alien_cache
Joonsoo Kim
2
-42
/
+68
2014-08-07
slab: factor out initialization of array cache
Joonsoo Kim
1
-14
/
+19
2014-08-07
slab: defer slab_destroy in free_block()
Joonsoo Kim
1
-19
/
+41
2014-08-07
slab: move up code to get kmem_cache_node in free_block()
Joonsoo Kim
1
-2
/
+1
2014-08-07
slab: add unlikely macro to help compiler
Joonsoo Kim
1
-1
/
+1
2014-08-07
mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=y
Andrey Ryabinin
1
-61
/
+36
2014-08-07
mm, slub: mark resiliency_test as init text
David Rientjes
1
-1
/
+1
2014-08-07
mm: slab.h: wrap the whole file with guarding macro
Andrey Ryabinin
1
-1
/
+2
2014-08-07
slab: use get_node() and kmem_cache_node() functions
Christoph Lameter
1
-93
/
+80
2014-08-07
slub: use new node functions
Christoph Lameter
1
-49
/
+29
2014-08-07
slab common: add functions for kmem_cache_node access
Christoph Lameter
2
-6
/
+16
2014-08-07
mm/slab.c: add __init to init_lock_keys
Fabian Frederick
1
-2
/
+2
2014-08-05
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-23
/
+5
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-9
/
+33
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-2
/
+1
2014-07-31
kexec: export free_huge_page to VMCOREINFO
Atsushi Kumagai
1
-1
/
+1
2014-07-31
mm: fix filemap.c pagecache_get_page() kernel-doc warnings
Randy Dunlap
1
-5
/
+8
2014-07-31
mm: debugfs: move rounddown_pow_of_two() out from do_fault path
Andrey Ryabinin
1
-9
/
+12
2014-07-31
memcg: oom_notify use-after-free fix
Michal Hocko
1
-0
/
+4
2014-07-31
hwpoison: call action_result() in failure path of hwpoison_user_mappings()
Naoya Horiguchi
1
-2
/
+4
2014-07-31
hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()
Naoya Horiguchi
1
-1
/
+7
2014-07-31
mm, thp: do not allow thp faults to avoid cpuset restrictions
David Rientjes
1
-8
/
+8
2014-07-31
mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()
Maxim Patlasov
1
-3
/
+3
2014-07-29
mm: fix page_alloc.c kernel-doc warnings
Randy Dunlap
1
-6
/
+9
2014-07-28
Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...
Ingo Molnar
8
-51
/
+87
2014-07-27
mm: fix direct reclaim writeback regression
Hugh Dickins
1
-2
/
+3
2014-07-24
Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2014-07-24
mm: hugetlb: fix copy_hugetlb_page_range()
Naoya Horiguchi
1
-0
/
+1
2014-07-24
mm/fs: fix pessimization in hole-punching pagecache
Hugh Dickins
1
-3
/
+8
2014-07-24
shmem: fix splicing from a hole while it's punched
Hugh Dickins
1
-9
/
+15
2014-07-24
shmem: fix faulting into a hole, not taking i_mutex
Hugh Dickins
1
-26
/
+52
2014-07-24
mm: do not call do_fault_around for non-linear fault
Konstantin Khlebnikov
1
-1
/
+2
2014-07-24
mm/rmap.c: fix pgoff calculation to handle hugepage correctly
Naoya Horiguchi
2
-9
/
+5
2014-07-23
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Mike Snitzer
1
-1
/
+1
2014-07-16
sched: Remove proliferation of wait_on_bit() action functions
NeilBrown
2
-23
/
+5
2014-07-15
cgroup: distinguish the default and legacy hierarchies when handling cftypes
Tejun Heo
1
-1
/
+0
2014-07-15
cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
Tejun Heo
2
-4
/
+4
2014-07-15
cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
Tejun Heo
1
-1
/
+1
2014-07-10
Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2014-07-09
cgroup: remove sane_behavior support on non-default hierarchies
Tejun Heo
1
-3
/
+4
2014-07-09
blkcg, memcg: make blkcg depend on memcg on the default hierarchy
Tejun Heo
1
-0
/
+24
2014-07-03
shmem: fix init_page_accessed use to stop !PageLRU bug
Hugh Dickins
1
-5
/
+10
[prev]
[next]