summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-157-101/+28
|\
| * x86/platform/intel/quark: Drop IMR lock bit supportBryan O'Donoghue2016-02-232-26/+13
| * Merge branch 'x86/urgent' into x86/platform, to queue up dependent patchIngo Molnar2016-02-231-2/+2
| |\
| * | x86/platform/intel/mid: Remove dead codeAlan2016-02-172-8/+2
| * | x86/platform: Make platform/geode/net5501.c explicitly non-modularPaul Gortmaker2016-02-161-7/+1
| * | x86/platform: Make platform/geode/alix.c explicitly non-modularPaul Gortmaker2016-02-161-7/+7
| * | x86/platform: Make platform/geode/geos.c explicitly non-modularPaul Gortmaker2016-02-161-7/+1
| * | x86/platform: Make platform/intel-quark/imr_selftest.c explicitly non-modularPaul Gortmaker2016-02-161-13/+2
| * | x86/platform: Make platform/intel-quark/imr.c explicitly non-modularPaul Gortmaker2016-02-161-33/+2
* | | x86/efi: Fix boot crash by always mapping boot service regions into new EFI p...Matt Fleming2016-03-121-17/+62
| |/ |/|
* | x86/platform/intel/quark: Change the kernel's IMR lock bit to falseBryan O'Donoghue2016-02-231-2/+2
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-313-14/+29
|\
| * x86/platform/quark: Print boundaries correctlyAndy Shevchenko2016-01-211-5/+13
| * x86/platform/UV: Remove EFI memmap quirk for UV2+Alex Thorlton2016-01-191-4/+13
| * x86/platform/intel-mid: Join string and fix SoC nameAndy Shevchenko2016-01-191-5/+3
* | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-122-23/+12
|\ \ | |/ |/|
| * x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko2015-12-092-23/+12
* | x86/platform/uv: Include clocksource.h for clocksource_touch_watchdog()Ingo Molnar2015-12-111-0/+1
|/
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-033-26/+32
|\
| * x86/intel-mid: Make intel_mid_ops staticAndy Shevchenko2015-10-111-1/+1
| * arch/x86/intel-mid: Use kmemdup rather than duplicating its implementationAndrzej Hajda2015-09-171-2/+1
| * x86/platform/uv: Implement simple dump failover if kdump failsMike Travis2015-09-141-23/+30
* | efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-2/+2
* | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-141-4/+2
|\ \
| * | x86/efi: Rename print_efi_memmap() to efi_print_memmap()Taku Izumi2015-10-121-2/+2
| * | efi/x86: Move efi=debug option parsing to coreLeif Lindholm2015-10-121-2/+0
* | | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-149-32/+876
|\ \ \ | |/ / |/| |
| * | x86/efi: Fix boot crash by mapping EFI memmap entries bottom-up at runtime, i...Matt Fleming2015-10-011-1/+66
| |/
| * kexec: split kexec_load syscall from kexec core codeDave Young2015-09-102-5/+5
| * Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-1/+1
| |\
| | * x86/irq: Use accessor irq_data_get_node()Jiang Liu2015-07-131-1/+1
| * | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-016-25/+804
| |\ \
| | * | x86/platform: Make atom/pmc_atom.c explicitly non-modularPaul Gortmaker2015-08-251-9/+4
| | * | x86/uv/time: Migrate to new set-state interfaceViresh Kumar2015-07-301-24/+13
| | * | x86/platform/iosf_mbi: Add Intel Tangier PCI idAndy Shevchenko2015-07-161-0/+2
| | * | x86/platform/iosf_mbi: Source cleanupAndy Shevchenko2015-07-161-5/+4
| | * | x86/platform/iosf_mbi: Remove NULL pointer checks for pci_dev_put()Andy Shevchenko2015-07-161-4/+2
| | * | x86/platform/iosf_mbi: Check return value of debugfs_create properlyAndy Shevchenko2015-07-161-5/+5
| | * | x86/platform/iosf_mbi: Move to dedicated folderAndy Shevchenko2015-07-163-0/+330
| | * | x86/platform/intel/pmc_atom: Move the PMC-Atom code to arch/x86/platform/atomAndy Shevchenko2015-07-062-1/+467
| | |/
* | | efi, x86: Rearrange efi_mem_attributes()Jonathan (Zhixiong) Zhang2015-08-081-18/+0
* | | x86/efi-bgrt: Switch pr_err() to pr_debug() for invalid BGRTMatt Fleming2015-08-081-2/+7
|/ /
* | efi: Check for NULL efi kernel parametersRicardo Neri2015-07-301-0/+5
|/
* Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...Linus Torvalds2015-07-021-2/+1
|\
| * x86: don't use module_init in non-modular intel_mid_vrtc.cPaul Gortmaker2015-06-161-2/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-1/+1
|\ \
| * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
| |/
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+3
|\ \
| * | e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-0/+3
| |/
* | x86, mirror: x86 enabling - find mirrored memory rangesTony Luck2015-06-241-0/+21
OpenPOWER on IntegriCloud