aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2012-11-20x86, microcode, AMD: Add support for family 16h processorsBoris Ostrovsky
2012-11-20x86-32: Export kernel_stack_pointer() for modulesH. Peter Anvin
2012-11-20x86-32: Fix invalid stack address while in softirqRobert Richter
2012-11-19x86: Fix warning about cast from pointer to integer of different sizeAlexander Duyck
2012-11-17x86, mm: Let "memmap=" take more entries one timeYinghai Lu
2012-11-17x86, mm: kill numa_64.hYinghai Lu
2012-11-17x86, mm: Move init_gbpages() out of setup.cYinghai Lu
2012-11-17x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu
2012-11-17x86, mm: Move min_pfn_mapped back to mm/init.cYinghai Lu
2012-11-17x86, mm: setup page table in top-downYinghai Lu
2012-11-17x86, mm: relocate initrd under all mem for 64bitYinghai Lu
2012-11-17x86, mm: Only direct map addresses that are marked as E820_RAMJacob Shin
2012-11-17x86, mm: use pfn_range_is_mapped() with reserve_initrdYinghai Lu
2012-11-17x86, mm: use pfn_range_is_mapped() with gartYinghai Lu
2012-11-17x86, mm: Fixup code testing if a pfn is direct mappedJacob Shin
2012-11-17x86, mm: if kernel .text .data .bss are not marked as E820_RAM, complain and fixJacob Shin
2012-11-17x86, mm: Set memblock initial limit to 1MYinghai Lu
2012-11-17x86, mm: Move init_memory_mapping calling out of setup.cYinghai Lu
2012-11-17x86, mm: Add global page_size_mask and probe one time onlyYinghai Lu
2012-11-16x86/acpi: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck
2012-11-16x86/ftrace: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck
2012-11-16x86: Use __pa_symbol instead of __pa on C visible symbolsAlexander Duyck
2012-11-16x86: Drop 4 unnecessary calls to __pa_symbolAlexander Duyck
2012-11-16x86: Improve __phys_addr performance by making use of carry flags and inliningAlexander Duyck
2012-11-16x86: Move some contents of page_64_types.h into pgtable_64.h and page_64.hAlexander Duyck
2012-11-14x86, topology: Debug CPU0 hotplugFenghua Yu
2012-11-14x86/i387.c: Initialize thread xstate only on CPU0 only onceFenghua Yu
2012-11-14x86, hotplug: Handle retrigger irq by the first available CPUFenghua Yu
2012-11-14x86, hotplug: The first online processor saves the MTRR stateFenghua Yu
2012-11-14x86, hotplug: During CPU0 online, enable x2apic, set_numa_node.Fenghua Yu
2012-11-14x86, hotplug: Wake up CPU0 via NMI instead of INIT, SIPI, SIPIFenghua Yu
2012-11-15ACPI / x86: Export acpi_[un]register_gsi()Andy Shevchenko
2012-11-15ACPI / Sleep: add acpi_sleep=nonvs_s3 parameterKristen Carlson Accardi
2012-11-14x86-32, hotplug: Add start_cpu0() entry point to head_32.SFenghua Yu
2012-11-14x86-64, hotplug: Add start_cpu0() entry point to head_64.SFenghua Yu
2012-11-14x86, hotplug: Support functions for CPU0 online/offlineFenghua Yu
2012-11-14x86, topology: Don't offline CPU0 if any PIC irq can not be migrated out of itFenghua Yu
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp
2012-11-13x86, cacheinfo: Base cache sharing info on CPUID 0x8000001d on AMDAndreas Herrmann
2012-11-13x86, cacheinfo: Make use of CPUID 0x8000001d for cache information on AMDAndreas Herrmann
2012-11-13x86, cacheinfo: Determine number of cache leafs using CPUID 0x8000001d on AMDAndreas Herrmann
2012-11-13x86: Add cpu_has_topoextAndreas Herrmann
2012-11-13Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2012-11-13Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2012-11-03uprobes/x86: Cleanup the single-stepping codeOleg Nesterov
2012-11-02x86: hpet: Fix inverted return value check in arch_setup_hpet_msi()Jan Beulich
2012-11-02x86: hpet: Fix masking of MSI interruptsJan Beulich
2012-11-02x86: Don't clobber top of pt_regs in nested NMISalman Qazi
2012-11-02x86: apic: Use tsc deadline for oneshot when availableSuresh Siddha
2012-10-31x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara