Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
25d80be86c5d7f53df41ec5ce96f6c6543cac245
/
fs
/
proc
b058efc
Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
eeee314
Merge tag 'docs-4.18' of git://git.lwn.net/linux
by Linus Torvalds
· 7 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
888e2b0
switch the rest of procfs lookups to d_splice_alias()
by Al Viro
· 7 years ago
0168b9e
procfs: switch instantiate_t to d_splice_alias()
by Al Viro
· 7 years ago
9883638
don't bother with tid_fd_revalidate() in lookups
by Al Viro
· 7 years ago
1ae9bd8
proc_lookupfd_common(): don't bother with instantiate unless the file is open
by Al Viro
· 7 years ago
1bbc551
procfs: get rid of ancient BS in pid_revalidate() uses
by Al Viro
· 7 years ago
3b78ce4
Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
7f7ccc2
proc: do not access cmdline nor environ from file-backed areas
by Willy Tarreau
· 7 years ago
2f42939
proc: update SIZEOF_PDE_INLINE_NAME for the new pde fields
by Christoph Hellwig
· 7 years ago
8a8dcab
tty: replace ->proc_fops with ->proc_show
by Christoph Hellwig
· 7 years ago
3617d94
proc: introduce proc_create_net_single
by Christoph Hellwig
· 7 years ago
c350637
proc: introduce proc_create_net{,_data}
by Christoph Hellwig
· 7 years ago
3f3942a
proc: introduce proc_create_single{,_data}
by Christoph Hellwig
· 7 years ago
44414d8
proc: introduce proc_create_seq_private
by Christoph Hellwig
· 7 years ago
fddda2b
proc: introduce proc_create_seq{,_data}
by Christoph Hellwig
· 7 years ago
7aed53d
proc: add a proc_create_reg helper
by Christoph Hellwig
· 7 years ago
61172ea
proc: simplify proc_register calling conventions
by Christoph Hellwig
· 7 years ago
04015e3
proc: don't detour through seq->private to get the inode
by Christoph Hellwig
· 7 years ago
76f668b
proc: introduce a proc_pid_ns helper
by Christoph Hellwig
· 7 years ago
3955333
proc/kcore: don't bounds check against address 0
by Laura Abbott
· 7 years ago
e96f46e
proc: Use underscores for SSBD in 'status'
by Konrad Rzeszutek Wilk
· 7 years ago
356e4bf
prctl: Add force disable speculation
by Thomas Gleixner
· 7 years ago
fae1fa0
proc: Provide details on speculation flaw mitigations
by Kees Cook
· 7 years ago
ccf2b06
Merge tag 'v4.17-rc2' into docs-next
by Jonathan Corbet
· 7 years ago
1ad1335
docs/admin-guide/mm: start moving here files from Documentation/vm
by Mike Rapoport
· 7 years ago
9a1015b
proc: fix /proc/loadavg regression
by Alexey Dobriyan
· 7 years ago
2e0ad55
proc: revalidate kernel thread inodes to root:root
by Alexey Dobriyan
· 7 years ago
88c28f2
mm, pagemap: fix swap offset value for PMD migration entry
by Huang Ying
· 7 years ago
24844fd
Merge branch 'mm-rst' into docs-next
by Jonathan Corbet
· 7 years ago
ad56b73
docs/vm: rename documentation files to .rst
by Mike Rapoport
· 7 years ago
1da4d37
proc: revalidate misc dentries
by Alexey Dobriyan
· 7 years ago
64a11f3
fs/proc/proc_sysctl.c: fix typo in sysctl_check_table_array()
by Waiman Long
· 7 years ago
4f11343
proc: use slower rb_first()
by Alexey Dobriyan
· 7 years ago
9cdd83e
proc: switch struct proc_dir_entry::count to refcount
by Alexey Dobriyan
· 7 years ago
b77d70d
proc: reject "." and ".." as filenames
by Alexey Dobriyan
· 7 years ago
fe079a5
proc: do mmput ASAP for /proc/*/map_files
by Alexey Dobriyan
· 7 years ago
58c501a
proc: faster /proc/cmdline
by Alexey Dobriyan
· 7 years ago
1539d58
proc: register filesystem last
by Alexey Dobriyan
· 7 years ago
35318db
proc: fix /proc/*/map_files lookup some more
by Alexey Dobriyan
· 7 years ago
b4884f2
proc: move "struct proc_dir_entry" into kmem cache
by Alexey Dobriyan
· 7 years ago
835b94e
fs/proc/proc_sysctl.c: remove redundant link check in proc_sys_link_fill_cache()
by Danilo Krummrich
· 7 years ago
a0b0d1c
fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl table
by Danilo Krummrich
· 7 years ago
21dae0a
proc: use set_puts() at /proc/*/wchan
by Alexey Dobriyan
· 7 years ago
24b2ec2
proc: check permissions earlier for /proc/*/wchan
by Alexey Dobriyan
· 7 years ago
d0f0223
proc: replace seq_printf by seq_put_smth to speed up /proc/pid/status
by Andrei Vagin
· 7 years ago
f664066
proc: replace seq_printf on seq_putc to speed up /proc/pid/smaps
by Andrei Vagin
· 7 years ago
d1be35c
proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps
by Andrei Vagin
· 7 years ago
2acddbe
proc: account "struct pde_opener"
by Alexey Dobriyan
· 7 years ago
195b8cf
proc: move "struct pde_opener" to kmem cache
by Alexey Dobriyan
· 7 years ago
a9fabc3
proc: randomize "struct pde_opener"
by Alexey Dobriyan
· 7 years ago
e7a6e29
proc: faster open/close of files without ->release hook
by Alexey Dobriyan
· 7 years ago
e74a0ef
proc: move /proc/sysvipc creation to where it belongs
by Alexey Dobriyan
· 7 years ago
2f89742
proc: do less stuff under ->pde_unload_lock
by Alexey Dobriyan
· 7 years ago
68c3411
proc: get rid of task lock/unlock pair to read umask for the "status" file
by Mateusz Guzik
· 7 years ago
0e3dc01
procfs: add seq_put_hex_ll to speed up /proc/pid/maps
by Andrei Vagin
· 7 years ago
e05a959
procfs: remove CONFIG_HARDWALL dependency
by Arnd Bergmann
· 7 years ago
e525de3
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
595dd46
vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
by Jia Zhang
· 8 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 8 years ago
4bf8ba8
fs/proc/consoles.c: use seq_putc() in show_console_dev()
by Markus Elfring
· 8 years ago
93ad5bc
proc: rearrange args
by Alexey Dobriyan
· 8 years ago
15b158b
proc: spread likely/unlikely a bit
by Alexey Dobriyan
· 8 years ago
efb1a57
fs/proc: use __ro_after_init
by Alexey Dobriyan
· 8 years ago
53f6334
fs/proc/internal.h: fix up comment
by Alexey Dobriyan
· 8 years ago
163cf54
fs/proc/internal.h: rearrange struct proc_dir_entry
by Alexey Dobriyan
· 8 years ago
d0290bc
fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
by Heiko Carstens
· 8 years ago
171ef91
fs/proc/array.c: delete children_seq_release()
by Alexey Dobriyan
· 8 years ago
20d28cd
proc: less memory for /proc/*/map_files readdir
by Alexey Dobriyan
· 8 years ago
593bc69
fs/proc/vmcore.c: simpler /proc/vmcore cleanup
by Alexey Dobriyan
· 8 years ago
ac7f106
proc: fix /proc/*/map_files lookup
by Alexey Dobriyan
· 8 years ago
9f7118b
proc: don't use READ_ONCE/WRITE_ONCE for /proc/*/fail-nth
by Alexey Dobriyan
· 8 years ago
e3912ac
proc: use %u for pid printing and slightly less stack
by Alexey Dobriyan
· 8 years ago
a3cf988
mm: use updated pmdp_invalidate() interface to track dirty/accessed bits
by Kirill A. Shutemov
· 8 years ago
8526d84
fs/proc/task_mmu.c: do not show VmExe bigger than total executable virtual memory
by Konstantin Khlebnikov
· 8 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
8bb2ee1
proc: fix coredump vs read /proc/*/stat race
by Alexey Dobriyan
· 8 years ago
ba3edf1f
proc: show si_ptr in /proc/<pid>/timers without hashing
by Linus Torvalds
· 8 years ago
8f5abe8
proc: don't report kernel addresses in /proc/<pid>/stack
by Linus Torvalds
· 8 years ago
076ccb7
fs: annotate ->poll() instances
by Al Viro
· 8 years ago
e6c8adc
anntotate the places where ->poll() return values go
by Al Viro
· 8 years ago
a3f8683
->poll() methods should return __poll_t
by Al Viro
· 8 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 8 years ago
2753278
Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
fa7f578
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
95846ec
pid: replace pid bitmap implementation with IDR API
by Gargi Sharma
· 8 years ago
0746a0b
proc: use do-while in name_to_int()
by Alexey Dobriyan
· 8 years ago
3ee2a19
proc: : uninline name_to_int()
by Alexey Dobriyan
· 8 years ago
c643401
proc, coredump: add CoreDumping flag to /proc/pid/status
by Roman Gushchin
· 8 years ago
e75080f
Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
a3841f9
Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 8 years ago
af5b0f6
mm: consolidate page table accounting
by Kirill A. Shutemov
· 8 years ago
c481290
mm: introduce wrappers to access mm->nr_ptes
by Kirill A. Shutemov
· 8 years ago
b4e98d9
mm: account pud page tables
by Kirill A. Shutemov
· 8 years ago
7d5905d
x86 / CPU: Always show current CPU frequency in /proc/cpuinfo
by Rafael J. Wysocki
· 8 years ago
fb0255f
Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 8 years ago
3e20146
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8a103df
Merge branch 'linus' into sched/core, to pick up fixes
by Ingo Molnar
· 8 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 8 years ago
Next »