index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-05
Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-243
/
+125
2010-03-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2010-03-04
SLUB: Fix per-cpu merge conflict
Stephen Rothwell
1
-1
/
+1
2010-03-04
Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percp...
Pekka Enberg
3
-243
/
+125
2010-03-03
kill unused invalidate_inode_pages helper
Christoph Hellwig
1
-1
/
+1
2010-03-03
Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-24
/
+508
2010-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
3
-155
/
+98
2010-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-0
/
+3
2010-03-01
sparsemem: Fix compilation on PowerPC
Yinghai Lu
1
-4
/
+7
2010-03-01
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
3
-10
/
+10
2010-02-28
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
3
-22
/
+18
2010-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-1
/
+1
2010-02-26
failslab: add ability to filter slab caches
Dmitry Monakhov
3
-6
/
+43
2010-02-26
early_res: Add free_early_partial()
Yinghai Lu
1
-3
/
+0
2010-02-25
Merge branches 'clks' and 'pnx' into devel
Russell King
1
-3
/
+1
2010-02-22
memcg: fix oom killing a child process in an other cgroup
KAMEZAWA Hiroyuki
1
-0
/
+2
2010-02-22
x86: Fix non-bootmem compilation on PowerPC
Yinghai Lu
1
-0
/
+2
2010-02-21
mm: Make copy_from_user() in migrate.c statically predictable
H. Peter Anvin
1
-21
/
+15
2010-02-20
MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself
Russell King
3
-10
/
+10
2010-02-16
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
5
-62
/
+166
2010-02-17
percpu: add __percpu sparse annotations to core kernel subsystems
Tejun Heo
1
-8
/
+10
2010-02-12
sparsemem: Put mem map for one node together.
Yinghai Lu
3
-2
/
+187
2010-02-12
sparsemem: Put usemap for one node together
Yinghai Lu
1
-18
/
+66
2010-02-12
x86: Make 64 bit use early_res instead of bootmem before slab
Yinghai Lu
4
-5
/
+254
2010-02-08
Merge branch 'sh/dmaengine'
Paul Mundt
1
-0
/
+3
2010-02-06
Fix potential crash with sys_move_pages
Linus Torvalds
1
-0
/
+3
2010-02-05
Merge branch 'sh/stable-updates'
Paul Mundt
3
-28
/
+92
2010-02-02
hugetlb: fix section mismatches
Jeff Mahoney
1
-4
/
+3
2010-02-02
mm: flush dcache before writing into page to avoid alias
anfei zhou
1
-0
/
+3
2010-02-02
mm: purge fragmented percpu vmap blocks
Nick Piggin
1
-11
/
+81
2010-02-02
mm: percpu-vmap fix RCU list walking
Nick Piggin
1
-14
/
+6
2010-02-02
Merge branch 'master' into percpu
Tejun Heo
11
-103
/
+192
2010-02-02
Merge branch 'sh/stable-updates'
Paul Mundt
3
-37
/
+72
2010-01-30
slab: fix regression in touched logic
Nick Piggin
1
-2
/
+3
2010-01-29
mm: fix migratetype bug which slowed swapping
Hugh Dickins
1
-2
/
+3
2010-01-27
mm: add new 'read_cache_page_gfp()' helper function
Linus Torvalds
1
-32
/
+68
2010-01-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
14
-120
/
+205
2010-01-22
dma kmalloc handling fixes
Christoph Lameter
1
-2
/
+3
2010-01-22
slub: remove impossible condition
David Rientjes
1
-1
/
+1
2010-01-21
vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
Yongseok Koh
1
-3
/
+1
2010-01-18
Merge branch 'sh/stable-updates'
Paul Mundt
6
-57
/
+95
2010-01-16
page allocator: update NR_FREE_PAGES only when necessary
KOSAKI Motohiro
1
-1
/
+1
2010-01-16
nommu: fix shared mmap after truncate shrinkage problems
David Howells
1
-0
/
+62
2010-01-16
nommu: don't need get_unmapped_area() for NOMMU
David Howells
2
-22
/
+1
2010-01-16
nommu: remove a superfluous check of vm_region::vm_usage
David Howells
1
-4
/
+3
2010-01-16
nommu: struct vm_region's vm_usage count need not be atomic
David Howells
1
-7
/
+7
2010-01-16
memcg: ensure list is empty at rmdir
Daisuke Nishimura
1
-7
/
+4
2010-01-16
vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimable
KOSAKI Motohiro
1
-0
/
+3
2010-01-16
mm/page_alloc: fix the range check for backward merging
Kazuhisa Ichikawa
1
-1
/
+1
2010-01-15
mm: export use_mm/unuse_mm to modules
Michael S. Tsirkin
1
-0
/
+3
[next]