summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86: qemu: do not build car.o with start64.oHeinrich Schuchardt2018-06-241-1/+4
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-1/+0
* x86: efi: app: Display correct CPU info during bootBin Meng2018-06-171-1/+1
* x86: Rename efi-x86 target to efi-x86_appBin Meng2018-06-175-5/+5
* x86: efi: payload: Add EFI framebuffer driver supportBin Meng2018-06-171-0/+4
* x86: baytrail: Drop EFI-specific test logicsBin Meng2018-06-172-6/+3
* x86: Drop QEMU-specific EFI payload supportBin Meng2018-06-172-6/+0
* x86: Add generic EFI payload supportBin Meng2018-06-172-0/+37
* x86: efi: payload: Add arch_cpu_init()Bin Meng2018-06-171-3/+8
* x86: efi: Refactor the directory of EFI app and payload supportBin Meng2018-06-178-11/+9
* x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov2018-06-171-11/+13
* x86: cherryhill: Fix DTC warningBin Meng2018-06-171-2/+0
* x86: cougarcanyon2: Add missing chipset interrupt informationBin Meng2018-06-131-0/+46
* x86: irq: Support discrete PIRQ routing registers via device treeBin Meng2018-06-132-33/+101
* x86: irq: Parse number of PIRQ links from device treeBin Meng2018-06-132-4/+12
* x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng2018-06-132-3/+4
* x86: Conditionally build the pinctrl_ich6 driverBin Meng2018-06-134-1/+9
* x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng2018-06-132-10/+34
* x86: irq: Remove chipset specific irq router driversBin Meng2018-06-1310-129/+70
* x86: cougarcanyon2: Enable CPU driver and SMP supportBin Meng2018-06-131-0/+33
* x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodesBin Meng2018-06-131-5/+0
* x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng2018-06-132-20/+0
* x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng2018-06-131-1/+1
* x86: cougarcanyon2: Update dts for SPI lock downBin Meng2018-06-131-0/+2
* x86: ivybridge: Imply USB_XHCI_HCDBin Meng2018-06-131-0/+1
* x86: baytrail: Correct the comment of IACORE_VIDS bit rangesBin Meng2018-06-131-1/+1
* Define board_quiesce_devices() in a shared locationSimon Glass2018-06-032-5/+0
* efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt2018-06-031-1/+11
* efi_selftest: allow building relocation code on x86_64Heinrich Schuchardt2018-06-031-4/+16
* x86: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue2018-05-151-0/+2
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07318-656/+318
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-276-12/+0
* bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng2018-04-161-0/+4
* x86: Rename e820entry to e820_entryBin Meng2018-04-168-10/+10
* x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2018-04-166-11/+17
* x86: Update the io.h file to use {out|in}_{be|le}X macrosLukasz Majewski2018-04-161-17/+17
* x86: Add 64-bit memory-mapped I/O functionsIvan Gorinov2018-04-161-0/+4
* efi_loader: correctly set the machine type in the PE headerHeinrich Schuchardt2018-04-091-1/+5
* x86: zImage: Pass working device tree data to the kernelIvan Gorinov2018-03-302-2/+40
* common: move init_helpers.h prototypes in init.hPatrick Delaunay2018-03-161-1/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* x86: quark: Fix unused warningsTom Rini2018-01-301-9/+4
* x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng2018-01-304-14/+17
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2018-01-304-0/+22
* x86: zImage: Move subarch assignment out of cmd_line checkAndy Shevchenko2018-01-301-4/+5
* x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko2018-01-301-2/+1
* x86: tangier: Make _CRS for BTH0 Serialized to avoid warningAndy Shevchenko2018-01-301-1/+1
* x86: tangier: Add Bluetooth to ACPI tableAndy Shevchenko2018-01-081-0/+51