summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-30Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin1-4/+84
2013-01-26Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin1-4/+84
2013-01-14x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCIH. Peter Anvin1-0/+2
2013-01-14x86/Sandy Bridge: mark arrays in __init functions as __initconstH. Peter Anvin1-2/+2
2013-01-12x86/Sandy Bridge: reserve pages when integrated graphics is presentJesse Barnes1-0/+78
2012-12-14Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2012-12-06x86: Use PCI setup dataMatthew Garrett1-4/+0
2012-11-17x86, mm: kill numa_64.hYinghai Lu1-3/+0
2012-11-17x86, mm: Move init_gbpages() out of setup.cYinghai Lu1-14/+1
2012-11-17x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu1-1/+0
2012-11-17x86, mm: setup page table in top-downYinghai Lu1-0/+3
2012-11-17x86, mm: relocate initrd under all mem for 64bitYinghai Lu1-4/+3
2012-11-17x86, mm: Only direct map addresses that are marked as E820_RAMJacob Shin1-3/+5
2012-11-17x86, mm: use pfn_range_is_mapped() with reserve_initrdYinghai Lu1-24/+28
2012-11-17x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fixJacob Shin1-0/+14
2012-11-17x86, mm: Set memblock initial limit to 1MYinghai Lu1-1/+1
2012-11-17x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu1-26/+1
2012-11-17x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu1-0/+1
2012-11-17x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck1-8/+8
2012-10-26Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar1-0/+12
2012-10-25x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson1-0/+12
2012-10-24x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu1-7/+8
2012-10-19Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin1-4/+5
2012-10-17x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct ma...Jacob Shin1-2/+15
2012-10-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2012-10-02ACPI: Fix build when disabledDavid Rientjes1-0/+2
2012-10-01ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger1-0/+2
2012-09-24jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz1-0/+3
2012-09-12x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao1-1/+0
2012-09-12x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao1-1/+0
2012-09-12x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao1-1/+1
2012-09-12x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao1-1/+1
2012-08-23x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti1-1/+1
2012-06-15Merge branch 'x86/cleanups' into x86/apicIngo Molnar1-2/+0
2012-05-30Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+4
2012-05-30x86: print physical addresses consistently with other parts of kernelBjorn Helgaas1-8/+8
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds1-0/+2
2012-05-25Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"Feng Tang1-2/+0
2012-05-24Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-8/+0
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds1-4/+3
2012-05-21X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski1-0/+2
2012-05-18MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-8/+0
2012-05-17x86: Don't continue booting if we can't load the specified initrdPeter Jones1-4/+3
2012-05-09x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen1-0/+2
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen1-2/+0
2012-05-08x86, realmode: Relocator for realmode codeJarkko Sakkinen1-0/+2
2012-05-07x86/apic: Fix UP boot crashIngo Molnar1-1/+2
2012-05-01x86/apic: Replace io_apic_ops with x86_io_apic_ops.Konrad Rzeszutek Wilk1-1/+1
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-10/+1