summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2018-07-02x86: efi_loader: Build EFI memory map per E820 tableBin Meng
2018-07-02x86: Use microcode update from device tree for all processorsIvan Gorinov
2018-07-02x86: Add scsi command to coreboot and qemuBin Meng
2018-06-24x86: efi: payload: Count in conventional memory above 4GB in DRAM bankBin Meng
2018-06-24x86: Change __kernel_size_t conditionals to use compiler provided definesBin Meng
2018-06-24x86: efi-x86_payload: Enable usb keyboard during bootBin Meng
2018-06-24x86: Add 64-bit setjmp/longjmp implementationIvan Gorinov
2018-06-24x86: qemu: do not build car.o with start64.oHeinrich Schuchardt
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada
2018-06-17x86: efi: app: Display correct CPU info during bootBin Meng
2018-06-17x86: Rename efi-x86 target to efi-x86_appBin Meng
2018-06-17x86: efi: payload: Add EFI framebuffer driver supportBin Meng
2018-06-17x86: baytrail: Drop EFI-specific test logicsBin Meng
2018-06-17x86: Drop QEMU-specific EFI payload supportBin Meng
2018-06-17x86: Add generic EFI payload supportBin Meng
2018-06-17x86: efi: payload: Add arch_cpu_init()Bin Meng
2018-06-17x86: efi: Refactor the directory of EFI app and payload supportBin Meng
2018-06-17x86: use EFI calling convention for efi_main on x86_64Ivan Gorinov
2018-06-17x86: cherryhill: Fix DTC warningBin Meng
2018-06-13x86: cougarcanyon2: Add missing chipset interrupt informationBin Meng
2018-06-13x86: irq: Support discrete PIRQ routing registers via device treeBin Meng
2018-06-13x86: irq: Parse number of PIRQ links from device treeBin Meng
2018-06-13x86: efi: payload: Enforce toolchain to generate 64-bit EFI payload stub codesBin Meng
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng
2018-06-13x86: irq: Change LINK_V2N and LINK_N2V to inline functionsBin Meng
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng
2018-06-13x86: cougarcanyon2: Enable CPU driver and SMP supportBin Meng
2018-06-13x86: chromebook_link: Remove dm-pre-reloc property in the cpu nodesBin Meng
2018-06-13x86: ivybridge: Drop CONFIG_USBDEBUGBin Meng
2018-06-13x86: ivybridge: Enable 206ax cpu driver for FSP buildBin Meng
2018-06-13x86: cougarcanyon2: Update dts for SPI lock downBin Meng
2018-06-13x86: ivybridge: Imply USB_XHCI_HCDBin Meng
2018-06-13x86: baytrail: Correct the comment of IACORE_VIDS bit rangesBin Meng
2018-06-03Define board_quiesce_devices() in a shared locationSimon Glass
2018-06-03efi_loader: build CRT0 and RELOC on x86_64Heinrich Schuchardt
2018-06-03efi_selftest: allow building relocation code on x86_64Heinrich Schuchardt
2018-05-15x86: Define PLATFORM__SET_BIT for generic_set_bit()Bryan O'Donoghue
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-16bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng
2018-04-16x86: Update the io.h file to use {out|in}_{be|le}X macrosLukasz Majewski
2018-04-16x86: Add 64-bit memory-mapped I/O functionsIvan Gorinov
2018-04-09efi_loader: correctly set the machine type in the PE headerHeinrich Schuchardt
2018-03-30x86: zImage: Pass working device tree data to the kernelIvan Gorinov
2018-03-16common: move init_helpers.h prototypes in init.hPatrick Delaunay
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin