summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tty: fix race in tty_fasyncGreg Kroah-Hartman2010-01-201-1/+1
* nozomi: quick fix for the close/close bugAlan Cox2010-01-201-1/+1
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-01-181-1/+1
|\
| * powerpc/hvc: Driver build breaks with !HVC_CONSOLEKamalesh Babulal2010-01-151-1/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-01-161-2/+3
|\ \
| * | x86/agp: Fix agp_amd64_init and agp_amd64_cleanupFUJITA Tomonori2010-01-131-2/+3
* | | virtio: fix section mismatch warningsJeff Mahoney2010-01-161-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-01-161-1/+5
|\ \ \ | |_|/ |/| |
| * | drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang2010-01-151-1/+5
* | | Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-112-6/+13
|\ \ \ | |/ / |/| |
| * | agp/hp: fail gracefully if we don't find an IOCBjorn Helgaas2010-01-111-0/+3
| * | agp/hp: fixup hp agp after ACPI changesBjorn Helgaas2010-01-111-2/+1
| * | agp: correct missing cleanup on error in agp_add_bridgeKevin Winchester2010-01-111-4/+9
* | | tosh: Use non bkl ioctlAlan Cox2010-01-041-5/+7
* | | sony_pi: Remove the BKL from open and ioctlJohn Kacur2010-01-041-6/+5
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-311-4/+5
|\ \ \ | | |/ | |/|
| * | x86/agp: Fix agp_amd64_init() initialization with CONFIG_GART_IOMMU enabledFUJITA Tomonori2009-12-301-4/+5
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-301-2/+2
|\ \ \
| * | | ACPI: fix ACPI=n allmodconfig buildIngo Molnar2009-12-301-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-12-301-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | hwrng: core - Fix double unlock in rng_dev_readHerbert Xu2009-12-231-2/+3
| |/ /
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-12-241-0/+1
|\ \ \
| * | | ARM: add missing include to nwflash.cRussell King2009-12-191-0/+1
| |/ /
* | | kfifo: fix warn_unused_resultStefani Seibold2009-12-221-4/+27
* | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-222-6/+6
* | | kfifo: cleanup namespaceStefani Seibold2009-12-221-6/+6
* | | kfifo: move out spinlockStefani Seibold2009-12-222-10/+13
* | | kfifo: move struct kfifo in placeStefani Seibold2009-12-222-32/+29
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-161-9/+109
|\ \
| * \ Merge branch 'ipmi' into releaseLen Brown2009-12-161-9/+109
| |\ \
| | * | ipmi: add PNP discovery (ACPI namespace via PNPACPI)Bjorn Helgaas2009-12-151-0/+104
| | * | ipmi: refer to table as "SPMI", not "ACPI"Bjorn Helgaas2009-12-151-5/+5
| | * | ipmi: remove unused PCI probe codeBjorn Helgaas2009-12-151-4/+0
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-12-161-1/+1
|\ \ \
| * | | bfin-otp: add BF51x to the supported arch listMike Frysinger2009-12-151-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-12-161-3/+7
|\ \ \ \
| * | | | Input: keyboard - don't override beep with a bellDmitry Torokhov2009-12-151-3/+7
| |/ / /
* | | | drivers/char/ipmi: Use KCS_IDLE_STATEJulia Lawall2009-12-161-1/+1
* | | | efirtc: explicitly set llseek to no_llseekJohn Kacur2009-12-161-0/+1
* | | | vt: make the default cursor shape configurableClemens Ladisch2009-12-161-2/+5
* | | | oom-kill: fix NUMA constraint check with nodemaskKAMEZAWA Hiroyuki2009-12-161-1/+1
| |/ / |/| |
* | | random.c: use %pU to print UUIDsJoe Perches2009-12-151-7/+3
* | | vt: introduce and use vt_kmsg_redirect() functionBernhard Walle2009-12-151-6/+37
* | | drivers/char/misc.c: use bitmap/bitops functions for dynamic minor number all...Thadeu Lima de Souza Cascardo2009-12-151-13/+9
* | | drivers/char/misc.c: clear allocation bit in minor bitmap when device registe...Thadeu Lima de Souza Cascardo2009-12-151-3/+5
* | | misc: remove MAC pmu function declaration from misc device classThadeu Lima de Souza Cascardo2009-12-151-2/+0
* | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* | | /dev/mem: remove redundant parameter from do_write_kmem()Wu Fengguang2009-12-151-8/+6
* | | /dev/mem: remove the "written" variable in write_kmem()Wu Fengguang2009-12-151-27/+22
* | | /dev/mem: make size_inside_page() logic straightWu Fengguang2009-12-151-22/+12