Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
89bd0ed885c6cb89055ee736c881c6abc68d7025
/
fs
/
proc
8918955
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
by YueHaibing
· 6 years ago
04f5866
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
by Andrea Arcangeli
· 6 years ago
631b7ab
ptrace: Remove maxargs from task_current_syscall()
by Steven Rostedt (Red Hat)
· 8 years ago
23da958
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
by YueHaibing
· 6 years ago
eebf364
fs/proc/kcore.c: make kcore_modules static
by YueHaibing
· 6 years ago
ffc8599
x86/gart: Exclude GART aperture from kcore
by Kairui Song
· 6 years ago
a9dce66
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
by Linus Torvalds
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
94f8f3b
proc: commit to genradix
by Kent Overstreet
· 6 years ago
d5a572a
proc: calculate end pointer for /proc/*/* lookup at compile time
by Alexey Dobriyan
· 6 years ago
a50243b
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
be37f21
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 6 years ago
ae5906c
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
8dcd175
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
45802da
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
08b5577
proc: use seq_puts() everywhere
by Alexey Dobriyan
· 6 years ago
5713f35
proc: read kernel cpu stat pointer once
by Alexey Dobriyan
· 6 years ago
867aacc
proc: remove unused argument in proc_pid_lookup()
by Zhikang Zhang
· 6 years ago
45f68ab
fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()
by Chengguang Xu
· 6 years ago
756ca74
fs/proc/self.c: code cleanup for proc_setup_self()
by Chengguang Xu
· 6 years ago
04a8645
mm: update ptep_modify_prot_commit to take old pte value as arg
by Aneesh Kumar K.V
· 6 years ago
0cbe3e2
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
by Aneesh Kumar K.V
· 6 years ago
ca21508
mm: convert PG_balloon to PG_offline
by David Hildenbrand
· 6 years ago
78f8601
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
3eb39f4
signal: add pidfd_send_signal() syscall
by Christian Brauner
· 6 years ago
66f592e
proc: Add fs_context support to procfs
by David Howells
· 6 years ago
60a3c3a
procfs: Move proc_fill_super() to fs/proc/root.c
by David Howells
· 6 years ago
b2b4699
proc, oom: do not report alien mms when setting oom_score_adj
by Michal Hocko
· 6 years ago
d869f86
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 6 years ago
27dd768
mm: proc: smaps_rollup: fix pss_locked calculation
by Sandeep Patil
· 6 years ago
c9ba756
Merge tag 'v5.0-rc6' into sched/core, to pick up fixes
by Ingo Molnar
· 6 years ago
c2da3f1
proc/stat: Make the interrupt statistics more efficient
by Thomas Gleixner
· 6 years ago
70f8a3c
mm: make mm->pinned_vm an atomic64 counter
by Davidlohr Bueso
· 6 years ago
d036bda
sched/core: Convert sighand_struct.count to refcount_t
by Elena Reshetova
· 6 years ago
1fde6f2
proc: fix /proc/net/* after setns(2)
by Alexey Dobriyan
· 6 years ago
4b7d248
audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT
by Richard Guy Briggs
· 6 years ago
6d9c939
procfs: add smack subdir to attrs
by Casey Schaufler
· 6 years ago
afe922c
fs/proc/base.c: slightly faster /proc/*/limits
by Alexey Dobriyan
· 6 years ago
230f72e
fs/proc/inode.c: delete unnecessary variable in proc_alloc_inode()
by Alexey Dobriyan
· 6 years ago
81966d83
fs/proc/util.c: include fs/proc/internal.h for name_to_int()
by Eric Biggers
· 6 years ago
8da0b4f
fs/proc/base.c: use ns_capable instead of capable for timerslack_ns
by Benjamin Gordon
· 6 years ago
a1400af
mm, proc: report PR_SET_THP_DISABLE in proc
by Michal Hocko
· 6 years ago
7635d9c
mm, thp, proc: report THP eligibility for each vma
by Michal Hocko
· 6 years ago
ac46d4f
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
by Jérôme Glisse
· 6 years ago
144552f
/proc/kpagecount: return 0 for special pages that are never mapped
by Anthony Yznaga
· 6 years ago
ca79b0c
mm: convert totalram_pages and totalhigh_pages variables to atomic
by Arun KS
· 6 years ago
ea5751c
proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
by Ivan Delalande
· 6 years ago
2d6bb6a
Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
b5c2123
fs/proc/vmcore.c: Convert to use vmf_error()
by Souptick Joarder
· 6 years ago
dad4f14
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
by Linus Torvalds
· 6 years ago
4b85afb
mm: zero-seek shrinkers
by Johannes Weiner
· 6 years ago
8508cf3
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
by Johannes Weiner
· 6 years ago
61f94e1
mm, proc: add KReclaimable to /proc/meminfo
by Vlastimil Babka
· 6 years ago
fa76da4
mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
by Vlastimil Babka
· 6 years ago
99792e0
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
cf08961
proc/vmcore: Fix i386 build error of missing copy_oldmem_page_encrypted()
by Borislav Petkov
· 6 years ago
992b649
kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled
by Lianbo Jiang
· 6 years ago
f8a00ce
proc: restrict kernel stack dumps to root
by Jann Horn
· 6 years ago
3159f94
xarray: Replace exceptional entries
by Matthew Wilcox
· 7 years ago
a1b3d2f
fs/proc/kcore.c: fix invalid memory access in multi-page read optimization
by Dominique Martinet
· 6 years ago
c8d1262
fs/proc: Show STACKLEAK metrics in the /proc file system
by Alexander Popov
· 6 years ago
d207ea8
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
a2036a1
fs/proc/vmcore.c: hide vmcoredd_mmap_dumps() for nommu builds
by Arnd Bergmann
· 6 years ago
23c8509
proc/kcore: add vmcoreinfo note to /proc/kcore
by Omar Sandoval
· 6 years ago
bf991c2
proc/kcore: optimize multiple page reads
by Omar Sandoval
· 6 years ago
37e949b
proc/kcore: clean up ELF header generation
by Omar Sandoval
· 6 years ago
3673fb0
proc/kcore: hold lock during read
by Omar Sandoval
· 6 years ago
b66fb00
proc/kcore: fix memory hotplug vs multiple opens race
by Omar Sandoval
· 6 years ago
0b172f8
proc/kcore: replace kclist_lock rwlock with rwsem
by Omar Sandoval
· 6 years ago
bf53183
proc/kcore: don't grab lock for memory hotplug notifier
by Omar Sandoval
· 6 years ago
a8dd9c4
proc/kcore: don't grab lock for kclist_add()
by Omar Sandoval
· 6 years ago
df865e8
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
by James Morse
· 6 years ago
36f0620
fs/proc/vmcore.c: use new typedef vm_fault_t
by Souptick Joarder
· 6 years ago
9a27e97
proc: use "unsigned int" in /proc/stat hook
by Alexey Dobriyan
· 6 years ago
891ae71
proc: spread "const" a bit
by Alexey Dobriyan
· 6 years ago
f6d2f58
proc: use macro in /proc/latency hook
by Alexey Dobriyan
· 6 years ago
41089b6
proc: save 2 atomic ops on write to "/proc/*/attr/*"
by Alexey Dobriyan
· 6 years ago
a44937f
proc: put task earlier in /proc/*/fail-nth
by Alexey Dobriyan
· 6 years ago
8d48b2e
proc: smaller readlock section in readdir("/proc")
by Alexey Dobriyan
· 6 years ago
bdf228a
fs/proc/uptime.c: use ktime_get_boottime_ts64
by Arnd Bergmann
· 6 years ago
2d6e4e8
proc: fixup PDE allocation bloat
by Alexey Dobriyan
· 6 years ago
7e8a630
/proc/meminfo: add percpu populated pages count
by Dennis Zhou (Facebook)
· 6 years ago
258f669
mm: /proc/pid/smaps_rollup: convert to single value seq_file
by Vlastimil Babka
· 6 years ago
f154795
mm: /proc/pid/smaps: factor out common stats printing
by Vlastimil Babka
· 6 years ago
8e68d68
mm: /proc/pid/smaps: factor out mem stats gathering
by Vlastimil Babka
· 6 years ago
871305b
mm: /proc/pid/*maps remove is_pid and related wrappers
by Vlastimil Babka
· 6 years ago
6855dc4
x86: Add entry trampolines to kcore
by Adrian Hunter
· 7 years ago
e70cc2b
fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
by Vlastimil Babka
· 6 years ago
4a770e6
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
877f919
proc: add proc_seq_release
by Chunyu Hu
· 7 years ago
f5b6534
proc: fix missing final NUL in get_mm_cmdline() rewrite
by Linus Torvalds
· 7 years ago
35773c9
Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
24074a3
proc: Make inline name size calculation automatic
by David Howells
· 7 years ago
b5d903c2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
26b9513
proc: skip branch in /proc/*/* lookup
by Alexey Dobriyan
· 7 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
15eefe2
Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64
by Arnd Bergmann
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
Next »