summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-01-31ARM: net: bpf: clarify tail_call indexRussell King1-1/+1
2018-01-31ARM: net: bpf: fix LDX instructionsRussell King1-28/+33
2018-01-31ARM: net: bpf: fix register savingRussell King1-58/+22
2018-01-31ARM: net: bpf: correct stack layout documentationRussell King1-8/+27
2018-01-31ARM: net: bpf: move stack documentationRussell King1-21/+21
2018-01-31ARM: net: bpf: fix stack alignmentRussell King1-3/+8
2018-01-31ARM: net: bpf: fix tail call jumpsRussell King1-1/+1
2018-01-31ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUsRussell King1-7/+11
2018-01-31KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger1-7/+11
2018-01-23MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski1-1/+1
2018-01-23x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()Tom Lendacky1-10/+15
2018-01-23x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen1-3/+4
2018-01-23kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu1-1/+22
2018-01-23kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu1-1/+2
2018-01-23retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu3-1/+10
2018-01-23x86/mce: Make machine check speculation protectedThomas Gleixner3-1/+7
2018-01-23arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier1-2/+2
2018-01-23MIPS: CM: Drop WARN_ON(vp != 0)James Hogan1-1/+0
2018-01-23alpha/PCI: Fix noname IRQ level detectionLorenzo Pieralisi1-6/+29
2018-01-23x86: Use __nostackprotect for sme_encrypt_kernelLaura Abbott1-1/+1
2018-01-23ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7Thomas Petazzoni1-2/+8
2018-01-23ARM: sunxi_defconfig: Enable CMAMaxime Ripard1-0/+2
2018-01-23ARM64: dts: marvell: armada-cp110: Fix clock resources for various nodeGregory CLEMENT2-8/+14
2018-01-23x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky5-43/+85
2018-01-23ARM: OMAP3: hwmod_data: add missing module_offs for MMC3Tero Kristo1-0/+1
2018-01-23x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky2-22/+121
2018-01-23x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky1-56/+77
2018-01-23x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky1-44/+46
2018-01-23x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky1-10/+10
2018-01-23x86/apic/vector: Fix off by one in error pathThomas Gleixner1-2/+5
2018-01-23x86/tsc: Fix erroneous TSC rate on Skylake XeonLen Brown1-1/+0
2018-01-23x86/tsc: Future-proof native_calibrate_tsc()Len Brown1-0/+2
2018-01-23x86/idt: Mark IDT tables __initconstAndi Kleen1-6/+6
2018-01-23x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman1-3/+4
2018-01-23x86/intel_rdt/cqm: Prevent use after freeThomas Gleixner1-4/+4
2018-01-23x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini2-2/+1
2018-01-23x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky1-1/+5
2018-01-23x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse4-0/+59
2018-01-23x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin1-10/+14
2018-01-23powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran1-0/+49
2018-01-23powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling1-0/+35
2018-01-23powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman1-1/+23
2018-01-23powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman9-8/+286
2018-01-23powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin1-1/+28
2018-01-23powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin1-2/+16
2018-01-23powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin1-1/+11
2018-01-23powerpc/64s: Simple RFI macro conversionsNicholas Piggin6-26/+32
2018-01-23powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2-0/+35
2018-01-23powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapperMichael Neuling2-0/+31
2018-01-17x86/retpoline: Remove compile time warningThomas Gleixner1-2/+0