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
/
isdn
/
capi
Commit message (
Expand
)
Author
Age
Files
Lines
*
CAPI: Issue synchronous hangup on capincci_free_minor
Jan Kiszka
2010-02-16
1
-1
/
+1
*
CAPI: Drop remaining NULL checks on tty->driver_data
Jan Kiszka
2010-02-16
1
-33
/
+31
*
CAPI: Use tty_port to keep track of capiminor's tty
Jan Kiszka
2010-02-16
1
-32
/
+62
*
CAPI: Establish install/cleanup handlers for capiminor TTYs
Jan Kiszka
2010-02-16
1
-14
/
+28
*
CAPI: Use kref on capiminor
Jan Kiszka
2010-02-16
1
-9
/
+28
*
CAPI: Use dynamic major for NCCI TTYs by default
Jan Kiszka
2010-02-16
1
-6
/
+4
*
CAPI: Dynamically register minor devices
Jan Kiszka
2010-02-16
1
-11
/
+24
*
CAPI: Clean up capinc_tty_init/exit
Jan Kiszka
2010-02-16
1
-10
/
+10
*
CAPI: Switch capiminor list to array
Jan Kiszka
2010-02-16
1
-40
/
+35
*
CAPI: Switch NCCI list to standard doubly linked list
Jan Kiszka
2010-02-16
1
-32
/
+20
*
CAPI: Fix racy capi_read
Jan Kiszka
2010-02-16
1
-12
/
+7
*
CAPI: Use non-atomic allocation during NCCI setup
Jan Kiszka
2010-02-16
1
-2
/
+2
*
CAPI: Rework locking of capidev members
Jan Kiszka
2010-02-16
1
-93
/
+88
*
CAPI: Clean up capi_open/release
Jan Kiszka
2010-02-16
1
-59
/
+34
*
CAPI: Convert capidev_list_lock into a mutex
Jan Kiszka
2010-02-16
1
-12
/
+12
*
CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWARE
Jan Kiszka
2010-02-16
1
-67
/
+83
*
CAPI: Rework application locking
Jan Kiszka
2010-02-16
2
-34
/
+29
*
CAPI: Rework locking of controller data structures
Jan Kiszka
2010-02-16
3
-87
/
+214
*
CAPI: Rework controller state notifier
Jan Kiszka
2010-02-16
2
-67
/
+67
*
CAPI: Rework capi_ctr_ready/down
Jan Kiszka
2010-02-16
1
-45
/
+50
*
CAPI: Convert capi drivers rwlock into mutex
Jan Kiszka
2010-02-16
3
-32
/
+27
*
CAPI: Call a controller 'controller', not 'card'
Jan Kiszka
2010-02-16
3
-168
/
+177
*
CAPI: Reduce chattiness during module loading/removal
Jan Kiszka
2010-02-16
4
-83
/
+9
*
CAPI: Pin capifs instead of mounting it
Jan Kiszka
2010-02-16
1
-9
/
+18
*
CAPI: Eliminate capifs_root variable
Jan Kiszka
2010-02-16
1
-8
/
+10
*
CAPI: Sanitize capifs API
Jan Kiszka
2010-02-16
3
-31
/
+54
*
CAPI: Fix leaks in capifs_new_ncci
Jan Kiszka
2010-02-16
1
-7
/
+18
*
proc_fops: convert drivers/isdn/ to seq_file
Alexey Dobriyan
2010-01-14
3
-109
/
+53
*
tree-wide: fix assorted typos all over the place
André Goddard Rosa
2009-12-04
1
-1
/
+1
*
Kconfig: Remove useless and sometimes wrong comments
Michael Roth
2009-11-09
1
-4
/
+0
*
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-11
1
-0
/
+1
*
isdn: make capidrv module parameter "debugmode" writeable
Tilman Schmidt
2009-10-06
1
-1
/
+1
*
isdn: avoid races in capidrv
Tilman Schmidt
2009-10-06
1
-12
/
+13
*
isdn: accept CAPI Informational Info values as success
Tilman Schmidt
2009-10-06
1
-1
/
+1
*
seq_file: constify seq_operations
James Morris
2009-09-23
1
-5
/
+5
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2009-09-22
1
-1
/
+1
|
\
|
*
trivial: remove unnecessary semicolons
Joe Perches
2009-09-21
1
-1
/
+1
*
|
const: mark remaining super_operations const
Alexey Dobriyan
2009-09-22
1
-1
/
+1
|
/
*
isdn: prevent NULL ptr Oops in capi_cmsg2str()
Tilman Schmidt
2009-06-08
1
-0
/
+2
*
isdn: kerneldoc for capiutil.c
Tilman Schmidt
2009-06-08
1
-3
/
+62
*
isdn: rename capi_ctr_reseted() to capi_ctr_down()
Tilman Schmidt
2009-06-08
1
-4
/
+4
*
Fix the race between capifs remount and node creation
Al Viro
2009-05-09
1
-2
/
+8
*
Fix races around the access to ->s_options
Al Viro
2009-05-09
1
-2
/
+1
*
Documentation/isdn/INTERFACE.CAPI
Tilman Schmidt
2009-04-27
1
-0
/
+171
*
proc tty: remove struct tty_operations::read_proc
Alexey Dobriyan
2009-04-01
1
-7
/
+0
*
drivers/isdn/capi: fix sparse warning: context imbalance
Hannes Eder
2009-02-27
1
-0
/
+2
*
isdn: remove some pointless conditionals before kfree_skb()
Wei Yongjun
2009-02-26
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-01-05
1
-2
/
+2
|
\
|
*
isdn: capi: &&/|| typos
Roel Kluin
2009-01-04
1
-2
/
+2
*
|
zero i_uid/i_gid on inode allocation
Al Viro
2009-01-05
1
-2
/
+0
|
/
[next]