summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include missing linux/magic.h inclusionsDavid Howells2013-04-291-0/+1
* Include missing linux/slab.h inclusionsDavid Howells2013-04-296-1/+6
* megaraid: Don't use create_proc_read_entry()David Howells2013-04-292-675/+382
* hostap: Don't use create_proc_read_entry()David Howells2013-04-298-482/+662
* atmel: Don't use create_proc_read_entry()David Howells2013-04-291-38/+31
* ds1620: Don't use create_proc_read_entry()David Howells2013-04-291-14/+19
* efirtc: Don't use create_proc_read_entry()David Howells2013-04-291-43/+40
* genrtc: Don't use create_proc_read_entry()David Howells2013-04-291-25/+23
* hp_sdc_rtc: Don't use create_proc_read_entry()David Howells2013-04-291-32/+26
* nubus: Don't use create_proc_read_entry()David Howells2013-04-292-60/+76
* fsl_udc: Don't use create_proc_read_entry()David Howells2013-04-291-81/+43
* goku_udc: Don't use create_proc_read_entry()David Howells2013-04-291-50/+39
* wlags49_h2: Don't use create_proc_read_entry()David Howells2013-04-291-159/+161
* cxt1e1: Don't use create_proc_read_entry()David Howells2013-04-293-302/+175
* csr: Don't use create_proc_read_entry()David Howells2013-04-293-332/+189
* comedi: Don't use create_proc_read_entry()David Howells2013-04-291-21/+31
* ft1000: Don't use create_proc_read_entry()David Howells2013-04-292-136/+123
* rtl8187se: Don't use create_proc_read_entry()David Howells2013-04-291-71/+63
* rtl8192u: Don't use create_proc_read_entry()David Howells2013-04-291-123/+91
* mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro2013-04-291-2/+1
* mISDN: fix mISDN_read()/mISDN_read() raceAl Viro2013-04-291-9/+14
* mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro2013-04-291-9/+5
* mISDN: fix races between misdn_del_timer() and timer callbackAl Viro2013-04-291-13/+9
* mISDN: fix the races with timers going off just as they are deletedAl Viro2013-04-291-2/+12
* dvb_frontend: don't mess with ->f_op in ->release()Al Viro2013-04-291-4/+1
* dvb_net: don't mess with ->f_op in ->release()Al Viro2013-04-291-4/+1
* lis3lv02d: don't wank with fasync() on ->release()Al Viro2013-04-291-1/+0
* mpt3sas: don't wank with fasync on ->release()Al Viro2013-04-291-14/+0
* mpt2sas: don't wank with fasync on ->release()Al Viro2013-04-291-14/+0
* pmcraid: don't wank with fasync in ->release()Al Viro2013-04-291-14/+0
* mptctl: don't wank with fasync in ->release()Al Viro2013-04-291-8/+0
* lpfc: fix races for miscdevice open vs. rmmodAl Viro2013-04-291-32/+1
* yurex: don't wank with fasync on ->release()...Al Viro2013-04-291-2/+0
* cx25821: sanitize cx25821_openfile_audio() a bit...Al Viro2013-04-131-68/+28
* cx25821: sanitize cx25821_get_audio_data() a bitAl Viro2013-04-131-58/+25
* vt6655: slightly clean reading config fileAl Viro2013-04-091-75/+40
* vt6656: slightly sanitized reading configAl Viro2013-04-091-43/+20
* pxa3xx-gcu: stop embedding file_operations into device-private objectAl Viro2013-04-091-7/+8
* pxa3xx-gcu: quite playing silly buggers with ->f_opAl Viro2013-04-091-9/+12
* silicom-bypass: Remove device_open/close()David Howells2013-04-091-24/+0
* wlags49_h2: Don't use create_proc_entry()David Howells2013-04-091-11/+0
* nubus: Don't use create_proc_entry()David Howells2013-04-091-2/+3
* constify a bunch of struct file_operations instancesAl Viro2013-04-099-12/+12
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-0957-202/+158
* bfin_adv7393: switch to proc_create_data()Al Viro2013-04-091-24/+19
* rtl8192u: switch to proc_create()Al Viro2013-04-091-31/+22
* scsi_proc: make proc_scsi_host_open() preallocate a bigger bufferAl Viro2013-04-091-1/+2
* scsi: bury ->proc_info()Al Viro2013-04-091-71/+8
* atari_scsi: switch to ->show_info()Al Viro2013-04-093-87/+62
* aix7xxx_old: switch to ->show_info()Al Viro2013-04-092-163/+60