summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* x86/microcode: Fix again accessing initrd after having been freedBorislav Petkov2018-01-311-1/+1
* x86/microcode/intel: Extend BDW late-loading further with LLC size checkJia Zhang2018-01-311-2/+18
* perf/x86/amd/power: Do not load AMD power module on !AMD platformsXiao Liang2018-01-311-1/+1
* ARM: net: bpf: clarify tail_call indexRussell King2018-01-311-1/+1
* ARM: net: bpf: fix LDX instructionsRussell King2018-01-311-28/+33
* ARM: net: bpf: fix register savingRussell King2018-01-311-58/+22
* ARM: net: bpf: correct stack layout documentationRussell King2018-01-311-8/+27
* ARM: net: bpf: move stack documentationRussell King2018-01-311-21/+21
* ARM: net: bpf: fix stack alignmentRussell King2018-01-311-3/+8
* ARM: net: bpf: fix tail call jumpsRussell King2018-01-311-1/+1
* ARM: net: bpf: avoid 'bx' instruction on non-Thumb capable CPUsRussell King2018-01-311-7/+11
* KVM: s390: add proper locking for CMMA migration bitmapChristian Borntraeger2018-01-311-7/+11
* MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski2018-01-231-1/+1
* x86/mm: Rework wbinvd, hlt operation in stop_this_cpu()Tom Lendacky2018-01-231-10/+15
* x86/retpoline: Optimize inline assembler for vmexit_fill_RSBAndi Kleen2018-01-231-3/+4
* kprobes/x86: Disable optimizing on the function jumps to indirect thunkMasami Hiramatsu2018-01-231-1/+22
* kprobes/x86: Blacklist indirect thunk functions for kprobesMasami Hiramatsu2018-01-231-1/+2
* retpoline: Introduce start/end markers of indirect thunkMasami Hiramatsu2018-01-233-1/+10
* x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-233-1/+7
* arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC callsMarc Zyngier2018-01-231-2/+2
* MIPS: CM: Drop WARN_ON(vp != 0)James Hogan2018-01-231-1/+0
* alpha/PCI: Fix noname IRQ level detectionLorenzo Pieralisi2018-01-231-6/+29
* x86: Use __nostackprotect for sme_encrypt_kernelLaura Abbott2018-01-231-1/+1
* ARM: dts: kirkwood: fix pin-muxing of MPP7 on OpenBlocks A7Thomas Petazzoni2018-01-231-2/+8
* ARM: sunxi_defconfig: Enable CMAMaxime Ripard2018-01-231-0/+2
* ARM64: dts: marvell: armada-cp110: Fix clock resources for various nodeGregory CLEMENT2018-01-232-8/+14
* x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky2018-01-235-43/+85
* ARM: OMAP3: hwmod_data: add missing module_offs for MMC3Tero Kristo2018-01-231-0/+1
* x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky2018-01-232-22/+121
* x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky2018-01-231-56/+77
* x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky2018-01-231-44/+46
* x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky2018-01-231-10/+10
* x86/apic/vector: Fix off by one in error pathThomas Gleixner2018-01-231-2/+5
* x86/tsc: Fix erroneous TSC rate on Skylake XeonLen Brown2018-01-231-1/+0
* x86/tsc: Future-proof native_calibrate_tsc()Len Brown2018-01-231-0/+2
* x86/idt: Mark IDT tables __initconstAndi Kleen2018-01-231-6/+6
* x86/mm/pkeys: Fix fill_sig_info_pkeyEric W. Biederman2018-01-231-3/+4
* x86/intel_rdt/cqm: Prevent use after freeThomas Gleixner2018-01-231-4/+4
* x86/cpufeature: Move processor tracing out of scattered featuresPaolo Bonzini2018-01-232-2/+1
* x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky2018-01-231-1/+5
* x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse2018-01-234-0/+59
* x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin2018-01-231-10/+14
* powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-01-231-0/+49
* powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-01-231-0/+35
* powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-01-231-1/+23
* powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-239-8/+286
* powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-01-231-1/+28
* powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-231-2/+16
* powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-231-1/+11
* powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-236-26/+32