summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
| * 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/+5Star
* | 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-311-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-201-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/+29Star
|/ /
* | 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/+0Star
| | |/
* | | 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-161-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/+3Star
* | | 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/+9Star
* | | 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/+0Star
* | | 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/+6Star
* | | /dev/mem: remove the "written" variable in write_kmem()Wu Fengguang2009-12-151-27/+22Star
* | | /dev/mem: make size_inside_page() logic straightWu Fengguang2009-12-151-22/+12Star
* | | /dev/mem: cleanup unxlate_dev_mem_ptr() callsWu Fengguang2009-12-151-8/+6Star
* | | /dev/mem: introduce size_inside_page()Wu Fengguang2009-12-151-41/+19Star
* | | /dev/mem: remove redundant test on lenWu Fengguang2009-12-151-8/+6Star
|/ /
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-141-4/+10
|\ \
| * | nvram: Fix write beyond end condition; prove to gcc copy is safeH. Peter Anvin2009-12-121-4/+10
* | | tty: Fix BKL taken under a spinlock bug introduced in the BKL splitAlan Cox2009-12-121-2/+0Star
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-122-52/+26Star
|\ \ \
| * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-0917-412/+242Star
| |\ \ \
| * | | | agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.Michel Dänzer2009-12-091-53/+11Star