summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-01-22arm64: Use v8.5-RNG entropy for KASLR seedMark Brown2-0/+19
2020-01-22arm64: Implement archrandom.h for ARMv8.5-RNGRichard Henderson8-1/+102
2020-01-22powerpc/xive: Discard ESB load value when interrupt is invalidFrederic Barrat2-3/+13
2020-01-22powerpc: Ultravisor: Fix the dependencies for CONFIG_PPC_UVBharata B Rao1-5/+1
2020-01-22efi/x86: Disallow efi=old_map in mixed modeArd Biesheuvel1-1/+1
2020-01-21arm64: kbuild: remove compressed images on 'make ARCH=arm64 (dist)clean'Dirk Behme1-1/+1
2020-01-21arm64: entry: Avoid empty alternatives entriesJulien Thierry1-2/+2
2020-01-21arm64: Kconfig: select HAVE_FUTEX_CMPXCHGVladimir Murzin1-0/+1
2020-01-20irqchip: Define EXYNOS_IRQ_COMBINERHyunki Koo1-0/+1
2020-01-20x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel1-1/+1
2020-01-20efi/x86: avoid KASAN false positives when accessing the 1: 1 mappingArd Biesheuvel1-5/+6
2020-01-20efi: Add tracking for dynamically allocated memmapsDan Williams2-16/+17
2020-01-20efi/x86: Limit EFI old memory map to SGI UV machinesArd Biesheuvel6-199/+210
2020-01-20efi/x86: Avoid RWX mappings for all of DRAMArd Biesheuvel1-4/+16
2020-01-20efi/x86: Don't map the entire kernel text RW for mixed modeArd Biesheuvel1-2/+2
2020-01-20x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgdArd Biesheuvel1-7/+1
2020-01-20efi/libstub/x86: Fix unused-variable warningArnd Bergmann1-2/+0
2020-01-20efi/libstub/x86: Use mandatory 16-byte stack alignment in mixed modeArd Biesheuvel1-33/+13
2020-01-20efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel3-13/+10
2020-01-20Merge tag 'v5.5-rc7' into efi/core, to pick up fixesIngo Molnar65-967/+254
2020-01-19Merge tag 'riscv/for-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-25/+73
2020-01-18riscv: Less inefficient gcc tishift helpers (and export their symbols)Olof Johansson2-18/+61
2020-01-18riscv: delete temporary filesIlie Halip1-1/+2
2020-01-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-6/+6
2020-01-18Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+5
2020-01-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-24/+7
2020-01-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2020-01-18Merge tag 's390-5.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2020-01-17x86/speculation/swapgs: Exclude Zhaoxin CPUs from SWAPGS vulnerabilityTony W Wang-oc1-2/+2
2020-01-17x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2Tony W Wang-oc1-1/+8
2020-01-17x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta1-6/+7
2020-01-17arm64: csum: Fix pathological zero-length callsRobin Murphy1-0/+3
2020-01-17lib/vdso: Make __arch_update_vdso_data() logic understandableThomas Gleixner1-2/+2
2020-01-17arm64: entry: cleanup sp_el0 manipulationMark Rutland1-10/+7
2020-01-17arm64: entry: cleanup el0 svc handler namingMark Rutland3-6/+6
2020-01-17arm64: entry: mark all entry code as notraceMark Rutland1-2/+2
2020-01-17arm64: assembler: remove smp_dmb macroMark Rutland1-7/+0
2020-01-17arm64: assembler: remove inherit_daif macroMark Rutland1-6/+0
2020-01-17arm64: Use macros instead of hard-coded constants for MAIR_EL1Catalin Marinas2-17/+22
2020-01-17arm64: Add KRYO{3,4}XX CPU cores to spectre-v2 safe listSai Prakash Ranjan2-0/+6
2020-01-17perf/x86/intel/uncore: Remove PCIe3 unit for SNRKan Liang1-24/+0
2020-01-17perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_eventsKan Liang1-0/+1
2020-01-17perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 FamilyKan Liang1-0/+6
2020-01-17locking/osq: Use optimized spinning loop for arm64Waiman Long1-0/+9
2020-01-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds32-850/+115
2020-01-16MIPS: vdso: Define BUILD_VDSO32 when building a 32bit kernelThomas Gleixner1-0/+4
2020-01-16x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky1-2/+2
2020-01-16arm64: kernel: avoid x18 in __cpu_soft_restartArd Biesheuvel1-2/+2
2020-01-16arm64: kvm: stop treating register x18 as caller saveArd Biesheuvel1-21/+24
2020-01-16arm64/lib: copy_page: avoid x18 register in assembler codeArd Biesheuvel1-19/+19