summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/e820: Move HIGH_MEMORY define to asm/e820/types.hIngo Molnar2017-01-282-2/+3
* x86/boot/e820: Remove unnecessary __ASSEMBLY__ guardIngo Molnar2017-01-281-2/+0
* x86/boot/e820: Clean up asm/e820/api.hIngo Molnar2017-01-281-28/+18
* x86/boot/e820: Remove assembly guard from asm/e820/types.hIngo Molnar2017-01-281-5/+0
* x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-282-2/+2
* x86/boot/e820: Clean up the E820_X_MAX definitionIngo Molnar2017-01-282-15/+7
* x86/boot/e820: Split minimal UAPI types out into uapi/asm/e820/types.hIngo Molnar2017-01-284-14/+26
* x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-284-6/+6
* x86/boot/e820: Clean up and improve comments in asm/e820/types.hIngo Molnar2017-01-281-31/+53
* x86/boot/e820: Introduce arch/x86/include/asm/e820/types.hIngo Molnar2017-01-282-2/+83
* Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar2017-01-286-3/+57
|\
| * x86/unwind: Include __schedule() in stack tracesJosh Poimboeuf2017-01-122-5/+10
| * x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf2017-01-121-1/+4
| * x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov2017-01-091-0/+15
| * x86/CPU: Add native CPUID variants returning a single datumBorislav Petkov2017-01-091-0/+18
| * x86/cpu: Fix typo in the comment for AnniedaleAndy Shevchenko2017-01-051-1/+1
| * mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-291-0/+13
* | x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky2017-01-061-0/+32
* | x86/e820: Make e820_search_gap() static and remove unused variablesWei Yang2016-12-281-2/+0
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-254-8/+7
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-243-3/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-233-28/+80
|\
| * x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski2016-12-191-22/+58
| * x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski2016-12-191-1/+1
| * x86/unwind: Dump stack data on warningsJosh Poimboeuf2016-12-191-1/+1
| * x86/init: Fix a couple of comment typosDmitry Torokhov2016-12-191-3/+3
| * x86/init: Remove i8042_detect() from platform opsDmitry Torokhov2016-12-191-2/+0
| * x86/init: Add i8042 state to the platform dataDmitry Torokhov2016-12-191-0/+18
* | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-223-0/+255
|\ \
| * | x86/intel_rdt: Call intel_rdt_sched_in() with preemption disabledFenghua Yu2016-12-021-0/+2
| * | Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner2016-11-163-3/+20
| |\ \
| * | | x86/intel_rdt: Add a missing #includeBorislav Petkov2016-11-071-0/+1
| * | | x86/intel_rdt: Add scheduler hookFenghua Yu2016-10-301-0/+42
| * | | x86/intel_rdt: Add schemata fileTony Luck2016-10-301-0/+6
| * | | x86/intel_rdt: Add cpus fileTony Luck2016-10-301-0/+5
| * | | x86/intel_rdt: Add mkdir to resctrl file systemFenghua Yu2016-10-301-0/+9
| * | | x86/intel_rdt: Add "info" files to resctrl file systemFenghua Yu2016-10-301-0/+24
| * | | x86/intel_rdt: Add basic resctrl filesystem supportFenghua Yu2016-10-301-0/+26
| * | | x86/intel_rdt: Build structures for each resource based on cache topologyTony Luck2016-10-301-0/+35
| * | | x86/cqm: Share PQR_ASSOC related data between CQM and CATFenghua Yu2016-10-261-0/+21
| * | | x86/intel_rdt: Pick up L3/L2 RDT parameters from CPUIDFenghua Yu2016-10-261-0/+68
| * | | x86/intel_rdt: Add Haswell feature discoveryFenghua Yu2016-10-262-0/+12
| * | | x86/cpufeature: Add RDT CPUID feature bitsFenghua Yu2016-10-261-0/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-191-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: hyperv: fix locking of struct kvm_hv fieldsPaolo Bonzini2016-12-161-0/+1
* | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-182-0/+10
|\ \ \ \
| * | | | x86/tsc: Force TSC_ADJUST register to value >= zeroThomas Gleixner2016-12-151-2/+2
| * | | | x86/tsc: Validate TSC_ADJUST after resumeThomas Gleixner2016-12-151-2/+2
| * | | | x86/tsc: Fix broken CONFIG_X86_TSC=n buildThomas Gleixner2016-11-301-4/+5
| * | | | x86/tsc: Sync test only for the first cpu in a packageThomas Gleixner2016-11-291-2/+2
OpenPOWER on IntegriCloud