summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/boot/e820: Rename e820_any_mapped()/e820_all_mapped() to e820__mapped_any...Ingo Molnar2017-01-284-6/+6
* x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar2017-01-283-11/+11
* x86/boot/e820: Rename update_e820() to e820__update_table()Ingo Molnar2017-01-284-6/+6
* x86/boot/e820: Rename early_reserve_e820() to e820__memblock_alloc() and docu...Ingo Molnar2017-01-283-6/+11
* x86/boot/e820: Clarify the role of finish_e820_parsing() and rename it to e82...Ingo Molnar2017-01-282-2/+7
* x86/boot/e820: Move e820_reserve_setup_data() to e820.cIngo Molnar2017-01-282-23/+22
* x86/boot/e820: Rename parse_e820_ext() to e820__memory_setup_extended()Ingo Molnar2017-01-282-2/+2
* x86/boot/e820: Move the memblock_find_dma_reserve() function and rename it to...Ingo Molnar2017-01-281-31/+0
* x86/boot/e820: Convert printk(KERN_* ...) to pr_*()Ingo Molnar2017-01-281-25/+25
* x86/boot/e820: Consolidate 'struct e820_entry *entry' local variable namesIngo Molnar2017-01-281-55/+55
* x86/boot/e820: Rename memblock_x86_fill() to e820__memblock_setup() and impro...Ingo Molnar2017-01-282-7/+11
* x86/boot/e820: Basic cleanup of e820.cIngo Molnar2017-01-281-240/+207
* x86/boot/e820: Rename e820_table_saved to e820_table_firmware and improve the...Ingo Molnar2017-01-283-33/+53
* x86/boot/e820: Rename default_machine_specific_memory_setup() to e820__memory...Ingo Molnar2017-01-283-4/+9
* x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar2017-01-286-71/+68
* x86/boot/e820: Rename everything to e820_tableIngo Molnar2017-01-287-94/+94
* x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar2017-01-287-92/+92
* x86/boot/e820: Remove e820_mark_nosave_regions() definition ugliesIngo Molnar2017-01-281-3/+0
* x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 's...Ingo Molnar2017-01-285-39/+39
* x86/boot/e820: Remove spurious asm/e820/api.h inclusionsIngo Molnar2017-01-284-0/+4
* x86/boot/e820: Move asm/e820.h to asm/e820/api.hIngo Molnar2017-01-2815-15/+15
* Merge branch 'linus' into x86/boot, to pick up fixesIngo Molnar2017-01-288-76/+55
|\
| * x86/ioapic: Restore IO-APIC irq_chip retrigger callbackRuslan Ruslichenko2017-01-181-0/+2
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-01-156-72/+51
| |\
| | * x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()Len Brown2017-01-141-0/+1
| | * x86/unwind: Disable KASAN checks for non-current tasksJosh Poimboeuf2017-01-121-2/+18
| | * x86/unwind: Silence warnings for non-current tasksJosh Poimboeuf2017-01-121-0/+10
| | * x86/microcode/intel: Use correct buffer size for saving microcode dataJunichi Nomura2017-01-091-2/+3
| | * x86/microcode/intel: Fix allocation size of struct ucode_patchJunichi Nomura2017-01-091-1/+1
| | * x86/microcode/intel: Add a helper which gives the microcode revisionBorislav Petkov2017-01-092-38/+16
| | * x86/microcode: Use native CPUID to tickle out microcode revisionBorislav Petkov2017-01-092-24/+4
| | * x86/CPU/AMD: Fix Bulldozer topologyBorislav Petkov2017-01-061-8/+1
| | * x86/cpu: Fix bootup crashes by sanitizing the argument of the 'clearcpuid=' c...Lukasz Odzioba2017-01-051-1/+1
| * | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-061-4/+2
| |\ \ | | |/ | |/|
| | * swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2016-12-191-1/+1
| | * x86, swiotlb: Simplify pci_swiotlb_detect_override()Geert Uytterhoeven2016-12-191-3/+1
* | | x86/e820/32: Fix e820_search_gap() error handling on x86-32Arnd Bergmann2017-01-121-2/+4
* | | x86/boot/32: Convert the 32-bit pgtable setup code from assembly to CBoris Ostrovsky2017-01-062-114/+69
* | | x86/e820: Make e820_search_gap() static and remove unused variablesWei Yang2016-12-281-11/+5
|/ /
* | x86/mce/AMD: Make the init code more robustThomas Gleixner2016-12-261-0/+3
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-256-21/+21
|\ \
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-256-21/+21
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-255-6/+5
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-254-5/+5
| * | x86/msr: Remove bogus cleanup from the error pathThomas Gleixner2016-12-251-1/+0
* | | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2411-11/+11
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-2312-64/+178
|\ \
| * | Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf2016-12-231-10/+1
| * | x86/paravirt: Mark unused patch_default labelPeter Zijlstra2016-12-222-2/+2
| * | x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov2016-12-211-7/+5