index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-09
mm: introduce a general RCU get_user_pages_fast()
Steve Capper
2
-0
/
+357
2014-10-09
mm/dmapool.c: fixed a brace coding style issue
Paul McQuade
1
-9
/
+6
2014-10-09
mm: ksm use pr_err instead of printk
Paul McQuade
1
-2
/
+2
2014-10-09
drivers/firmware/memmap.c: don't create memmap sysfs of same firmware_map_entry
Yasuaki Ishimatsu
1
-0
/
+3
2014-10-09
mm/bootmem.c: use include/linux/ headers
Paul McQuade
1
-2
/
+2
2014-10-09
mm/filemap.c: remove trailing whitespace
Paul McQuade
1
-2
/
+2
2014-10-09
mm/mremap.c: use linux headers
Paul McQuade
1
-1
/
+1
2014-10-09
memcg: zap memcg_can_account_kmem
Vladimir Davydov
1
-9
/
+3
2014-10-09
mm: memcontrol: fix transparent huge page allocations under pressure
Johannes Weiner
3
-57
/
+25
2014-10-09
mm: memcontrol: simplify detecting when the memory+swap limit is hit
Johannes Weiner
1
-34
/
+13
2014-10-09
mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cache
Michal Hocko
2
-21
/
+23
2014-10-09
mm: dmapool: add/remove sysfs file outside of the pool lock lock
Sebastian Andrzej Siewior
1
-8
/
+35
2014-10-09
memcg: move memcg_update_cache_size() to slab_common.c
Vladimir Davydov
3
-52
/
+28
2014-10-09
memcg: don't call memcg_update_all_caches if new cache id fits
Vladimir Davydov
1
-64
/
+72
2014-10-09
memcg: move memcg_{alloc,free}_cache_params to slab_common.c
Vladimir Davydov
3
-52
/
+47
2014-10-09
mm/debug.c: use pr_emerg()
Andrew Morton
1
-12
/
+9
2014-10-09
mm: use VM_BUG_ON_MM where possible
Sasha Levin
6
-9
/
+9
2014-10-09
mm: introduce VM_BUG_ON_MM
Sasha Levin
2
-0
/
+88
2014-10-09
mm: move debug code out of page_alloc.c
Sasha Levin
3
-161
/
+163
2014-10-09
mm: softdirty: unmapped addresses between VMAs are clean
Peter Feiner
1
-21
/
+40
2014-10-09
mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bit
Mel Gorman
1
-58
/
+20
2014-10-09
mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON
Mel Gorman
1
-1
/
+1
2014-10-09
ocfs2: fix a deadlock while o2net_wq doing direct memory reclaim
Xue jiufei
1
-0
/
+20
2014-10-09
mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set
Junxiao Bi
1
-2
/
+4
2014-10-09
mm/compaction.c: fix warning of 'flags' may be used uninitialized
Xiubo Li
1
-2
/
+2
2014-10-09
mm/mmap.c: clean up CONFIG_DEBUG_VM_RB checks
Andrew Morton
1
-6
/
+11
2014-10-09
mm: clean up zone flags
Johannes Weiner
5
-70
/
+25
2014-10-09
mm/page-writeback.c: use min3/max3 macros to avoid shadow warnings
Mark Rustad
1
-4
/
+4
2014-10-09
mm: page_alloc: avoid wakeup kswapd on the unintended node
Weijie Yang
1
-3
/
+6
2014-10-09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
Sasha Levin
9
-23
/
+24
2014-10-09
mm: introduce VM_BUG_ON_VMA
Sasha Levin
1
-0
/
+8
2014-10-09
mm: introduce dump_vma
Sasha Levin
2
-9
/
+75
2014-10-09
mm/slab.c: use __seq_open_private() instead of seq_open()
Rob Jones
1
-13
/
+9
2014-10-09
mm/vmalloc.c: use seq_open_private() instead of seq_open()
Rob Jones
1
-15
/
+5
2014-10-09
include/linux/migrate.h: remove migrate_page #define
Andrew Morton
3
-3
/
+4
2014-10-09
mempolicy: unexport get_vma_policy() and remove its "task" arg
Oleg Nesterov
2
-13
/
+8
2014-10-09
mempolicy: kill do_set_mempolicy()->down_write(&mm->mmap_sem)
Oleg Nesterov
1
-14
/
+1
2014-10-09
mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
Oleg Nesterov
1
-24
/
+9
2014-10-09
mempolicy: introduce __get_vma_policy(), export get_task_policy()
Oleg Nesterov
2
-18
/
+29
2014-10-09
mempolicy: remove the "task" arg of vma_policy_mof() and simplify it
Oleg Nesterov
3
-16
/
+13
2014-10-09
mempolicy: sanitize the usage of get_task_policy()
Oleg Nesterov
1
-11
/
+14
2014-10-09
mempolicy: change get_task_policy() to return default_policy rather than NULL
Oleg Nesterov
1
-18
/
+13
2014-10-09
mempolicy: change alloc_pages_vma() to use mpol_cond_put()
Oleg Nesterov
1
-2
/
+1
2014-10-09
mm: remove noisy remainder of the scan_unevictable interface
Johannes Weiner
5
-97
/
+0
2014-10-09
prctl: PR_SET_MM -- introduce PR_SET_MM_MAP operation
Cyrill Gorcunov
2
-1
/
+216
2014-10-09
prctl: PR_SET_MM -- factor out mmap_sem when updating mm::exe_file
Cyrill Gorcunov
1
-10
/
+11
2014-10-09
mm: use may_adjust_brk helper
Cyrill Gorcunov
2
-11
/
+7
2014-10-09
mm: introduce check_data_rlimit helper
Cyrill Gorcunov
1
-0
/
+15
2014-10-09
mm, compaction: pass gfp mask to compact_control
David Rientjes
2
-6
/
+8
2014-10-09
mm: rename allocflags_to_migratetype for clarity
David Rientjes
3
-5
/
+5
[next]