index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-05-04
hostfs: remove "will unlock" comment
James Hogan
1
-1
/
+1
2013-05-04
vfs: use list_move instead of list_del/list_add
Wei Yongjun
1
-2
/
+1
2013-05-04
proc_devtree: Replace include linux/module.h with linux/export.h
Syam Sidhardhan
1
-1
/
+1
2013-05-04
create_mnt_ns: unidiomatic use of list_add()
Al Viro
1
-1
/
+1
2013-05-04
fs: remove dentry_lru_prune()
Yan, Zheng
1
-22
/
+9
2013-05-04
Removed unused typedef to avoid "unused local typedef" warnings.
Han Shen
1
-1
/
+0
2013-05-04
kill fs/read_write.h
Al Viro
3
-12
/
+4
2013-05-04
fs: Fix hang with BSD accounting on frozen filesystem
Jan Kara
2
-1
/
+13
2013-05-04
sun3_scsi: add ->show_info()
Geert Uytterhoeven
3
-106
/
+80
2013-05-04
nubus: Kill nubus_proc_detach_device()
Geert Uytterhoeven
2
-16
/
+0
2013-05-04
more mode_t whack-a-mole...
Al Viro
1
-1
/
+1
2013-05-04
do_coredump(): don't wait for thaw if coredump has already been interrupted
Al Viro
1
-4
/
+5
2013-05-04
do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission chec...
Al Viro
1
-3
/
+2
2013-05-02
x86-64, init: Do not set NX bits on non-NX capable hardware
H. Peter Anvin
2
-1
/
+3
2013-05-02
x86, gdt, hibernate: Store/load GDT for hibernate path.
Konrad Rzeszutek Wilk
7
-5
/
+24
2013-05-02
ipc_schedule_free() can do vfree() directly now
Al Viro
1
-87
/
+16
2013-05-02
net: Restore NETIF_F_* bit ordering.
David Miller
1
-6
/
+6
2013-05-02
vhost_scsi: module rename
Michael S. Tsirkin
4
-12
/
+11
2013-05-02
tcm_vhost: header split up
Michael S. Tsirkin
3
-139
/
+132
2013-05-02
vhost: src file renames
Michael S. Tsirkin
2
-0
/
+1
2013-05-02
powerpc: Fix build error for book3e
Aneesh Kumar K.V
1
-0
/
+18
2013-05-02
powerpc: Context switch the new EBB SPRs
Michael Ellerman
4
-0
/
+25
2013-05-02
powerpc: Turn on the EBB H/FSCR bits
Michael Neuling
2
-2
/
+4
2013-05-02
powerpc: Replace CPU_FTR_BCTAR with CPU_FTR_ARCH_207S
Michael Ellerman
2
-6
/
+6
2013-05-02
powerpc: Setup BHRB instructions facility in HFSCR for POWER8
Anshuman Khandual
2
-1
/
+3
2013-05-02
powerpc: Fix interrupt range check on debug exception
Bharat Bhushan
3
-8
/
+12
2013-05-02
linkage.h: fix build breakage due to symbol prefix handling
James Hogan
1
-5
/
+2
2013-05-01
don't bother with deferred freeing of fdtables
Al Viro
2
-67
/
+2
2013-05-01
proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h
David Howells
3
-218
/
+230
2013-05-01
proc: Make the PROC_I() and PDE() macros internal to procfs
David Howells
4
-17
/
+28
2013-05-01
proc: Supply a function to remove a proc entry by PDE
David Howells
14
-73
/
+33
2013-05-01
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
5
-31
/
+35
2013-05-01
ppc: Clean up scanlog
David Howells
1
-18
/
+11
2013-05-01
ppc: Clean up rtas_flash driver somewhat
David Howells
1
-248
/
+204
2013-05-01
hostap: proc: Use remove_proc_subtree()
David Howells
1
-19
/
+1
2013-05-01
drm: proc: Use remove_proc_subtree()
David Howells
1
-15
/
+7
2013-05-01
drm: proc: Use minor->index to label things, not PDE->name
David Howells
3
-11
/
+7
2013-05-01
drm: Constify drm_proc_list[]
David Howells
2
-4
/
+4
2013-05-01
zoran: Don't print proc_dir_entry data in debug
David Howells
1
-1
/
+1
2013-05-01
reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()
David Howells
1
-11
/
+18
2013-05-01
proc: Supply an accessor for getting the data from a PDE's parent
David Howells
5
-3
/
+11
2013-05-01
airo: Use remove_proc_subtree()
David Howells
1
-36
/
+13
2013-05-01
rtl8192u: Don't need to save device proc dir PDE
David Howells
2
-13
/
+6
2013-05-01
rtl8187se: Use a dir under /proc/net/r8180/
David Howells
2
-19
/
+8
2013-05-01
proc: Add proc_mkdir_data()
David Howells
6
-33
/
+28
2013-05-01
proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}
David Howells
5
-37
/
+38
2013-05-01
proc: Move PDE_NET() to fs/proc/proc_net.c
David Howells
2
-5
/
+4
2013-05-01
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
15
-92
/
+109
2013-05-01
proc: Move proc_fd() to fs/proc/fd.h
David Howells
2
-5
/
+5
2013-05-01
proc: Uninline pid_delete_dentry()
David Howells
2
-9
/
+14
[next]