Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
21921108bef40b75495301f5dd3d992ed66a7ba8
/
drivers
/
isdn
/
capi
0f043a8
proc tty: remove struct tty_operations::read_proc
by Alexey Dobriyan
· 16 years ago
dfe925e
drivers/isdn/capi: fix sparse warning: context imbalance
by Hannes Eder
· 16 years ago
d46604e
isdn: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
15b0669
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
56ff5ef
zero i_uid/i_gid on inode allocation
by Al Viro
· 16 years ago
fecc703
isdn: capi: &&/|| typos
by Roel Kluin
· 16 years ago
0e164b6
CRED: Wrap task credential accesses in the ISDN drivers
by David Howells
· 16 years ago
a9b1261
device create: misc: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
53e8631
tty: Fallout from tty-move-canon-specials
by Stephen Rothwell
· 16 years ago
4d5392c
drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_put
by Julia Lawall
· 16 years ago
53baaaa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
9e98966
tty: rework break handling
by Alan Cox
· 16 years ago
24d0b41
device create: isdn: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
a237f3b
CAPI: BKL pushdown
by Jonathan Corbet
· 16 years ago
066b211
isdn/capi: Return proper errnos on module init.
by Marcin Slusarz
· 16 years ago
f2545a7
isdn: switch to int put_char method
by Alan Cox
· 17 years ago
ac41cfd
isdn: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
37772ac
isdn: rename CONFIG_AVMB1_COMPAT to not look like a Kconfig variable
by Robert P. J. Day
· 17 years ago
c24e9b3
capifs: fix memory leak on remount
by Cyrill Gorcunov
· 17 years ago
156f1ed
isdn: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
2f9e9b6
capi: fix sparse warnings using integer as NULL pointer
by Harvey Harrison
· 17 years ago
e55e212
mount options: fix capifs
by Miklos Szeredi
· 17 years ago
df8dc74
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
eb36f4f
fix oops on rmmod capidrv
by Karsten Keil
· 17 years ago
d78b036
ISDN: Convert from class_device to device for ISDN capi
by Tony Jones
· 17 years ago
b393243
[ISDN] capidrv: address two longstanding warnings
by Jeff Garzik
· 17 years ago
e8a285b
isdn: guard against a potential NULL pointer dereference in old_capi_manufacturer()
by Jesper Juhl
· 17 years ago
b1b2e7c
fix possible NULL deref on low memory condition in capidrv.c::send_message()
by Jesper Juhl
· 17 years ago
5e6c20a
isdn/capi warning fixes
by Andrew Morton
· 17 years ago
df19434
Use menuconfig objects: ISDN: CONFIG_ISDN_CAPI
by Jan Engelhardt
· 17 years ago
2b7c302
Make ISDN CAPI use seq_list_xxx helpers
by Pavel Emelianov
· 17 years ago
67837f2
Use mutex instead of semaphore in CAPI 2.0 driver
by Matthias Kaehlcke
· 17 years ago
a982ac0
misc doc and kconfig typos
by Matt LaPlante
· 17 years ago
9ea6e5d
use mutex instead of semaphore in CAPI 2.0 interface
by Matthias Kaehlcke
· 17 years ago
3a3a51d
make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() static
by Adrian Bunk
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
17f0cd2
[PATCH] Fix buffer overflow and races in capi debug functions
by Karsten Keil
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
2b8693c
[PATCH] mark struct file_operations const 3
by Arjan van de Ven
· 18 years ago
053b47f
[PATCH] Workaround CAPI subsystem locking issue
by Michael Buesch
· 18 years ago
fd863db
[PATCH] isdn/capi: use ARRAY_SIZE when appropriate
by Ahmed S. Darwish
· 18 years ago
5cbded5
[PATCH] getting rid of all casts of k[cmz]alloc() calls
by Robert P. J. Day
· 18 years ago
41f9693
[PATCH] isdn: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
4482dfa
[PATCH] struct path: convert isdn
by Josef Sipek
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7786ce1
[PATCH] ISDN: check for userspace copy faults
by Jeff Garzik
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
f4eaa37
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
ff23eca
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
by Greg Kroah-Hartman
· 19 years ago
8ab5e4c
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
7c69ef7
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
6aa6547
[PATCH] CAPI crash / race condition
by Michael Buesch
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
90d5ede
[PATCH] Fix capi reload by unregistering the correct major
by Stefan Schweizer
· 18 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
6d9eac3
[PATCH] capi: register_chrdev() fix
by Andrew Morton
· 19 years ago
9cdf182
[PATCH] sem2mutex: kcapi.c
by Arjan van de Ven
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
6e21bd9
[PATCH] drivers/isdn/: add missing #includes
by Adrian Bunk
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
820d220
[PATCH] Fix capifs bug in initialization error path.
by James Morris
· 19 years ago
56b2293
[PATCH] class: convert drivers/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
408b664
[PATCH] make lots of things static
by Adrian Bunk
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago