summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-06x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit
2018-10-06x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit
2018-10-06x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit
2018-10-06Merge branch 'core/core' into x86/build, to prevent conflictsIngo Molnar
2018-10-06Merge tag 'irqchip-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner
2018-10-06x86/KASLR: Update KERNEL_IMAGE_SIZE descriptionBaoquan He
2018-10-06kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabledLianbo Jiang
2018-10-06x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang
2018-10-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2018-10-05Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2018-10-05MIPS: mscc: ocelot: add SerDes mux DT nodeQuentin Schulz
2018-10-05MIPS: mscc: ocelot: make HSIO registers address range a sysconQuentin Schulz
2018-10-05ARC: clone syscall to setp r25 as thread pointerVineet Gupta
2018-10-05x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski
2018-10-05MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regressionMaciej W. Rozycki
2018-10-05arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED definesJames Morse
2018-10-05arm64: defconfig: Enable SERIAL_8250_OMAPLokesh Vutla
2018-10-05arm64: defconfig: Enable TI_SCI related configsLokesh Vutla
2018-10-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman
2018-10-05arm64: dts: stratix10: add ethernet aliasesDinh Nguyen
2018-10-05Merge tag 'mvebu-dt-4.20-2' of git://git.infradead.org/linux-mvebu into next/dtArnd Bergmann
2018-10-05Merge tag 'mvebu-dt64-4.20-2' of git://git.infradead.org/linux-mvebu into nex...Arnd Bergmann
2018-10-05powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju
2018-10-05ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACLFabio Estevam
2018-10-05ARM: imx_v4_v5_defconfig: Remove unneeded optionsFabio Estevam
2018-10-05ARM: imx_v4_v5_defconfig: Re-sync defconfigFabio Estevam
2018-10-05ARM: mxs_defconfig: Remove unneeded optionsFabio Estevam
2018-10-05ARM: mxs_defconfig: Re-sync defconfigFabio Estevam
2018-10-05ARM: imx_v6_v7_defconfig: Remove unneeded optionsFabio Estevam
2018-10-05ARM: imx_v6_v7_defconfig: Re-sync defconfigFabio Estevam
2018-10-05powerpc: Don't print kernel instructions in show_user_instructions()Michael Ellerman
2018-10-05ARM: imx_v6_v7_defconfig: select CONFIG_ARM_CPUIDLE by defaultAnson Huang
2018-10-05ARM: imx_v6_v7_defconfig: Make usbnet drivers builtin for bootLeonard Crestez
2018-10-05ARM: imx_v6_v7_defconfig: add CONFIG_FW_LOADER_USER_HELPERRobin Gong
2018-10-05ARM: imx_v6_v7_defconfig: Select CONFIG_SENSORS_MC13783_ADCFabio Estevam
2018-10-05KVM: s390: Tracing APCB changesPierre Morel
2018-10-05arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.cKyrylo Tkachov
2018-10-05x86/olpc: Indicate that legacy PC XO-1 platform should not register RTCLubomir Rintel
2018-10-05ARM: 8797/1: spectre-v1.1: harden __copy_to_userJulien Thierry
2018-10-05ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitizationJulien Thierry
2018-10-05ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()Julien Thierry
2018-10-05ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limitJulien Thierry
2018-10-05ARM: 8793/1: signal: replace __put_user_error with __put_userJulien Thierry
2018-10-05ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()Julien Thierry
2018-10-05ARM: 8791/1: vfp: use __copy_to_user() when saving VFP stateJulien Thierry
2018-10-05ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt contextJulien Thierry
2018-10-05ARM: 8789/1: signal: copy registers using __copy_to_user()Julien Thierry
2018-10-05Merge branch 'x86/core' into x86/build, to avoid conflictsIngo Molnar