index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-06
mm: introduce kmemleak_update_trace()
Catalin Marinas
1
-0
/
+34
2014-06-06
mm/kmemleak.c: use %u to print ->checksum
Jianpeng Ma
1
-1
/
+1
2014-06-06
vmscan: memcg: always use swappiness of the reclaimed memcg
Michal Hocko
2
-11
/
+9
2014-06-06
mm: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2
-7
/
+7
2014-06-06
slub: search partial list on numa_mem_id(), instead of numa_node_id()
Joonsoo Kim
1
-1
/
+1
2014-06-06
mm: vmscan: clear kswapd's special reclaim powers before exiting
Johannes Weiner
1
-0
/
+3
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
1
-29
/
+60
2014-06-04
mm/zswap: NUMA aware allocation for zswap_dstmem
Eric Dumazet
1
-1
/
+1
2014-06-04
mm/zsmalloc: make zsmalloc module-buildable
Minchan Kim
1
-1
/
+1
2014-06-04
mm/vmalloc.c: export unmap_kernel_range()
Minchan Kim
1
-0
/
+1
2014-06-04
zsmalloc: fixup trivial zs size classes value in comments
Weijie Yang
1
-1
/
+1
2014-06-04
mm/zbud.c: make size unsigned like unique callsite
Fabian Frederick
1
-2
/
+2
2014-06-04
mm, memcg: periodically schedule when emptying page list
Hugh Dickins
1
-1
/
+1
2014-06-04
mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_M...
Naoya Horiguchi
1
-13
/
+43
2014-06-04
mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...
Tony Luck
1
-9
/
+12
2014-06-04
mm/memory-failure.c-failure: send right signal code to correct thread
Tony Luck
1
-2
/
+2
2014-06-04
mm/page-writeback.c: remove outdated comment
Jianyu Zhan
1
-18
/
+0
2014-06-04
mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of s...
Chen Yucong
1
-26
/
+3
2014-06-04
hugetlb: rename hugepage_migration_support() to ..._supported()
Naoya Horiguchi
2
-2
/
+2
2014-06-04
mm: document do_fault_around() feature
Kirill A. Shutemov
1
-0
/
+27
2014-06-04
mm: nominate faultaround area in bytes rather than page order
Kirill A. Shutemov
1
-39
/
+23
2014-06-04
mm/page_alloc.c: cleanup add_active_range() related comments
Zhang Zhen
1
-13
/
+8
2014-06-04
mm/rmap.c: cleanup ttu_flags
Konstantin Khlebnikov
1
-5
/
+5
2014-06-04
mm/rmap.c: don't call mmu_notifier_invalidate_page() during munlock
Konstantin Khlebnikov
1
-1
/
+1
2014-06-04
mm/process_vm_access: move config option into init/Kconfig
Konstantin Khlebnikov
1
-10
/
+0
2014-06-04
mm: vmscan: use proportional scanning during direct reclaim and full scan at ...
Mel Gorman
1
-11
/
+25
2014-06-04
mm: fix typo in comment in do_fault_around()
Kirill A. Shutemov
1
-1
/
+1
2014-06-04
mm/msync.c: sync only the requested range in msync()
Matthew Wilcox
1
-1
/
+7
2014-06-04
mm, compaction: properly signal and act upon lock and need_sched() contention
Vlastimil Babka
2
-11
/
+48
2014-06-04
mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...
Jianyu Zhan
1
-6
/
+4
2014-06-04
mm, hugetlb: move the error handle logic out of normal code path
Jianyu Zhan
1
-13
/
+13
2014-06-04
mm/memory-failure.c: move comment
Naoya Horiguchi
1
-5
/
+4
2014-06-04
mm: avoid unnecessary atomic operations during end_page_writeback()
Mel Gorman
1
-1
/
+10
2014-06-04
mm: page_alloc: calculate classzone_idx once from the zonelist ref
Mel Gorman
1
-25
/
+34
2014-06-04
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
3
-128
/
+91
2014-06-04
mm: do not use unnecessary atomic operations when adding pages to the LRU
Mel Gorman
1
-2
/
+4
2014-06-04
mm: do not use atomic operations when releasing pages
Mel Gorman
1
-1
/
+1
2014-06-04
mm: shmem: avoid atomic operation during shmem_getpage_gfp
Mel Gorman
1
-1
/
+1
2014-06-04
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
4
-16
/
+16
2014-06-04
mm: page_alloc: use unsigned int for order in more places
Mel Gorman
1
-20
/
+23
2014-06-04
mm: page_alloc: lookup pageblock migratetype with IRQs enabled during free
Mel Gorman
1
-1
/
+1
2014-06-04
mm: page_alloc: reduce number of times page_to_pfn is called
Mel Gorman
1
-15
/
+19
2014-06-04
mm: page_alloc: use word-based accesses for get/set pageblock bitmaps
Mel Gorman
1
-20
/
+32
2014-06-04
mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast path
Mel Gorman
1
-3
/
+5
2014-06-04
mm: page_alloc: only check the alloc flags and gfp_mask for dirty once
Mel Gorman
1
-2
/
+3
2014-06-04
mm: page_alloc: only check the zone id check if pages are buddies
Mel Gorman
1
-3
/
+13
2014-06-04
mm: page_alloc: use jump labels to avoid checking number_of_cpusets
Mel Gorman
1
-1
/
+2
2014-06-04
mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...
Mel Gorman
1
-1
/
+1
2014-06-04
mm: page_alloc: do not update zlc unless the zlc is active
Mel Gorman
1
-1
/
+1
2014-06-04
slab: delete cache from list after __kmem_cache_shutdown succeeds
Vladimir Davydov
1
-2
/
+2
[next]