Age | Commit message (Expand) | Author | Files | Lines |
2023-04-14 | x86/head: Mark *_start_kernel() __noreturn |  Josh Poimboeuf | 1 | -1/+1 |
2018-11-20 | x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setup_header") |  Juergen Gross | 1 | -1/+0 |
2018-10-10 | x86/boot: Add ACPI RSDP address to setup_header |  Juergen Gross | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-16 | x86/idt: Initialize early IDT before cr4_init_shadow() |  Thomas Gleixner | 1 | -2/+3 |
2017-08-29 | x86/idt: Move early IDT setup out of 32-bit asm |  Thomas Gleixner | 1 | -0/+4 |
2017-01-28 | x86/boot/e820: Move asm/e820.h to asm/e820/api.h |  Ingo Molnar | 1 | -1/+1 |
2017-01-06 | x86/boot/32: Convert the 32-bit pgtable setup code from assembly to C |  Boris Ostrovsky | 1 | -0/+62 |
2016-08-11 | x86/boot: Run reserve_bios_regions() after we initialize the memory map |  Andy Lutomirski | 1 | -2/+0 |
2016-07-21 | x86/boot: Reorganize and clean up the BIOS area reservation code |  Ingo Molnar | 1 | -1/+1 |
2016-04-22 | x86/rtc: Replace paravirt rtc check with platform legacy quirk |  Luis R. Rodriguez | 1 | -0/+2 |
2015-02-04 | x86: Store a per-cpu shadow copy of CR4 |  Andy Lutomirski | 1 | -0/+1 |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* |  Andi Kleen | 1 | -1/+1 |
2013-10-17 | intel_mid: Renamed *mrst* to *intel_mid* |  Kuppuswamy Sathyanarayanan | 1 | -2/+2 |
2013-08-06 | x86, asmlinkage: Make _*_start_kernel visible |  Andi Kleen | 1 | -1/+1 |
2013-01-29 | x86: Merge early kernel reserve for 32bit and 64bit |  Yinghai Lu | 1 | -9/+0 |
2013-01-29 | x86: Merge early_reserve_initrd for 32bit and 64bit |  Yinghai Lu | 1 | -11/+0 |
2013-01-29 | x86, boot: Sanitize boot_params if not zeroed on creation |  H. Peter Anvin | 1 | -0/+3 |
2012-05-08 | x86, realmode: Move ACPI wakeup to unified realmode code |  Jarkko Sakkinen | 1 | -1/+0 |
2011-12-08 | memblock: Kill memblock_init() |  Tejun Heo | 1 | -2/+0 |
2011-07-14 | memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones |  Tejun Heo | 1 | -2/+3 |
2011-05-19 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+0 |
2011-03-15 | x86: Introduce pci_map_biosrom() |  Dan Williams | 1 | -1/+0 |
2011-02-17 | x86, trampoline: Common infrastructure for low memory trampolines |  H. Peter Anvin | 1 | -9/+0 |
2010-11-12 | x86: Add CE4100 platform support |  Thomas Gleixner | 1 | -0/+3 |
2010-10-22 | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -0/+1 |
2010-10-20 | x86-32, mm: Add an initial page table for core bootstrapping |  Borislav Petkov | 1 | -0/+1 |
2010-08-31 | Merge commit 'v2.6.36-rc3' into x86/memblock |  Ingo Molnar | 1 | -1/+1 |
2010-08-27 | x86, memblock: Replace e820_/_early string with memblock_ |  Yinghai Lu | 1 | -2/+2 |
2010-08-27 | x86: Use memblock to replace early_res |  Yinghai Lu | 1 | -2/+4 |
2010-06-16 | fix typos concerning "initiali[zs]e" |  Uwe Kleine-König | 1 | -1/+1 |
2010-03-29 | x86: Make sure free_init_pages() frees pages on page boundary |  Yinghai Lu | 1 | -1/+3 |
2010-02-12 | x86: Move bios page reserve early to head32/64.c |  Yinghai Lu | 1 | -0/+10 |
2009-12-11 | x86: Use find_e820() instead of hard coded trampoline address |  Yinghai Lu | 1 | -2/+0 |
2009-08-31 | x86: Add Moorestown early detection |  Thomas Gleixner | 1 | -0/+3 |
2009-08-31 | x86: Add early platform detection |  Thomas Gleixner | 1 | -5/+17 |
2009-08-27 | x86: Move ioapic_ids_setup to x86_init_ops |  Thomas Gleixner | 1 | -0/+3 |
2009-08-27 | x86: Add reserve_ebda_region to x86_init_ops |  Thomas Gleixner | 1 | -2/+2 |
2009-08-27 | x86: Add request_standard_resources to x86_init |  Thomas Gleixner | 1 | -0/+1 |
2009-08-27 | x86: Add probe_roms to x86_init |  Thomas Gleixner | 1 | -0/+3 |
2009-03-14 | x86-32: use brk segment for allocating initial kernel pagetable |  Jeremy Fitzhardinge | 1 | -3/+0 |
2009-03-14 | x86: add brk allocation for very, very early allocations |  Jeremy Fitzhardinge | 1 | -1/+1 |
2008-12-08 | x86: change static allocation of trampoline area |  Rafael J. Wysocki | 1 | -0/+3 |
2008-06-05 | x86: extract common part of head32.c and head64.c into head.c |  Huang, Ying | 1 | -50/+0 |
2008-05-31 | x86: extend e820 early_res support 32bit -fix #3 |  Yinghai Lu | 1 | -1/+2 |
2008-05-25 | x86: extend e820 ealy_res support 32bit |  Yinghai Lu | 1 | -0/+76 |
2008-04-17 | x86: introduce kernel/head32.c |  Eric W. Biederman | 1 | -0/+14 |