Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
e4ac2663ea27d5dda88d97d117080995fcfcd6d5
/
fs
/
proc
f5ef68d
[PATCH] /proc/meminfo: don't put spaces in names
by Andrew Morton
· 18 years ago
6d76fa5
Don't allow chmod() on the /proc/<pid>/ files
by Linus Torvalds
· 18 years ago
92d0328
Mark /proc MS_NOSUID and MS_NOEXEC
by Linus Torvalds
· 18 years ago
2589045
[PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delays
by Shailabh Nagar
· 18 years ago
9ee8ab9
Relax /proc fix a bit
by Linus Torvalds
· 18 years ago
18b0bbd
Fix nasty /proc vulnerability
by Linus Torvalds
· 18 years ago
0635170
[PATCH] /fs/proc/: 'larger than buffer size' memory accessed by clear_user()
by Adam B. Jerome
· 18 years ago
b4cac1a
[PATCH] FDPIC: Move roundup() into linux/kernel.h
by David Howells
· 18 years ago
31304c9
[PATCH] uclinux: fix proc_task()/get_proc-task() naming
by Greg Ungerer
· 18 years ago
22a3e23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
d2c5e30
[PATCH] zoned vm counters: conversion of nr_bounce to per zone counter
by Christoph Lameter
· 18 years ago
fd39fc8
[PATCH] zoned vm counters: conversion of nr_unstable to per zone counter
by Christoph Lameter
· 18 years ago
ce866b3
[PATCH] zoned vm counters: conversion of nr_writeback to per zone counter
by Christoph Lameter
· 18 years ago
b1e7a8f
[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
by Christoph Lameter
· 18 years ago
df849a1
[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counter
by Christoph Lameter
· 18 years ago
9a865ff
[PATCH] zoned vm counters: conversion of nr_slab to per zone counter
by Christoph Lameter
· 18 years ago
f3dbd34
[PATCH] zoned vm counters: split NR_ANON_PAGES off from NR_FILE_MAPPED
by Christoph Lameter
· 18 years ago
347ce43
[PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter
by Christoph Lameter
· 18 years ago
65ba55f
[PATCH] zoned vm counters: convert nr_mapped to per zone counter
by Christoph Lameter
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
e6e5494
[PATCH] vdso: randomize the i386 vDSO by moving it into a vma
by Ingo Molnar
· 18 years ago
42c3e03
[PATCH] SELinux: Add sockcreate node to procattr API
by Eric Paris
· 18 years ago
c1df7fb
[PATCH] cleanup next_tid()
by Oleg Nesterov
· 18 years ago
a872ff0
[PATCH] simplify/fix first_tid()
by Oleg Nesterov
· 18 years ago
cc28873
[PATCH] proc: Remove tasklist_lock from proc_task_readdir.
by Eric W. Biederman
· 18 years ago
df26c40
[PATCH] proc: Cleanup proc_fd_access_allowed
by Eric W. Biederman
· 18 years ago
778c114
[PATCH] proc: Use sane permission checks on the /proc/<pid>/fd/ symlinks
by Eric W. Biederman
· 18 years ago
5b0c1dd
[PATCH] proc: optimize proc_check_dentry_visible
by Eric W. Biederman
· 18 years ago
13b41b0
[PATCH] proc: Use struct pid not struct task_ref
by Eric W. Biederman
· 18 years ago
99f8955
[PATCH] proc: don't lock task_structs indefinitely
by Eric W. Biederman
· 18 years ago
8578cea
[PATCH] proc: make PROC_NUMBUF the buffer size for holding integers as strings
by Eric W. Biederman
· 18 years ago
9cc8cbc
[PATCH] simply fix first_tgid
by Eric W. Biederman
· 18 years ago
de75873
[PATCH] proc: Remove tasklist_lock from proc_pid_lookup() and proc_task_lookup()
by Eric W. Biederman
· 18 years ago
454cc10
[PATCH] proc: Remove tasklist_lock from proc_pid_readdir
by Eric W. Biederman
· 18 years ago
0bc58a9
[PATCH] proc: refactor reading directories of tasks
by Eric W. Biederman
· 18 years ago
cd6a3ce
[PATCH] proc: Close the race of a process dying durning lookup
by Eric W. Biederman
· 18 years ago
48e6484
[PATCH] proc: Rewrite the proc dentry flush on exit optimization
by Eric W. Biederman
· 18 years ago
662795d
[PATCH] proc: Move proc_maps_operations into task_mmu.c
by Eric W. Biederman
· 18 years ago
6e66b52
[PATCH] proc: Fix the link count for /proc/<pid>/task
by Eric W. Biederman
· 18 years ago
0f2fe20
[PATCH] proc: Properly filter out files that are not visible to a process
by Eric W. Biederman
· 18 years ago
22c2c5d
[PATCH] proc: Kill proc_mem_inode_operations
by Eric W. Biederman
· 18 years ago
6860206
[PATCH] proc: Remove bogus proc_task_permission
by Eric W. Biederman
· 18 years ago
aed7a6c
[PATCH] proc: Replace proc_inode.type with proc_inode.fd
by Eric W. Biederman
· 18 years ago
87bfbf6
[PATCH] proc: Simplify the ownership rules for /proc
by Eric W. Biederman
· 18 years ago
1679654
[PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_make_inode
by Eric W. Biederman
· 18 years ago
ff9724a
[PATCH] proc: Remove useless BKL in proc_pid_readlink
by Eric W. Biederman
· 18 years ago
5634708
[PATCH] proc: Fix the .. inode number on /proc/<pid>/fd
by Eric W. Biederman
· 18 years ago
4eb582c
[PATCH] keys: add a way to store the appropriate context for newly-created keys
by Michael LeMay
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
e018290
[PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated array
by Al Viro
· 18 years ago
ca99c1d
[PATCH] Fix file lookup without ref
by Dipankar Sarma
· 19 years ago
80e8ff6
[PATCH] kdump proc vmcore size oveflow fix
by Vivek Goyal
· 19 years ago
e4e5d3f
[PATCH] cleanup in proc_check_chroot()
by Herbert Poetzl
· 19 years ago
68eef3b
[PATCH] Simplify proc/devices and fix early termination regression
by Joe Korty
· 19 years ago
bac30d1
Merge ../linux-2.6
by Paul Mackerras
· 19 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
0a94502
[PATCH] for_each_possible_cpu: fixes for generic part
by KAMEZAWA Hiroyuki
· 19 years ago
5149fa4
[PATCH] powerpc: Cope with duplicate node & property names in /proc/device-tree
by Michael Ellerman
· 19 years ago
4dee26b
[PATCH] hrtimers: remove it_real_value calculation from proc/*/stat
by Roman Zippel
· 19 years ago
64a07bd
[PATCH] protect remove_proc_entry
by Steven Rostedt
· 19 years ago
53846a2
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 19 years ago
871751e
[PATCH] slab: implement /proc/slab_allocators
by Al Viro
· 19 years ago
fffb60f
[PATCH] cpuset memory spread: slab cache format
by Paul Jackson
· 19 years ago
4b6a931
[PATCH] cpuset memory spread: slab cache filesystems
by Paul Jackson
· 19 years ago
1ebbe2b
Merge branch 'linus'
by Trond Myklebust
· 19 years ago
5be0e95
[PATCH] proc: fix duplicate line in /proc/devices
by Neil Horman
· 19 years ago
b4629fe
VFS: New /proc file /proc/self/mountstats
by Chuck Lever
· 19 years ago
ad820c5
[PATCH] smaps: shared fix
by Nick Piggin
· 19 years ago
5ddfae1
[PATCH] smaps: hugepages fix
by Nick Piggin
· 19 years ago
76b6159
[PATCH] fix handling of st_nlink on procfs root
by Al Viro
· 19 years ago
a185461
[PATCH] disable per cpu intr in /proc/stat
by schwab@suse.de
· 19 years ago
7170be5
[PATCH] convert /proc/devices to use seq_file interface
by Neil Horman
· 19 years ago
898b539
[PATCH] powerpc: Add/remove/update properties in /proc/device-tree
by Dave C Boutcher
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
9e9e394
[PATCH] kdump: vmcore compilation warning fix
by Vivek Goyal
· 19 years ago
7da942e
fs/proc/vmcore.c: header included twice
by Nicolas Kaiser
· 19 years ago
2ff678b
[PATCH] hrtimer: switch itimers to hrtimer
by Thomas Gleixner
· 19 years ago
4ae362b
[PATCH] kdump: read previous kernel's memory
by Vivek Goyal
· 19 years ago
fee781e
[PATCH] fs/proc/: function prototypes belong in header files
by Adrian Bunk
· 19 years ago
10cef60
[PATCH] slob: introduce the SLOB allocator
by Matt Mackall
· 19 years ago
1a75a6c
[PATCH] Fold numa_maps into mempolicies.c
by Christoph Lameter
· 19 years ago
347a8dc
[PATCH] s390: cleanup Kconfig
by Martin Schwidefsky
· 19 years ago
8b90db0
Insanity avoidance in /proc
by Linus Torvalds
· 19 years ago
6aab341
mm: re-architect the VM_UNPAGED logic
by Linus Torvalds
· 19 years ago
0f5c79f
[PATCH] Fix sparse warning in proc/task_mmu.c
by Luiz Fernando Capitulino
· 19 years ago
f093182
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
by Linus Torvalds
· 19 years ago
5addc5d
[PATCH] make /proc/mounts pollable
by Al Viro
· 19 years ago
183d020
[PATCH] ppc64: SMU partition recovery
by Benjamin Herrenschmidt
· 19 years ago
23fd077
Merge ../linux-2.6 by hand
by Paul Mackerras
· 19 years ago
e954365
[PATCH] proc: fix of error path in proc_get_inode()
by Kirill Korotaev
· 19 years ago
2f51201
[PATCH] reduce sizeof(struct file)
by Eric Dumazet
· 19 years ago
deceb6c
[PATCH] mm: follow_page with inner ptlock
by Hugh Dickins
· 19 years ago
705e87c
[PATCH] mm: pte_offset_map_lock loops
by Hugh Dickins
· 19 years ago
365e9c87
[PATCH] mm: update_hiwaters just in time
by Hugh Dickins
· 19 years ago
4294621
[PATCH] mm: rss = file_rss + anon_rss
by Hugh Dickins
· 19 years ago
dfcd3c0
[PATCH] Convert mempolicies to nodemask_t
by Andi Kleen
· 19 years ago
9859901
Merge changes from linux-2.6 by hand
by Paul Mackerras
· 19 years ago
b65574f
[PATCH] output of /proc/maps on nommu systems is incomplete
by David McCullough
· 19 years ago
63c6764
[PATCH] nommu build error fix
by Yoshinori Sato
· 19 years ago
Next »