summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells5-38/+10
2013-05-01hostap: proc: Use remove_proc_subtree()David Howells1-19/+1
2013-05-01drm: proc: Use remove_proc_subtree()David Howells1-15/+7
2013-05-01drm: proc: Use minor->index to label things, not PDE->nameDavid Howells2-9/+6
2013-05-01drm: Constify drm_proc_list[]David Howells1-3/+3
2013-05-01zoran: Don't print proc_dir_entry data in debugDavid Howells1-1/+1
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells3-3/+3
2013-05-01airo: Use remove_proc_subtree()David Howells1-36/+13
2013-05-01rtl8192u: Don't need to save device proc dir PDEDavid Howells2-13/+6
2013-05-01rtl8187se: Use a dir under /proc/net/r8180/David Howells2-19/+8
2013-05-01proc: Add proc_mkdir_data()David Howells3-10/+5
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells6-28/+16
2013-04-29Include missing linux/magic.h inclusionsDavid Howells1-0/+1
2013-04-29Include missing linux/slab.h inclusionsDavid Howells6-1/+6
2013-04-29megaraid: Don't use create_proc_read_entry()David Howells2-675/+382
2013-04-29hostap: Don't use create_proc_read_entry()David Howells8-482/+662
2013-04-29atmel: Don't use create_proc_read_entry()David Howells1-38/+31
2013-04-29ds1620: Don't use create_proc_read_entry()David Howells1-14/+19
2013-04-29efirtc: Don't use create_proc_read_entry()David Howells1-43/+40
2013-04-29genrtc: Don't use create_proc_read_entry()David Howells1-25/+23
2013-04-29hp_sdc_rtc: Don't use create_proc_read_entry()David Howells1-32/+26
2013-04-29nubus: Don't use create_proc_read_entry()David Howells2-60/+76
2013-04-29fsl_udc: Don't use create_proc_read_entry()David Howells1-81/+43
2013-04-29goku_udc: Don't use create_proc_read_entry()David Howells1-50/+39
2013-04-29wlags49_h2: Don't use create_proc_read_entry()David Howells1-159/+161
2013-04-29cxt1e1: Don't use create_proc_read_entry()David Howells3-302/+175
2013-04-29csr: Don't use create_proc_read_entry()David Howells3-332/+189
2013-04-29comedi: Don't use create_proc_read_entry()David Howells1-21/+31
2013-04-29ft1000: Don't use create_proc_read_entry()David Howells2-136/+123
2013-04-29rtl8187se: Don't use create_proc_read_entry()David Howells1-71/+63
2013-04-29rtl8192u: Don't use create_proc_read_entry()David Howells1-123/+91
2013-04-29mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racyAl Viro1-2/+1
2013-04-29mISDN: fix mISDN_read()/mISDN_read() raceAl Viro1-9/+14
2013-04-29mISDN: fix misdn_add_timer()/misdn_del_timer() raceAl Viro1-9/+5
2013-04-29mISDN: fix races between misdn_del_timer() and timer callbackAl Viro1-13/+9
2013-04-29mISDN: fix the races with timers going off just as they are deletedAl Viro1-2/+12
2013-04-29dvb_frontend: don't mess with ->f_op in ->release()Al Viro1-4/+1
2013-04-29dvb_net: don't mess with ->f_op in ->release()Al Viro1-4/+1
2013-04-29lis3lv02d: don't wank with fasync() on ->release()Al Viro1-1/+0
2013-04-29mpt3sas: don't wank with fasync on ->release()Al Viro1-14/+0
2013-04-29mpt2sas: don't wank with fasync on ->release()Al Viro1-14/+0
2013-04-29pmcraid: don't wank with fasync in ->release()Al Viro1-14/+0
2013-04-29mptctl: don't wank with fasync in ->release()Al Viro1-8/+0
2013-04-29lpfc: fix races for miscdevice open vs. rmmodAl Viro1-32/+1
2013-04-29yurex: don't wank with fasync on ->release()...Al Viro1-2/+0
2013-04-13cx25821: sanitize cx25821_openfile_audio() a bit...Al Viro1-68/+28
2013-04-13cx25821: sanitize cx25821_get_audio_data() a bitAl Viro1-58/+25
2013-04-09vt6655: slightly clean reading config fileAl Viro1-75/+40
2013-04-09vt6656: slightly sanitized reading configAl Viro1-43/+20
2013-04-09pxa3xx-gcu: stop embedding file_operations into device-private objectAl Viro1-7/+8