index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
unix98 allocated_ptys_lock semaphore to mutex
Daniel Walker
2008-02-06
1
-10
/
+10
*
drivers/isdn/i4l/isdn_tty.c: remove write_sem
Daniel Walker
2008-02-06
1
-1
/
+0
*
drivers/char/tty_io.c: remove pty_sem
Daniel Walker
2008-02-06
1
-1
/
+0
*
SC26XX: New serial driver for SC2681 uarts
Thomas Bogendoerfer
2008-02-06
3
-0
/
+771
*
char: use SGI_HAS_DS1286 for SGI_DS1286 depends
Thomas Bogendoerfer
2008-02-06
1
-1
/
+1
*
serial: use SGI_HAS_ZILOG for IP22_ZILOG depends
Thomas Bogendoerfer
2008-02-06
1
-4
/
+4
*
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
*
cciss: use upper_32_bits() macro to eliminate warnings
Randy Dunlap
2008-02-06
1
-4
/
+6
*
rd: use is_power_of_2() in drivers/block/rd.c.
Robert P. J. Day
2008-02-06
1
-1
/
+2
*
drivers/misc/lkdtm.c: cleanups
Adrian Bunk
2008-02-06
1
-11
/
+13
*
proper prototype for vty_init()
Adrian Bunk
2008-02-06
1
-4
/
+0
*
scheduled OSS driver removal
Adrian Bunk
2008-02-06
2
-337
/
+0
*
cleanup after APUS removal
Adrian Bunk
2008-02-06
7
-20
/
+9
*
register_cpu __devinit or __cpuinit
Randy Dunlap
2008-02-06
1
-1
/
+1
*
Allow auto-destruction of loop devices
David Woodhouse
2008-02-06
1
-0
/
+8
*
Parallel port: convert port_mutex to the mutex API
Matthias Kaehlcke
2008-02-06
1
-5
/
+5
*
dcdbas: add DMI-based module autloading
Matt Domsch
2008-02-06
1
-1
/
+2
*
Genericizing iova.[ch]
David Miller
2008-02-06
5
-20
/
+23
*
Remove pointless casts from void pointers
Jeff Garzik
2008-02-06
11
-17
/
+15
*
Remove inclusions of <linux/autoconf.h>
Ralf Baechle
2008-02-06
7
-7
/
+0
*
riscom8: fix SMP brokenness
Jeff Garzik
2008-02-06
2
-55
/
+94
*
fix ! versus & precedence in various places
Alexey Dobriyan
2008-02-06
8
-36
/
+36
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
Linus Torvalds
2008-02-05
29
-1571
/
+1794
|
\
|
*
ide-tape: bump minor driver version
Borislav Petkov
2008-02-06
1
-1
/
+1
|
*
ide-tape: cleanup the remaining codestyle issues
Borislav Petkov
2008-02-06
1
-352
/
+480
|
*
ide-tape: fix syntax error in idetape_identify_device()
Borislav Petkov
2008-02-06
1
-2
/
+2
|
*
ide-tape: remove leftover OnStream support warning
Borislav Petkov
2008-02-06
1
-4
/
+0
|
*
ide-tape: collect module-related macro calls at the end
Borislav Petkov
2008-02-06
1
-3
/
+2
|
*
ide-tape: include proper headers
Borislav Petkov
2008-02-06
1
-3
/
+3
|
*
ide-tape: remove unused "length" arg from idetape_create_read_buffer_cmd()
Borislav Petkov
2008-02-06
1
-3
/
+6
|
*
ide-tape: remove struct idetape_id_gcw
Borislav Petkov
2008-02-06
1
-33
/
+23
|
*
ide-tape: cleanup and fix comments
Borislav Petkov
2008-02-06
1
-410
/
+271
|
*
ide-tape: shorten some function names
Borislav Petkov
2008-02-06
1
-17
/
+15
|
*
ide-tape: remove idetape_increase_max_pipeline_stages()
Borislav Petkov
2008-02-06
1
-20
/
+15
|
*
ide-tape: struct idetape_tape_t: shorten member names v2
Borislav Petkov
2008-02-06
1
-97
/
+113
|
*
ide-tape: struct idetape_tape_t: remove unused members
Borislav Petkov
2008-02-06
1
-34
/
+11
|
*
ide-tape: remove typedef idetape_chrdev_direction_t
Borislav Petkov
2008-02-06
1
-30
/
+32
|
*
ide-tape: simplify code branching in the interrupt handler
Borislav Petkov
2008-02-06
1
-26
/
+28
|
*
ide-tape: remove unreachable code chunk
Borislav Petkov
2008-02-06
1
-12
/
+10
|
*
ide-tape: remove struct idetape_read_position_result_t
Borislav Petkov
2008-02-06
1
-32
/
+18
|
*
ide-tape: refactor the debug logging facility
Borislav Petkov
2008-02-06
1
-222
/
+122
|
*
ide: add ide_read_error() inline helper
Bartlomiej Zolnierkiewicz
2008-02-06
7
-10
/
+11
|
*
ide: add ide_read_[alt]status() inline helpers
Bartlomiej Zolnierkiewicz
2008-02-06
10
-69
/
+86
|
*
ide: remove ide_setup_ports()
Bartlomiej Zolnierkiewicz
2008-02-06
7
-173
/
+133
|
*
ide: remove redundant BUG_ON() from [atapi_]reset_pollfunc()
Bartlomiej Zolnierkiewicz
2008-02-06
1
-2
/
+0
[next]