index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-26
[PATCH] fix RLIM_NOFILE handling
Al Viro
3
-21
/
+15
2008-07-26
[PATCH] get rid of corner case in dup3() entirely
Al Viro
1
-9
/
+11
2008-07-26
[PATCH] remove remaining namei_{32,64}.h crap
Al Viro
2
-26
/
+0
2008-07-26
[PATCH] get rid of indirect users of namei.h
Al Viro
5
-2
/
+4
2008-07-26
[PATCH] get rid of __user_path_lookup_open
Al Viro
3
-18
/
+10
2008-07-26
[PATCH] f_count may wrap around
Al Viro
11
-39
/
+27
2008-07-26
[PATCH] dup3 fix
Ulrich Drepper
1
-1
/
+6
2008-07-26
[PATCH] don't pass nameidata to __ncp_lookup_validate()
Al Viro
1
-2
/
+2
2008-07-26
[PATCH] don't pass nameidata to gfs2_lookupi()
Al Viro
5
-8
/
+8
2008-07-26
[PATCH] new (local) helper: user_path_parent()
Al Viro
1
-80
/
+57
2008-07-26
[PATCH] sanitize __user_walk_fd() et.al.
Al Viro
13
-238
/
+235
2008-07-26
[PATCH] preparation to __user_walk_fd cleanup
Al Viro
2
-9
/
+11
2008-07-26
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
Al Viro
8
-21
/
+17
2008-07-26
[PATCH] take noexec checks to very few callers that care
Al Viro
3
-9
/
+17
2008-07-26
Re: [PATCH 3/6] vfs: open_exec cleanup
Christoph Hellwig
1
-28
/
+30
2008-07-26
[patch 4/4] vfs: immutable inode checking cleanup
Miklos Szeredi
3
-26
/
+7
2008-07-26
[patch 3/4] fat: dont call notify_change
Miklos Szeredi
2
-1
/
+15
2008-07-26
[patch 2/4] vfs: utimes cleanup
Miklos Szeredi
1
-49
/
+65
2008-07-26
[patch 1/4] vfs: utimes: move owner check into inode_change_ok()
Miklos Szeredi
3
-30
/
+22
2008-07-26
[PATCH] vfs: use kstrdup() and check failing allocation
Li Zefan
2
-12
/
+14
2008-07-26
[PATCH] more nameidata removal: exec_permission_lite() doesn't need it
Al Viro
1
-3
/
+2
2008-07-26
[PATCH] pass MAY_OPEN to vfs_permission() explicitly
Al Viro
7
-24
/
+15
2008-07-26
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
Al Viro
5
-11
/
+7
2008-07-26
[PATCH] kill altroot
Al Viro
31
-466
/
+5
2008-07-26
[PATCH] permission checks for chdir need special treatment only on the last step
Al Viro
3
-6
/
+2
2008-07-26
[patch 5/5] vfs: remove mode parameter from vfs_symlink()
Miklos Szeredi
4
-14
/
+6
2008-07-26
[patch 4/5] vfs: reuse local variable in vfs_link()
Tetsuo Handa
1
-4
/
+4
2008-07-26
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
Miklos Szeredi
7
-10
/
+11
2008-07-26
[patch 1/5] vfs: truncate: dont check immutable twice
Miklos Szeredi
1
-1
/
+1
2008-07-26
[PATCH] sanitize ->permission() prototype
Al Viro
38
-87
/
+74
2008-07-26
[patch 05/14] hpfs: dont call permission()
Miklos Szeredi
1
-1
/
+1
2008-07-26
[PATCH] sanitize proc_sysctl
Al Viro
5
-235
/
+218
2008-07-26
[PATCH] sysctl: keep track of tree relationships
Al Viro
2
-0
/
+66
2008-07-26
[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns ones
Al Viro
3
-0
/
+13
2008-07-26
[PATCH] allow delayed freeing of ctl_table_header
Al Viro
2
-1
/
+42
2008-07-26
[PATCH] beginning of sysctl cleanup - ctl_table_set
Al Viro
4
-25
/
+57
2008-07-26
[patch] hppfs: remove hppfs_permission
Miklos Szeredi
1
-7
/
+0
2008-07-26
[PATCH] reuse xxx_fifo_fops for xxx_pipe_fops
Denys Vlasenko
3
-50
/
+15
2008-07-26
[patch] vfs: fix lookup on deleted directory
Miklos Szeredi
1
-2
/
+17
2008-07-26
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-16
/
+28
2008-07-26
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
7
-31
/
+22
2008-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...
Linus Torvalds
70
-1552
/
+5090
2008-07-26
dsp56k: Fix BKL pushdown
Geert Uytterhoeven
1
-2
/
+2
2008-07-26
drivers/video/fbmem.c: removed duplicated include
Huang Weiyi
1
-1
/
+0
2008-07-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...
Linus Torvalds
10
-507
/
+399
2008-07-26
video/stifb.c: make 2 functions static
Adrian Bunk
1
-4
/
+2
2008-07-26
video/console/stico{n,re}.c: make code static
Adrian Bunk
3
-21
/
+16
2008-07-26
make macfb_setup() static
Adrian Bunk
1
-1
/
+1
2008-07-26
make init/do_mounts.c:root_device_name static
Adrian Bunk
2
-2
/
+1
2008-07-26
drivers/char/rtc.c: make 2 functions static
Adrian Bunk
2
-4
/
+3
[next]