index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-10
pcmcia: dev_node removal (write-only drivers)
Dominik Brodowski
1
-5
/
+0
2010-05-10
pcmcia: re-work pcmcia_request_irq()
Dominik Brodowski
2
-18
/
+5
2010-05-07
Revert "TPM: ACPI/PNP dependency removal"
James Morris
2
-32
/
+22
2010-05-06
Merge branch 'master' into next
James Morris
62
-58
/
+125
2010-05-05
TPM: ACPI/PNP dependency removal
Rajiv Andrade
2
-22
/
+32
2010-04-30
tty: Fix regressions in the char driver conversion
Alan Cox
5
-6
/
+16
2010-04-23
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-1
/
+1
2010-04-23
agp: use scratch page on memory remove and at GATT creation V4
Jerome Glisse
9
-4
/
+44
2010-04-23
Merge branch 'master' into for-next
Jiri Kosina
64
-90
/
+204
2010-04-21
tracing: Dump either the oops's cpu source or all cpus buffers
Frederic Weisbecker
1
-1
/
+1
2010-04-20
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...
Linus Torvalds
1
-3
/
+5
2010-04-20
agp/intel: put back check that we have a driver for the bridge.
Dave Airlie
1
-0
/
+8
2010-04-20
Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next ...
Dave Airlie
5
-1858
/
+1856
2010-04-19
pcmcia: fix error handling in cm4000_cs.c
Dan Carpenter
1
-3
/
+5
2010-04-18
agp/intel-gtt: kill previous_size assignments
Daniel Vetter
1
-8
/
+5
2010-04-18
agp/intel-gtt: kill intel_i830_tlbflush
Daniel Vetter
1
-16
/
+0
2010-04-18
agp/intel: split out gmch/gtt probe, part 1
Daniel Vetter
1
-29
/
+44
2010-04-18
agp/intel: kill mutli_gmch_chip
Daniel Vetter
1
-55
/
+52
2010-04-18
agp/intel: uncoditionally reconfigure driver on resume
Daniel Vetter
1
-16
/
+1
2010-04-18
agp/intel: split out the GTT support
Daniel Vetter
2
-1523
/
+1537
2010-04-18
agp/intel: introduce intel-agp.h header file
Daniel Vetter
4
-235
/
+241
2010-04-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
1
-3
/
+0
2010-04-13
Input: keyboard - fix formatting issues
Dmitry Torokhov
1
-131
/
+147
2010-04-13
Input: keyboard - switch to using pr_err() and friends
Dmitry Torokhov
1
-4
/
+7
2010-04-13
Input: implement SysRq as a separate input handler
Dmitry Torokhov
2
-67
/
+216
2010-04-08
hvc_console: Fix race between hvc_close and hvc_remove
Anton Blanchard
1
-4
/
+0
2010-04-08
virtio: disable multiport console support.
Michael S. Tsirkin
1
-8
/
+41
2010-04-08
virtio: console makes incorrect assumption about virtio API
Rusty Russell
1
-7
/
+3
2010-04-08
virtio: console: Fix early_put_chars usage
François Diakhaté
1
-3
/
+3
2010-04-07
frv: hide uncached_access() when pgprot_noncached is not #defined
David Howells
1
-0
/
+2
2010-04-07
/dev/mem: allow rewinding
Eric Dumazet
1
-5
/
+0
2010-04-07
vfs: rename block_fsync() to blkdev_fsync()
Andrew Morton
1
-1
/
+1
2010-04-07
raw: fsync method is now required
Anton Blanchard
1
-0
/
+1
2010-04-07
devmem: handle class_create() failure
Anton Blanchard
1
-0
/
+3
2010-04-07
mxser: spin_lock() => spin_lock_irq()
Dan Carpenter
1
-3
/
+3
2010-04-07
drivers/char/amiserial.c: add missing local_irq_restore
Julia Lawall
1
-2
/
+2
2010-04-05
Merge branch 'master' into export-slabh
Tejun Heo
1
-0
/
+2
2010-04-02
tty: release_one_tty() forgets to put pids
Oleg Nesterov
1
-0
/
+2
2010-03-31
Merge branch 'master' into next
James Morris
25
-953
/
+425
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
55
-14
/
+44
2010-03-26
TPM: workaround to enforce PCR updates across suspends
Rajiv Andrade
1
-7
/
+40
2010-03-25
agp/intel: intel_845_driver is an agp driver!
Daniel Vetter
1
-3
/
+0
2010-03-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...
Linus Torvalds
1
-3
/
+31
2010-03-22
virtio: console: Check if port is valid in resize_console
Amit Shah
1
-0
/
+4
2010-03-22
virtio: console: Generate a kobject CHANGE event on adding 'name' attribute
Amit Shah
1
-2
/
+9
2010-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
4
-33
/
+43
2010-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-0
/
+10
2010-03-19
tty_port,usb-console: Fix usb serial console open/close regression
Jason Wessel
1
-1
/
+1
2010-03-19
tty_buffer: Fix distinct type warning
Fang Wenqi
1
-2
/
+2
2010-03-19
hvc_console: Fix race between hvc_close and hvc_remove
Amit Shah
1
-10
/
+21
[prev]
[next]