aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-12-27riscv: export flush_icache_all to modulesGravatar Olof Johansson 1-0/+1
2019-12-27riscv: reject invalid syscalls below -1Gravatar David Abdurachmanov 1-0/+1
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMUGravatar Luc Van Oostenryck 2-3/+4
2019-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-12/+39
2019-12-22Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-198/+23
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 2-6/+7
2019-12-22Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 55-640/+2421
2019-12-21Merge tag 's390-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 6-11/+32
2019-12-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-9/+26
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-12-21Merge branch 'parisc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-10/+11
2019-12-21Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 10-20/+47
2019-12-21Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+3
2019-12-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-0/+1
2019-12-20parisc: Fix compiler warnings in debug_core.cGravatar Helge Deller 1-2/+8
2019-12-20parisc: soft_offline_page() now takes the pfnGravatar Helge Deller 1-2/+1
2019-12-20arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe listGravatar Wei Li 1-0/+1
2019-12-20riscv: move sifive_l2_cache.c to drivers/socGravatar Christoph Hellwig 2-179/+0
2019-12-20riscv: define vmemmap before pfn_to_page callsGravatar David Abdurachmanov 1-17/+21
2019-12-20riscv: fix scratch register clearing in M-mode.Gravatar Greentime Hu 1-1/+1
2019-12-20riscv: Fix use of undefined config option CONFIG_CONFIG_MMUGravatar Andreas Schwab 1-1/+1
2019-12-18s390/ftrace: save traced function callerGravatar Vasily Gorbik 1-0/+1
2019-12-18s390/unwind: stop gracefully at user mode pt_regs in irq stackGravatar Vasily Gorbik 1-4/+11
2019-12-18s390/purgatory: do not build purgatory with kcov, kasan and friendsGravatar Christian Borntraeger 2-2/+7
2019-12-18s390/purgatory: Make sure we fail the build if purgatory has missing symbolsGravatar Hans de Goede 2-3/+11
2019-12-18s390/ftrace: fix endless recursion in function_graph tracerGravatar Sven Schnelle 1-2/+2
2019-12-18Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 25-109/+400
2019-12-18kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBDGravatar Jim Mattson 1-1/+2
2019-12-18kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDGravatar Jim Mattson 1-1/+2
2019-12-18KVM: PPC: Book3S HV: Don't do ultravisor calls on systems without ultravisorGravatar Paul Mackerras 1-1/+2
2019-12-17Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+2
2019-12-17Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+4
2019-12-17perf/x86/intel: Fix PT PMI handlingGravatar Alexander Shishkin 1-2/+7
2019-12-17perf/x86/intel/bts: Fix the use of page_private()Gravatar Alexander Shishkin 1-5/+11
2019-12-17perf/x86: Fix potential out-of-bounds accessGravatar Peter Zijlstra 1-2/+8
2019-12-17x86/mce: Fix possibly incorrect severity calculation on AMDGravatar Jan H. Schönherr 1-1/+1
2019-12-17x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Gravatar Yazen Ghannam 1-1/+1
2019-12-17x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Gravatar Konstantin Khlebnikov 1-1/+1
2019-12-17KVM: PPC: Book3S HV: Fix regression on big endian hostsGravatar Marcus Comstedt 1-2/+2
2019-12-16Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 18-29/+62
2019-12-16Merge tag 'arm-soc/for-5.5/soc-fixes' of https://github.com/Broadcom/stblinux...Gravatar Olof Johansson 1-0/+1
2019-12-16Merge tag 'samsung-fixes-5.5' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Olof Johansson 1-0/+1
2019-12-16Merge tag 'renesas-fixes-for-v5.5-tag1' of git://git.kernel.org/pub/scm/linux...Gravatar Olof Johansson 1-0/+1
2019-12-16powerpc: Fix __clear_user() with KUAP enabledGravatar Andrew Donnellan 3-7/+12
2019-12-16powerpc/pseries/cmm: fix managed page counts when migrating pages between zonesGravatar David Hildenbrand 1-0/+10
2019-12-16powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()Gravatar Christophe Leroy 1-1/+1
2019-12-15ARM: bcm: Add missing sentinel to bcm2711_compat[]Gravatar H. Nikolaus Schaller 1-0/+1
2019-12-15Merge tag 'riscv/for-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-3/+3
2019-12-15parisc: add missing __init annotationGravatar Sven Schnelle 1-1/+1
2019-12-15parisc: fix compilation when KEXEC=n and KEXEC_FILE=yGravatar Sven Schnelle 2-5/+1