summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2009-03-20x86, CPA: Add set_pages_arrayuc and set_pages_array_wbvenkatesh.pallipadi@intel.com
2009-03-20PCI/MSI: Use #ifdefs instead of weak functionsMichael Ellerman
2009-03-19x86: with the last user gone, remove set_pte_presentJeremy Fitzhardinge
2009-03-18Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ...Ingo Molnar
2009-03-18Merge branch 'dma-api/debug' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2009-03-18Merge branch 'linus' into core/iommuIngo Molnar
2009-03-18cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crashRusty Russell
2009-03-18x86: add x2apic_wrmsr_fence() to x2apic flush tlb pathsSuresh Siddha
2009-03-17x86, ioapic: Fix non atomic allocation with interrupts disabledSuresh Siddha
2009-03-17x86, x2apic: cleanup the IO-APIC level migration with interrupt-remappingSuresh Siddha
2009-03-17x86, x2apic: fix clear_local_APIC() in the presence of x2apicSuresh Siddha
2009-03-17x86, x2apic: enable fault handling for intr-remappingSuresh Siddha
2009-03-17x86/brk: make the brk reservation symbols inaccessible from CJeremy Fitzhardinge
2009-03-17dma-debug: x86 architecture bindingsJoerg Roedel
2009-03-17x86, paravirt: prevent gcc from generating the wrong addressing modeJeremy Fitzhardinge
2009-03-15x86: allow extend_brk users to reserve brk spaceJeremy Fitzhardinge
2009-03-15x86-32: compute initial mapping size more accuratelyYinghai Lu
2009-03-15x86: use brk allocation for DMIJeremy Fitzhardinge
2009-03-15x86-32: use brk segment for allocating initial kernel pagetableJeremy Fitzhardinge
2009-03-14x86: add brk allocation for very, very early allocationsJeremy Fitzhardinge
2009-03-14x86: cpu_debug add support for various AMD CPUsJaswinder Singh Rajput
2009-03-14Merge branches 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/debug', 'x86/kconf...Ingo Molnar
2009-03-14Merge branch 'core/percpu' into x86/coreIngo Molnar
2009-03-14Merge branch 'x86/asm' into tracing/syscallsIngo Molnar
2009-03-14x86: cpu/common.c cleanupsJaswinder Singh Rajput
2009-03-13tracing/syscalls: support for syscalls tracing on x86Frederic Weisbecker
2009-03-13tracing/x86: basic implementation of syscall tracing for x86Frederic Weisbecker
2009-03-13cpumask: remove x86 cpumask_t uses.Rusty Russell
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell
2009-03-13x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_...Rusty Russell
2009-03-13cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell
2009-03-13cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell
2009-03-13x86: arch_send_call_function_ipi_maskRusty Russell
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell
2009-03-13cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell
2009-03-13cpumask: remove cpu_coregroup_map: x86Rusty Russell
2009-03-13cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86Rusty Russell
2009-03-13x86: cpu_debug add write support for MSRsJaswinder Singh Rajput
2009-03-13x86, 32-bit: also use cpuinfo_x86's x86_{phys,virt}_bits membersJan Beulich
2009-03-12x86: fix HYPERVISOR_update_descriptor()Jan Beulich
2009-03-12Merge branches 'x86/asm', 'x86/debug', 'x86/mm', 'x86/setup', 'x86/urgent' an...Ingo Molnar
2009-03-11x86: remove zImage supportH. Peter Anvin
2009-03-11x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()Akinobu Mita
2009-03-11x86: cpu architecture debug code, build fix, cleanupJaswinder Singh Rajput
2009-03-11x86: shrink __ALIGN and __ALIGN_STR definitionsCyrill Gorcunov
2009-03-11Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-03-11Merge branch 'linus' into core/percpuIngo Molnar
2009-03-11Merge commit 'origin/master' into nextBenjamin Herrenschmidt