summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* serial167: fix read buffer overflowRoel Kluin2009-10-011-5/+2
* cyclades: fix read buffer overflowRoel Kluin2009-10-011-1/+1
* Char: vt_ioctl, fix BKL imbalanceJiri Slaby2009-10-011-2/+4
* const: constify remaining file_operationsAlexey Dobriyan2009-10-013-3/+3
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-301-2/+2
|\
| * omap: rng: Use resource_size instead of manual calculationTobias Klauser2009-09-241-2/+2
* | pty: reconnect the BSD TIOCSPTLCK handling to legacy ptysLinus Torvalds2009-09-301-21/+26
* | tty: Fix regressions caused by commit b50989dcDave Young2009-09-271-5/+10
* | const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-274-4/+4
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-09-243-5/+17
|\ \ | |/ |/|
| * hvc_console: Provide (un)locked version for hvc_resize()Hendrik Brueckner2009-09-243-5/+17
* | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-09-241-7/+30
|\ \
| * | agp/intel: Fix the pre-9xx chipset flush.Eric Anholt2009-09-111-7/+23
| * | agp/intel: Add B43 chipset supportFabian Henze2009-09-081-0/+7
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* | | bfin-otp: add writing supportMike Frysinger2009-09-241-44/+129
* | | drivers/char/uv_mmtimer.c: add memory mapped RTC driver for UVDimitri Sivanich2009-09-243-0/+225
* | | drivers/char/rio/rioctrl.c: off by one error in rioctrl.cDan Carpenter2009-09-241-1/+1
* | | hpet: hpet driver periodic timer setup bug fixesNils Carlson2009-09-241-9/+12
* | | mwave: fix read buffer overflowRoel Kluin2009-09-241-11/+11
* | | /dev/zero: avoid repeated access_ok() checksNikanth Karthikesan2009-09-241-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-09-231-3/+2
|\ \
| * | tpm-fixup-pcrs-sysfs-file-updateJason Gunthorpe2009-09-231-3/+2
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-231-6/+3
|\ \ \
| * \ \ Merge branch 'acpica' into releaseLen Brown2009-09-191-6/+3
| |\ \ \
| | * | | ACPICA: Major update for acpi_get_object_info external interfaceBob Moore2009-08-271-6/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-232-3/+5
|\ \ \ \ \
| * | | | | virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-232-0/+2
| * | | | | virtio: make add_buf return capacity remainingRusty Russell2009-09-232-3/+3
* | | | | | BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich2009-09-231-2/+2
* | | | | | seq_file: constify seq_operationsJames Morris2009-09-232-3/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-223-4/+4
|\ \ \ \ \ \
| * | | | | | trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.cPeter Huewe2009-09-211-2/+2
| * | | | | | trivial: remove unnecessary semicolonsJoe Perches2009-09-211-1/+1
| * | | | | | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-1/+1
| |/ / / / /
* | | | | | pcmcia: fix read buffer overflowRoel Kluin2009-09-221-1/+1
* | | | | | mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
| |_|_|/ / |/| | | |
* | | | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-2/+2
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-205-17/+39
|\ \ \ \
| * | | | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-195-17/+39
| |/ / /
* | | | tty: Char: mxser, use THRE for ASPP_OQUEUE ioctlJiri Slaby2009-09-191-1/+1
* | | | tty: Char: mxser, add support for CP112ULJiri Slaby2009-09-191-2/+5
* | | | tty: riscom8, fix tty refcntJiri Slaby2009-09-191-1/+1
* | | | tty: riscom8, fix shutdown declarationJiri Slaby2009-09-191-2/+2
* | | | TTY: fix typosAlan Stern2009-09-191-2/+2
* | | | tty: Power: fix suspend vt regressionJiri Slaby2009-09-191-1/+1
* | | | tty: vt: use printk_onceMarcin Slusarz2009-09-192-8/+2
* | | | tty: handle VT specific compat ioctls in vt driverArnd Bergmann2009-09-192-0/+206
* | | | n_tty: move echoctl check and clean up logicJoe Peterson2009-09-191-28/+18
* | | | n_tty: honor opost flag for echoesJoe Peterson2009-09-191-11/+22
OpenPOWER on IntegriCloud