Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)Author
2017-06-19mm: larger stack guard gap, between vmasHugh Dickins
2017-05-30"Yes, people use FOLL_FORCE ;)"Linus Torvalds
2017-05-09proc: try to remove use of FOLL_FORCE entirelyLinus Torvalds
2017-05-09pidns: expose task pid_ns_for_children to userspaceKirill Tkhai
2017-05-09fs/proc/inode.c: remove cast from memory allocationTobin C. Harding
2017-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-05-04proc: show MADV_FREE pages info in smapsShaohua Li
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-29proc: Fix unbalanced hard link numbersTakashi Iwai
2017-04-17sysctl: Remove dead register_sysctl_rootEric W. Biederman
2017-04-14thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov
2017-04-07sysctl: add sanity check for proc_douintvecLiping Zhang
2017-03-08livepatch: add /proc/<pid>/patch_stateJosh Poimboeuf
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-28mm: use mmget_not_zero() helperVegard Nossum
2017-02-28mm: add new mmgrab() helperVegard Nossum
2017-02-28/proc/kcore: update physical address for kcore ram and textPratyush Anand
2017-02-25procfs: use an enum for possible hidepid valuesLafcadio Wluiki
2017-02-25proc: less code duplication in /proc/*/cmdlineAlexey Dobriyan
2017-02-25proc: use rb_entry()Geliang Tang
2017-02-25userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-02-21proc/sysctl: Don't grab i_lock under sysctl_lock.Eric W. Biederman
2017-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-13proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov
2017-02-07mm: fix KPF_SWAPCACHE in /proc/kpageflagsHugh Dickins
2017-02-01s390, sched/cputime: Make arch_cpu_idle_time() to return nsecsFrederic Weisbecker
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker
2017-02-01sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker
2017-01-28timers: Omit POSIX timer stuff from task_struct when disabledNicolas Pitre
2017-01-25proc: add a schedule point in proc_pid_readdir()Eric Dumazet
2017-01-24proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman