index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2010-12-24
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO
Tejun Heo
2010-12-22
1
-1
/
+1
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
mm/migrate.c: fix compilation error
Michal Nazarewicz
2010-12-22
1
-0
/
+2
*
|
|
|
|
|
|
writeback: do uninterruptible sleep in balance_dirty_pages()
Wu Fengguang
2010-12-22
1
-1
/
+1
*
|
|
|
|
|
|
mm/compaction.c: avoid double mem_cgroup_del_lru()
Minchan Kim
2010-12-22
1
-1
/
+0
|
/
/
/
/
/
/
*
|
|
|
|
|
install_special_mapping skips security_file_mmap check.
Tavis Ormandy
2010-12-15
1
-4
/
+12
*
|
|
|
|
|
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2010-12-14
3
-0
/
+16
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Call the filesystem back whenever a page is removed from the page cache
Linus Torvalds
2010-12-02
3
-0
/
+16
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2010-12-06
1
-7
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
PM / Hibernate: Fix memory corruption related to swap
Rafael J. Wysocki
2010-12-06
1
-7
/
+12
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2010-12-05
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
slub: Fix a crash during slabinfo -v
Tero Roponen
2010-12-04
1
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
ksm: annotate ksm_thread_mutex is no deadlock source
KOSAKI Motohiro
2010-12-02
1
-1
/
+6
*
|
|
|
|
mem-hotplug: introduce {un}lock_memory_hotplug()
KOSAKI Motohiro
2010-12-02
2
-11
/
+28
*
|
|
|
|
vmalloc: eagerly clear ptes on vunmap
Jeremy Fitzhardinge
2010-12-02
1
-11
/
+17
*
|
|
|
|
vmstat: fix dirty threshold ordering
Wu Fengguang
2010-12-02
1
-2
/
+2
*
|
|
|
|
mm/mempolicy.c: add rcu read lock to protect pid structure
Zeng Zhaoming
2010-12-02
1
-0
/
+3
*
|
|
|
|
mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault()
Dean Nelson
2010-12-02
1
-1
/
+2
|
/
/
/
/
*
|
|
|
mm: remove call to find_vma in pagewalk for non-hugetlbfs
David Sterba
2010-11-25
1
-2
/
+3
*
|
|
|
mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly cal...
KAMEZAWA Hiroyuki
2010-11-25
1
-9
/
+5
*
|
|
|
cgroups: make swap accounting default behavior configurable
Michal Hocko
2010-11-25
1
-2
/
+19
*
|
|
|
memcg: avoid deadlock between move charge and try_charge()
Daisuke Nishimura
2010-11-25
1
-17
/
+26
*
|
|
|
memcg: fix false positive VM_BUG on non-SMP
Kirill A. Shutemov
2010-11-25
1
-1
/
+1
*
|
|
|
nommu: yield CPU while disposing VM
Steven J. Magnani
2010-11-25
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2010-11-14
1
-1
/
+2
|
\
\
\
|
*
|
|
slub: Fix slub_lock down/up imbalance
Pavel Emelyanov
2010-11-14
1
-1
/
+2
|
|
/
/
*
|
|
radix-tree: fix RCU bug
Nick Piggin
2010-11-12
1
-16
/
+10
*
|
|
vmscan: avoid setting zone congested if no page dirty
Shaohua Li
2010-11-12
1
-1
/
+1
*
|
|
mm/vfs: revalidate page->mapping in do_generic_file_read()
Dave Hansen
2010-11-12
1
-0
/
+3
*
|
|
memcg: null dereference on allocation failure
Dan Carpenter
2010-11-12
1
-7
/
+9
|
|
/
|
/
|
*
|
perf_events: Fix perf_counter_mmap() hook in mprotect()
Pekka Enberg
2010-11-09
1
-1
/
+1
*
|
vmstat: fix offset calculation on void*
Wu Fengguang
2010-11-03
1
-1
/
+1
*
|
Release page reference during page fault retry
Michel Lespinasse
2010-11-02
1
-1
/
+3
|
/
*
audit mmap
Al Viro
2010-10-30
2
-0
/
+4
*
convert get_sb_nodev() users
Al Viro
2010-10-29
1
-5
/
+5
*
numa: fix slab_node(MPOL_BIND)
Eric Dumazet
2010-10-28
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300
Linus Torvalds
2010-10-27
1
-1
/
+1
|
\
|
*
MN10300: Save frame pointer in thread_info struct rather than global var
David Howells
2010-10-27
1
-1
/
+1
*
|
fuse: use release_pages()
Miklos Szeredi
2010-10-27
1
-0
/
+1
*
|
memcg: generic filestat update interface
KAMEZAWA Hiroyuki
2010-10-27
1
-7
/
+18
*
|
memcg: cpu hotplug aware quick acount_move detection
KAMEZAWA Hiroyuki
2010-10-27
1
-7
/
+30
*
|
memcg: cpu hotplug aware percpu count updates
KAMEZAWA Hiroyuki
2010-10-27
1
-9
/
+93
*
|
memcg: use for_each_mem_cgroup
KAMEZAWA Hiroyuki
2010-10-27
1
-87
/
+83
*
|
memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accout...
KAMEZAWA Hiroyuki
2010-10-27
1
-14
/
+85
*
|
memcg: fix race in file_mapped accouting flag management
KAMEZAWA Hiroyuki
2010-10-27
1
-1
/
+2
*
|
mm,x86: fix kmap_atomic_push vs ioremap_32.c
Peter Zijlstra
2010-10-27
1
-1
/
+5
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2010-10-26
2
-6
/
+7
|
\
|
*
fs: inode split IO and LRU lists
Nick Piggin
2010-10-25
1
-3
/
+3
|
*
fs: do not assign default i_ino in new_inode
Christoph Hellwig
2010-10-25
1
-0
/
+1
|
*
new helper: ihold()
Al Viro
2010-10-25
1
-1
/
+1
[prev]
[next]