index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-05
Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc
Linus Torvalds
28
-10
/
+56
2010-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-0
/
+26
2010-04-05
rmap: fix anon_vma_fork() memory leak
Rik van Riel
1
-0
/
+1
2010-03-30
percpu: don't implicitly include slab.h from percpu.h
Tejun Heo
2
-1
/
+35
2010-03-30
kmemcheck: Fix build errors due to missing slab.h
Randy Dunlap
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
27
-10
/
+21
2010-03-29
percpu, module: implement and use is_kernel/module_percpu_address()
Tejun Heo
1
-0
/
+26
2010-03-26
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-13
/
+0
2010-03-25
NOMMU: Fix __get_user_pages() to pin last page on offset buffers
David Howells
1
-1
/
+1
2010-03-25
NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'
David Howells
1
-2
/
+2
2010-03-24
mempolicy: fix get_mempolicy() for relative and static nodes
Lee Schermerhorn
1
-3
/
+7
2010-03-24
exit: fix oops in sync_mm_rss
Michael S. Tsirkin
2
-0
/
+2
2010-03-24
tmpfs: cleanup mpol_parse_str()
KOSAKI Motohiro
1
-12
/
+12
2010-03-24
tmpfs: handle MPOL_LOCAL mount option properly
KOSAKI Motohiro
1
-0
/
+1
2010-03-24
tmpfs: mpol=bind:0 don't cause mount error.
KOSAKI Motohiro
1
-3
/
+7
2010-03-24
tmpfs: fix oops on mounts with mpol=default
Ravikiran G Thirumalai
1
-2
/
+7
2010-03-24
mm/ksm.c is doing an unneeded _notify in write_protect_page.
Robin Holt
1
-1
/
+1
2010-03-24
nommu: fix an incorrect comment in the do_mmap_shared_file()
David Howells
1
-4
/
+3
2010-03-24
memcontrol: fix potential null deref
Dan Carpenter
1
-2
/
+4
2010-03-24
memcg: disable move charge in no mmu case
Daisuke Nishimura
1
-22
/
+22
2010-03-24
x86: Remove excessive early_res debug output
Jiri Kosina
1
-13
/
+0
2010-03-17
memcg: avoid use cmpxchg in swap cgroup maintainance
KAMEZAWA Hiroyuki
1
-4
/
+16
2010-03-13
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+2
2010-03-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2010-03-12
memcg: fix oom kill behavior
KAMEZAWA Hiroyuki
2
-35
/
+107
2010-03-12
cgroups: remove events before destroying subsystem state objects
Kirill A. Shutemov
1
-9
/
+0
2010-03-12
memcg: handle panic_on_oom=always case
KAMEZAWA Hiroyuki
1
-0
/
+2
2010-03-12
memcg : share event counter rather than duplicate
KAMEZAWA Hiroyuki
1
-45
/
+41
2010-03-12
memcg: update threshold and softlimit at commit
KAMEZAWA Hiroyuki
1
-20
/
+18
2010-03-12
memcg: use generic percpu instead of private implementation
KAMEZAWA Hiroyuki
1
-121
/
+63
2010-03-12
memcg: typo in comment to mem_cgroup_print_oom_info()
Kirill A. Shutemov
1
-1
/
+1
2010-03-12
memcg: implement memory thresholds
Kirill A. Shutemov
1
-0
/
+309
2010-03-12
memcg: rework usage of stats by soft limit
Kirill A. Shutemov
1
-8
/
+10
2010-03-12
memcg: extract mem_group_usage() from mem_cgroup_read()
Kirill A. Shutemov
1
-22
/
+32
2010-03-12
memcg: improve performance in moving swap charge
Daisuke Nishimura
1
-15
/
+60
2010-03-12
memcg: move charges of anonymous swap
Daisuke Nishimura
3
-38
/
+210
2010-03-12
memcg: avoid oom during moving charge
Daisuke Nishimura
1
-2
/
+51
2010-03-12
memcg: improve performance in moving charge
Daisuke Nishimura
1
-54
/
+98
2010-03-12
memcg: move charges of anonymous page
Daisuke Nishimura
1
-10
/
+284
2010-03-12
memcg: add interface to move charge at task migration
Daisuke Nishimura
1
-4
/
+93
2010-03-12
Add generic sys_old_mmap()
Christoph Hellwig
2
-0
/
+48
2010-03-12
mm: introduce dump_page() and print symbolic flag names
Wu Fengguang
3
-13
/
+84
2010-03-12
mm: do not iterate over NR_CPUS in __zone_pcp_update()
Thomas Gleixner
1
-1
/
+1
2010-03-12
nommu: fix build breakage
KAMEZAWA Hiroyuki
1
-3
/
+0
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
2
-2
/
+2
2010-03-07
Driver core: Constify struct sysfs_ops in struct kobj_type
Emese Revfy
1
-1
/
+1
2010-03-07
kobject: Constify struct kset_uevent_ops
Emese Revfy
1
-1
/
+1
2010-03-06
mm: add comment on swap_duplicate's error code
Hugh Dickins
1
-1
/
+5
2010-03-06
nommu: get_user_pages(): pin last page on non-page-aligned start
Steven J. Magnani
1
-2
/
+2
2010-03-06
vmscan: detect mapped file pages used only once
Johannes Weiner
2
-13
/
+35
[next]