summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorLines
2019-06-29fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness-1/+1
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+3
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng-1/+1
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse-2/+2
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse-1/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-4/+21
2019-05-07Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+5
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+2
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-11/+6
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2019-05-01procfs: switch to ->free_inode()Al Viro-8/+2
2019-04-29proc: prevent changes to overridden credentialsPaul Moore-0/+5
2019-04-29proc: Simplify task stack retrievalThomas Gleixner-9/+5
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing-2/+4
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+18
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli-0/+18
2019-04-14latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner-2/+1
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov-1/+1
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov-5/+17
2019-04-12bpf: Sysctl hookAndrey Ignatov-0/+5
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)-8/+9
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing-1/+2
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing-1/+1
2019-03-23x86/gart: Exclude GART aperture from kcoreKairui Song-0/+27
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds-0/+9
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-117/+176
2019-03-12proc: commit to genradixKent Overstreet-28/+15
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan-9/+10
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-1/+1
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+56
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-62/+68
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-03-05proc: use seq_puts() everywhereAlexey Dobriyan-10/+10
2019-03-05proc: read kernel cpu stat pointer onceAlexey Dobriyan-28/+32
2019-03-05proc: remove unused argument in proc_pid_lookup()Zhikang Zhang-3/+3
2019-03-05fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu-8/+8
2019-03-05fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu-8/+8
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V-3/+5
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V-2/+2
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand-2/+2
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+26
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner-0/+9
2019-02-28proc: Add fs_context support to procfsDavid Howells-68/+129
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells-54/+52
2019-02-21proc, oom: do not report alien mms when setting oom_score_adjMichal Hocko-4/+0