summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2009-02-19Merge commit 'kmemleak/kmemleak'Stephen Rothwell
2009-02-19Merge commit 'trivial/for-next'Stephen Rothwell
2009-02-19Merge commit 'proc/proc'Stephen Rothwell
2009-02-19Merge commit 'security-testing/next'Stephen Rothwell
2009-02-19Merge commit 'bkl-removal/bkl-removal'Stephen Rothwell
2009-02-19Merge commit 'net/master'Stephen Rothwell
2009-02-19Merge commit 'genirq/auto-genirq-next'Stephen Rothwell
2009-02-19Merge commit 'ftrace/auto-ftrace-next'Stephen Rothwell
2009-02-19Merge commit 'cpus4096/auto-cpus4096-next'Stephen Rothwell
2009-02-19Merge branch 'quilt/driver-core'Stephen Rothwell
2009-02-19Merge commit 's390/features'Stephen Rothwell
2009-02-19platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...Ming Lei
2009-02-17trivial: drivers/char/bsr.c: Storage class should be before const qualifierTobias Klauser
2009-02-16manual merge of cpus4096Ingo Molnar
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar
2009-02-13Merge branches 'tracing/ftrace', 'tracing/ring-buffer', 'tracing/sysprof', 't...Ingo Molnar
2009-02-12proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-02-11tpm: correct email address for tpm_infineon-driverMarcel Selhorst
2009-02-11[S390] hvc_iucv: Provide IUCV z/VM user ID filteringHendrik Brueckner
2009-02-11[S390] hvc_iucv: Update and add missing kernel messagesHendrik Brueckner
2009-02-09Rationalize fasync return valuesJonathan Corbet
2009-02-09Use f_lock to protect f_flagsJonathan Corbet
2009-02-09kmemleak: Remove some of the kmemleak false positivesCatalin Marinas
2009-02-09Merge commit 'v2.6.29-rc4' into tracing/coreIngo Molnar
2009-02-06Merge branch 'master' into nextJames Morris
2009-02-06TPM: integrity fixRajiv Andrade
2009-02-05sx.c: fix missed unlock_kernel() on error path in sx_fw_ioctl()Dan Carpenter
2009-02-05Merge branches 'tracing/ftrace' and 'linus' into tracing/coreIngo Molnar
2009-02-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-03Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar
2009-02-03TPM: integrity interfaceRajiv Andrade
2009-02-03TPM: sysfs functions consolidationRajiv Andrade
2009-01-31Fix memory corruption in console selectionMikulas Patocka
2009-01-31NVRAM depends on RTC_DRV_CMOSUwe Kleine-König
2009-01-27tty_open can return to userspace holding tty_mutexEric Paris
2009-01-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-26Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-01-26sysrq: include interrupt.h instead of irq.hHeiko Carstens
2009-01-24[ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa
2009-01-18Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/coreIngo Molnar
2009-01-16hvc_console: Remove tty->low_latencyHendrik Brueckner
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion drivers/charStephen Rothwell
2009-01-15synclink_gt: enable RI interruptPaul Fulghum
2009-01-15sysrq: add commentary on why we use the console loglevel over using KERN_EMERGAndy Whitcroft
2009-01-15tty: Fix race in the flush for some ldiscsAlan Cox
2009-01-13hvc_console: Use kzalloc() instead of kmalloc() + memset()Milton Miller