| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/setup: Warn when option parsing is done too early | Borislav Petkov (AMD) | 2024-05-27 | 1 | -0/+8 |
* | x86/boot/64: Simplify global variable accesses in GDT/IDT programming | Ard Biesheuvel | 2024-02-26 | 1 | -1/+1 |
* | x86/setup: Make relocated_ramdisk a local variable of relocate_initrd() | Yuntao Wang | 2023-11-13 | 1 | -2/+0 |
* | x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32() | Thomas Gleixner | 2023-10-18 | 1 | -0/+1 |
* | x86/head: Mark *_start_kernel() __noreturn | Josh Poimboeuf | 2023-04-14 | 1 | -3/+3 |
* | x86/xen: Use clear_bss() for Xen PV guests | Juergen Gross | 2022-07-01 | 1 | -0/+3 |
* | x86/mm: Fix RESERVE_BRK() for older binutils | Josh Poimboeuf | 2022-06-13 | 1 | -17/+21 |
* | Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-05-24 | 1 | -19/+11 |
|\ |
|
| * | x86/mm: Simplify RESERVE_BRK() | Josh Poimboeuf | 2022-05-06 | 1 | -19/+11 |
* | | x86/head/64: Re-enable stack protection | Michael Roth | 2022-04-06 | 1 | -1/+0 |
|/ |
|
* | x86/ibt: Dont generate ENDBR in .discard.text | Peter Zijlstra | 2022-03-15 | 1 | -1/+2 |
* | x86/setup: Remove unused RESERVE_BRK_ARRAY() | Cao jin | 2021-03-11 | 1 | -5/+0 |
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 1 | -1/+1 |
* | x86/head/64: Move early exception dispatch to C code | Joerg Roedel | 2020-09-07 | 1 | -1/+3 |
* | x86/head/64: Install a CPU bringup IDT | Joerg Roedel | 2020-09-07 | 1 | -0/+1 |
* | x86/head/64: Install startup GDT | Joerg Roedel | 2020-09-07 | 1 | -0/+1 |
* | x86/mm: simplify init_trampoline() and surrounding logic | Mike Rapoport | 2020-06-09 | 1 | -1/+11 |
* | x86/kernel: Fix more -Wmissing-prototypes warnings | Borislav Petkov | 2018-12-08 | 1 | -0/+3 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | treewide: Consolidate Apple DMI checks | Lukas Wunner | 2017-08-03 | 1 | -0/+1 |
* | x86/time: Make setup_default_timer_irq() static | Dou Liyang | 2017-06-13 | 1 | -1/+0 |
* | x86/asm: Stop depending on ptrace.h in alternative.h | Andy Lutomirski | 2016-04-29 | 1 | -0/+1 |
* | x86: kaslr: fix build due to missing ALIGN definition | Jiri Kosina | 2015-04-29 | 1 | -0/+1 |
* | x86: introduce kaslr_offset() | Jiri Kosina | 2015-04-29 | 1 | -0/+6 |
* | x86/mm/KASLR: Propagate KASLR status to kernel proper | Borislav Petkov | 2015-04-03 | 1 | -0/+5 |
* | x86, espfix: Move espfix definitions into a separate header file | H. Peter Anvin | 2014-05-01 | 1 | -3/+2 |
* | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 2014-04-30 | 1 | -0/+3 |
* | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 2014-02-27 | 1 | -6/+0 |
* | x86, ramdisk: Export relocated ramdisk VA | Borislav Petkov | 2014-01-13 | 1 | -1/+2 |
* | intel_mid: Renamed *mrst* to *intel_mid* | Kuppuswamy Sathyanarayanan | 2013-10-18 | 1 | -2/+2 |
* | x86, asmlinkage: Make _*_start_kernel visible | Andi Kleen | 2013-08-06 | 1 | -3/+5 |
* | UAPI: (Scripted) Disintegrate arch/x86/include/asm | David Howells | 2012-12-14 | 1 | -3/+2 |
* | x86/intel config: Revamp configuration to allow for Moorestown and Medfield | Alan Cox | 2011-12-18 | 1 | -1/+1 |
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-05-20 | 1 | -1/+1 |
|\ |
|
| * | x86: Introduce pci_map_biosrom() | Dan Williams | 2011-03-15 | 1 | -1/+1 |
* | | ftrace/x86: Do not trace .discard.text section | Steven Rostedt | 2011-05-16 | 1 | -1/+1 |
|/ |
|
* | x86: Add CE4100 platform support | Thomas Gleixner | 2010-11-12 | 1 | -0/+6 |
* | x86, mm: Add RESERVE_BRK_ARRAY() helper | Jeremy Fitzhardinge | 2010-10-06 | 1 | -0/+5 |
* | support multiple .discard.* sections to avoid section type conflicts | Jeremy Fitzhardinge | 2010-07-28 | 1 | -1/+1 |
* | x86: Move pci init function to x86_init | Thomas Gleixner | 2010-02-20 | 1 | -2/+0 |
* | x86: Add Moorestown early detection | Thomas Gleixner | 2009-08-31 | 1 | -0/+6 |
* | x86: Add timer_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -19/+2 |
* | x86: Move xen_post_allocator_init into xen_pagetable_setup_done | Thomas Gleixner | 2009-08-31 | 1 | -4/+0 |
* | x86: Move traps_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -3/+0 |
* | x86: Move irq_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -3/+0 |
* | x86: Move pre_intr_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+0 |
* | x86: Move get/find_smp_config to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -2/+0 |
* | x86: Move oem_bus_info to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -3/+0 |
* | x86: Move mpc_oem_pci_bus to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -1/+0 |
* | x86: Move smp_read_mpc_oem to x86_init_ops. | Thomas Gleixner | 2009-08-27 | 1 | -3/+0 |