summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-10-04x86/paravirt: Work around GCC inlining bugs when compiling paravirt opsNadav Amit
2018-10-04x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...Nadav Amit
2018-10-04x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugsNadav Amit
2018-10-04x86/refcount: Work around GCC inlining bugNadav Amit
2018-10-04x86/objtool: Use asm macros to work around GCC inlining bugsNadav Amit
2018-10-04kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...Nadav Amit
2018-10-04kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker scriptNadav Amit
2018-10-04powerpc/powernv/npu: Remove atsd_threshold debugfs settingMark Hairgrove
2018-10-04powerpc/powernv/npu: Use size-based ATSD invalidatesMark Hairgrove
2018-10-04powerpc/powernv/npu: Reduce eieio usage when issuing ATSD invalidatesMark Hairgrove
2018-10-04powerpc: remove leftover code of old GCC version checksMasahiro Yamada
2018-10-04powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens
2018-10-04Merge branch 'linus' into x86/core, to pick up fixesIngo Molnar
2018-10-04x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski
2018-10-04KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page faultPaul Mackerras
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-04arm64: dts: uniphier: Add USB2 PHY nodesKunihiko Hayashi
2018-10-04arm64: dts: uniphier: Add USB3 controller nodesKunihiko Hayashi
2018-10-04ARM: dts: uniphier: Add USB2 PHY nodesKunihiko Hayashi
2018-10-04ARM: dts: uniphier: Add USB3 controller nodesKunihiko Hayashi
2018-10-03x86/intel_rdt: Show missing resctrl mount optionsXiaochen Shen
2018-10-03x86/intel_rdt: Switch to bitmap_zalloc()Andy Shevchenko
2018-10-03x86/intel_rdt: Re-enable pseudo-lock measurementsReinette Chatre
2018-10-03arm64: dts: meson-axg: s400: disable emmcJerome Brunet
2018-10-03arm64: dts: meson-axg: s400: add missing emmc pwrseqJerome Brunet
2018-10-03arm64: dts: clearfog-gt-8k: add PCIe slot descriptionBaruch Siach
2018-10-03arm64: xen: Use existing helper to check interrupt statusJulien Thierry
2018-10-03arm64: Use daifflag_restore after bp_hardeningJulien Thierry
2018-10-03arm64: daifflags: Use irqflags functions for daifflagsJulien Thierry
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman
2018-10-03signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman
2018-10-03x86/mm: Fix typo in commentTakuya Yamamoto
2018-10-03arm64: KVM: Remove some extra semicolon in kvm_target_cpuzhong jiang
2018-10-03KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier
2018-10-03kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose
2018-10-03kvm: arm64: Limit the minimum number of page table levelsSuzuki K Poulose
2018-10-03kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose
2018-10-03arm64: arch_timer: avoid unused function warningArnd Bergmann
2018-10-03x86-32, hibernate: Adjust in_suspend after resumed on 32bit systemZhimin Gu
2018-10-03x86-32, hibernate: Set up temporary text mapping for 32bit systemZhimin Gu
2018-10-03x86-32, hibernate: Switch to relocated restore code during resume on 32bit sy...Zhimin Gu
2018-10-03x86-32, hibernate: Switch to original page table after resumedZhimin Gu
2018-10-03x86-32, hibernate: Use the page size macro instead of constant valueZhimin Gu
2018-10-03x86-32, hibernate: Use temp_pgt as the temporary page tableZhimin Gu
2018-10-03x86, hibernate: Rename temp_level4_pgt to temp_pgtZhimin Gu
2018-10-03x86-32, hibernate: Enable CONFIG_ARCH_HIBERNATION_HEADER on 32bit systemZhimin Gu
2018-10-03x86, hibernate: Extract the common code of 64/32 bit systemZhimin Gu
2018-10-03x86-32/asm/power: Create stack frames in hibernate_asm_32.SZhimin Gu
2018-10-03PM / hibernate: Check the success of generating md5 digest before hibernationChen Yu