index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-19
drm: Check crtc viewport correctly with rotated primary plane on atomic drivers
Ville Syrjälä
2
-5
/
+3
2015-10-19
drm: Refactor plane src coordinate checks
Ville Syrjälä
1
-29
/
+30
2015-10-19
drm: Swap w/h when converting the mode to src coordidates for a rotated prima...
Ville Syrjälä
1
-2
/
+7
2015-10-19
drm: Don't leak fb when plane crtc coodinates are bad
Ville Syrjälä
1
-1
/
+2
2015-10-19
drm/gem: Use kref_get_unless_zero for the weak mmap references
Daniel Vetter
2
-40
/
+40
2015-10-19
drm/vgem: Drop vgem_drm_gem_mmap
Daniel Vetter
1
-54
/
+1
2015-10-19
drm: Fix return value of drm_framebuffer_init()
Lukas Wunner
1
-3
/
+2
2015-10-19
drm/gem: Use container_of in drm_gem_object_free
Daniel Vetter
1
-1
/
+2
2015-10-16
drm/gem: Drop struct_mutex requirement from drm_gem_mmap_obj
Daniel Vetter
6
-19
/
+0
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
1
-7
/
+10
2015-10-16
vga_switcheroo: Use VGA_SWITCHEROO_UNKNOWN_ID instead of -1
Lukas Wunner
1
-8
/
+9
2015-10-16
vga_switcheroo: Use enum vga_switcheroo_state instead of int
Lukas Wunner
1
-3
/
+3
2015-10-16
drm: Add DRM_DEBUG_VBL()
Ville Syrjälä
1
-11
/
+11
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
1
-2
/
+8
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ä
14
-13
/
+30
2015-10-06
drm/irq: Use unsigned int pipe in public API
Thierry Reding
41
-219
/
+227
2015-10-05
drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASK
Joonas Lahtinen
5
-7
/
+8
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/vmwgfx: Stop checking for DRM_UNLOCKED
Daniel Vetter
1
-8
/
+0
2015-09-30
drm/drm_ioctl.c: kerneldoc
Daniel Vetter
1
-22
/
+54
2015-09-30
drm: Define a drm_invalid_op ioctl implementation
Daniel Vetter
2
-67
/
+34
2015-09-30
drm: Remove __OS_HAS_AGP
Daniel Vetter
14
-55
/
+52
2015-09-30
drm/doc: Update docs about device instance setup
Daniel Vetter
3
-4
/
+65
2015-09-30
Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
52
-442
/
+1121
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 tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
3
-1
/
+73
2015-09-26
Merge tag 'omap-for-v4.3/fixes-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
1
-6
/
+50
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
5
-12
/
+40
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending
Linus Torvalds
8
-166
/
+298
2015-09-26
Merge tag 'usb-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
27
-175
/
+286
2015-09-26
Merge tag 'tty-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+2
2015-09-26
Merge tag 'staging-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
14
-43
/
+63
2015-09-26
Merge tag 'driver-core-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+8
2015-09-26
Merge tag 'char-misc-4.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-3
/
+21
2015-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
54
-259
/
+877
2015-09-25
net: update docbook comment for __mdiobus_register()
Russell King
1
-2
/
+5
2015-09-25
ppp: fix lockdep splat in ppp_dev_uninit()
Guillaume Nault
1
-1
/
+3
2015-09-25
net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selected
Sudip Mukherjee
1
-1
/
+1
2015-09-25
phy: marvell: add link partner advertised modes
Russell King
1
-0
/
+9
2015-09-25
Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-37
/
+40
2015-09-25
Merge tag 'powerpc-4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+2
2015-09-24
iscsi-target: Avoid OFMarker + IFMarker negotiation
Nicholas Bellinger
1
-2
/
+3
[next]