index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2011-02-16
thp: prevent hugepages during args/env copying into the user stack
Andrea Arcangeli
1
-19
/
+16
2011-02-12
memcg: fix leak of accounting at failure path of hugepage collapsing
KAMEZAWA Hiroyuki
1
-1
/
+1
2011-02-12
vmscan: fix zone shrinking exit when scan work is done
Johannes Weiner
1
-2
/
+2
2011-02-12
mlock: do not munlock pages in __do_fault()
Michel Lespinasse
1
-6
/
+0
2011-02-12
mlock: fix race when munlocking pages in do_wp_page()
Michel Lespinasse
1
-14
/
+12
2011-02-12
memblock: don't adjust size in memblock_find_base()
Yinghai Lu
1
-2
/
+0
2011-02-03
memcg: fix event counting breakage from recent THP update
KAMEZAWA Hiroyuki
1
-1
/
+3
2011-02-03
memcg: never OOM when charging huge pages
Johannes Weiner
1
-2
/
+8
2011-02-03
memcg: prevent endless loop when charging huge pages to near-limit group
Johannes Weiner
1
-7
/
+28
2011-02-03
memcg: prevent endless loop when charging huge pages
Johannes Weiner
1
-2
/
+9
2011-02-03
thp: fix unsuitable behavior for hwpoisoned tail page
Jin Dongming
1
-14
/
+17
2011-02-03
thp: fix the wrong reported address of hwpoisoned hugepages
Jin Dongming
2
-6
/
+28
2011-02-03
thp: fix splitting of hwpoisoned hugepages
Jin Dongming
1
-2
/
+28
2011-02-03
mm/migration: fix page corruption during hugepage migration
Minchan Kim
2
-5
/
+4
2011-02-03
mm: when migrate_pages returns 0, all pages must have been released
Andrea Arcangeli
2
-2
/
+2
2011-02-03
memsw: deprecate noswapaccount kernel parameter and schedule it for removal
Michal Hocko
1
-0
/
+1
2011-02-03
memsw: handle swapaccount kernel parameter correctly
Michal Hocko
1
-3
/
+3
2011-02-02
mlock: operate on any regions with protection != PROT_NONE
Michel Lespinasse
1
-0
/
+7
2011-01-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...
Linus Torvalds
2
-9
/
+10
2011-01-27
kmemleak: Allow kmemleak metadata allocations to fail
Catalin Marinas
1
-5
/
+8
2011-01-27
kmemleak: remove memset by using kzalloc
Jesper Juhl
1
-4
/
+2
2011-01-26
memcg: fix race at move_parent around compound_order()
KAMEZAWA Hiroyuki
1
-9
/
+16
2011-01-26
memcg: bugfix check mem_cgroup_disabled() at split fixup
KAMEZAWA Hiroyuki
1
-0
/
+2
2011-01-26
memcg: fix account leak at failure of memsw acconting
KAMEZAWA Hiroyuki
1
-0
/
+1
2011-01-26
mm: migration: clarify migrate_pages() comment
Minchan Kim
1
-1
/
+1
2011-01-26
mm: compaction: don't depend on HUGETLB_PAGE
Andrea Arcangeli
1
-1
/
+1
2011-01-26
mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()
Jesper Juhl
1
-1
/
+2
2011-01-26
mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator
David Rientjes
1
-2
/
+4
2011-01-26
mm: fix deferred congestion timeout if preferred zone is not allowed
David Rientjes
2
-2
/
+13
2011-01-26
mm/pgtable-generic.c: fix CONFIG_SWAP=n build
Andrew Morton
1
-0
/
+1
2011-01-21
memcg: correctly order reading PCG_USED and pc->mem_cgroup
Johannes Weiner
1
-18
/
+9
2011-01-21
mm: fix truncate_setsize() comment
Jan Kara
1
-6
/
+5
2011-01-21
memcg: fix rmdir, force_empty with THP
KAMEZAWA Hiroyuki
1
-11
/
+26
2011-01-21
memcg: fix LRU accounting with THP
KAMEZAWA Hiroyuki
1
-4
/
+18
2011-01-21
memcg: fix USED bit handling at uncharge in THP
KAMEZAWA Hiroyuki
2
-40
/
+53
2011-01-21
memcg: modify accounting function for supporting THP better
KAMEZAWA Hiroyuki
1
-13
/
+12
2011-01-21
mm: compaction: prevent division-by-zero during user-requested compaction
Johannes Weiner
1
-0
/
+11
2011-01-21
mm/vmscan.c: remove duplicate include of compaction.h
Jesper Juhl
1
-1
/
+0
2011-01-21
memblock: fix memblock_is_region_memory()
Tomi Valkeinen
1
-4
/
+4
2011-01-21
thp: keep highpte mapped until it is no longer needed
Johannes Weiner
1
-1
/
+2
2011-01-18
Revert "mm: simplify code of swap.c"
Linus Torvalds
1
-54
/
+47
2011-01-18
Revert "mm: batch activate_page() to reduce lock contention"
Linus Torvalds
3
-92
/
+13
2011-01-17
fix non-x86 build failure in pmdp_get_and_clear
Andrea Arcangeli
1
-7
/
+4
2011-01-15
mm/slab.c: make local symbols static
H Hartley Sweeten
1
-3
/
+3
2011-01-15
Merge branch 'slub/hotplug' into slab/urgent
Pekka Enberg
2
-2
/
+6
2011-01-14
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-0
/
+1
2011-01-14
memcg: fix memory migration of shmem swapcache
Daisuke Nishimura
2
-4
/
+3
2011-01-14
memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset
Jesper Juhl
1
-6
/
+3
2011-01-14
memcg: fix deadlock between cpuset and memcg
Daisuke Nishimura
1
-35
/
+49
2011-01-14
memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()
Minchan Kim
1
-1
/
+0
[next]