aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-02-06kasan: remove redundant initialization of variable 'real_size'Colin Ian King1-1/+1
2018-02-06kasan: clean up KASAN_SHADOW_SCALE_SHIFT usageAndrey Konovalov5-15/+22
2018-02-06kasan: fix prototype author email addressAndrey Konovalov2-2/+2
2018-02-06kasan: detect invalid freesDmitry Vyukov2-0/+56
2018-02-06kasan: unify code between kasan_slab_free() and kasan_poison_kfree()Dmitry Vyukov1-16/+12
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov3-8/+13
2018-02-06kasan: don't use __builtin_return_address(1)Dmitry Vyukov6-18/+19
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov6-15/+44
2018-02-06kasan: add functions for unpoisoning stack variablesAlexander Potapenko2-0/+59
2018-02-06kasan: add tests for alloca poisoningPaul Lawrence1-0/+22
2018-02-06kasan: support alloca() poisoningPaul Lawrence4-1/+48
2018-02-06kasan/Makefile: support LLVM style asan parametersAndrey Ryabinin1-11/+18
2018-02-06kasan: add compiler support for clangPaul Lawrence1-0/+8
2018-02-06kasan: don't emit builtin calls when sanitization is offAndrey Konovalov3-2/+6
2018-02-07kbuild: clang: disable unused variable warnings only when constantSodagudi Prasad1-2/+1
2018-02-07netfilter: nf_tables: fix flowtable freePablo Neira Ayuso6-13/+26
2018-02-07netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso3-18/+28
2018-02-07netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insertCong Wang1-5/+17
2018-02-06Documentation/process: tweak pgp maintainer guideKonstantin Ryabitsev1-15/+33
2018-02-06Merge tag 'platform-drivers-x86-v4.16-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds38-1103/+2293
2018-02-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds13-209/+311
2018-02-06arm64: Kill PSCI_GET_VERSION as a variant-2 workaroundMarc Zyngier3-70/+13
2018-02-06arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier2-1/+87
2018-02-06arm/arm64: smccc: Implement SMCCC v1.1 inline primitiveMarc Zyngier1-0/+141
2018-02-06arm/arm64: smccc: Make function identifiers an unsigned quantityMarc Zyngier1-2/+4
2018-02-06firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier2-0/+33
2018-02-06firmware/psci: Expose PSCI conduitMarc Zyngier2-5/+30
2018-02-06arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingMarc Zyngier1-2/+18
2018-02-06arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier4-1/+26
2018-02-06arm/arm64: KVM: Turn kvm_psci_version into a static inlineMarc Zyngier3-18/+33
2018-02-06arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier5-4/+39
2018-02-06arm/arm64: KVM: Implement PSCI 1.0 supportMarc Zyngier2-1/+47
2018-02-06arm/arm64: KVM: Add smccc accessors to PSCI codeMarc Zyngier1-10/+42
2018-02-06arm/arm64: KVM: Add PSCI_VERSION helperMarc Zyngier3-5/+8
2018-02-06arm/arm64: KVM: Consolidate the PSCI include filesMarc Zyngier6-34/+9
2018-02-06arm64: KVM: Increment PC after handling an SMC trapMarc Zyngier1-0/+9
2018-02-06arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+11
2018-02-06arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2018-02-06arm64: entry: Apply BP hardening for suspicious interrupts from EL0Will Deacon2-0/+11
2018-02-06arm64: entry: Apply BP hardening for high-priority synchronous exceptionsWill Deacon2-1/+13
2018-02-06arm64: futex: Mask __user pointers prior to dereferenceWill Deacon1-3/+6
2018-02-06arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_userWill Deacon4-14/+30
2018-02-06arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_userWill Deacon1-22/+32
2018-02-06arm64: uaccess: Prevent speculative use of the current addr_limitWill Deacon1-0/+7
2018-02-06arm64: entry: Ensure branch through syscall table is bounded under speculationWill Deacon2-0/+13
2018-02-06arm64: Use pointer masking to limit uaccess speculationRobin Murphy1-3/+23
2018-02-06arm64: Make USER_DS an inclusive limitRobin Murphy4-23/+33
2018-02-06arm64: Implement array_index_mask_nospec()Robin Murphy1-0/+21
2018-02-06arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon2-0/+8
2018-02-06arm64: idmap: Use "awx" flags for .idmap.text .pushsection directivesWill Deacon4-7/+7