aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-24x86/asm: add iosubmit_cmds512() based on MOVDIR64B CPU instructionDave Jiang1-0/+36
2020-01-23powerpc/fsl/dts: add fsl,erratum-a011043Madalin Bucur18-0/+18
2020-01-23ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1Raag Jadav1-0/+2
2020-01-23x86/boot: Simplify calculation of output addressArvind Sankar1-5/+3
2020-01-23powerpc/mm/hash: Fix sharing context ids between kernel & userspaceAneesh Kumar K.V1-1/+4
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-10/+8
2020-01-22ARM: 8955/1: virt: Relax arch timer version check during early bootVladimir Murzin1-4/+3
2020-01-22platform/x86: intel_pmc_ipc: Drop intel_pmc_gcr_read() and intel_pmc_gcr_write()Mika Westerberg1-12/+0
2020-01-22platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_raw_cmd() staticMika Westerberg1-8/+0
2020-01-22platform/x86: intel_pmc_ipc: Make intel_pmc_ipc_simple_command() staticMika Westerberg1-6/+0
2020-01-22platform/x86: intel_pmc_ipc: Make intel_pmc_gcr_update() staticMika Westerberg1-6/+0
2020-01-22platform/x86: intel_scu_ipc: Drop intel_scu_ipc_raw_command()Mika Westerberg1-2/+0
2020-01-22platform/x86: intel_scu_ipc: Drop intel_scu_ipc_io[read|write][8|16]()Mika Westerberg1-12/+0
2020-01-22platform/x86: intel_scu_ipc: Drop unused prototype intel_scu_ipc_fw_update()Mika Westerberg1-3/+0
2020-01-22platform/x86: intel_scu_ipc: Drop intel_scu_ipc_i2c_cntrl()Mika Westerberg1-3/+0
2020-01-22arm64: acpi: fix DAIF manipulation with pNMIMark Rutland2-2/+11
2020-01-22irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocationMarc Zyngier2-0/+3
2020-01-22x86/tsc: Remove redundant assignmentMateusz Nosek1-1/+0
2020-01-22s390: fix __EMIT_BUG() macroSven Schnelle5-16/+46
2020-01-22s390/ftrace: generate traced function stack frameVasily Gorbik1-1/+14
2020-01-22s390: adjust -mpacked-stack support check for clang 10Vasily Gorbik1-1/+1
2020-01-22s390/jump_label: use "i" constraint for clangVasily Gorbik1-1/+3
2020-01-22s390/cpum_sf: Use DIV_ROUND_UPThomas Richter1-1/+1
2020-01-22s390/cpum_sf: Use kzalloc and minor changesThomas Richter1-5/+4
2020-01-22s390/cpum_sf: Convert debug trace to common layoutThomas Richter1-26/+30
2020-01-22s390/pci: Fix possible deadlock in recover_store()Niklas Schnelle1-21/+42
2020-01-22s390/pci: Recover handle in clp_set_pci_fn()Niklas Schnelle3-21/+31
2020-01-22Merge branch 'for-next/rng' into for-next/coreWill Deacon9-2/+118
2020-01-22Merge branch 'for-next/errata' into for-next/coreWill Deacon8-25/+59
2020-01-22Merge branch 'for-next/asm-annotations' into for-next/coreWill Deacon25-104/+112
2020-01-22Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for-next/e0pd', 'for-next/entry', 'for-next/kbuild', 'for-next/kexec/cleanup', 'for-next/kexec/file-kdump', 'for-next/misc', 'for-next/nofpsimd', 'for-next/perf' and 'for-next/scs' into for-next/coreWill Deacon52-349/+844
2020-01-22arm64: kconfig: Fix alignment of E0PD help textWill Deacon1-6/+6
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-22crypto: arm/chacha - fix build failured when kernel mode NEON is disabledArd Biesheuvel1-2/+2
2020-01-22crypto: x86/poly1305 - emit does base conversion itselfJason A. Donenfeld1-6/+2
2020-01-22crypto: x86/poly1305 - fix .gitignore typoJason A. Donenfeld1-1/+1
2020-01-22crypto: x86/sha - Eliminate casts on asm implementationsKees Cook11-102/+102
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/cpu: Remove redundant cpu_detect_cache_sizes() callTony W Wang-oc2-4/+0
2020-01-20x86/resctrl: Add task resctrl information displayChen Yu2-0/+87
2020-01-20x86/sysfb: Fix check for bad VRAM sizeArvind Sankar1-1/+1
2020-01-20Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar107-1073/+427
2020-01-20x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lldArd Biesheuvel1-1/+1