summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* x86/platform/intel-mid: Join string and fix SoC nameAndy Shevchenko2016-01-191-5/+3
* 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
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-228-215/+328
|\ \
| | \
| | \
| *-. \ Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar2015-06-038-215/+328
| |\ \ \ | | |_|/ | |/| |
| | | * x86/platform/atom/punit: Add Punit device state debug driverSrinivas Pandruvada2015-05-073-0/+185
| | |/ | |/|
| | * Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar2015-05-112-113/+0
| | |\ | | |/ | |/|
| | * x86: Constify irqdomain opsThomas Gleixner2015-05-051-5/+5
| | * x86/irq: Move irqdomain specific code into asm/irqdomain.hJiang Liu2015-04-241-1/+1
| | * x86: Cleanup irq_domain opsThomas Gleixner2015-04-241-8/+2
| | * x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()Jiang Liu2015-04-241-2/+1
| | * x86/irq: Convert IOAPIC to use hierarchical irqdomain interfacesJiang Liu2015-04-243-7/+6
| | * x86/irq: Prepare IOAPIC interfaces to support hierarchical irqdomainsJiang Liu2015-04-242-4/+9
| | * x86/intel-mid, trivial: Refine code syntax for sfi_parse_mtmr()Jiang Liu2015-04-241-10/+10
| | * x86/intel-mid: Delay initialization of APB timerThomas Gleixner2015-04-242-7/+13
| | * x86/uv: Use hierarchical irqdomain to manage UV interruptsJiang Liu2015-04-241-180/+110
| | * x86/uv: Use new irqdomain interfaces to allocate/free IRQJiang Liu2015-04-241-16/+11
* | | efi: Add esrt supportPeter Jones2015-04-301-0/+2
|/ /
* | Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-04-212-113/+0
|\ \ | |/ |/|
OpenPOWER on IntegriCloud