index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
airo: Use remove_proc_subtree()
David Howells
2013-05-01
1
-36
/
+13
*
rtl8192u: Don't need to save device proc dir PDE
David Howells
2013-05-01
2
-13
/
+6
*
rtl8187se: Use a dir under /proc/net/r8180/
David Howells
2013-05-01
2
-19
/
+8
*
proc: Add proc_mkdir_data()
David Howells
2013-05-01
6
-33
/
+28
*
proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}
David Howells
2013-05-01
5
-37
/
+38
*
proc: Move PDE_NET() to fs/proc/proc_net.c
David Howells
2013-05-01
2
-5
/
+4
*
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
2013-05-01
15
-92
/
+109
*
proc: Move proc_fd() to fs/proc/fd.h
David Howells
2013-05-01
2
-5
/
+5
*
proc: Uninline pid_delete_dentry()
David Howells
2013-05-01
2
-9
/
+14
*
proc: Supply PDE attribute setting accessor functions
David Howells
2013-05-01
14
-35
/
+40
*
proc: Split kcore bits from linux/procfs.h into linux/kcore.h
David Howells
2013-04-29
7
-33
/
+44
*
Include missing linux/magic.h inclusions
David Howells
2013-04-29
2
-0
/
+2
*
Include missing linux/slab.h inclusions
David Howells
2013-04-29
11
-1
/
+11
*
proc: Delete create_proc_read_entry()
David Howells
2013-04-29
4
-220
/
+1
*
arm: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-23
/
+19
*
ARM: OMAP1: Replace PM debug create_proc_read_entry() with debugfs
Tony Lindgren
2013-04-29
1
-41
/
+37
*
cris: Don't use create_proc_read_entry()
David Howells
2013-04-29
2
-330
/
+265
*
h8300: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-14
/
+20
*
ia64: Don't use create_proc_read_entry()
David Howells
2013-04-29
3
-348
/
+301
*
mips: Don't use create_proc_read_entry()
David Howells
2013-04-29
3
-136
/
+104
*
parisc: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-23
/
+24
*
sh: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-9
/
+19
*
megaraid: Don't use create_proc_read_entry()
David Howells
2013-04-29
2
-675
/
+382
*
hostap: Don't use create_proc_read_entry()
David Howells
2013-04-29
12
-523
/
+703
*
atmel: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-38
/
+31
*
ds1620: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-14
/
+19
*
efirtc: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-43
/
+40
*
genrtc: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-25
/
+23
*
hp_sdc_rtc: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-32
/
+26
*
nubus: Don't use create_proc_read_entry()
David Howells
2013-04-29
3
-60
/
+80
*
fsl_udc: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-81
/
+43
*
goku_udc: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-50
/
+39
*
wlags49_h2: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-159
/
+161
*
cxt1e1: Don't use create_proc_read_entry()
David Howells
2013-04-29
3
-302
/
+175
*
csr: Don't use create_proc_read_entry()
David Howells
2013-04-29
3
-332
/
+189
*
comedi: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-21
/
+31
*
ft1000: Don't use create_proc_read_entry()
David Howells
2013-04-29
2
-136
/
+123
*
rtl8187se: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-71
/
+63
*
rtl8192u: Don't use create_proc_read_entry()
David Howells
2013-04-29
1
-123
/
+91
*
procfs: Mark create_proc_read_entry deprecated
David Howells
2013-04-29
1
-2
/
+4
*
xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs guts
Al Viro
2013-04-29
1
-3
/
+11
*
mISDN: grabbing/dropping reference to THIS_MODULE in open/release is racy
Al Viro
2013-04-29
1
-2
/
+1
*
mISDN: fix mISDN_read()/mISDN_read() race
Al Viro
2013-04-29
1
-9
/
+14
*
mISDN: fix misdn_add_timer()/misdn_del_timer() race
Al Viro
2013-04-29
1
-9
/
+5
*
mISDN: fix races between misdn_del_timer() and timer callback
Al Viro
2013-04-29
1
-13
/
+9
*
mISDN: fix the races with timers going off just as they are deleted
Al Viro
2013-04-29
1
-2
/
+12
*
dvb_frontend: don't mess with ->f_op in ->release()
Al Viro
2013-04-29
1
-4
/
+1
*
dvb_net: don't mess with ->f_op in ->release()
Al Viro
2013-04-29
1
-4
/
+1
*
lis3lv02d: don't wank with fasync() on ->release()
Al Viro
2013-04-29
1
-1
/
+0
*
mpt3sas: don't wank with fasync on ->release()
Al Viro
2013-04-29
1
-14
/
+0
[next]