index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Lines
2016-10-22
Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-41
/
+25
2016-10-20
fs/proc: Stop trying to report thread stacks
Andy Lutomirski
-37
/
+20
2016-10-20
fs/proc: Stop reporting eip and esp in /proc/PID/stat
Andy Lutomirski
-4
/
+5
2016-10-19
mm: replace access_remote_vm() write parameter with gup_flags
Lorenzo Stoakes
-6
/
+13
2016-10-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-6
/
+5
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
-11
/
+20
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
-28
/
+35
2016-10-08
Merge remote-tracking branch 'jk/vfs' into work.misc
Al Viro
-3
/
+3
2016-10-07
cred: simpler, 1D supplementary groups
Alexey Dobriyan
-1
/
+1
2016-10-07
mm, proc: fix region lost in /proc/self/smaps
Robert Ho
-3
/
+5
2016-10-07
proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self
John Stultz
-15
/
+19
2016-10-07
proc: add LSM hook checks to /proc/<tid>/timerslack_ns
John Stultz
-0
/
+10
2016-10-07
proc: relax /proc/<tid>/timerslack_ns capability requirements
John Stultz
-14
/
+20
2016-10-07
meminfo: break apart a very long seq_printf with #ifdefs
Joe Perches
-116
/
+95
2016-10-07
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char
Joe Perches
-120
/
+107
2016-10-07
proc: faster /proc/*/status
Alexey Dobriyan
-40
/
+47
2016-10-07
fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...
James Morse
-1
/
+1
2016-10-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
-7
/
+7
2016-10-05
proc: switch auxv to use of __mem_open()
Al Viro
-19
/
+26
2016-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
-0
/
+20
2016-09-30
Merge branch 'x86/urgent' into x86/asm
Thomas Gleixner
-11
/
+20
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
-5
/
+5
2016-09-27
fs: proc: Delete inode time initializations in proc_alloc_inode()
Deepa Dinamani
-1
/
+0
2016-09-27
proc: unsigned file descriptors
Alexey Dobriyan
-6
/
+6
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-11
/
+20
2016-09-22
fs: Give dentry to inode_change_ok() instead of inode
Jan Kara
-3
/
+3
2016-09-20
fs/proc/kcore.c: Add bounce buffer for ktext data
Jiri Olsa
-1
/
+6
2016-09-20
fs/proc/kcore.c: Make bounce buffer global for read
Jiri Olsa
-10
/
+14
2016-09-15
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
-6
/
+3
2016-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-6
/
+3
2016-09-10
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+2
2016-09-09
mm: fix show_smap() for zone_device-pmd ranges
Dan Williams
-0
/
+2
2016-09-01
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
-6
/
+1
2016-08-31
mm: introduce get_task_exe_file
Mateusz Guzik
-6
/
+1
2016-08-18
proc: Fix return address printk conversion specifer in /proc/<pid>/stack
Josh Poimboeuf
-1
/
+1
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-3
/
+3
2016-08-14
net: make net namespace sysctls belong to container's owner
Dmitry Torokhov
-0
/
+5
2016-08-14
proc: make proc entries inherit ownership from parent
Dmitry Torokhov
-0
/
+15
2016-08-11
proc, meminfo: use correct helpers for calculating LRU sizes in meminfo
Mel Gorman
-1
/
+1
2016-08-08
sysctl: Stop implicitly passing current into sysctl_table_root.lookup
Eric W. Biederman
-7
/
+7
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
-1
/
+1
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2016-08-03
fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2
Geert Uytterhoeven
-1
/
+1
2016-08-02
fs/proc/task_mmu.c: suppress compilation warnings with W=1
Valdis Kletnieks
-0
/
+1
2016-08-02
procfs: avoid 32-bit time_t in /proc/*/stat
Arnd Bergmann
-6
/
+4
2016-08-02
proc_oom_score: remove tasklist_lock and pid_alive()
Oleg Nesterov
-5
/
+2
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
-1
/
+1
2016-07-30
qstr: constify instances in procfs
Al Viro
-1
/
+1
2016-07-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
-58
/
+21
2016-07-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-100
/
+107
[next]