Age | Commit message (Expand) | Author |
2018-10-04 | x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops | Nadav Amit |
2018-10-04 | x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ... | Nadav Amit |
2018-10-04 | x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugs | Nadav Amit |
2018-10-04 | x86/refcount: Work around GCC inlining bug | Nadav Amit |
2018-10-04 | x86/objtool: Use asm macros to work around GCC inlining bugs | Nadav Amit |
2018-10-04 | kbuild/Makefile: Prepare for using macros in inline assembly code to work aro... | Nadav Amit |
2018-10-04 | kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker script | Nadav Amit |
2018-10-04 | powerpc/powernv/npu: Remove atsd_threshold debugfs setting | Mark Hairgrove |
2018-10-04 | powerpc/powernv/npu: Use size-based ATSD invalidates | Mark Hairgrove |
2018-10-04 | powerpc/powernv/npu: Reduce eieio usage when issuing ATSD invalidates | Mark Hairgrove |
2018-10-04 | powerpc: remove leftover code of old GCC version checks | Masahiro Yamada |
2018-10-04 | powerpc/nohash: fix undefined behaviour when testing page size support | Daniel Axtens |
2018-10-04 | Merge branch 'linus' into x86/core, to pick up fixes | Ingo Molnar |
2018-10-04 | x86/vdso: Fix vDSO syscall fallback asm constraint regression | Andy Lutomirski |
2018-10-04 | KVM: PPC: Book3S HV: Avoid crash from THP collapse during radix page fault | Paul Mackerras |
2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-10-04 | arm64: dts: uniphier: Add USB2 PHY nodes | Kunihiko Hayashi |
2018-10-04 | arm64: dts: uniphier: Add USB3 controller nodes | Kunihiko Hayashi |
2018-10-04 | ARM: dts: uniphier: Add USB2 PHY nodes | Kunihiko Hayashi |
2018-10-04 | ARM: dts: uniphier: Add USB3 controller nodes | Kunihiko Hayashi |
2018-10-03 | x86/intel_rdt: Show missing resctrl mount options | Xiaochen Shen |
2018-10-03 | x86/intel_rdt: Switch to bitmap_zalloc() | Andy Shevchenko |
2018-10-03 | x86/intel_rdt: Re-enable pseudo-lock measurements | Reinette Chatre |
2018-10-03 | arm64: dts: meson-axg: s400: disable emmc | Jerome Brunet |
2018-10-03 | arm64: dts: meson-axg: s400: add missing emmc pwrseq | Jerome Brunet |
2018-10-03 | arm64: dts: clearfog-gt-8k: add PCIe slot description | Baruch Siach |
2018-10-03 | arm64: xen: Use existing helper to check interrupt status | Julien Thierry |
2018-10-03 | arm64: Use daifflag_restore after bp_hardening | Julien Thierry |
2018-10-03 | arm64: daifflags: Use irqflags functions for daifflags | Julien Thierry |
2018-10-03 | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman |
2018-10-03 | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE | Eric W. Biederman |
2018-10-03 | signal/sparc: Move EMT_TAGOVF into the generic siginfo.h | Eric W. Biederman |
2018-10-03 | x86/mm: Fix typo in comment | Takuya Yamamoto |
2018-10-03 | arm64: KVM: Remove some extra semicolon in kvm_target_cpu | zhong jiang |
2018-10-03 | KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2 | Marc Zyngier |
2018-10-03 | kvm: arm64: Allow tuning the physical address size for VM | Suzuki K Poulose |
2018-10-03 | kvm: arm64: Limit the minimum number of page table levels | Suzuki K Poulose |
2018-10-03 | kvm: arm64: Set a limit on the IPA size | Suzuki K Poulose |
2018-10-03 | arm64: arch_timer: avoid unused function warning | Arnd Bergmann |
2018-10-03 | x86-32, hibernate: Adjust in_suspend after resumed on 32bit system | Zhimin Gu |
2018-10-03 | x86-32, hibernate: Set up temporary text mapping for 32bit system | Zhimin Gu |
2018-10-03 | x86-32, hibernate: Switch to relocated restore code during resume on 32bit sy... | Zhimin Gu |
2018-10-03 | x86-32, hibernate: Switch to original page table after resumed | Zhimin Gu |
2018-10-03 | x86-32, hibernate: Use the page size macro instead of constant value | Zhimin Gu |
2018-10-03 | x86-32, hibernate: Use temp_pgt as the temporary page table | Zhimin Gu |
2018-10-03 | x86, hibernate: Rename temp_level4_pgt to temp_pgt | Zhimin Gu |
2018-10-03 | x86-32, hibernate: Enable CONFIG_ARCH_HIBERNATION_HEADER on 32bit system | Zhimin Gu |
2018-10-03 | x86, hibernate: Extract the common code of 64/32 bit system | Zhimin Gu |
2018-10-03 | x86-32/asm/power: Create stack frames in hibernate_asm_32.S | Zhimin Gu |
2018-10-03 | PM / hibernate: Check the success of generating md5 digest before hibernation | Chen Yu |