summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stackleak: add on/off stack variantsMark Rutland2022-05-081-3/+32
* lkdtm/stackleak: check stack boundariesMark Rutland2022-05-081-0/+20
* lkdtm/stackleak: prevent unexpected stack usageMark Rutland2022-05-081-1/+23
* lkdtm/stackleak: rework boundary managementMark Rutland2022-05-081-39/+47
* lkdtm/stackleak: avoid spurious failureMark Rutland2022-05-081-7/+0
* stackleak: rework poison scanningMark Rutland2022-05-082-14/+30
* stackleak: rework stack high bound handlingMark Rutland2022-05-082-5/+28
* stackleak: clarify variable namesMark Rutland2022-05-081-16/+14
* stackleak: rework stack low bound handlingMark Rutland2022-05-082-11/+18
* stackleak: remove redundant checkMark Rutland2022-05-081-4/+0
* stackleak: move skip_erasing() check earlierMark Rutland2022-05-081-4/+9
* arm64: stackleak: fix current_top_of_stack()Mark Rutland2022-05-081-6/+4
* randstruct: Enable Clang supportKees Cook2022-05-082-2/+15
* randstruct: Move seed generation into scripts/basic/Kees Cook2022-05-089-21/+39
* randstruct: Split randstruct Makefile and CFLAGSKees Cook2022-05-087-10/+24
* randstruct: Reorganize Kconfigs and attribute macrosKees Cook2022-05-0810-66/+81
* sancov: Split plugin build from plugin CFLAGSKees Cook2022-05-081-6/+8
* netfs: Eliminate Clang randstruct warningKees Cook2022-05-081-2/+2
* cfi: Use __builtin_function_startSami Tolvanen2022-04-133-20/+11
* security: don't treat structure as an array of struct hlist_headBill Wendling2022-04-132-7/+4
* usercopy: Remove HARDENED_USERCOPY_PAGESPANMatthew Wilcox (Oracle)2022-04-132-73/+1
* mm/usercopy: Detect large folio overrunsMatthew Wilcox (Oracle)2022-04-131-6/+4
* mm/usercopy: Detect vmalloc overrunsMatthew Wilcox (Oracle)2022-04-131-0/+16
* mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)2022-04-133-6/+21
* Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-132-17/+31
|\
| * gcc-plugins: latent_entropy: use /dev/urandomJason A. Donenfeld2022-04-121-17/+27
| * uapi/linux/stddef.h: Add include guardsTadeusz Struk2022-03-311-0/+4
* | Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-136-26/+36
|\ \
| * | SUNRPC: Fix the svc_deferred_event trace classChuck Lever2022-04-071-3/+4
| * | SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-063-1/+5
| * | nfsd: Clean up nfsd_file_put()Trond Myklebust2022-03-311-10/+3
| * | nfsd: Fix a write performance regressionTrond Myklebust2022-03-311-3/+15
| * | SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai2022-03-281-12/+12
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-1331-124/+357
|\ \ \
| * | | KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPUVitaly Kuznetsov2022-04-114-40/+13
| * | | KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit2022-04-113-1/+5
| * | | Documentation: KVM: Add SPDX-License-Identifier tagLike Xu2022-04-114-1/+7
| * | | selftests: kvm: add tsc_scaling_sync to .gitignoreLike Xu2022-04-111-0/+1
| * | | Merge tag 'kvm-riscv-fixes-5.18-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-04-114-4/+5
| |\ \ \
| | * | | RISC-V: KVM: include missing hwcap.h into vcpu_fpHeiko Stuebner2022-04-091-0/+1
| | * | | KVM: selftests: riscv: Fix alignment of the guest_hang() functionAnup Patel2022-04-091-1/+1
| | * | | KVM: selftests: riscv: Set PTE A and D bits in VS-stage page tableAnup Patel2022-04-091-1/+3
| | * | | RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()Anup Patel2022-04-091-2/+0
| |/ / /
| * | | Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-04-0814-68/+285
| |\ \ \
| | * | | selftests: KVM: Free the GIC FD when cleaning up in arch_timerOliver Upton2022-04-071-4/+11
| | * | | selftests: KVM: Don't leak GIC FD across dirty log test iterationsOliver Upton2022-04-071-3/+31
| | * | | KVM: Don't create VM debugfs files outside of the VM directoryOliver Upton2022-04-071-2/+8
| | * | | KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)Andrew Jones2022-04-071-4/+10
| | * | | KVM: arm64: selftests: Introduce vcpu_width_configReiji Watanabe2022-04-063-0/+124
| | * | | KVM: arm64: mixed-width check should be skipped for uninitialized vCPUsReiji Watanabe2022-04-063-28/+74