index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
fs/proc/vmcore: Enable dumping of encrypted memory when SEV was active
Lianbo Jiang
2019-06-20
1
-3
/
+3
*
|
|
|
|
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-07-08
2
-0
/
+10
|
\
\
\
\
\
|
*
|
|
|
|
proc: Add /proc/<pid>/arch_status
Aubrey Li
2019-06-12
2
-0
/
+10
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-07-08
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
sched/core: Provide a pointer to the valid CPU mask
Sebastian Andrzej Siewior
2019-06-03
1
-2
/
+2
|
|
/
/
/
*
|
|
|
fs/proc/array.c: allow reporting eip/esp for all coredumping threads
John Ogness
2019-06-29
1
-1
/
+1
*
|
|
|
proc: remove useless d_is_dir() check
Christian Brauner
2019-06-27
1
-2
/
+1
|
/
/
/
*
|
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191
Thomas Gleixner
2019-05-30
1
-2
/
+1
*
|
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
2
-10
/
+2
|
/
/
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
|
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
3
-0
/
+3
|
/
*
kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...
Lin Feng
2019-05-14
1
-1
/
+1
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
1
-2
/
+2
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
1
-4
/
+21
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-02
1
-2
/
+4
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-25
1
-0
/
+18
|
|
\
\
|
*
|
|
bpf: Add file_pos field to bpf_sysctl ctx
Andrey Ignatov
2019-04-12
1
-1
/
+1
|
*
|
|
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
Andrey Ignatov
2019-04-12
1
-5
/
+17
|
*
|
|
bpf: Sysctl hook
Andrey Ignatov
2019-04-12
1
-0
/
+5
*
|
|
|
Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-05-07
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
proc: prevent changes to overridden credentials
Paul Moore
2019-04-29
1
-0
/
+5
*
|
|
|
|
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-05-07
1
-8
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
procfs: switch to ->free_inode()
Al Viro
2019-05-01
1
-8
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2019-05-06
1
-11
/
+6
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
proc: Simplify task stack retrieval
Thomas Gleixner
2019-04-29
1
-9
/
+5
|
*
|
|
|
latency_top: Remove the ULONG_MAX stack trace hackery
Thomas Gleixner
2019-04-14
1
-2
/
+1
|
|
/
/
/
*
|
|
/
fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
YueHaibing
2019-04-26
1
-2
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...
Andrea Arcangeli
2019-04-19
1
-0
/
+18
|
/
/
*
|
ptrace: Remove maxargs from task_current_syscall()
Steven Rostedt (Red Hat)
2019-04-04
1
-8
/
+9
*
|
fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
YueHaibing
2019-03-29
1
-1
/
+2
*
|
fs/proc/kcore.c: make kcore_modules static
YueHaibing
2019-03-29
1
-1
/
+1
*
|
x86/gart: Exclude GART aperture from kcore
Kairui Song
2019-03-23
1
-0
/
+27
|
/
*
Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...
Linus Torvalds
2019-03-16
1
-0
/
+9
|
\
|
*
signal: add pidfd_send_signal() syscall
Christian Brauner
2019-03-05
1
-0
/
+9
*
|
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2019-03-12
3
-117
/
+176
|
\
\
|
*
|
proc: Add fs_context support to procfs
David Howells
2019-02-28
3
-68
/
+129
|
*
|
procfs: Move proc_fill_super() to fs/proc/root.c
David Howells
2019-02-28
3
-54
/
+52
|
|
/
*
|
proc: commit to genradix
Kent Overstreet
2019-03-12
1
-28
/
+15
*
|
proc: calculate end pointer for /proc/*/* lookup at compile time
Alexey Dobriyan
2019-03-12
1
-9
/
+10
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2019-03-09
1
-1
/
+1
|
\
\
|
*
|
mm: make mm->pinned_vm an atomic64 counter
Davidlohr Bueso
2019-02-07
1
-1
/
+1
*
|
|
Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-07
1
-3
/
+3
|
\
\
\
|
*
|
|
audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT
Richard Guy Briggs
2019-01-25
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-03-07
2
-9
/
+56
|
\
\
\
|
*
|
|
procfs: add smack subdir to attrs
Casey Schaufler
2019-01-08
2
-9
/
+56
|
|
/
/
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-03-06
10
-62
/
+68
|
\
\
\
|
*
|
|
proc: use seq_puts() everywhere
Alexey Dobriyan
2019-03-05
3
-10
/
+10
|
*
|
|
proc: read kernel cpu stat pointer once
Alexey Dobriyan
2019-03-05
1
-28
/
+32
|
*
|
|
proc: remove unused argument in proc_pid_lookup()
Zhikang Zhang
2019-03-05
3
-3
/
+3
[prev]
[next]