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
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-10
proc: convert to kstrto*()/kstrto*_from_user()
Alexey Dobriyan
1
-49
/
+21
2015-09-10
proc: change proc_subdir_lock to a rwlock
Waiman Long
1
-22
/
+22
2015-09-10
procfs: always expose /proc/<pid>/map_files/ and make it readable
Calvin Owens
1
-19
/
+24
2015-09-10
proc: add cond_resched to /proc/kpage* read/write loop
Vladimir Davydov
1
-0
/
+6
2015-09-10
proc: export idle flag via kpageflags
Vladimir Davydov
1
-0
/
+3
2015-09-10
mm: introduce idle page tracking
Vladimir Davydov
2
-1
/
+7
2015-09-10
proc: add kpagecgroup file
Vladimir Davydov
1
-0
/
+53
2015-09-08
mm: /proc/pid/smaps:: show proportional swap share of the mapping
Minchan Kim
1
-2
/
+16
2015-09-08
pagemap: add mmap-exclusive bit for marking pages mapped only here
Konstantin Khlebnikov
1
-1
/
+13
2015-09-08
pagemap: hide physical addresses from non-privileged users
Konstantin Khlebnikov
1
-11
/
+14
2015-09-08
pagemap: rework hugetlb and thp report
Konstantin Khlebnikov
1
-56
/
+44
2015-09-08
pagemap: switch to the new format and do some cleanup
Konstantin Khlebnikov
1
-97
/
+53
2015-09-08
pagemap: check permissions and capabilities at open time
Konstantin Khlebnikov
1
-20
/
+28
2015-09-04
userfaultfd: add VM_UFFD_MISSING and VM_UFFD_WP
Andrea Arcangeli
1
-0
/
+2
2015-09-04
capabilities: ambient capabilities
Andy Lutomirski
1
-1
/
+4
2015-09-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-0
/
+2
2015-07-18
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2015-07-18
x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...
Ingo Molnar
1
-2
/
+2
2015-07-18
x86/fpu, sched: Dynamically allocate 'struct fpu'
Dave Hansen
1
-2
/
+2
2015-07-17
/proc/$PID/cmdline: fixup empty ARGV case
Alexey Dobriyan
1
-0
/
+5
2015-07-17
fs, proc: add help for CONFIG_PROC_CHILDREN
Iago López Galeiras
1
-0
/
+6
2015-07-10
vfs: Commit to never having exectuables on proc and sysfs.
Eric W. Biederman
1
-0
/
+2
2015-07-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
3
-4
/
+4
2015-07-04
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+7
2015-07-04
sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=y
Naveen N. Rao
1
-4
/
+7
2015-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
5
-6
/
+73
2015-07-01
proc: Allow creating permanently empty directories that serve as mount points
Eric W. Biederman
4
-2
/
+35
2015-07-01
sysctl: Allow creating permanently empty directories that serve as mountpoints.
Eric W. Biederman
1
-0
/
+37
2015-06-25
fs, proc: introduce CONFIG_PROC_CHILDREN
Iago López Galeiras
3
-3
/
+7
2015-06-25
proc: fix PAGE_SIZE limit of /proc/$PID/cmdline
Alexey Dobriyan
1
-9
/
+196
2015-06-24
procfs: treat parked tasks as sleeping for task state
Chris Metcalf
1
-0
/
+8
2015-06-23
vfs: add seq_file_path() helper
Miklos Szeredi
3
-4
/
+4
2015-05-13
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
Eric W. Biederman
1
-4
/
+1
2015-05-11
switch ->put_link() from dentry to inode
Al Viro
1
-1
/
+1
2015-05-10
don't pass nameidata to ->follow_link()
Al Viro
5
-7
/
+7
2015-05-10
new ->follow_link() and ->put_link() calling conventions
Al Viro
5
-32
/
+27
2015-04-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
10
-34
/
+34
2015-04-17
proc: show locks in /proc/pid/fdinfo/X
Andrey Vagin
1
-10
/
+17
2015-04-15
proc: remove use of seq_printf return value
Joe Perches
2
-36
/
+50
2015-04-15
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
1
-2
/
+2
2015-04-15
/proc/PID/status: show all sets of pid according to ns
Chen Hanxiao
1
-0
/
+18
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
10
-34
/
+34
2015-03-17
pagemap: do not leak physical addresses to non-privileged userspace
Kirill A. Shutemov
1
-0
/
+3
2015-02-22
procfs: fix race between symlink removals and traversals
Al Viro
3
-12
/
+22
2015-02-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-17
/
+8
2015-02-17
vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue
WANG Chao
1
-4
/
+4
2015-02-13
proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-6
/
+4
2015-02-12
fs/proc/array.c: convert to use string_escape_str()
Andy Shevchenko
1
-27
/
+7
2015-02-12
fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps
Rafael Aquini
1
-0
/
+2
2015-02-12
fs: proc: use PDE() to get proc_dir_entry
Alexander Kuleshov
2
-2
/
+2
[next]