index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'tracehook' of git://git.kernel.org/pub/scm/linux/kernel/git/fro...
Linus Torvalds
2008-07-26
1
-11
/
+12
|
\
|
*
tracehook: comment fixes
Roland McGrath
2008-07-26
1
-11
/
+12
*
|
m68k: gs: use tty_port fixes
Geert Uytterhoeven
2008-07-26
2
-55
/
+56
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
2008-07-26
11
-36
/
+461
|
\
\
|
*
|
atmel-mci: debugfs support
Haavard Skinnemoen
2008-07-27
2
-0
/
+191
|
*
|
mmc: Add per-card debugfs support
Haavard Skinnemoen
2008-07-27
4
-0
/
+74
|
*
|
mmc: Export internal host state through debugfs
Haavard Skinnemoen
2008-07-27
5
-0
/
+179
|
*
|
imxmmc: fix crash when no platform data is provided
Paulius Zaleckas
2008-07-27
1
-2
/
+9
|
*
|
imxmmc: fix platform resources
Paulius Zaleckas
2008-07-27
1
-27
/
+6
|
*
|
imxmmc: remove DEBUG definition
Paulius Zaleckas
2008-07-27
1
-6
/
+0
|
*
|
mmc_spi: put signals to low power off fix
Jan Nikitenko
2008-07-24
1
-1
/
+2
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2008-07-26
126
-1535
/
+1088
|
\
\
\
|
*
|
|
[PATCH] fix RLIM_NOFILE handling
Al Viro
2008-07-26
3
-21
/
+15
|
*
|
|
[PATCH] get rid of corner case in dup3() entirely
Al Viro
2008-07-26
1
-9
/
+11
|
*
|
|
[PATCH] remove remaining namei_{32,64}.h crap
Al Viro
2008-07-26
2
-26
/
+0
|
*
|
|
[PATCH] get rid of indirect users of namei.h
Al Viro
2008-07-26
5
-2
/
+4
|
*
|
|
[PATCH] get rid of __user_path_lookup_open
Al Viro
2008-07-26
3
-18
/
+10
|
*
|
|
[PATCH] f_count may wrap around
Al Viro
2008-07-26
11
-39
/
+27
|
*
|
|
[PATCH] dup3 fix
Ulrich Drepper
2008-07-26
1
-1
/
+6
|
*
|
|
[PATCH] don't pass nameidata to __ncp_lookup_validate()
Al Viro
2008-07-26
1
-2
/
+2
|
*
|
|
[PATCH] don't pass nameidata to gfs2_lookupi()
Al Viro
2008-07-26
5
-8
/
+8
|
*
|
|
[PATCH] new (local) helper: user_path_parent()
Al Viro
2008-07-26
1
-80
/
+57
|
*
|
|
[PATCH] sanitize __user_walk_fd() et.al.
Al Viro
2008-07-26
13
-238
/
+235
|
*
|
|
[PATCH] preparation to __user_walk_fd cleanup
Al Viro
2008-07-26
2
-9
/
+11
|
*
|
|
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
Al Viro
2008-07-26
8
-21
/
+17
|
*
|
|
[PATCH] take noexec checks to very few callers that care
Al Viro
2008-07-26
3
-9
/
+17
|
*
|
|
Re: [PATCH 3/6] vfs: open_exec cleanup
Christoph Hellwig
2008-07-26
1
-28
/
+30
|
*
|
|
[patch 4/4] vfs: immutable inode checking cleanup
Miklos Szeredi
2008-07-26
3
-26
/
+7
|
*
|
|
[patch 3/4] fat: dont call notify_change
Miklos Szeredi
2008-07-26
2
-1
/
+15
|
*
|
|
[patch 2/4] vfs: utimes cleanup
Miklos Szeredi
2008-07-26
1
-49
/
+65
|
*
|
|
[patch 1/4] vfs: utimes: move owner check into inode_change_ok()
Miklos Szeredi
2008-07-26
3
-30
/
+22
|
*
|
|
[PATCH] vfs: use kstrdup() and check failing allocation
Li Zefan
2008-07-26
2
-12
/
+14
|
*
|
|
[PATCH] more nameidata removal: exec_permission_lite() doesn't need it
Al Viro
2008-07-26
1
-3
/
+2
|
*
|
|
[PATCH] pass MAY_OPEN to vfs_permission() explicitly
Al Viro
2008-07-26
7
-24
/
+15
|
*
|
|
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
Al Viro
2008-07-26
5
-11
/
+7
|
*
|
|
[PATCH] kill altroot
Al Viro
2008-07-26
31
-466
/
+5
|
*
|
|
[PATCH] permission checks for chdir need special treatment only on the last step
Al Viro
2008-07-26
3
-6
/
+2
|
*
|
|
[patch 5/5] vfs: remove mode parameter from vfs_symlink()
Miklos Szeredi
2008-07-26
4
-14
/
+6
|
*
|
|
[patch 4/5] vfs: reuse local variable in vfs_link()
Tetsuo Handa
2008-07-26
1
-4
/
+4
|
*
|
|
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
Miklos Szeredi
2008-07-26
7
-10
/
+11
|
*
|
|
[patch 1/5] vfs: truncate: dont check immutable twice
Miklos Szeredi
2008-07-26
1
-1
/
+1
|
*
|
|
[PATCH] sanitize ->permission() prototype
Al Viro
2008-07-26
38
-87
/
+74
|
*
|
|
[patch 05/14] hpfs: dont call permission()
Miklos Szeredi
2008-07-26
1
-1
/
+1
|
*
|
|
[PATCH] sanitize proc_sysctl
Al Viro
2008-07-26
5
-235
/
+218
|
*
|
|
[PATCH] sysctl: keep track of tree relationships
Al Viro
2008-07-26
2
-0
/
+66
|
*
|
|
[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns ones
Al Viro
2008-07-26
3
-0
/
+13
|
*
|
|
[PATCH] allow delayed freeing of ctl_table_header
Al Viro
2008-07-26
2
-1
/
+42
|
*
|
|
[PATCH] beginning of sysctl cleanup - ctl_table_set
Al Viro
2008-07-26
4
-25
/
+57
|
*
|
|
[patch] hppfs: remove hppfs_permission
Miklos Szeredi
2008-07-26
1
-7
/
+0
|
*
|
|
[PATCH] reuse xxx_fifo_fops for xxx_pipe_fops
Denys Vlasenko
2008-07-26
3
-50
/
+15
[next]