index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip27-rtc: convert ioctl to unlocked_ioctl
Cyrill Gorcunov
2008-02-06
1
-5
/
+4
*
tpm: infineon section mismatch
Randy Dunlap
2008-02-06
1
-3
/
+3
*
Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line discipline
Joe Peterson
2008-02-06
1
-6
/
+5
*
ik8: add Dell UK 6400 Inspiron model (MM061)
Nick Warne
2008-02-06
1
-0
/
+7
*
Amiga serial driver: port_write_mutex fixup
Daniel Walker
2008-02-06
1
-1
/
+1
*
drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
2008-02-06
1
-1
/
+1
*
tty: enable the echoing of ^C in the N_TTY discipline
Joe Peterson
2008-02-06
1
-1
/
+15
*
drivers/char: use LIST_HEAD instead of LIST_HEAD_INIT
Denis Cheng
2008-02-06
3
-4
/
+4
*
unix98 allocated_ptys_lock semaphore to mutex
Daniel Walker
2008-02-06
1
-10
/
+10
*
drivers/char/tty_io.c: remove pty_sem
Daniel Walker
2008-02-06
1
-1
/
+0
*
char: use SGI_HAS_DS1286 for SGI_DS1286 depends
Thomas Bogendoerfer
2008-02-06
1
-1
/
+1
*
drivers/char/random.c:write_pool() cond_resched() needed
Matt Mackall
2008-02-06
1
-0
/
+1
*
synclink_gt fix missed serial input signal changes
Paul Fulghum
2008-02-06
1
-31
/
+37
*
synclink: standardize format of linux header file include's with "<>"
Robert P. J. Day
2008-02-06
4
-8
/
+4
*
via-rng: enable secondary noise source on CPUs where it is present
Dave Jones
2008-02-06
1
-0
/
+14
*
vt: bitlock fix
Nick Piggin
2008-02-06
1
-3
/
+5
*
tpm.c: fix crash during device removal
Richard MUSIL
2008-02-06
2
-17
/
+29
*
proper prototype for vty_init()
Adrian Bunk
2008-02-06
1
-4
/
+0
*
Parallel port: convert port_mutex to the mutex API
Matthias Kaehlcke
2008-02-06
1
-5
/
+5
*
Remove inclusions of <linux/autoconf.h>
Ralf Baechle
2008-02-06
2
-2
/
+0
*
riscom8: fix SMP brokenness
Jeff Garzik
2008-02-06
2
-55
/
+94
*
Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2008-02-05
8
-70
/
+273
|
\
|
*
agp: remove flush_agp_mappings calls from new flush handling code
Dave Airlie
2008-02-05
1
-2
/
+0
|
*
intel-agp: introduce IS_I915 and do some cleanups..
Dave Airlie
2008-02-05
1
-61
/
+57
|
*
[intel_agp] fix name for G35 chipset
Zhenyu Wang
2008-02-05
1
-5
/
+5
|
*
intel-agp: fixup resource handling in flush code.
Dave Airlie
2008-02-05
1
-10
/
+23
|
*
intel-agp: add new chipset ID
Zhenyu Wang
2008-02-05
2
-5
/
+29
|
*
agp: remove unnecessary pci_dev_put
Julia Lawall
2008-02-05
1
-4
/
+0
|
*
agp: remove uid comparison as security check
serue@us.ibm.com
2008-02-05
1
-1
/
+1
|
*
fix AGP warning
Andrew Morton
2008-02-05
1
-1
/
+2
|
*
agp/intel: Add chipset flushing support for i8xx chipsets.
Dave Airlie
2008-02-05
1
-30
/
+78
|
*
intel-agp: add chipset flushing support
Dave Airlie
2008-02-05
1
-0
/
+102
|
*
agp: add chipset flushing support to AGP interface
Dave Airlie
2008-02-05
6
-2
/
+27
*
|
HWRNG: add possibility to remove hwrng devices during suspend/resume
Rafael J. Wysocki
2008-02-05
1
-5
/
+5
*
|
Misc: Add possibility to remove misc devices during suspend/resume
Rafael J. Wysocki
2008-02-05
1
-4
/
+9
*
|
agp: alpha nopage
Nick Piggin
2008-02-05
1
-9
/
+8
*
|
pcmcia: convert some internal-only ioaddr_t to unsigned int
Olof Johansson
2008-02-05
1
-8
/
+9
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2008-02-04
1
-2
/
+2
|
\
|
*
virtio: simplify config mechanism.
Rusty Russell
2008-02-04
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2008-02-04
10
-11
/
+11
|
\
\
|
*
|
drivers/char/: Spelling fixes
Joe Perches
2008-02-03
10
-11
/
+11
|
|
/
*
|
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
Nick Piggin
2008-02-04
2
-1
/
+3
*
|
nozomi: finish constification
Frank Seidel
2008-02-02
1
-7
/
+7
*
|
nozomi: constify driver
Jan Engelhardt
2008-02-02
1
-20
/
+18
*
|
nozomi driver update
Frank Seidel
2008-02-02
1
-86
/
+36
|
/
*
[AUDIT] add session id to audit messages
Eric Paris
2008-02-01
1
-5
/
+13
*
[PATCH] switch audit_get_loginuid() to task_struct *
Al Viro
2008-02-01
1
-2
/
+1
*
unexport add_disk_randomness
Adrian Bunk
2008-02-01
1
-2
/
+0
*
Merge branch 'linux-2.6'
Paul Mackerras
2008-01-31
20
-350
/
+2335
|
\
|
*
x86: remove flush_agp_mappings()
Ingo Molnar
2008-01-30
2
-6
/
+0
[next]