index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
devres.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
context_tracking: Ensure that the critical path cannot be instrumented
Thomas Gleixner
3
-12
/
+14
2020-06-11
x86/entry: Exclude low level entry code from sanitizing
Peter Zijlstra
1
-0
/
+8
2020-06-11
x86/entry: Remove the unused LOCKDEP_SYSEXIT cruft
Thomas Gleixner
2
-29
/
+0
2020-06-11
x86/entry/64: Avoid pointless code when CONTEXT_TRACKING=n
Thomas Gleixner
1
-0
/
+2
2020-06-11
x86/doublefault: Remove memmove() call
Peter Zijlstra
1
-1
/
+6
2020-06-11
x86/hw_breakpoint: Prevent data breakpoints on cpu_entry_area
Andy Lutomirski
1
-0
/
+25
2020-06-11
x86/idt: Keep spurious entries unset in system_vectors
Vitaly Kuznetsov
1
-1
/
+5
2020-06-11
x86/idt: Annotate alloc_intr_gate() with __init
Vitaly Kuznetsov
1
-3
/
+13
2020-06-11
x86/xen: Split HVM vector callback setup and interrupt gate allocation
Vitaly Kuznetsov
3
-13
/
+19
2020-06-11
x86/idt: Remove address operator on function machine_check()
Lai Jiangshan
1
-2
/
+2
2020-06-11
x86/entry/64: Remove unneeded kernel CR3 switching
Lai Jiangshan
1
-1
/
+0
2020-06-11
x86/entry/64: Remove an unused label
Lai Jiangshan
1
-1
/
+0
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
28
-82
/
+2403
2020-06-11
asm-generic/atomic: Use __always_inline for fallback wrappers
Marco Elver
21
-188
/
+192
2020-06-10
arch/powerpc/mm/pgtable.c: another missed conversion
Andrew Morton
1
-1
/
+1
2020-06-10
proc: s_fs_info may be NULL when proc_kill_sb is called
Alexey Gladkov
1
-4
/
+6
2020-06-10
sysctl: reject gigantic reads/write to sysctl files
Christoph Hellwig
1
-0
/
+4
2020-06-10
cdrom: fix an incorrect __user annotation on cdrom_sysctl_info
Christoph Hellwig
1
-1
/
+1
2020-06-10
Documentation/CodingStyle: Fix duplicate "are" typo
Geert Uytterhoeven
1
-1
/
+1
2020-06-10
arch/sparc/mm/srmmu.c: fix build
Andrew Morton
1
-10
/
+0
2020-06-09
clk: mediatek: Remove ifr{0,1}_cfg_regs structures
Stephen Boyd
1
-30
/
+0
2020-06-09
clk: baikal-t1: remove redundant assignment to variable 'divider'
Colin Ian King
1
-1
/
+1
2020-06-09
clk: baikal-t1: fix spelling mistake "Uncompatible" -> "Incompatible"
Colin Ian King
1
-1
/
+1
2020-06-09
dt-bindings: clock: Add a missing include to MMP Audio Clock binding
Lubomir Rintel
1
-0
/
+1
2020-06-09
Input: adi - work around module name confict
Arnd Bergmann
1
-0
/
+1
2020-06-09
x86: use proper parentheses around new uaccess macro argument uses
Linus Torvalds
1
-7
/
+7
2020-06-09
afs: Make afs_zap_data() static
David Howells
2
-2
/
+1
2020-06-09
afs: Remove afs_zero_fid as it's not used
David Howells
1
-2
/
+0
2020-06-09
afs: Fix debugging statements with %px to be %p
David Howells
2
-2
/
+2
2020-06-09
uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned
Oleg Nesterov
1
-4
/
+12
2020-06-09
include/linux/cache.h: expand documentation over __read_mostly
Luis Chamberlain
1
-2
/
+8
2020-06-09
maccess: return -ERANGE when probe_kernel_read() fails
Christoph Hellwig
1
-7
/
+9
2020-06-09
x86: use non-set_fs based maccess routines
Christoph Hellwig
1
-0
/
+16
2020-06-09
maccess: allow architectures to provide kernel probing directly
Christoph Hellwig
1
-0
/
+76
2020-06-09
maccess: move user access routines together
Christoph Hellwig
1
-56
/
+56
2020-06-09
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
8
-54
/
+19
2020-06-09
maccess: remove strncpy_from_unsafe
Christoph Hellwig
2
-39
/
+1
2020-06-09
tracing/kprobes: handle mixed kernel/userspace probes better
Christoph Hellwig
1
-29
/
+43
2020-06-09
bpf: rework the compat kernel probe handling
Christoph Hellwig
1
-42
/
+67
2020-06-09
bpf:bpf_seq_printf(): handle potentially unsafe format string better
Andrew Morton
1
-3
/
+5
2020-06-09
bpf: handle the compat string in bpf_trace_copy_string better
Christoph Hellwig
1
-2
/
+5
2020-06-09
bpf: factor out a bpf_trace_copy_string helper
Christoph Hellwig
1
-18
/
+24
2020-06-09
maccess: unify the probe kernel arch hooks
Christoph Hellwig
5
-50
/
+61
2020-06-09
maccess: remove probe_read_common and probe_write_common
Christoph Hellwig
1
-34
/
+29
2020-06-09
maccess: rename strnlen_unsafe_user to strnlen_user_nofault
Christoph Hellwig
3
-4
/
+4
2020-06-09
maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
Christoph Hellwig
4
-8
/
+8
2020-06-09
maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofault
Christoph Hellwig
4
-7
/
+7
2020-06-09
maccess: update the top of file comment
Christoph Hellwig
1
-1
/
+1
2020-06-09
maccess: clarify kerneldoc comments
Christoph Hellwig
1
-17
/
+43
2020-06-09
maccess: remove duplicate kerneldoc comments
Christoph Hellwig
1
-38
/
+0
[next]