index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
isdn
/
capi
Age
Commit message (
Expand
)
Author
2008-06-20
CAPI: BKL pushdown
Jonathan Corbet
2008-04-30
isdn: switch to int put_char method
Alan Cox
2008-04-29
isdn: use non-racy method for proc entries creation
Denis V. Lunev
2008-04-28
isdn: rename CONFIG_AVMB1_COMPAT to not look like a Kconfig variable
Robert P. J. Day
2008-04-28
capifs: fix memory leak on remount
Cyrill Gorcunov
2008-04-28
isdn: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-28
capi: fix sparse warnings using integer as NULL pointer
Harvey Harrison
2008-02-08
mount options: fix capifs
Miklos Szeredi
2008-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2008-01-25
fix oops on rmmod capidrv
Karsten Keil
2008-01-24
ISDN: Convert from class_device to device for ISDN capi
Tony Jones
2007-10-29
[ISDN] capidrv: address two longstanding warnings
Jeff Garzik
2007-10-16
isdn: guard against a potential NULL pointer dereference in old_capi_manufact...
Jesper Juhl
2007-10-16
fix possible NULL deref on low memory condition in capidrv.c::send_message()
Jesper Juhl
2007-07-17
isdn/capi warning fixes
Andrew Morton
2007-07-17
Use menuconfig objects: ISDN: CONFIG_ISDN_CAPI
Jan Engelhardt
2007-07-17
Make ISDN CAPI use seq_list_xxx helpers
Pavel Emelianov
2007-07-17
Use mutex instead of semaphore in CAPI 2.0 driver
Matthias Kaehlcke
2007-05-09
misc doc and kconfig typos
Matt LaPlante
2007-05-08
use mutex instead of semaphore in CAPI 2.0 interface
Matthias Kaehlcke
2007-05-08
make drivers/isdn/capi/capiutil.c:cdebbuf_alloc() static
Adrian Bunk
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-03-01
[PATCH] Fix buffer overflow and races in capi debug functions
Karsten Keil
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
2007-02-12
[PATCH] mark struct file_operations const 3
Arjan van de Ven
2007-02-12
[PATCH] Workaround CAPI subsystem locking issue
Michael Buesch
2007-02-12
[PATCH] isdn/capi: use ARRAY_SIZE when appropriate
Ahmed S. Darwish
2006-12-13
[PATCH] getting rid of all casts of k[cmz]alloc() calls
Robert P. J. Day
2006-12-08
[PATCH] isdn: replace kmalloc+memset with kzalloc
Burman Yan
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
2006-12-08
[PATCH] struct path: convert isdn
Josef Sipek
2006-11-22
WorkStruct: make allyesconfig
David Howells
2006-10-17
[PATCH] ISDN: check for userspace copy faults
Jeff Garzik
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
2006-09-27
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-26
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
[PATCH] CAPI crash / race condition
Michael Buesch
2006-06-23
[PATCH] VFS: Permit filesystem to override root dentry on mount
David Howells
2006-05-15
[PATCH] Fix capi reload by unregistering the correct major
Stefan Schweizer
2006-03-28
[PATCH] mark f_ops const in the inode
Arjan van de Ven
2006-03-28
[PATCH] capi: register_chrdev() fix
Andrew Morton
2006-03-23
[PATCH] sem2mutex: kcapi.c
Arjan van de Ven
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-08
[PATCH] drivers/isdn/: add missing #includes
Adrian Bunk
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
[next]