index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-25
vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos
KAMEZAWA Hiroyuki
1
-0
/
+4
2010-10-25
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
Linus Torvalds
1
-3
/
+1
2010-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-10
/
+36
2010-10-25
[S390] hvc_iucv: do not call iucv_unregister if iucv_register failed
Hendrik Brueckner
1
-3
/
+1
2010-10-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
11
-15
/
+13
2010-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
16
-286
/
+748
2010-10-22
xen: make hvc_xen console work for dom0.
Jeremy Fitzhardinge
1
-33
/
+65
2010-10-22
xen/hvc: only notify if we actually sent something
Jeremy Fitzhardinge
1
-1
/
+2
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
39
-5
/
+50
2010-10-22
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
26
-142
/
+160
2010-10-22
Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
3
-140
/
+207
2010-10-22
vcs: invoke the vt update callback when /dev/vcs* is written to
Nicolas Pitre
2
-0
/
+7
2010-10-22
vcs: add poll/fasync support
Nicolas Pitre
1
-0
/
+133
2010-10-22
tty: icount changeover for other main devices
Alan Cox
9
-254
/
+271
2010-10-22
tty: Make tiocgicount a handler
Alan Cox
1
-0
/
+21
2010-10-22
tty_io: check return code of tty_register_device
Vasiliy Kulikov
1
-2
/
+22
2010-10-22
Char: mxser, call pci_disable_device from probe/remove
Jiri Slaby
1
-25
/
+22
2010-10-22
add ttyprintk driver
Samo Pogacnik
3
-0
/
+241
2010-10-22
tty: Remove __GFP_NOFAIL from tty_add_file()
Pekka Enberg
2
-5
/
+14
2010-10-22
tty: add tty_struct->dev pointer to corresponding device instance
Dmitry Eremin-Solenikov
1
-0
/
+17
2010-10-22
agp/intel: Restore valid PTE bit for Sandybridge after bdd3072
Chris Wilson
1
-3
/
+3
2010-10-21
drivers/char/agp/parisc-agp.c: eliminate memory leak
Julia Lawall
1
-0
/
+4
2010-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
6
-178
/
+62
2010-10-21
Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-12
/
+25
2010-10-21
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+5
2010-10-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-12
/
+10
2010-10-21
pcmcia: synclink_cs: fix information leak to userland
Vasiliy Kulikov
1
-0
/
+2
2010-10-21
virtio: console: Disable lseek(2) for port file operations
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Send SIGIO in case of port unplug
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Send SIGIO on new data arrival on ports
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Send SIGIO to processes that request it for host events
Amit Shah
1
-0
/
+25
2010-10-21
virtio: console: Reference counting portdev structs is not needed
Amit Shah
1
-0
/
+8
2010-10-21
virtio: console: Add reference counting for port struct
Amit Shah
1
-16
/
+64
2010-10-21
virtio: console: Use cdev_alloc() instead of cdev_init()
Amit Shah
1
-7
/
+13
2010-10-21
virtio: console: Add a find_port_by_devt() function
Amit Shah
1
-1
/
+36
2010-10-21
virtio: console: Add a list of portdevs that are active
Amit Shah
1
-0
/
+15
2010-10-21
virtio: console: open: Use a common path for error handling
Amit Shah
1
-3
/
+9
2010-10-21
virtio: console: remove_port() should return void
Amit Shah
1
-2
/
+1
2010-10-21
virtio: console: Make write() return -ENODEV on hot-unplug
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Make read() return -ENODEV on hot-unplug
Amit Shah
1
-0
/
+3
2010-10-21
virtio: console: Unblock poll on port hot-unplug
Amit Shah
1
-0
/
+4
2010-10-21
virtio: console: Un-block reads on chardev close
Amit Shah
1
-0
/
+4
2010-10-21
virtio: console: Check if portdev is valid in send_control_msg()
Amit Shah
1
-1
/
+4
2010-10-21
virtio: console: Remove control vq data only if using multiport support
Amit Shah
1
-6
/
+9
2010-10-21
virtio: console: Reset vdev before removing device
Amit Shah
1
-0
/
+3
2010-10-21
tpm: change 'tpm_suspend_pcr' to be module parameter
Dmitry Torokhov
1
-12
/
+10
2010-10-20
virtio: console: Don't block entire guest if host doesn't read data
Amit Shah
1
-3
/
+14
2010-10-19
tlclk: remove big kernel lock
Arnd Bergmann
1
-3
/
+3
2010-10-19
fix rawctl compat ioctls breakage on amd64 and itanic
Al Viro
1
-103
/
+140
2010-10-19
agp/intel: Also add B43.1 to list of supported devices
Chris Wilson
1
-0
/
+1
[prev]
[next]