summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/setup.h
Commit message (Expand)AuthorAgeFilesLines
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* treewide: Consolidate Apple DMI checksLukas Wunner2017-08-031-0/+1
* x86/time: Make setup_default_timer_irq() staticDou Liyang2017-06-131-1/+0
* x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-291-0/+1
* x86: kaslr: fix build due to missing ALIGN definitionJiri Kosina2015-04-291-0/+1
* x86: introduce kaslr_offset()Jiri Kosina2015-04-291-0/+6
* x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov2015-04-031-0/+5
* x86, espfix: Move espfix definitions into a separate header fileH. Peter Anvin2014-05-011-3/+2
* x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-04-301-0/+3
* x86, platforms: Remove SGI Visual WorkstationH. Peter Anvin2014-02-271-6/+0
* x86, ramdisk: Export relocated ramdisk VABorislav Petkov2014-01-131-1/+2
* intel_mid: Renamed *mrst* to *intel_mid*Kuppuswamy Sathyanarayanan2013-10-171-2/+2
* x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen2013-08-061-3/+5
* UAPI: (Scripted) Disintegrate arch/x86/include/asmDavid Howells2012-12-141-3/+2
* x86/intel config: Revamp configuration to allow for Moorestown and MedfieldAlan Cox2011-12-181-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-191-1/+1
|\
| * x86: Introduce pci_map_biosrom()Dan Williams2011-03-151-1/+1
* | ftrace/x86: Do not trace .discard.text sectionSteven Rostedt2011-05-161-1/+1
|/
* x86: Add CE4100 platform supportThomas Gleixner2010-11-121-0/+6
* x86, mm: Add RESERVE_BRK_ARRAY() helperJeremy Fitzhardinge2010-10-051-0/+5
* support multiple .discard.* sections to avoid section type conflictsJeremy Fitzhardinge2010-07-271-1/+1
* x86: Move pci init function to x86_initThomas Gleixner2010-02-191-2/+0
* x86: Add Moorestown early detectionThomas Gleixner2009-08-311-0/+6
* x86: Add timer_init to x86_init_opsThomas Gleixner2009-08-311-19/+2
* x86: Move xen_post_allocator_init into xen_pagetable_setup_doneThomas Gleixner2009-08-311-4/+0
* x86: Move traps_init to x86_init_opsThomas Gleixner2009-08-311-3/+0
* x86: Move irq_init to x86_init_opsThomas Gleixner2009-08-311-3/+0
* x86: Move pre_intr_init to x86_init_opsThomas Gleixner2009-08-311-1/+0
* x86: Move get/find_smp_config to x86_init_opsThomas Gleixner2009-08-311-2/+0
* x86: Move oem_bus_info to x86_init_opsThomas Gleixner2009-08-271-3/+0
* x86: Move mpc_oem_pci_bus to x86_init_opsThomas Gleixner2009-08-271-1/+0
* x86: Move smp_read_mpc_oem to x86_init_ops.Thomas Gleixner2009-08-271-3/+0
* x86: Move mpc_apic_id to x86_init_opsThomas Gleixner2009-08-271-2/+0
* x86: Move ioapic_ids_setup to x86_init_opsThomas Gleixner2009-08-271-1/+0
* x86: Sanitize smp_record and move it to x86_init_opsThomas Gleixner2009-08-271-1/+0
* x86: Move memory_setup to x86_init_opsThomas Gleixner2009-08-271-1/+0
* x86: Add request_standard_resources to x86_initThomas Gleixner2009-08-271-0/+3
* x86: Add x86_init infrastructureThomas Gleixner2009-08-271-0/+2
* x86: move x86_quirk_pre_intr_init() to irqinit_32.cPekka Enberg2009-04-101-1/+0
* Revert "x86: don't compile vsmp_64 for 32bit"Ravikiran G Thirumalai2009-03-251-1/+1
* x86/brk: make the brk reservation symbols inaccessible from CJeremy Fitzhardinge2009-03-171-5/+5
* x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge2009-03-141-0/+30
* x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge2009-03-141-3/+0
* x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge2009-03-141-0/+4
* x86: don't compile vsmp_64 for 32bitYinghai Lu2009-02-261-0/+4
* x86: remove update_apic from x86_quirksYinghai Lu2009-02-261-3/+0
* x86: refactor x86_quirks supportIngo Molnar2009-02-231-0/+9
* x86, apic: rename 'genapic' to 'apic'Ingo Molnar2009-02-171-1/+1
* Merge branch 'core/header-fixes' into x86/headersIngo Molnar2009-02-131-21/+22
|\