2011-01-26 |
Yinghai Lu | x86: Remove left over system_64.h Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2011-01-05 |
Yinghai Lu | x86: Fix APIC ID sizing bug on larger systems, clean... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-23 |
Yinghai Lu | x86, acpi: Parse all SRAT cpu entries even above the... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-23 |
Yinghai Lu | x86, acpi: Add MAX_LOCAL_APIC for 32bit Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-23 |
Yinghai Lu | PCI: Skip id checking if no id is passed Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-09 |
Yinghai Lu | x86, ioapic: Avoid writing io_apic id if already correct Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-09 |
Yinghai Lu | x86, x2apic: Don't map lapic addr for preenabled x2apic... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-09 |
Yinghai Lu | x86, sfi: Use register_lapic_address() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-09 |
Yinghai Lu | x86, apic: Use register_lapic_address() in init_apic_mapping() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-09 |
Yinghai Lu | x86, apic: Remove early_init_lapic_mapping() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-12-09 |
Yinghai Lu | x86, apic: Unify identical register_lapic_address(... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-11-18 |
Yinghai Lu | x86: Use online node real index in calulate_tbl_offset() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-30 |
Yinghai Lu | x86: Check irq_remapped instead of remapping_enabled... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-28 |
Yinghai Lu | x86, memblock: Fix early_node_mem with big reserved... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-19 |
Yinghai Lu | x86: ioapic: Call free_irte only if interrupt remapping... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-12 |
Yinghai Lu | memblock, bootmem: Round pfn properly for memory and... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-12 |
Yinghai Lu | x86: Don't setup ioapic irq for sci twice Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-11 |
Yinghai Lu | memblock: Annotate memblock functions with __init_memblock Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-11 |
Yinghai Lu | x86, numa: For each node, register the memory blocks... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-11 |
Yinghai Lu | swiotlb: Use page alignment for early buffer allocation Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-08 |
Yinghai Lu | memblock/arm: Fix memblock_region_is_memory() typo Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-06 |
Yinghai Lu | x86, memblock: Remove __memblock_x86_find_in_range_size() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-06 |
Yinghai Lu | memblock: Fix wraparound in find_region() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-06 |
Yinghai Lu | x86-32, memblock: Make add_highpages honor early reserved... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-06 |
Yinghai Lu | x86, memblock: Fix crashkernel allocation Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-10-01 |
Yinghai Lu | ACPI: Handle ACPI0007 Device in acpi_early_set_pdc Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-09-23 |
Yinghai Lu | ipmi: fix hardcoded ipmi device exit path warning Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-09-23 |
Yinghai Lu | ipmi: fix acpi probe print Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-09-21 |
Yinghai Lu | x86, setup: Fix earlyprintk=serial,0x3f8,115200 Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-09-21 |
Yinghai Lu | x86, setup: Fix earlyprintk=serial,ttyS0,115200 Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-09-16 |
Yinghai Lu | arm, memblock: Fix the sparsemem build Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-09-15 |
Yinghai Lu | memblock: Fix section mismatch warnings Signed-off-by: Yinghai Lu <Yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-09-11 |
Yinghai Lu | powerpc, memblock: Fix memblock API change fallout Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86: Remove old bootmem code Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Use memblock_memory_size()/memblock_free_memo... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86: Remove not used early_res code Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Replace e820_/_early string with memblock_ Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86: Use memblock to replace early_res Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Use memblock_debug to control debug... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Add memblock_x86_memory_in_range() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Add memblock_x86_free_memory_in_range() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Add memblock_x86_find_in_range_node() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | memblock: Add find_memory_core_early() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Add memblock_x86_register_active_regions... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Add get_free_all_memory_range() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Add memblock_x86_reserve_range/memblock_x86_f... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Add memblock_x86_to_bootmem() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | bootmem, x86: Add weak version of reserve_bootmem_generic Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | x86, memblock: Add memblock_x86_find_in_range_size() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-27 |
Yinghai Lu | memblock: Add memblock_free/reserve_reserved_regions() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-11 |
Yinghai Lu | ipmi: print info for spmi and smbios paths like acpi... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-11 |
Yinghai Lu | ipmi: fix memleaking for add_smi when duplicating happen Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-10 |
Yinghai Lu | ipmi: fix ACPI detection with regspacing Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-05 |
Yinghai Lu | memblock: Add memblock_find_in_range() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-05 |
Yinghai Lu | memblock: Option for the architecture to put memblock... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-05 |
Yinghai Lu | memblock: Protect memblock.h with CONFIG_HAVE_MEMBLOCK Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-05 |
Yinghai Lu | memblock: Export MEMBLOCK_ERROR Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-05 |
Yinghai Lu | memblock: Improve debug output when resizing the reserve... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-05 |
Yinghai Lu | memblock: Expose some memblock bits for use by x86 Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-03 |
Yinghai Lu | x86, setup: enable early console output from the decompressor Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-08-02 |
Yinghai Lu | x86, setup: reorganize the early console setup Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-07-30 |
Yinghai Lu | PCI hotplug: make sure child bridges are enabled at... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-07-20 |
Yinghai Lu | x86,nobootmem: make alloc_bootmem_node fall back to... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-07-20 |
Yinghai Lu | x86, numa: fix boot without RAM on node0 again
|
commit | commitdiff | tree |
2010-07-16 |
Yinghai Lu | x86: Fix x2apic preenabled system with kexec Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-07-14 |
Yinghai Lu | x86, setup: Only set early_serial_base after port is... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-07-14 |
Yinghai Lu | lmb: rename to memblock Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-07-13 |
Yinghai Lu | x86, setup: Make the setup code also accept console... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-06-11 |
Yinghai Lu | PCI: clear bridge resource range if BIOS assigned bad one Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-05-25 |
Yinghai Lu | sparsemem: on no vmemmap path put mem_map on node high too Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-04-09 |
Yinghai Lu | intel-iommu: Print out iommu seq_id Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-04-09 |
Yinghai Lu | intel-iommu: Don't complain that ACPI_DMAR_SCOPE_TYPE_IOAPIC... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-04-01 |
Yinghai Lu | ibft, x86: Change reserve_ibft_region() to find_ibft_region() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-04-01 |
Yinghai Lu | bootmem, x86: Fix 32bit numa system without RAM on... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-04-01 |
Yinghai Lu | nobootmem, x86: Fix 32bit numa system without RAM on... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-04-01 |
Yinghai Lu | x86: Make e820_remove_range to handle all covered case Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-03-29 |
Yinghai Lu | x86: Make sure free_init_pages() frees pages on page... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-03-29 |
Yinghai Lu | x86: Make smp_locks end with page alignment Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-03-02 |
Yinghai Lu | early_res: Need to save the allocation name in drop_range_pa... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-03-02 |
Yinghai Lu | sparsemem: Fix compilation on PowerPC Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-03-01 |
Yinghai Lu | pci: don't reassign to ROM res if it is not going to... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-26 |
Yinghai Lu | early_res: Add free_early_partial() Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-25 |
Yinghai Lu | x86, pci: Exclude Moorestown PCI code if CONFIG_X86_MRST=n Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-24 |
Yinghai Lu | x86, legacy_irq: Remove duplicate vector assigment Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-24 |
Yinghai Lu | x86, legacy_irq: Remove left over nr_legacy_irqs Singed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_ranges Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: pciehp: second try to get big range for pcie devices Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: pciehp: cleanup flow in pciehp_configure_device Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: introduce pci_assign_unassigned_bridge_resources Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: update bridge resources to get more big ranges... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: don't shrink bridge resources Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: reject mmio ranges starting at 0 on pci_bridge... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: add failed_list to pci_bus_assign_resources Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: add pci_bridge_release_resources and pci_bus_release_br... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: don't dump resource when bus resource flags indicates... Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | resource: add release_child_resources Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-23 |
Yinghai Lu | PCI: separate pci_setup_bridge to small functions Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-22 |
Yinghai Lu | x86: Fix non-bootmem compilation on PowerPC Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-18 |
Yinghai Lu | smp: Use nr_cpus= to set nr_cpu_ids early Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |
2010-02-18 |
Yinghai Lu | x86, irq: Remove arch_probe_nr_irqs Signed-off-by: Yinghai Lu <yinghai@kernel.org>
|
commit | commitdiff | tree |