summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/pkeys/selftests: Fix protection keys write() warningDave Hansen2017-11-211-1/+4
* x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen2017-11-211-5/+5
* x86/mpx/selftests: Fix up weird arraysDave Hansen2017-11-211-2/+2
* x86/pkeys: Update documentation about availabilityDave Hansen2017-11-211-2/+7
* x86/umip: Print a warning into the syslog if UMIP-protected instructions are ...Ricardo Neri2017-11-211-4/+58
* x86/smpboot: Fix __max_logical_packages estimatePrarit Bhargava2017-11-171-45/+10
* x86/topology: Avoid wasting 128k for package id arrayAndi Kleen2017-11-172-44/+30
* perf/x86/intel/uncore: Cache logical pkg id in uncore driverAndi Kleen2017-11-173-4/+4
* x86/acpi: Reduce code duplication in mp_override_legacy_irq()Vikas C Sajjan2017-11-171-22/+5
* x86/acpi: Handle SCI interrupts above legacy space gracefullyVikas C Sajjan2017-11-171-1/+33
* x86/boot: Fix boot failure when SMP MP-table is based at 0Tom Lendacky2017-11-171-2/+4
* x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom2017-11-163-0/+24
* x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2017-11-162-1/+178
* x86/mm: Prevent non-MAP_FIXED mapping across DEFAULT_MAP_WINDOW borderKirill A. Shutemov2017-11-164-6/+62
* x86/umip: Identify the STR and SLDT instructionsRicardo Neri2017-11-141-8/+16
* x86/umip: Print a line in the boot log that UMIP has been enabledRicardo Neri2017-11-141-0/+2
* x86/umip: Select X86_INTEL_UMIP by defaultRicardo Neri2017-11-141-3/+9
* x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()Rafael J. Wysocki2017-11-131-4/+7
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-137-51/+148
|\
| * x86/tsc: Mark cyc2ns_init() and detect_art() __initDou Liyang2017-11-101-2/+2
| * x86/platform/UV: Mark tsc_check_sync as an init functionmike.travis@hpe.com2017-10-241-1/+1
| * x86/tsc: Make CONFIG_X86_TSC=n build work againThomas Gleixner2017-10-171-0/+4
| * x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com2017-10-162-5/+61
| * x86/tsc: Provide a means to disable TSC ARTmike.travis@hpe.com2017-10-161-2/+6
| * x86/tsc: Drastically reduce the number of firmware bug warningsmike.travis@hpe.com2017-10-161-6/+3
| * x86/tsc: Skip TSC test and error messages if already unstablemike.travis@hpe.com2017-10-161-0/+8
| * x86/tsc: Add option that TSC on Socket 0 being non-zero is validmike.travis@hpe.com2017-10-162-4/+37
| * x86/timers: Move simple_udelay_calibration() past kvmclock_init()Boris Ostrovsky2017-09-251-5/+4
| * x86/timers: Make recalibrate_cpu_khz() voidDou Liyang2017-09-252-7/+3
| * x86/timers: Move the simple udelay calibration to tsc.hDou Liyang2017-09-253-21/+21
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-136-32/+170
|\ \
| * | x86/intel_rdt: Fix a silent failure when writing zero value schemataXiaochen Shen2017-11-121-0/+5
| * | x86/intel_rdt: Fix potential deadlock during resctrl mountReinette Chatre2017-10-211-3/+5
| * | x86/intel_rdt: Fix potential deadlock during resctrl unmountReinette Chatre2017-10-211-5/+5
| * | x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabledReinette Chatre2017-10-211-0/+1
| * | x86/intel_rdt: Remove redundant assignmentJithu Joseph2017-10-051-1/+0
| * | x86/intel_rdt/cqm: Make integer rmid_limbo_count staticColin Ian King2017-10-051-1/+1
| * | x86/intel_rdt: Add documentation for "info/last_cmd_status"Tony Luck2017-09-271-0/+11
| * | x86/intel_rdt: Add diagnostics when making directoriesTony Luck2017-09-271-6/+22
| * | x86/intel_rdt: Add diagnostics when writing the cpus fileTony Luck2017-09-271-3/+12
| * | x86/intel_rdt: Add diagnostics when writing the tasks fileTony Luck2017-09-272-6/+11
| * | x86/intel_rdt: Add diagnostics when writing the schemata fileTony Luck2017-09-271-11/+38
| * | x86/intel_rdt: Add framework for better RDT UI diagnosticsTony Luck2017-09-272-0/+63
| |/
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1343-1317/+1493
|\ \
| * \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-0713358-4964/+21189
| |\ \
| * | | x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODEThomas Gleixner2017-10-182-3/+3
| * | | PCI/MSI: Set MSI_FLAG_MUST_REACTIVATE in core codeThomas Gleixner2017-10-181-0/+2
| * | | genirq: Add config option for reservation modeThomas Gleixner2017-10-181-0/+3
| * | | x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner2017-10-172-6/+10
| * | | x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner2017-10-121-0/+13