index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-02
drm/etnaviv: re-enable perfmon support
Lucas Stach
1
-7
/
+1
2018-01-02
drm/etnaviv: couple runtime PM management to submit object lifetime
Lucas Stach
3
-27
/
+7
2018-01-02
drm/etnaviv: move GPU active handling to bo pin/unpin
Lucas Stach
2
-10
/
+4
2018-01-02
drm/etnaviv: move cmdbuf into submit object
Lucas Stach
10
-101
/
+72
2018-01-02
drm/etnaviv: use submit exec_state for perfmon sampling
Lucas Stach
3
-4
/
+4
2018-01-02
drm/etnaviv: move exec_state to submit object
Lucas Stach
6
-11
/
+10
2018-01-02
drm/etnaviv: move PMRs to submit object
Lucas Stach
6
-49
/
+44
2018-01-02
drm/etnaviv: refcount the submit object
Lucas Stach
2
-2
/
+13
2018-01-02
drm/etnaviv: move ww_acquire_ctx out of submit object
Lucas Stach
2
-10
/
+13
2018-01-02
drm/etnaviv: move object unpinning to submit cleanup
Lucas Stach
1
-21
/
+12
2018-01-02
drm/etnaviv: attach in fence to submit and move fence wait to fence_sync
Lucas Stach
2
-16
/
+14
2018-01-02
drm/etnaviv: rename submit fence to out_fence
Lucas Stach
3
-9
/
+9
2018-01-02
drm/etnaviv: move object fence attachment to gem_submit path
Lucas Stach
2
-7
/
+21
2018-01-02
drm/etnaviv: simplify submit_create
Lucas Stach
2
-10
/
+5
2018-01-02
drm/etnaviv: add lockdep annotations to buffer manipulation functions
Lucas Stach
1
-0
/
+12
2018-01-02
drm/etnaviv: hold GPU lock while inserting END command
Lucas Stach
1
-0
/
+2
2018-01-02
drm/etnaviv: move workqueue to be per GPU
Lucas Stach
4
-26
/
+16
2018-01-02
drm/etnaviv: remove switch_context member from etnaviv_gpu
Lucas Stach
3
-12
/
+7
2018-01-02
drm/etnaviv: don't flush workqueue in etnaviv_gpu_wait_obj_inactive
Lucas Stach
1
-8
/
+3
2018-01-02
drm/etnaviv: remove stale TODO in etnaviv_gpu_submit
Lucas Stach
1
-9
/
+0
2018-01-02
drm/etnaviv: remove -EAGAIN handling from submit path
Lucas Stach
1
-8
/
+0
2018-01-02
drm/etnaviv: get rid of userptr worker
Lucas Stach
2
-126
/
+23
2018-01-02
drm/etnaviv: change return type of etnaviv_gem_obj_add to void
Lucas Stach
3
-16
/
+6
2018-01-02
drm/etnaviv: fold __etnaviv_gem_new into caller
Lucas Stach
1
-21
/
+5
2018-01-02
drm/etnaviv: add lockdep annotation for userptr object population
Lucas Stach
1
-0
/
+2
2018-01-02
drm/etnaviv: split obj locks in different classes depending on the obj type
Lucas Stach
2
-0
/
+10
2018-01-02
drm/etnaviv: fix GPU vs sync point race
Lucas Stach
1
-10
/
+6
2017-12-01
drm/etnaviv: make THERMAL selectable
Philipp Zabel
2
-3
/
+14
2017-12-01
drm/etnaviv: Improve unlocking of a mutex in etnaviv_iommu_map_gem()
Markus Elfring
1
-8
/
+6
2017-12-01
drm/etnaviv: add sensitive state for occlusion query address
Christian Gmeiner
1
-0
/
+1
2017-11-27
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-12
/
+28
2017-11-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-147
/
+4
2017-11-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
262
-1018
/
+890
2017-11-25
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
21
-239
/
+385
2017-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
34
-240
/
+569
2017-11-24
Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-pla...
Linus Torvalds
4
-3
/
+41
2017-11-24
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-25
/
+50
2017-11-24
Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
35
-511
/
+268
2017-11-23
x86/PCI: Remove unused HyperTransport interrupt support
Bjorn Helgaas
3
-147
/
+0
2017-11-23
irqchip/imgpdc: Use resource_size function on resource object
Vasyl Gomonovych
1
-1
/
+1
2017-11-23
irqchip/qcom: Fix u32 comparison with value less than zero
Colin Ian King
1
-1
/
+1
2017-11-23
ipvlan: Fix insufficient skb linear check for ipv6 icmp
Gao Feng
1
-1
/
+19
2017-11-23
ipvlan: Fix insufficient skb linear check for arp
Gao Feng
1
-8
/
+8
2017-11-23
geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6
Hangbin Liu
1
-1
/
+15
2017-11-23
Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...
David S. Miller
10
-90
/
+335
2017-11-23
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...
David S. Miller
16
-120
/
+154
2017-11-23
net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHY
Florian Fainelli
1
-1
/
+1
2017-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+8
2017-11-23
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
2
-1
/
+3
2017-11-23
net: realtek: r8169: implement set_link_ksettings()
Tobias Jakobi
1
-16
/
+22
[next]