summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | x86: Factor out e820_add_kernel_range()Yinghai Lu2013-01-291-14/+22
| | * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-291-4/+84
| | |\ \
| | * | | x86, mm: kill numa_64.hYinghai Lu2012-11-171-3/+0
| | * | | x86, mm: Move init_gbpages() out of setup.cYinghai Lu2012-11-171-14/+1
| | * | | x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu2012-11-171-1/+0
| | * | | x86, mm: setup page table in top-downYinghai Lu2012-11-171-0/+3
| | * | | x86, mm: relocate initrd under all mem for 64bitYinghai Lu2012-11-171-4/+3
| | * | | x86, mm: Only direct map addresses that are marked as E820_RAMJacob Shin2012-11-171-3/+5
| | * | | x86, mm: use pfn_range_is_mapped() with reserve_initrdYinghai Lu2012-11-171-24/+28
| | * | | x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fixJacob Shin2012-11-171-0/+14
| | * | | x86, mm: Set memblock initial limit to 1MYinghai Lu2012-11-171-1/+1
| | * | | x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu2012-11-171-26/+1
| | * | | x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu2012-11-171-0/+1
| * | | | x86, mm: Move reserving low memory later in initializationH. Peter Anvin2013-02-141-4/+9
| | |_|/ | |/| |
| * | | Merge tag 'v3.8-rc5' into x86/mmH. Peter Anvin2013-01-251-4/+84
| |\ \ \ | | | |/ | | |/|
| * | | x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck2012-11-161-8/+8
| | |/ | |/|
* | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-301-14/+14
| |/ |/|
* | x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCIH. Peter Anvin2013-01-131-0/+2
* | x86/Sandy Bridge: mark arrays in __init functions as __initconstH. Peter Anvin2013-01-131-2/+2
* | x86/Sandy Bridge: reserve pages when integrated graphics is presentJesse Barnes2013-01-111-0/+78
* | Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-141-0/+4
|\ \
| * | ACPI: Fix build when disabledDavid Rientjes2012-10-011-0/+2
| * | ACPI: Store valid ACPI tables passed via early initrd in reserved memblock areasThomas Renninger2012-09-301-0/+2
* | | x86: Use PCI setup dataMatthew Garrett2012-12-051-4/+0
| |/ |/|
* | Merge tag 'efi-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mfle...Ingo Molnar2012-10-261-0/+12
|\ \
| * | x86: efi: Turn off efi_enabled after setup on mixed fw/kernelOlof Johansson2012-10-251-0/+12
* | | x86, mm: Use memblock memory loop instead of e820_RAMYinghai Lu2012-10-241-7/+8
* | | Merge commit '5bc66170dc486556a1e36fd384463536573f4b82' into x86/urgentH. Peter Anvin2012-10-191-4/+5
|\ \ \ | |/ /
| * | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-10-121-0/+3
| |\ \
| | * | jiffies: Remove compile time assumptions about CLOCK_TICK_RATEJohn Stultz2012-09-241-0/+3
| | |/
| * | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-1/+1
| |\ \
| | * | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti2012-08-231-1/+1
| | |/
| * | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao2012-09-121-1/+0
| * | x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao2012-09-121-1/+0
| * | x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao2012-09-121-1/+1
| * | x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao2012-09-121-1/+1
| |/
* | x86: Exclude E820_RESERVED regions and memory holes above 4 GB from direct ma...Jacob Shin2012-10-171-2/+15
|/
* Merge branch 'x86/cleanups' into x86/apicIngo Molnar2012-06-151-2/+0
|\
| * Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"Feng Tang2012-05-241-2/+0
* | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-291-2/+4
|\ \
| * | x86, realmode: read cr4 and EFER from kernel for 64-bit trampolineJarkko Sakkinen2012-05-081-0/+2
| * | x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-2/+0
| * | x86, realmode: Relocator for realmode codeJarkko Sakkinen2012-05-081-0/+2
* | | x86: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-291-8/+8
* | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-05-251-0/+2
|\ \ \ | |_|/ |/| |
| * | X86: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-0/+2
| |/
* | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-231-8/+0
|\ \
| * | MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-171-8/+0
| |/
| |
| \
*-. \ Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds2012-05-231-4/+3
|\ \ \ | | |/ | |/|
| | * x86: Don't continue booting if we can't load the specified initrdPeter Jones2012-05-161-4/+3
| |/
OpenPOWER on IntegriCloud