summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness2019-06-291-1/+1
* proc: remove useless d_is_dir() checkChristian Brauner2019-06-271-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
* kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-141-1/+1
* mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-2/+2
* mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-4/+21
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-2/+4
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-0/+18
| |\ \
| * | | bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-1/+1
| * | | bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-5/+17
| * | | bpf: Sysctl hookAndrey Ignatov2019-04-121-0/+5
* | | | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-0/+5
|\ \ \ \
| * | | | proc: prevent changes to overridden credentialsPaul Moore2019-04-291-0/+5
* | | | | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-05-071-8/+2
|\ \ \ \ \
| * | | | | procfs: switch to ->free_inode()Al Viro2019-05-011-8/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-11/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | proc: Simplify task stack retrievalThomas Gleixner2019-04-291-9/+5
| * | | | latency_top: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-141-2/+1
| |/ / /
* | | / fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-04-261-2/+4
| |_|/ |/| |
* | | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-191-0/+18
|/ /
* | ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)2019-04-041-8/+9
* | fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-03-291-1/+2
* | fs/proc/kcore.c: make kcore_modules staticYueHaibing2019-03-291-1/+1
* | x86/gart: Exclude GART aperture from kcoreKairui Song2019-03-231-0/+27
|/
* Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-161-0/+9
|\
| * signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-0/+9
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-123-117/+176
|\ \
| * | proc: Add fs_context support to procfsDavid Howells2019-02-283-68/+129
| * | procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells2019-02-283-54/+52
| |/
* | proc: commit to genradixKent Overstreet2019-03-121-28/+15
* | proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan2019-03-121-9/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-091-1/+1
|\ \
| * | mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso2019-02-071-1/+1
* | | Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-3/+3
|\ \ \
| * | | audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-251-3/+3
| | |/ | |/|
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-072-9/+56
|\ \ \
| * | | procfs: add smack subdir to attrsCasey Schaufler2019-01-082-9/+56
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-0610-62/+68
|\ \ \
| * | | proc: use seq_puts() everywhereAlexey Dobriyan2019-03-053-10/+10
| * | | proc: read kernel cpu stat pointer onceAlexey Dobriyan2019-03-051-28/+32
| * | | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-053-3/+3
| * | | fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()Chengguang Xu2019-03-051-8/+8
| * | | fs/proc/self.c: code cleanup for proc_setup_self()Chengguang Xu2019-03-051-8/+8
| * | | mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-051-3/+5
| * | | mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-051-2/+2
| * | | mm: convert PG_balloon to PG_offlineDavid Hildenbrand2019-03-051-2/+2