index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-22
objtool: Also consider .entry.text as noinstr
Thomas Gleixner
1
-6
/
+12
2020-04-22
objtool: Add STT_NOTYPE noinstr validation
Peter Zijlstra
1
-16
/
+30
2020-04-22
objtool: Rearrange validate_section()
Peter Zijlstra
1
-22
/
+29
2020-04-22
objtool: Avoid iterating !text section symbols
Peter Zijlstra
1
-1
/
+5
2020-04-22
kbuild/objtool: Add objtool-vmlinux.o pass
Peter Zijlstra
2
-0
/
+29
2020-04-22
objtool: Use sec_offset_hash() for insn_hash
Peter Zijlstra
1
-2
/
+3
2020-04-22
objtool: Optimize !vmlinux.o again
Peter Zijlstra
3
-26
/
+52
2020-04-22
objtool: Implement noinstr validation
Peter Zijlstra
5
-4
/
+112
2020-04-22
objtool: Fix !CFI insn_state propagation
Peter Zijlstra
4
-140
/
+157
2020-04-22
objtool: Rename struct cfi_state
Peter Zijlstra
4
-4
/
+4
2020-04-22
objtool: Remove SAVE/RESTORE hints
Peter Zijlstra
5
-73
/
+6
2020-04-22
x86,ftrace: Shrink ftrace_regs_caller() by one byte
Peter Zijlstra
1
-2
/
+2
2020-04-22
x86,ftrace: Use SIZEOF_PTREGS
Peter Zijlstra
1
-2
/
+2
2020-04-22
x86,ftrace: Fix ftrace_regs_caller() unwind
Peter Zijlstra
2
-19
/
+25
2020-04-22
objtool: Introduce HINT_RET_OFFSET
Peter Zijlstra
5
-9
/
+31
2020-04-22
objtool: Better handle IRET
Peter Zijlstra
4
-17
/
+29
2020-04-22
objtool: Support multiple stack_op per instruction
Julien Thierry
4
-31
/
+62
2020-04-22
objtool: Remove redundant .rodata section name comparison
Muchun Song
1
-2
/
+2
2020-04-22
objtool: Documentation: document UACCESS warnings
Nick Desaulniers
1
-0
/
+26
2020-04-22
objtool: Split out arch-specific CFI definitions
Julien Thierry
3
-20
/
+29
2020-04-22
objtool: Add abstraction for destination offsets
Raphael Gault
3
-8
/
+27
2020-04-22
objtool: Use arch specific values in restore_reg()
Julien Thierry
1
-2
/
+2
2020-04-22
objtool: Ignore empty alternatives
Julien Thierry
1
-0
/
+6
2020-04-22
objtool: Clean instruction state before each function validation
Julien Thierry
1
-7
/
+6
2020-04-22
objtool: Remove redundant checks on operand type
Julien Thierry
1
-3
/
+1
2020-04-22
objtool: Always do header sync check
Julien Thierry
1
-1
/
+1
2020-04-22
objtool: Fix off-by-one in symbol_by_offset()
Julien Thierry
1
-1
/
+1
2020-04-22
objtool: Fix 32bit cross builds
Peter Zijlstra
1
-1
/
+1
2020-04-21
tools/vm: fix cross-compile build
Lucas Stach
1
-0
/
+2
2020-04-21
coredump: fix null pointer dereference on coredump
Sudip Mukherjee
1
-0
/
+2
2020-04-21
mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path
Yang Shi
1
-2
/
+2
2020-04-21
shmem: fix possible deadlocks on shmlock_user_lock
Hugh Dickins
1
-2
/
+5
2020-04-21
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
4
-7
/
+18
2020-04-21
mm/shmem: fix build without THP
Hugh Dickins
1
-1
/
+1
2020-04-21
mm/ksm: fix NULL pointer dereference when KSM zero page is enabled
Muchun Song
1
-2
/
+10
2020-04-21
tools/build: tweak unused value workaround
George Burgess IV
1
-1
/
+1
2020-04-21
checkpatch: fix a typo in the regex for $allocFunctions
Christophe JAILLET
1
-1
/
+1
2020-04-21
mm, gup: return EINTR when gup is interrupted by fatal signals
Michal Hocko
1
-1
/
+1
2020-04-21
mm/hugetlb: fix a addressing exception caused by huge_pte_offset
Longpeng
1
-6
/
+8
2020-04-21
MAINTAINERS: add an entry for kfifo
Bartosz Golaszewski
1
-0
/
+7
2020-04-21
mm/userfaultfd: disable userfaultfd-wp on x86_32
Peter Xu
1
-1
/
+1
2020-04-21
slub: avoid redzone when choosing freepointer location
Kees Cook
1
-2
/
+10
2020-04-21
sh: fix build error in mm/init.c
Masahiro Yamada
1
-1
/
+1
2020-04-21
KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions
Paul Mackerras
2
-8
/
+10
2020-04-20
kvm: Disable objtool frame pointer checking for vmenter.S
Josh Poimboeuf
1
-0
/
+4
2020-04-20
tpm/tpm_tis: Free IRQ if probing fails
Jarkko Sakkinen
1
-1
/
+7
2020-04-20
tpm: fix wrong return value in tpm_pcr_extend
Tianjia Zhang
1
-1
/
+1
2020-04-20
tpm: ibmvtpm: retry on H_CLOSED in tpm_ibmvtpm_send()
George Wilson
1
-63
/
+73
2020-04-20
tpm: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as module
Stefan Berger
1
-0
/
+1
2020-04-20
vhost: disable for OABI
Michael S. Tsirkin
4
-7
/
+16
[next]