summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-04-031-4/+35
|\
| * hwrng: timeriomem - Use phys address rather than virtAlexander Clouter2009-03-271-4/+35
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-022-3/+0
|\ \
| * | Trim includes of fdtable.hAl Viro2009-03-312-3/+0
* | | pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov2009-04-021-2/+2
* | | hpet: fix the possibility of insane return value of hpet_calibrate() against SMIYasunori Goto2009-04-021-1/+21
* | | synclink_gt: add clock optionsPaul Fulghum2009-04-021-20/+38
* | | random: align rekey_work's timerAnton Blanchard2009-04-021-1/+2
* | | __tty_open(): use the correct type for saved_flagsAndrew Morton2009-04-021-1/+1
* | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-04-011-1/+1
|\ \ \
| * | | [PATCH] sysrq: include interrupt.h instead of irq.hHeiko Carstens2009-03-311-1/+1
| |/ /
* | | epoll keyed wakeups: make tty use keyed wakeupsDavide Libenzi2009-04-011-10/+10
* | | filesystem freeze: allow SysRq emergency thaw to thaw frozen filesystemsEric Sandeen2009-04-011-1/+18
* | | proc tty: switch amiserial to ->proc_fopsAlexey Dobriyan2009-04-011-34/+28
* | | proc tty: switch synclinkmp to ->proc_fopsAlexey Dobriyan2009-04-011-40/+34
* | | proc tty: switch synclink_gt to ->proc_fopsAlexey Dobriyan2009-04-011-40/+34
* | | proc tty: switch synclink to ->proc_fopsAlexey Dobriyan2009-04-011-59/+39
* | | proc tty: switch stallion to ->proc_fopsAlexey Dobriyan2009-04-011-76/+50
* | | proc tty: switch synclink_cs to ->proc_fopsAlexey Dobriyan2009-04-011-39/+34
* | | proc tty: switch istallion to ->proc_fopsAlexey Dobriyan2009-04-011-69/+52
* | | proc tty: switch ip2 to ->proc_fopsAlexey Dobriyan2009-04-011-40/+34
* | | proc tty: switch cyclades to ->proc_fopsAlexey Dobriyan2009-04-011-34/+20
|/ /
* | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-312-11/+7
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-301-0/+1
|\ \
| * | Add a missing unlock_kernel() in raw_open()Dan Carpenter2009-03-271-0/+1
* | | Merge branch 'origin' into develRussell King2009-03-2818-360/+925
|\ \ \
| * | | agp/intel: Add support for new intel chipset.Shaohua Li2009-03-271-3/+18
| | |/ | |/|
| * | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2009-03-262-9/+3
| |\ \ | | |/
| | * Rationalize fasync return valuesJonathan Corbet2009-03-161-6/+1
| | * Use f_lock to protect f_flagsJonathan Corbet2009-03-161-3/+2
| * | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-03-261-1/+5
| |\ \
| | | \
| | | \
| | *-. \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-167-32/+29
| | |\ \ \ | | | | |/ | | | |/|
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-131-1/+5
| | |\ \ \ \ \
| | | | * | | | sparseirq: fix build with unknown irq_desc structYinghai Lu2009-01-111-0/+4
| | | | * | | | sparseirq: make some func to be used with genirqYinghai Lu2009-01-111-1/+1
| * | | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-03-261-9/+250
| |\ \ \ \ \ \ \
| | * | | | | | | [S390] hvc_iucv: Provide IUCV z/VM user ID filteringHendrik Brueckner2009-03-261-8/+246
| | * | | | | | | [S390] hvc_iucv: Update and add missing kernel messagesHendrik Brueckner2009-03-261-2/+5
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-2614-339/+630
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-03-264-28/+49
| | |\ \ \ \ \ \ \
| | | * | | | | | | vcs: hook sysfs devices into object lifetime instead of "binding"Kay Sievers2009-03-242-10/+11
| | | * | | | | | | platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei2009-03-242-18/+38
| | | |/ / / / / /
| | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-263-0/+166
| | |\ \ \ \ \ \ \
| | | * | | | | | | hwrng: timeriomem - Breaks an allyesconfig build on s390:Heiko Carstens2009-03-211-1/+1
| | | * | | | | | | hwrng: timeriomem - New driverAlexander Clouter2009-02-223-0/+166
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Merge branch 'master' into nextJames Morris2009-03-248-34/+31
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Merge branch 'master' into nextJames Morris2009-02-0654-2392/+2579
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | TPM: integrity fixRajiv Andrade2009-02-061-3/+5
| | * | | | | | | TPM: integrity interfaceRajiv Andrade2009-02-032-19/+128
| | * | | | | | | TPM: sysfs functions consolidationRajiv Andrade2009-02-032-269/+266
OpenPOWER on IntegriCloud