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
2011-12-05
drm/radeon: introduce a sub allocator and convert ib pool to it v4
HEAD
master
Jerome Glisse
18
-292
/
+601
2011-12-05
drm/ttm: callback move_notify any time bo placement change v4
Jerome Glisse
2
-5
/
+8
2011-12-05
drm/ttm: simplify memory accounting for ttm user v2
Jerome Glisse
7
-55
/
+71
2011-12-05
drm/ttm: isolate dma data from ttm_tt V4
Jerome Glisse
9
-156
/
+203
2011-12-05
drm/nouveau: enable the ttm dma pool when swiotlb is active V3
Konrad Rzeszutek Wilk
4
-61
/
+79
2011-12-05
drm/radeon/kms: enable the ttm dma pool if swiotlb is on V4
Konrad Rzeszutek Wilk
4
-35
/
+84
2011-12-05
drm/ttm: provide dma aware ttm page pool code V9
Konrad Rzeszutek Wilk
6
-0
/
+1179
2011-12-05
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
Jerome Glisse
9
-120
/
+135
2011-12-05
drm/ttm: merge ttm_backend and ttm_tt V5
Jerome Glisse
9
-458
/
+294
2011-12-05
drm/ttm: page allocation use page array instead of list
Jerome Glisse
3
-66
/
+63
2011-12-05
drm/ttm: test for dma_address array allocation failure
Jerome Glisse
1
-1
/
+1
2011-12-05
drm/ttm: use ttm put pages function to properly restore cache attribute
Jerome Glisse
1
-1
/
+4
2011-12-05
drm/ttm: remove unused backend flags field
Jerome Glisse
2
-3
/
+0
2011-12-05
drm/ttm: remove split btw highmen and lowmem page
Jerome Glisse
2
-16
/
+2
2011-12-05
drm/ttm: remove userspace backed ttm object support
Jerome Glisse
4
-155
/
+1
2011-12-05
swiotlb: Expose swiotlb_nr_tlb function to modules
Konrad Rzeszutek Wilk
3
-4
/
+5
2011-12-05
drm/radeon/kms: add support for per-ring fence interrupts
Alex Deucher
9
-39
/
+105
2011-12-05
drm/radeon/kms: add cayman specific fence_ring_emit
Alex Deucher
4
-3
/
+50
2011-12-05
drm/radeon/kms: add some new ring params to better handle other ring types
Alex Deucher
7
-11
/
+27
2011-12-05
drm/radeon: improve radeon_test_syncing function
Christian König
1
-14
/
+185
2011-12-05
drm/radeon: precompute fence cpu/gpu addr once v3
Jerome Glisse
14
-53
/
+152
2011-12-05
drm/radeon: move ring debugfs into radeon_ring.c
Christian König
2
-26
/
+50
2011-12-05
drm/radeon: rename struct radeon_cp to radeon_ring
Christian König
21
-826
/
+826
2011-12-05
drm/radeon: disable compute rings on cayman for now
Christian König
1
-2
/
+2
2011-12-05
drm/radeon: add radeon_fence_count_emited function
Christian König
3
-14
/
+23
2011-12-05
drm/radeon: make some asic pointers per ring
Christian König
5
-64
/
+144
2011-12-05
drm/radeon: Add radeon_test_syncing function v2
Christian König
3
-1
/
+96
2011-12-05
drm/radeon: make cp variable an array
Christian König
20
-96
/
+119
2011-12-05
drm/radeon: make ring rptr and wptr register offsets variable
Christian König
9
-52
/
+29
2011-12-05
drm/radeon: make all functions work with multiple rings.
Christian König
20
-745
/
+812
2011-12-05
drm/radeon/kms: add support for semaphores v3
Christian König
13
-6
/
+248
2011-12-02
drm/radeon/kms: add support for multiple fence queues v2
Alex Deucher
20
-150
/
+201
2011-12-02
drm/radeon: fix a spelling mistake
Christian König
4
-22
/
+22
2011-12-02
drm/radeon: no need to check all relocs for duplicates
Christian König
1
-2
/
+3
2011-12-02
drm/radeon: fix debugfs handling v3
Christian König
2
-19
/
+33
2011-12-02
drm/radeon/kms: fix 2D tiling CS support on EG/CM
Alex Deucher
2
-26
/
+154
2011-12-02
drm/radeon/kms: fix scanout of 2D tiled buffers on EG/CM
Alex Deucher
2
-2
/
+62
2011-12-02
drm/radeon/kms: add some loop timeouts in pageflip code
Alex Deucher
4
-4
/
+24
2011-12-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
77
-280
/
+589
2011-12-01
netfilter: Remove ADVANCED dependency from NF_CONNTRACK_NETBIOS_NS
David S. Miller
1
-1
/
+0
2011-12-01
ipv4: flush route cache after change accept_local
Peter Pan(潘卫平)
1
-0
/
+5
2011-12-01
sch_red: fix red_change
Eric Dumazet
1
-2
/
+2
2011-12-01
Linux 3.2-rc4
Linus Torvalds
1
-1
/
+1
2011-12-01
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
31
-536
/
+995
2011-12-01
ocfs2: avoid unaligned access to dqc_bitmap
Akinobu Mita
2
-5
/
+52
2011-12-01
Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...
Linus Torvalds
27
-120
/
+199
2011-12-01
Revert "udp: remove redundant variable"
David S. Miller
2
-14
/
+16
2011-12-01
bridge: master device stuck in no-carrier state forever when in user-stp mode
Vitalii Demianets
2
-15
/
+20
2011-12-01
ipv4: Perform peer validation on cached route lookup.
David S. Miller
1
-7
/
+19
2011-12-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
9
-25
/
+60
[next]