summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* loadpin: stop using bdevnameChristoph Hellwig2022-05-161-4/+1
* mm: usercopy: move the virt_addr_valid() below the is_vmalloc_addr()Yuanzheng Song2022-05-161-3/+3
* gcc-plugins: randstruct: Remove cast exception handlingKees Cook2022-05-161-76/+3
* af_unix: Silence randstruct GCC plugin warningKees Cook2022-05-162-7/+3
* niu: Silence randstruct warningsKees Cook2022-05-162-12/+31
* big_keys: Use struct for internal payloadKees Cook2022-05-162-39/+36
* gcc-plugins: Change all version strings match kernelKees Cook2022-05-106-9/+10
* randomize_kstack: Improve docs on requirements/rationaleKees Cook2022-05-101-3/+24
* lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=nMark Rutland2022-05-081-1/+11
* arm64: entry: use stackleak_erase_on_task_stack()Mark Rutland2022-05-081-1/+1
* 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-122-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-126-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-271-12/+12
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-1231-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