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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2015-10-19
drm/gem: Use container_of in drm_gem_object_free
Daniel Vetter
1
-1
/
+2
2015-10-19
drm/gem: Check locking in drm_gem_object_unreference
Daniel Vetter
1
-1
/
+4
2015-10-16
drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
Daniel Vetter
6
-19
/
+0
2015-10-16
drm/i810_drm.h: include drm/drm.h
Mikko Rapeli
1
-0
/
+2
2015-10-16
r128_drm.h: include drm/drm.h
Mikko Rapeli
1
-0
/
+2
2015-10-16
savage_drm.h: include <drm/drm.h>
Mikko Rapeli
1
-0
/
+2
2015-10-16
gpu/doc: Convert to markdown harder
Lukas Wunner
1
-1
/
+1
2015-10-16
gpu/doc: Add vga_switcheroo documentation
Lukas Wunner
1
-4
/
+72
2015-10-16
gpu/doc: Fix up remaining occurrences of old document title
Lukas Wunner
1
-6
/
+6
2015-10-16
drm/doc: Rename docbook to gpu.tmpl
Daniel Vetter
2
-2
/
+2
2015-10-16
drm: misc cleanup
Rob Clark
1
-3
/
+1
2015-10-16
vga_switcheroo: Use enum vga_switcheroo_client_id instead of int
Lukas Wunner
2
-10
/
+13
2015-10-16
vga_switcheroo: Use VGA_SWITCHEROO_UNKNOWN_ID instead of -1
Lukas Wunner
2
-8
/
+13
2015-10-16
vga_switcheroo: Use enum vga_switcheroo_state instead of int
Lukas Wunner
2
-5
/
+5
2015-10-16
drm: Add DRM_DEBUG_VBL()
Ville Syrjälä
2
-12
/
+21
2015-10-16
drm: Don't use '\' for string literal concatenation
Ville Syrjälä
1
-2
/
+2
2015-10-16
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
Daniel Vetter
11
-152
/
+149
2015-10-16
drm: Enforce unlocked ioctl operation for kms driver ioctls
Daniel Vetter
2
-3
/
+11
2015-10-16
drm/i915: Mark getparam ioctl as DRM_UNLOCKED
Daniel Vetter
1
-1
/
+1
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
15
-13
/
+31
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
42
-232
/
+239
2015-10-05
drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASK
Joonas Lahtinen
5
-7
/
+8
2015-10-05
drm: Add DRM_ROTATE_MASK and DRM_REFLECT_MASK
Joonas Lahtinen
1
-0
/
+2
2015-10-02
vga_switcheroo: Add missing locking
Lukas Wunner
1
-18
/
+32
2015-10-01
vgaarb: use kzalloc in vga_arbiter_add_pci_device()
Rasmus Villemoes
1
-3
/
+1
2015-10-01
drm: Don't zero vblank timestamps from the irq handler
Ville Syrjälä
1
-3
/
+4
2015-10-01
drm: Hack around CONFIG_AGP=m build failures
Daniel Vetter
1
-0
/
+2
2015-09-30
drm/i915: Remove setparam ioctl
Daniel Vetter
4
-34
/
+3
2015-09-30
drm: Remove dummy agp ioctl wrappers
Daniel Vetter
1
-48
/
+0
2015-09-30
drm/vmwgfx: Stop checking for DRM_UNLOCKED
Daniel Vetter
1
-8
/
+0
2015-09-30
drm/drm_ioctl.c: kerneldoc
Daniel Vetter
2
-22
/
+55
2015-09-30
drm: Define a drm_invalid_op ioctl implementation
Daniel Vetter
3
-67
/
+36
2015-09-30
drm: Remove __OS_HAS_AGP
Daniel Vetter
15
-61
/
+55
2015-09-30
drm/doc: Update docs about device instance setup
Daniel Vetter
4
-85
/
+83
2015-09-30
Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
66
-497
/
+1303
2015-09-27
Linux 4.3-rc3
v4.3-rc3
Linus Torvalds
1
-1
/
+1
2015-09-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+27
2015-09-27
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-8
/
+16
2015-09-27
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
4
-6
/
+30
2015-09-27
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
34
-162
/
+278
2015-09-27
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
3
-19
/
+126
2015-09-27
Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes
Olof Johansson
4
-3
/
+28
2015-09-27
Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
16
-46
/
+119
2015-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
5
-12
/
+40
2015-09-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
9
-166
/
+299
2015-09-27
Merge tag 'usb-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
29
-177
/
+288
2015-09-27
Merge tag 'tty-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+2
2015-09-27
Merge tag 'staging-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-47
/
+66
2015-09-27
Merge tag 'driver-core-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+8
2015-09-27
Merge tag 'char-misc-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-3
/
+21
[next]