aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2018-07-20x86: Switch to use DM sysreset driverBin Meng2-6/+0
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov1-0/+1
2018-06-24x86: Change __kernel_size_t conditionals to use compiler provided definesBin Meng1-1/+2
2018-06-24x86: Add 64-bit setjmp/longjmp implementationIvan Gorinov1-0/+17
2018-06-13x86: irq: Support discrete PIRQ routing registers via device treeBin Meng1-24/+8
2018-06-13x86: irq: Parse number of PIRQ links from device treeBin Meng1-0/+2
2018-06-13x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng1-3/+23
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng1-7/+0
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass1-1/+0
2018-05-15x86: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue1-0/+2
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini131-260/+131
2018-04-16x86: Rename e820entry to e820_entryBin Meng2-3/+3
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng1-1/+2
2018-04-16x86: Update the io.h file to use {out|in}_{be|le}X macrosLukasz Majewski1-17/+17
2018-04-16x86: Add 64-bit memory-mapped I/O functionsIvan Gorinov1-0/+4
2018-03-30x86: zImage: Pass working device tree data to the kernelIvan Gorinov1-2/+5
2018-01-30x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng1-0/+9
2018-01-30x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko1-0/+1
2018-01-30x86: tangier: Make _CRS for BTH0 Serialized to avoid warningAndy Shevchenko1-1/+1
2018-01-08x86: tangier: Add Bluetooth to ACPI tableAndy Shevchenko1-0/+51
2018-01-08x86: tangier: Use actual GPIO hardware numbersAndy Shevchenko1-5/+5
2017-12-21x86: tangier: Use official ACPI HID for FLIS IPAndy Shevchenko1-8/+1
2017-10-27x86: acpi: Put sleepstates.asl to the common placeBin Meng4-12/+2
2017-10-19x86: baytrail: fsp: Use a function to update the Azalia config pointerBin Meng1-1/+1
2017-10-19x86: fsp: Consolidate Azalia header fileBin Meng4-65/+40
2017-10-07x86: tangier: Enable ACPI support for Intel TangierAndy Shevchenko4-0/+367
2017-10-02x86: Use asm-generic/io.hPaul Burton1-29/+2
2017-09-16dm: x86: Allow TSC timer to be used before DM is readySimon Glass1-0/+1
2017-09-16x86: braswell: Add FSP configurationBin Meng3-0/+478
2017-09-16x86: Add Intel Braswell SoC supportBin Meng1-0/+50
2017-09-16x86: fsp: Update fsp command to show spec 1.1 headerBin Meng1-1/+8
2017-09-16x86: fsp: Add FSP_GRAPHICS_INFO_HOBBin Meng2-0/+38
2017-09-16x86: fsp: Update struct common_buf for FSP spec 1.1Bin Meng2-1/+10
2017-09-12dma: import linux/dma-direction.h to consolidate enum dma_data_directionMasahiro Yamada1-6/+2
2017-08-08x86: Remove dead ISA related codesBin Meng1-66/+8
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng1-12/+0
2017-08-01x86: Make table address selectableAndy Shevchenko1-7/+2
2017-07-30x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko1-0/+3
2017-07-30x86: acpi: Name fields in FADT in accordance with specificationAndy Shevchenko1-3/+2
2017-07-30x86: Add Intel Tangier supportFelipe Balbi1-0/+19
2017-07-30x86: Add dma-mapping.h to architectural codeAndy Shevchenko1-0/+41
2017-06-05x86: Don't include asm/u-boot.h in commonSimon Glass1-1/+3
2017-06-05x86: Make u-boot-x86.h a private headerSimon Glass1-0/+1
2017-06-05x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integerBin Meng2-3/+13
2017-06-05x86: baytrail: Use macros instead of magic numbers for FSP settingsBin Meng1-0/+77
2017-06-05x86: baytrail: Remove "serial-debug-port-*" settingsBin Meng1-2/+1
2017-05-17x86: acpi: Fix Windows S3 resume failureBin Meng2-0/+17
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng2-3/+13
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng1-0/+9