Age | Commit message (Expand) | Author |
2019-08-09 | x86: acpi: Introduce a stub to generate CSRT | Andy Shevchenko |
2019-08-09 | x86: acpi: Add CSRT description | Andy Shevchenko |
2019-07-10 | x86: Add a forward struct declaration in coreboot_tables.h | Simon Glass |
2019-05-08 | x86: Add a simple TPL implementation | Simon Glass |
2019-05-08 | x86: Support saving MRC data from SPL | Simon Glass |
2019-05-08 | x86: Add a handoff header file | Simon Glass |
2019-05-08 | x86: Add a way to reinit the cpu | Simon Glass |
2019-03-10 | x86: acpi: Add DMA descriptors for I2C1 on Intel Tangier | Andy Shevchenko |
2019-03-10 | x86: acpi: Add DMA descriptors for SPI5 on Intel Tangier | Andy Shevchenko |
2019-02-20 | x86: broadwell: Add support for serial I/O devices | Simon Glass |
2019-02-20 | x86: broadwell: Add support for the ADSP | Simon Glass |
2019-02-20 | sound: x86: Add beeping support in i8254 | Simon Glass |
2019-02-20 | sound: x86: link: Add sound support | Simon Glass |
2019-02-20 | x86: Adjust I/O macros to work on 64-bit machines | Simon Glass |
2019-02-13 | x86: do not use i386 code for x86_64 memory functions | Heinrich Schuchardt |
2019-02-12 | x86: tangier: Add initial ACPI support for PMIC device | Andy Shevchenko |
2018-12-10 | x86: acpi: Fix indentation in Intel Tangier ASL code | Andy Shevchenko |
2018-12-10 | x86: acpi: Enable RTC for Intel Tangier | Andy Shevchenko |
2018-12-05 | x86: acpi: Generate SPCR table | Andy Shevchenko |
2018-12-05 | x86: acpi: Add SPCR table description | Andy Shevchenko |
2018-11-14 | x86: Implement arch-specific io accessor routines | Bin Meng |
2018-11-06 | x86: acpi: Remove redundant Offset (0x00) | Andy Shevchenko |
2018-10-28 | x86: BayTrail: southcluster.asl: Change PCI 64 bit address range / region | Stefan Roese |
2018-10-09 | x86: Update mtrr functions to allow leaving cache alone | Simon Glass |
2018-09-17 | x86: tangier: acpi: add I2C6 node | Georgii Staroselskii |
2018-09-17 | x86: cpu: introduce scu_ipc_raw_command() | Georgii Staroselskii |
2018-09-10 | arch: types.h: factor out fixed width typedefs to int-ll64.h | Masahiro Yamada |
2018-09-10 | Remove CONFIG_USE_STDINT | Masahiro Yamada |
2018-08-30 | x86: zimage: Remove acpi_rsdp_addr propagation to kernel boot parameters | Bin Meng |
2018-08-30 | x86: zimage: Support booting Linux kernel from an EFI payload | Bin Meng |
2018-07-25 | elf: Move x86 reloc defines to common elf.h | Alexander Graf |
2018-07-20 | x86: acpi: Prevent acpi_table.h from being included more than once | Bin Meng |
2018-07-20 | x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library | Bin Meng |
2018-07-20 | x86: Switch to use DM sysreset driver | Bin Meng |
2018-07-02 | x86: Use microcode update from device tree for all processors | Ivan Gorinov |
2018-06-24 | x86: Change __kernel_size_t conditionals to use compiler provided defines | Bin Meng |
2018-06-24 | x86: Add 64-bit setjmp/longjmp implementation | Ivan Gorinov |
2018-06-13 | x86: irq: Support discrete PIRQ routing registers via device tree | Bin Meng |
2018-06-13 | x86: irq: Parse number of PIRQ links from device tree | Bin Meng |
2018-06-13 | x86: irq: Change LINK_V2N and LINK_N2V to inline functions | Bin Meng |
2018-06-13 | x86: irq: Remove chipset specific irq router drivers | Bin Meng |
2018-06-03 | Define board_quiesce_devices() in a shared location | Simon Glass |
2018-05-15 | x86: Define PLATFORM__SET_BIT for generic_set_bit() | Bryan O'Donoghue |
2018-05-07 | SPDX: Convert all of our multiple license tags to Linux Kernel style | Tom Rini |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-16 | x86: Rename e820entry to e820_entry | Bin Meng |
2018-04-16 | x86: Use 'unsigned int' in install_e820_map() functions | Bin Meng |
2018-04-16 | x86: Update the io.h file to use {out|in}_{be|le}X macros | Lukasz Majewski |
2018-04-16 | x86: Add 64-bit memory-mapped I/O functions | Ivan Gorinov |
2018-03-30 | x86: zImage: Pass working device tree data to the kernel | Ivan Gorinov |