-
- 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: "A small set of fixes: - UAPI data type correction for hyperv - correct the cpu cores field in /proc/cpuinfo on CPU hotplug - return proper error code in the resctrl file system failure path to avoid silent subsequent failures - correct a subtle accounting issue in the new vector allocation code which went unnoticed for a while and caused suspend/resume failures" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations x86/topology: Fix function name in documentation x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system x86/apic/vector: Handle vector release on CPU unplug correctly genirq/matrix: Handle CPU offlining proper x86/headers/UAPI: Use __u64 instead of u64 in <uapi/asm/hyperv.h>
No related branches found
No related tags found
Showing
- Documentation/x86/topology.txt 1 addition, 1 deletionDocumentation/x86/topology.txt
- arch/x86/include/uapi/asm/hyperv.h 9 additions, 9 deletionsarch/x86/include/uapi/asm/hyperv.h
- arch/x86/kernel/apic/vector.c 22 additions, 3 deletionsarch/x86/kernel/apic/vector.c
- arch/x86/kernel/cpu/intel_rdt_rdtgroup.c 1 addition, 0 deletionsarch/x86/kernel/cpu/intel_rdt_rdtgroup.c
- arch/x86/kernel/smpboot.c 1 addition, 0 deletionsarch/x86/kernel/smpboot.c
- kernel/irq/matrix.c 14 additions, 9 deletionskernel/irq/matrix.c
Loading
Please register or sign in to comment