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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-11
mm: numa: Add fault driven placement and migration
Peter Zijlstra
11
-4
/
+224
2012-12-11
mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for now
Mel Gorman
2
-8
/
+5
2012-12-11
mm: mempolicy: Implement change_prot_numa() in terms of change_protection()
Mel Gorman
5
-145
/
+85
2012-12-11
mm: mempolicy: Add MPOL_MF_LAZY
Lee Schermerhorn
3
-18
/
+185
2012-12-11
mm: mempolicy: Use _PAGE_NUMA to migrate pages
Mel Gorman
3
-12
/
+60
2012-12-11
mm: migrate: Drop the misplaced pages reference count if the target node is full
Mel Gorman
1
-7
/
+10
2012-12-11
mm: migrate: Introduce migrate_misplaced_page()
Peter Zijlstra
2
-2
/
+117
2012-12-11
mm: mempolicy: Check for misplaced page
Lee Schermerhorn
3
-0
/
+85
2012-12-11
mm: mempolicy: Add MPOL_NOOP
Lee Schermerhorn
2
-5
/
+7
2012-12-11
mm: mempolicy: Make MPOL_LOCAL a real policy
Peter Zijlstra
2
-3
/
+7
2012-12-11
mm: numa: Create basic numa page hinting infrastructure
Mel Gorman
3
-3
/
+141
2012-12-11
mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pte
Andrea Arcangeli
1
-0
/
+2
2012-12-11
mm: numa: Support NUMA hinting page faults from gup/gup_fast
Andrea Arcangeli
2
-0
/
+18
2012-12-11
mm: numa: pte_numa() and pmd_numa()
Andrea Arcangeli
3
-2
/
+152
2012-12-11
mm: numa: define _PAGE_NUMA
Andrea Arcangeli
1
-0
/
+20
2012-12-11
mm: compaction: Add scanned and isolated counters for compaction
Mel Gorman
3
-0
/
+13
2012-12-11
mm: migrate: Add a tracepoint for migrate_pages
Mel Gorman
8
-10
/
+82
2012-12-11
mm: compaction: Move migration fail/success stats to migrate.c
Mel Gorman
4
-8
/
+13
2012-12-11
mm: Optimize the TLB flush of sys_mprotect() and change_protection() users
Ingo Molnar
1
-1
/
+3
2012-12-11
mm: Count the number of pages affected in change_protection()
Peter Zijlstra
4
-18
/
+61
2012-12-11
mm: Check if PTE is already allocated during page fault
Mel Gorman
2
-2
/
+4
2012-12-11
mm: Only flush the TLB when clearing an accessible pte
Rik van Riel
1
-1
/
+2
2012-12-11
x86/mm: Introduce pte_accessible()
Rik van Riel
2
-0
/
+10
2012-12-11
mm,generic: only flush the local TLB in ptep_set_access_flags
Rik van Riel
1
-3
/
+3
2012-12-11
x86: mm: drop TLB flush from ptep_set_access_flags
Rik van Riel
1
-1
/
+0
2012-12-11
x86: mm: only do a local tlb flush in ptep_set_access_flags()
Rik van Riel
1
-1
/
+8
2012-11-16
Linux 3.7-rc6
Linus Torvalds
1
-1
/
+1
2012-11-16
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+7
2012-11-16
Merge branch 'akpm' (Fixes from Andrew)
Linus Torvalds
19
-120
/
+86
2012-11-16
revert "mm: fix-up zone present pages"
Andrew Morton
6
-58
/
+1
2012-11-16
tmpfs: change final i_blocks BUG to WARNING
Hugh Dickins
1
-1
/
+1
2012-11-16
tmpfs: fix shmem_getpage_gfp() VM_BUG_ON
Hugh Dickins
1
-2
/
+14
2012-11-16
mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address
Will Deacon
1
-1
/
+1
2012-11-16
mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...
Mel Gorman
1
-25
/
+0
2012-11-16
rapidio: fix kernel-doc warnings
Randy Dunlap
2
-1
/
+3
2012-11-16
swapfile: fix name leak in swapoff
Xiaotian Feng
1
-2
/
+2
2012-11-16
memcg: fix hotplugged memory zone oops
Hugh Dickins
4
-18
/
+38
2012-11-16
mips, arc: fix build failure
David Rientjes
1
-0
/
+1
2012-11-16
memcg: oom: fix totalpages calculation for memory.swappiness==0
Michal Hocko
2
-6
/
+19
2012-11-16
mm: fix build warning for uninitialized value
David Rientjes
1
-6
/
+4
2012-11-16
mm: add anon_vma_lock to validate_mm()
Michel Lespinasse
1
-0
/
+2
2012-11-16
KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()
Takashi Iwai
1
-4
/
+7
2012-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
42
-120
/
+247
2012-11-16
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
18
-25
/
+73
2012-11-16
net-rps: Fix brokeness causing OOO packets
Tom Herbert
1
-1
/
+3
2012-11-16
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-7
/
+20
2012-11-16
tcp: handle tcp_net_metrics_init() order-5 memory allocation failures
Eric Dumazet
1
-3
/
+9
2012-11-16
Thermal: Add Linux/Thermal subsystem info in MAINTAINER file
Zhang Rui
1
-0
/
+8
2012-11-16
mm, oom: reintroduce /proc/pid/oom_adj
David Rientjes
3
-4
/
+130
2012-11-16
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
24
-50
/
+303
[next]