summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-10ARM: use __inttype() in get_user()Russell King1-1/+8
2019-11-10ARM: oabi-compat: copy semops using __copy_from_user()Russell King1-3/+5
2019-11-10ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King3-21/+17
2019-11-10ARM: signal: copy registers using __copy_from_user()Russell King1-17/+21
2019-11-10ARM: spectre-v1: fix syscall entryRussell King2-11/+32
2019-11-10ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King1-0/+21
2019-11-10ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2-0/+21
2019-11-10ARM: spectre-v2: warn about incorrect context switching functionsRussell King1-0/+15
2019-11-10ARM: spectre-v2: add firmware based hardeningRussell King2-0/+81
2019-11-10ARM: spectre-v2: harden user aborts in kernel spaceRussell King5-8/+94
2019-11-10ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King3-3/+39
2019-11-10ARM: spectre-v2: harden branch predictor on context switchesRussell King3-35/+115
2019-11-10ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King1-0/+4
2019-11-10ARM: bugs: add support for per-processor bug checkingRussell King3-1/+10
2019-11-10ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King4-0/+13
2019-11-10ARM: bugs: prepare processor bug infrastructureRussell King3-2/+12
2019-11-10ARM: add more CPU part numbers for Cortex and Brahma B15 CPUsRussell King1-0/+8
2019-11-10arm/arm64: smccc-1.1: Handle function result as parametersMarc Zyngier1-10/+20
2019-11-10arm/arm64: smccc-1.1: Make return values unsigned longMarc Zyngier1-10/+10
2019-11-10arm/arm64: smccc: Add SMCCC-specific return codesMarc Zyngier1-0/+5
2019-11-10arm/arm64: smccc: Implement SMCCC v1.1 inline primitiveMarc Zyngier1-0/+141
2019-11-10arm/arm64: smccc: Make function identifiers an unsigned quantityMarc Zyngier1-2/+4
2019-11-10firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier2-0/+33
2019-11-10firmware/psci: Expose PSCI conduitMarc Zyngier2-5/+30
2019-11-10arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening supportMarc Zyngier1-0/+5
2019-11-10arm/arm64: KVM: Advertise SMCCC v1.1Marc Zyngier1-3/+19
2019-11-10ARM: Move system register accessors to asm/cp15.hVladimir Murzin2-16/+26
2019-11-10ARM: uaccess: remove put_user() code duplicationRussell King1-57/+49
2019-11-10ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander6-64/+23
2019-11-10ARM: 8480/2: arm64: add implementation for arm-smcccJens Wiklander5-1/+53
2019-11-10ARM: 8479/2: add implementation for arm-smcccJens Wiklander4-0/+71
2019-11-10ARM: 8478/2: arm/arm64: add arm-smcccJens Wiklander2-0/+107
2019-11-10ARM: 8051/1: put_user: fix possible data corruption in put_userAndrey Ryabinin1-1/+1
2019-11-10dmaengine: qcom: bam_dma: Fix resource leakJeffrey Hugo1-0/+14
2019-11-10net/flow_dissector: switch to siphashEric Dumazet7-49/+46
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet4-5/+5
2019-11-10net/mlx4_core: Dynamically set guaranteed amount of counters per VFEran Ben Elisha1-16/+26
2019-11-10vxlan: check tun_info options_len properlyXin Long1-1/+4
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-11-10net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-11-10net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao1-6/+9
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo2-3/+31
2019-11-10dccp: do not leak jiffies on the wireEric Dumazet1-1/+1
2019-11-10cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occursDave Wysochanski4-9/+22
2019-11-10MIPS: bmips: mark exception vectors as char arraysJonas Gorski3-10/+10
2019-11-10of: unittest: fix memory leak in unittest_data_addNavid Emamdoost1-0/+1
2019-11-10scsi: target: core: Do not overwrite CDB byte 1Bodo Stroesser1-21/+0
2019-11-10perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye1-0/+1
2019-11-10scsi: fix kconfig dependency warning related to 53C700_LE_ON_BEThomas Bogendoerfer1-1/+1
2019-11-10scsi: sni_53c710: fix compilation errorThomas Bogendoerfer1-3/+1