summaryrefslogtreecommitdiffstats
path: root/arch/x86/platform
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
|\ \ | |/ |/|
| * x86, intel-mid: remove Intel MID specific serial supportAndy Shevchenko2015-03-072-113/+0
* | Merge tag 'for-v4.1' of git://git.infradead.org/battery-2.6Linus Torvalds2015-04-132-4/+4
|\ \
| * | x86/olpc/xo15/sci: Use newly added power_supply_put APIKrzysztof Kozlowski2015-03-131-2/+2
| * | x86/olpc/xo1/sci: Use newly added power_supply_put APIKrzysztof Kozlowski2015-03-131-2/+2
| * | power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-132-4/+4
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-131-1/+9
|\ \ \
| * | | x86/intel/quark: Run IMR self-test on IMR capble hw onlyBryan O'Donoghue2015-04-021-1/+9
| | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-131-2/+2
|\ \ \
| * | | x86/mm, efi: Use early_ioremap() in arch/x86/platform/efi/efi-bgrt.cJuergen Gross2015-02-241-2/+2
| | |/ | |/|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-131-3/+3
|\ \ \
| * | | x86: Fix up obsolete __cpu_set() function usageRusty Russell2015-03-021-3/+3
| | |/ | |/|
* | | efi: Clean up the efi_call_phys_[prolog|epilog]() save/restore interactionIngo Molnar2015-04-013-15/+27
* | | efi: Disable interrupts around EFI calls, not in the epilog/prolog callsIngo Molnar2015-04-013-11/+10
* | | x86/efi: Add a "debug" option to the efi= cmdlineBorislav Petkov2015-04-011-1/+4
|/ /
OpenPOWER on IntegriCloud