Age | Commit message (Expand) | Author | Files | Lines |
2020-04-18 | x86/split_lock: Add Tremont family CPU models | Tony Luck | 1 | -0/+3 |
2020-04-18 | x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architectural | Tony Luck | 1 | -14/+31 |
2020-04-17 | x86/resctrl: Preserve CDP enable over CPU hotplug | James Morse | 3 | -0/+16 |
2020-04-17 | x86/resctrl: Fix invalid attempt at removing the default resource group | Reinette Chatre | 1 | -1/+2 |
2020-04-17 | x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL() | Tony Luck | 1 | -4/+2 |
2020-04-15 | x86/umip: Make umip_insns static | Jason Yan | 1 | -1/+1 |
2020-04-14 | x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE | John Allen | 1 | -1/+1 |
2020-04-12 | Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -9/+79 |
2020-04-12 | Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -0/+522 |
2020-04-11 | Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 20 | -277/+91 |
2020-04-11 | KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guest | Xiaoyao Li | 1 | -3/+34 |
2020-04-11 | KVM: x86: Emulate split-lock access as a write in emulator | Xiaoyao Li | 1 | -1/+11 |
2020-04-11 | x86/split_lock: Provide handle_guest_split_lock() | Thomas Gleixner | 2 | -5/+34 |
2020-04-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 13 | -43/+77 |
2020-04-11 | Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -2/+2 |
2020-04-11 | mm/memory_hotplug: add pgprot_t to mhp_params | Logan Gunthorpe | 2 | -1/+13 |
2020-04-11 | x86/mm: introduce __set_memory_prot() | Logan Gunthorpe | 2 | -0/+14 |
2020-04-11 | x86/mm: thread pgprot_t through init_memory_mapping() | Logan Gunthorpe | 8 | -25/+34 |
2020-04-11 | mm/memory_hotplug: rename mhp_restrictions to mhp_params | Logan Gunthorpe | 2 | -6/+6 |
2020-04-11 | mm/vma: introduce VM_ACCESS_FLAGS | Anshuman Khandual | 1 | -1/+1 |
2020-04-11 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 2 | -11/+3 |
2020-04-11 | mm: define pte_index as macro for x86 | Arjun Roy | 1 | -0/+3 |
2020-04-11 | mm: hugetlb: optionally allocate gigantic hugepages using cma | Roman Gushchin | 1 | -0/+4 |
2020-04-10 | Merge tag 'acpi-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -1/+1 |
2020-04-10 | Merge branches 'acpi-ec' and 'acpi-x86' | Rafael J. Wysocki | 1 | -1/+1 |
2020-04-09 | x86/xen: fix booting 32-bit pv guest | Juergen Gross | 1 | -1/+1 |
2020-04-09 | Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -15/+53 |
2020-04-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 14 | -3513/+3737 |
2020-04-08 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -4/+0 |
2020-04-08 | x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2 | Jason A. Donenfeld | 12 | -62/+6 |
2020-04-08 | crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean' | Masahiro Yamada | 1 | -2/+0 |
2020-04-08 | crypto: x86 - rework configuration based on Kconfig | Jason A. Donenfeld | 1 | -87/+65 |
2020-04-08 | x86: add comments about the binutils version to support code in as-instr | Masahiro Yamada | 1 | -0/+10 |
2020-04-08 | x86: probe assembler capabilities via kconfig instead of makefile | Jason A. Donenfeld | 3 | -10/+19 |
2020-04-08 | x86: remove always-defined CONFIG_AS_AVX | Masahiro Yamada | 13 | -89/+21 |
2020-04-08 | x86: remove always-defined CONFIG_AS_SSSE3 | Masahiro Yamada | 2 | -5/+2 |
2020-04-08 | x86: remove always-defined CONFIG_AS_CFI_SECTIONS | Masahiro Yamada | 2 | -6/+2 |
2020-04-08 | x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAME | Masahiro Yamada | 2 | -10/+2 |
2020-04-08 | x86: remove always-defined CONFIG_AS_CFI | Masahiro Yamada | 2 | -44/+2 |
2020-04-08 | x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.h | Masahiro Yamada | 1 | -1/+1 |
2020-04-08 | ACPI, x86/boot: make acpi_nobgrt static | Jason Yan | 1 | -1/+1 |
2020-04-08 | perf/x86/intel/uncore: Add Ice Lake server uncore support | Kan Liang | 3 | -0/+522 |
2020-04-08 | x86/xen: make xen_pvmmu_arch_setup() static | Jason Yan | 1 | -1/+1 |
2020-04-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 8 | -9/+87 |
2020-04-07 | Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+10 |
2020-04-07 | compiler: remove CONFIG_OPTIMIZE_INLINING entirely | Masahiro Yamada | 2 | -2/+0 |
2020-04-07 | sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLINING | Masahiro Yamada | 1 | -4/+0 |
2020-04-07 | userfaultfd: wp: add pmd_swp_*uffd_wp() helpers | Peter Xu | 1 | -0/+15 |
2020-04-07 | userfaultfd: wp: add WP pagetable tracking to x86 | Andrea Arcangeli | 4 | -2/+71 |
2020-04-07 | mm/vma: make vma_is_accessible() available for general use | Anshuman Khandual | 1 | -1/+1 |