summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-282-3/+3
* x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar2017-01-282-2/+2
* x86/boot/e820: Rename update_e820() to e820__update_table()Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and docu...Ingo Molnar2017-01-282-3/+3
* x86/boot/e820: Clarify the role of finish_e820_parsing() and rename it to e82...Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Move e820_reserve_setup_data() to e820.cIngo Molnar2017-01-281-0/+1
* x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended()Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to...Ingo Molnar2017-01-282-1/+1
* x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and impro...Ingo Molnar2017-01-281-1/+1
* x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the...Ingo Molnar2017-01-281-2/+1
* x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory...Ingo Molnar2017-01-281-2/+2
* x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-281-2/+2
* x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-283-6/+6
* x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-283-5/+5
* x86/boot/e820: Remove e820_mark_nosave_regions() definition ugliesIngo Molnar2017-01-281-5/+0
* x86/boot/e820: Remove unnecessary #include <linux/ioport.h> from asm/e820/api.hIngo Molnar2017-01-281-2/+0
* x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-284-7/+7
* 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