index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-10
Merge remote-tracking branch 'ovl/rename2' into for-linus
Al Viro
1
-11
/
+20
2016-09-27
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
5
-5
/
+5
2016-09-27
fs: proc: Delete inode time initializations in proc_alloc_inode()
Deepa Dinamani
1
-1
/
+0
2016-09-20
fs/proc/kcore.c: Add bounce buffer for ktext data
Jiri Olsa
1
-1
/
+6
2016-09-20
fs/proc/kcore.c: Make bounce buffer global for read
Jiri Olsa
1
-10
/
+14
2016-09-10
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2016-09-09
mm: fix show_smap() for zone_device-pmd ranges
Dan Williams
1
-0
/
+2
2016-09-01
Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/audit
Linus Torvalds
1
-6
/
+1
2016-08-31
mm: introduce get_task_exe_file
Mateusz Guzik
1
-6
/
+1
2016-08-11
proc, meminfo: use correct helpers for calculating LRU sizes in meminfo
Mel Gorman
1
-1
/
+1
2016-08-07
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2016-08-06
Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2016-08-03
fs/proc: Add compiler check for -Wno-override-init to support gcc < 4.2
Geert Uytterhoeven
1
-1
/
+1
2016-08-02
fs/proc/task_mmu.c: suppress compilation warnings with W=1
Valdis Kletnieks
1
-0
/
+1
2016-08-02
procfs: avoid 32-bit time_t in /proc/*/stat
Arnd Bergmann
1
-6
/
+4
2016-08-02
proc_oom_score: remove tasklist_lock and pid_alive()
Oleg Nesterov
1
-5
/
+2
2016-07-31
get rid of 'parent' argument of ->d_compare()
Al Viro
1
-1
/
+1
2016-07-30
qstr: constify instances in procfs
Al Viro
1
-1
/
+1
2016-07-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
3
-58
/
+21
2016-07-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-100
/
+107
2016-07-28
mm: track NR_KERNEL_STACK in KiB instead of number of stacks
Andy Lutomirski
1
-1
/
+1
2016-07-28
mm: move most file-based accounting to the node
Mel Gorman
1
-8
/
+8
2016-07-28
mm: rename NR_ANON_PAGES to NR_ANON_MAPPED
Mel Gorman
1
-1
/
+1
2016-07-28
mm: move page mapped accounting to the node
Mel Gorman
1
-2
/
+2
2016-07-28
mm, oom_adj: make sure processes sharing mm have same view of oom_score_adj
Michal Hocko
1
-0
/
+46
2016-07-28
proc, oom_adj: extract oom_score_adj setting into a helper
Michal Hocko
1
-51
/
+43
2016-07-28
proc, oom: drop bogus sighand lock
Michal Hocko
1
-34
/
+17
2016-07-28
proc, oom: drop bogus task_lock and mm check
Michal Hocko
1
-18
/
+4
2016-07-28
Merge branch 'salted-string-hash'
Linus Torvalds
1
-1
/
+1
2016-07-26
mm, rmap: account shmem thp pages
Kirill A. Shutemov
2
-3
/
+14
2016-06-23
vfs: Generalize filesystem nodev handling.
Eric W. Biederman
1
-2
/
+2
2016-06-23
proc: Convert proc_mount to use mount_ns.
Eric W. Biederman
3
-51
/
+13
2016-06-23
mnt: Refactor fs_fully_visible into mount_too_revealing
Eric W. Biederman
2
-1
/
+2
2016-06-10
vfs: make the string hashes salt the hash
Linus Torvalds
1
-1
/
+1
2016-06-10
Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)
Linus Torvalds
1
-0
/
+7
2016-06-10
proc: prevent stacking filesystems on top
Jann Horn
1
-0
/
+7
2016-05-23
mm, proc: make clear_refs killable
Michal Hocko
1
-2
/
+9
2016-05-20
procfs: fix pthread cross-thread naming if !PR_DUMPABLE
Janis Danisevskis
1
-1
/
+41
2016-05-20
procfs: expose umask in /proc/<PID>/status
Richard W.M. Jones
1
-1
/
+19
2016-05-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-05-19
mm: rename _count, field of the struct page, to _refcount
Joonsoo Kim
1
-1
/
+1
2016-05-19
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+1
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
7
-32
/
+39
2016-05-17
Merge branch 'ovl-fixes' into for-linus
Al Viro
2
-4
/
+32
2016-05-13
crash_dump: Add vmcore_elf32_check_arch
Daniel Wagner
1
-1
/
+1
2016-05-09
Revert "proc/base: make prompt shell start from new line after executing "cat...
Robin Humble
1
-1
/
+1
2016-05-05
proc: prevent accessing /proc/<PID>/environ until it's ready
Mathias Krause
1
-1
/
+2
2016-05-02
switch all procfs directories ->iterate_shared()
Al Viro
7
-20
/
+21
2016-05-02
proc_sys_fill_cache(): switch to d_alloc_parallel()
Al Viro
1
-7
/
+8
2016-05-02
proc_fill_cache(): switch to d_alloc_parallel()
Al Viro
1
-5
/
+10
[next]