Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_htc_msm8960
/
0f4da2d77e1bf424ac36424081afc22cbfc3ff2b
/
drivers
/
char
a0fe3cc
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 16 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
5429126
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 16 years ago
96b5b7f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 16 years ago
98c89cd
Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 16 years ago
8d0bc2b
Merge commit 'v2.6.34' into next
by Dmitry Torokhov
· 16 years ago
752f114
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
539c99f
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
f3c7f31
serial167: Kill unused variables
by Geert Uytterhoeven
· 16 years ago
d79b6f4
procfs: Push down the bkl from ioctl
by Frederic Weisbecker
· 16 years ago
7f2ab00
TPM: ACPI/PNP dependency removal
by Rajiv Andrade
· 16 years ago
77945fe
tty: Fix unbalanced BKL handling in error path
by Alan Cox
· 16 years ago
ad56b07
Merge commit 'v2.6.34-rc7' into tracing/core
by Ingo Molnar
· 16 years ago
83897ba
agp: use NULL instead of 0 when pointer is needed
by Bill Pemberton
· 16 years ago
b498ada
pcmcia: dev_node removal (remaining drivers)
by Dominik Brodowski
· 16 years ago
ded6a1a
pcmcia: dev_node removal (drivers with updated printk call)
by Dominik Brodowski
· 16 years ago
317b6d6
pcmcia: dev_node removal (write-only drivers)
by Dominik Brodowski
· 16 years ago
eb14120
pcmcia: re-work pcmcia_request_irq()
by Dominik Brodowski
· 16 years ago
ec4a162
Revert "TPM: ACPI/PNP dependency removal"
by James Morris
· 16 years ago
0ffbe26
Merge branch 'master' into next
by James Morris
· 16 years ago
b89e66e
TPM: ACPI/PNP dependency removal
by Rajiv Andrade
· 16 years ago
a2d1e35
tty: Fix regressions in the char driver conversion
by Alan Cox
· 16 years ago
77a7f2e
Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/core
by Ingo Molnar
· 16 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 16 years ago
cecbca9
tracing: Dump either the oops's cpu source or all cpus buffers
by Frederic Weisbecker
· 16 years ago
27ee896
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 16 years ago
07a7141
pcmcia: fix error handling in cm4000_cs.c
by Dan Carpenter
· 16 years ago
13bd8e4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 16 years ago
e078557
Input: keyboard - fix formatting issues
by Dmitry Torokhov
· 16 years ago
9272e9a
Input: keyboard - switch to using pr_err() and friends
by Dmitry Torokhov
· 16 years ago
97f5f0c
Input: implement SysRq as a separate input handler
by Dmitry Torokhov
· 16 years ago
320718e
hvc_console: Fix race between hvc_close and hvc_remove
by Anton Blanchard
· 16 years ago
b7a4130
virtio: disable multiport console support.
by Michael S. Tsirkin
· 16 years ago
9ff4cfa
virtio: console makes incorrect assumption about virtio API
by Rusty Russell
· 16 years ago
162a689
virtio: console: Fix early_put_chars usage
by François Diakhaté
· 16 years ago
ea56f41
frv: hide uncached_access() when pgprot_noncached is not #defined
by David Howells
· 16 years ago
ee5d2ac
/dev/mem: allow rewinding
by Eric Dumazet
· 16 years ago
b1dd3b2
vfs: rename block_fsync() to blkdev_fsync()
by Andrew Morton
· 16 years ago
55ab3a1
raw: fsync method is now required
by Anton Blanchard
· 16 years ago
6e191f7
devmem: handle class_create() failure
by Anton Blanchard
· 16 years ago
c6eb69a
mxser: spin_lock() => spin_lock_irq()
by Dan Carpenter
· 16 years ago
c70c036
drivers/char/amiserial.c: add missing local_irq_restore
by Julia Lawall
· 16 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 16 years ago
6da8d86
tty: release_one_tty() forgets to put pids
by Oleg Nesterov
· 16 years ago
d25d6fa
Merge branch 'master' into next
by James Morris
· 16 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 16 years ago
225a9be
TPM: workaround to enforce PCR updates across suspends
by Rajiv Andrade
· 16 years ago
5e64499
agp/intel: intel_845_driver is an agp driver!
by Daniel Vetter
· 16 years ago
6467a71
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 16 years ago
2de16a4
virtio: console: Check if port is valid in resize_console
by Amit Shah
· 16 years ago
ec64213
virtio: console: Generate a kobject CHANGE event on adding 'name' attribute
by Amit Shah
· 16 years ago
8dba8f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 16 years ago
2eb645e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
336cee4
tty_port,usb-console: Fix usb serial console open/close regression
by Jason Wessel
· 16 years ago
d4bee0a
tty_buffer: Fix distinct type warning
by Fang Wenqi
· 16 years ago
e74d098
hvc_console: Fix race between hvc_close and hvc_remove
by Amit Shah
· 16 years ago
87a6aca
Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call"
by Greg Kroah-Hartman
· 16 years ago
c7df670
sysfs: fix sysfs lockdep warning in ipmi code
by Greg Kroah-Hartman
· 16 years ago
66f6ff0
agp/intel: Don't do the chipset flush on Sandybridge.
by Eric Anholt
· 16 years ago
285aca8
agp/intel: Respect the GTT size on Sandybridge for scratch page setup.
by Eric Anholt
· 16 years ago
e5d6151
hpet: use for_each_set_bit()
by Akinobu Mita
· 16 years ago
30c96ce5
powerpc/BSR: fix device_create() return value check
by Jani Nikula
· 16 years ago
15c989d
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
0e152cd
x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systems
by Borislav Petkov
· 16 years ago
c32da02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
0fbcae2
drivers/char/mmtimer.c: eliminate useless code
by Julia Lawall
· 16 years ago
572b9ad
ldisc n_tty: add new method n_tty_inherit_ops()
by Rodolfo Giometti
· 16 years ago
2f95d51
ipmi: fix slave_addrs setting to actually work
by Bela Lubkin
· 16 years ago
ae74e82
ipmi: add parameter to limit CPU usage in kipmid
by Martin Wilck
· 16 years ago
d6db2ad
copy_signal() cleanup: clean tty_audit_fork()
by Veaceslav Falico
· 16 years ago
d7d4d84
drivers/char/mem.c: cleanups
by Andrew Morton
· 16 years ago
dcefafb
/dev/mem: dont allow seek to last page
by Wu Fengguang
· 16 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 16 years ago
91a970d
[S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA
by Hendrik Brueckner
· 16 years ago
25cf84c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/amit/virtio-console
by Linus Torvalds
· 16 years ago
03a2c4d
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
335a64a5c
virtio: console: Use better variable names for fill_queue operation
by Amit Shah
· 16 years ago
604b2ad
virtio: console: Fix type of 'len' as unsigned int
by Amit Shah
· 16 years ago
7f5b09c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 16 years ago
9446808
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 16 years ago
2832fc1
USB: tty: Add a function to insert a string of characters with the same flag
by Alan Cox
· 16 years ago
eec9fe7
tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call
by Ari Entlich
· 16 years ago
d9661ad
tty: Keep the default buffering to sub-page units
by Alan Cox
· 16 years ago
4165fe4
tty: Fix up char drivers request_room usage
by Alan Cox
· 16 years ago
638b964
tty: Fix the ldisc hangup race
by Alan Cox
· 16 years ago
b2a3dbc
nozomi: Tidy up the PCI table
by Alan Cox
· 16 years ago
e8c65d1
nozomi: Fix mutex handling
by Alan Cox
· 16 years ago
266794e
nozomi: Add tty_port usage
by Alan Cox
· 16 years ago
ca1cce4
Char: synclink, remove unnecessary checks
by Jiri Slaby
· 17 years ago
e6c4ef9
tty: declare MODULE_FIRMWARE in various drivers
by Ben Hutchings
· 17 years ago
02c95a6
ip2: Add module parameter.
by Rakib Mullick
· 16 years ago
795877c
ip2: remove #ifdef MODULE from ip2main.c
by Rakib Mullick
· 17 years ago
c6fc826
tty: moxa: remove #ifdef MODULE completely.
by Rakib Mullick
· 17 years ago
ecfcbee
hvc_console: fix test on unsigned in hvc_console_print()
by Roel Kluin
· 17 years ago
db91340
serial: isicom.c: use pr_fmt and pr_<level>
by Joe Perches
· 17 years ago
f43a510d
tty: char: mxser, remove unnecessary tty test
by Jiri Slaby
· 17 years ago
2090436
serial: cyclades: allow overriding ISA defaults also when the driver is built-in
by Bartlomiej Zolnierkiewicz
· 17 years ago
a357e77
serial: Char: cyclades, fix compiler warning
by Jiri Slaby
· 17 years ago
de538eb
serial: synclink_gt: dropped transmit data bugfix
by Paul Fulghum
· 17 years ago
5057bfa
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
by Linus Torvalds
· 16 years ago
Next »