-
- Downloads
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "Another pile of small fixes and updates for x86: - Plug a hole in the SMAP implementation which misses to clear AC on NMI entry - Fix the norandmaps/ADDR_NO_RANDOMIZE logic so the command line parameter works correctly again - Use the proper accessor in the startup64 code for next_early_pgt to prevent accessing of invalid addresses and faulting in the early boot code. - Prevent CPU hotplug lock recursion in the MTRR code - Unbreak CPU0 hotplugging - Rename overly long CPUID bits which got introduced in this cycle - Two commits which mark data 'const' and restrict the scope of data and functions to file scope by making them 'static'" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Constify attribute_group structures x86/boot/64/clang: Use fixup_pointer() to access 'next_early_pgt' x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks x86: Fix norandmaps/ADDR_NO_RANDOMIZE x86/mtrr: Prevent CPU hotplug lock recursion x86: Mark various structures and functions as 'static' x86/cpufeature, kvm/svm: Rename (shorten) the new "virtualized VMSAVE/VMLOAD" CPUID flag x86/smpboot: Unbreak CPU0 hotplug x86/asm/64: Clear AC on NMI entries
No related branches found
No related tags found
Showing
- arch/x86/entry/entry_64.S 2 additions, 0 deletionsarch/x86/entry/entry_64.S
- arch/x86/events/intel/bts.c 1 addition, 1 deletionarch/x86/events/intel/bts.c
- arch/x86/events/intel/p4.c 1 addition, 1 deletionarch/x86/events/intel/p4.c
- arch/x86/events/intel/rapl.c 1 addition, 1 deletionarch/x86/events/intel/rapl.c
- arch/x86/events/intel/uncore.c 1 addition, 1 deletionarch/x86/events/intel/uncore.c
- arch/x86/events/intel/uncore_nhmex.c 6 additions, 6 deletionsarch/x86/events/intel/uncore_nhmex.c
- arch/x86/events/intel/uncore_snb.c 3 additions, 3 deletionsarch/x86/events/intel/uncore_snb.c
- arch/x86/events/intel/uncore_snbep.c 21 additions, 21 deletionsarch/x86/events/intel/uncore_snbep.c
- arch/x86/include/asm/cpufeatures.h 1 addition, 1 deletionarch/x86/include/asm/cpufeatures.h
- arch/x86/kernel/cpu/mcheck/therm_throt.c 1 addition, 1 deletionarch/x86/kernel/cpu/mcheck/therm_throt.c
- arch/x86/kernel/cpu/microcode/core.c 2 additions, 2 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/cpu/mtrr/main.c 15 additions, 3 deletionsarch/x86/kernel/cpu/mtrr/main.c
- arch/x86/kernel/head64.c 4 additions, 3 deletionsarch/x86/kernel/head64.c
- arch/x86/kernel/ksysfs.c 2 additions, 2 deletionsarch/x86/kernel/ksysfs.c
- arch/x86/kernel/smpboot.c 17 additions, 13 deletionsarch/x86/kernel/smpboot.c
- arch/x86/kvm/svm.c 1 addition, 1 deletionarch/x86/kvm/svm.c
- arch/x86/mm/mmap.c 3 additions, 4 deletionsarch/x86/mm/mmap.c
- arch/x86/platform/uv/tlb_uv.c 2 additions, 2 deletionsarch/x86/platform/uv/tlb_uv.c
- fs/binfmt_elf.c 1 addition, 2 deletionsfs/binfmt_elf.c
Loading
Please register or sign in to comment