aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.159' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-02-201-2/+21
|\
| * x86/platform/UV: Use efi_runtime_lock to serialise BIOS callsHedi Berriche2019-02-201-2/+21
* | BACKPORT: treewide: kzalloc() -> kcalloc()Kees Cook2019-01-071-1/+1
* | BACKPORT: treewide: kmalloc() -> kmalloc_array()Kees Cook2019-01-071-1/+1
|/
* x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu2018-12-211-1/+1
* x86/olpc: Indicate that legacy PC XO-1 platform should not register RTCLubomir Rintel2018-11-131-0/+3
* x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1dNicolai Stange2018-08-151-0/+1
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-153-0/+3
* objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2018-06-051-0/+1
* x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth2018-04-131-2/+4
* x86/platform/intel-mid: Handle Intel Edison reboot correctlySebastian Panceac2018-03-111-1/+1
* x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin2018-01-171-1/+1
* x86/platform/uv/BAU: Fix HUB errors by remove initial write to sw-ack registerAndrew Banman2017-12-141-1/+0
* x86/platform/intel-mid: Rename 'spidev' to 'mrfld_spidev'Andy Shevchenko2017-08-062-1/+5
* efi: Don't issue error message when booted under XenJuergen Gross2017-06-141-0/+3
* x86/platform/intel-mid: Correct MSI IRQ line for watchdog deviceAndy Shevchenko2017-05-141-1/+1
* x86/efi: Don't try to reserve runtime regionsOmar Sandoval2017-04-211-0/+4
* x86/platform/goldfish: Prevent unconditional loadingThomas Gleixner2017-02-261-1/+13
* x86/efi: Always map the first physical page into the EFI pagetablesJiri Kosina2017-02-091-0/+16
* platform/x86: mlx-platform: free first dev on errorDan Carpenter2017-02-011-1/+1
* x86/efi: Don't allocate memmap through memblock after mm_init()Nicolai Stange2017-01-191-2/+2
* efi/x86: Prune invalid memory map entries and fix boot regressionPeter Jones2017-01-191-0/+66
* x86/platform/olpc: Fix resume handler build warningBorislav Petkov2016-11-281-0/+2
* x86/platform/intel-mid: Rename platform_wdt to platform_mrfld_wdtAndy Shevchenko2016-11-212-2/+2
* x86/platform/intel-mid: Register watchdog device after SCUAndy Shevchenko2016-11-211-5/+27
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-11-141-0/+19
|\
| * x86/platform/intel-mid: Retrofit pci_platform_pm_ops ->get_state hookLukas Wunner2016-11-071-0/+19
* | x86/efi: Prevent mixed mode boot corruption with CONFIG_VMAP_STACK=yMatt Fleming2016-11-131-23/+57
* | x86/efi: Fix EFI memmap pointer size warningBorislav Petkov2016-11-131-1/+1
|/
* x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updatesAlex Thorlton2016-10-201-1/+9
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-0310-80/+595
|\
| * x86/platform/mellanox: Fix return value check in mlxplat_init()Wei Yongjun2016-09-241-2/+2
| * x86/platform/mellanox: Introduce support for Mellanox systems platformVadim Pasternak2016-09-223-0/+268
| * x86/platform/uv/BAU: Add UV4-specific functionsAndrew Banman2016-09-221-1/+14
| * x86/platform/uv/BAU: Fix payload queue setup on UV4 hardwareAndrew Banman2016-09-221-4/+12
| * x86/platform/uv/BAU: Disable software timeout on UV4 hardwareAndrew Banman2016-09-221-2/+5
| * x86/platform/uv/BAU: Populate ->uvhub_version with UV4 version informationAndrew Banman2016-09-221-1/+3
| * x86/platform/uv/BAU: Use generic function pointersAndrew Banman2016-09-221-13/+13
| * x86/platform/uv/BAU: Add generic function pointersAndrew Banman2016-09-221-0/+19
| * x86/platform/uv/BAU: Convert uv_physnodeaddr() use to uv_gpa_to_offset()Andrew Banman2016-09-221-2/+2
| * x86/platform/uv/BAU: Clean up pq_init()Andrew Banman2016-09-221-11/+8
| * x86/platform/uv/BAU: Clean up and update printksAndrew Banman2016-09-221-13/+13
| * x86/platform/uv/BAU: Clean up vertical alignmentAndrew Banman2016-09-221-32/+32
| * x86/platform/intel-mid: Keep SRAM powered on at bootAndy Shevchenko2016-09-081-9/+36
| * x86/platform/intel-mid: Add Intel Penwell to ID tableAndy Shevchenko2016-09-081-0/+1
| * x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko2016-09-081-1/+1
| * x86/platform/intel-mid: Implement power off sequenceAndy Shevchenko2016-09-082-1/+28
| * x86/platform/intel-mid: Enable SD card detection on MerrifieldAndy Shevchenko2016-09-012-0/+49
| * x86/platform/intel-mid: Enable WiFi on Intel EdisonAndy Shevchenko2016-09-012-0/+97
| * x86/platform/intel-mid: Run PWRMU command immediatelyAndy Shevchenko2016-08-181-1/+5