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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-07
drm/agp: move AGP cleanup paths to drm_agpsupport.c
David Herrmann
5
-27
/
+69
2013-08-07
drm: don't push static constants on stack for %*ph
Andy Shevchenko
3
-4
/
+4
2013-08-07
drm: const'ify ioctls table (v2)
Rob Clark
26
-30
/
+29
2013-08-07
drm/mm: add "best_match" flag to drm_mm_insert_node()
David Herrmann
8
-55
/
+68
2013-08-07
drm: Apply kref_put_mutex() optimisations to drm_gem_object_unreference_unloc...
Chris Wilson
1
-2
/
+4
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
44
-186
/
+33
2013-08-01
drm/mm: include required headers in drm_mm.h
David Herrmann
1
-0
/
+3
2013-07-26
drm/gem: fix mmap vma size calculations
David Herrmann
1
-1
/
+1
2013-07-25
drm/vma: provide drm_vma_node_unmap() helper
David Herrmann
3
-15
/
+24
2013-07-25
drm/ttm: convert to unified vma offset manager
David Herrmann
14
-155
/
+66
2013-07-25
drm/gem: convert to new unified vma manager
David Herrmann
11
-186
/
+62
2013-07-25
drm: add unified vma offset manager
David Herrmann
4
-1
/
+490
2013-07-23
drm: remove drm_order
Daniel Vetter
2
-24
/
+0
2013-07-23
drm/radeon: s/drm_order/order_base_2/
Daniel Vetter
8
-33
/
+33
2013-07-23
drm/r128: s/drm_order/order_base_2/
Daniel Vetter
1
-1
/
+1
2013-07-23
drm/bufs: s/drm_order/order_base_2/
Daniel Vetter
1
-6
/
+6
2013-07-23
drm: move drm_getsarea into drm_bufs.c
Daniel Vetter
2
-15
/
+14
2013-07-23
drm/gem: remove drm_gem_object_handle_unreference
Daniel Vetter
1
-18
/
+0
2013-07-23
drm/pci: remove useles #if 1
David Herrmann
1
-4
/
+0
2013-07-23
drm/gem: simplify object initialization
David Herrmann
7
-31
/
+20
2013-07-23
drm: rip out dev->last_checked
Daniel Vetter
2
-2
/
+0
2013-07-23
drm: fold in drm_sg_alloc into the ioctl
Daniel Vetter
3
-13
/
+5
2013-07-23
drm/radeon: remove DRIVER_HAS_DMA/SG/PCI_DMA from the kms driver
Daniel Vetter
1
-2
/
+2
2013-07-23
drm/nouveau: drop DRIVER_PCI_DMA and DRIVER_SG
Daniel Vetter
1
-1
/
+1
2013-07-23
drm: kill dev->buf_readers and dev->buf_writers
Daniel Vetter
2
-4
/
+0
2013-07-23
drm/radoen: kill radeon_dma_ioctl_kms
Daniel Vetter
2
-13
/
+0
2013-07-23
drm: kill dev->ctx_start and dev->lck_start
Daniel Vetter
2
-5
/
+0
2013-07-23
drm: kill dev->interrupt_flag and dev->dma_flag
Daniel Vetter
2
-4
/
+0
2013-07-23
drm: remove dev->last_switch
Daniel Vetter
3
-3
/
+0
2013-07-23
drm: kill dev->context_wait
Daniel Vetter
3
-3
/
+0
2013-07-23
drm: remove drm_modctx ioctl and use drm_noop instead
Daniel Vetter
3
-9
/
+1
2013-07-19
Merge tag 'drm-intel-next-2013-07-12' of git://people.freedesktop.org/~danvet...
Dave Airlie
31
-1833
/
+2182
2013-07-19
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-34
/
+28
2013-07-19
Merge tag 'md-3.11-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-39
/
+39
2013-07-19
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
39
-277
/
+918
2013-07-18
Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
7
-72
/
+224
2013-07-18
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2013-07-18
Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
333
-1221
/
+1079
2013-07-18
Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
Linus Torvalds
24
-64
/
+110
2013-07-18
Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-f...
Dave Airlie
2
-4
/
+14
2013-07-18
md/raid1: fix bio handling problems in process_checks()
NeilBrown
1
-23
/
+30
2013-07-18
md: Remove recent change which allows devices to skip recovery.
NeilBrown
1
-14
/
+0
2013-07-18
md/raid10: fix two problems with RAID10 resync.
NeilBrown
1
-2
/
+9
2013-07-18
Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linux
Dave Airlie
11
-33
/
+77
2013-07-18
drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)
Alex Deucher
4
-0
/
+31
2013-07-18
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-14
/
+26
2013-07-18
drm/radeon/dpm/atom: fix broken gcc harder
Alex Deucher
1
-3
/
+6
2013-07-17
drm/radeon/dpm/atom: restructure logic to work around a compiler bug
Andre Heider
1
-2
/
+3
2013-07-17
drm/radeon/dpm: fix atom vram table parsing
Alex Deucher
1
-16
/
+10
2013-07-17
drm/radeon: fix an endian bug in atom table parsing
Alex Deucher
1
-1
/
+1
[next]