aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2009-05-19x86: asm/processor.h: remove double declarationJaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefTypeJaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000Jaswinder Singh Rajput
2009-05-15x86, mtrr: remove mtrr MSRs double declarationJaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000Jaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000Jaswinder Singh Rajput
2009-05-15x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcapJaswinder Singh Rajput
2009-05-09x86: mce: remove duplicated #includeHuang Weiyi
2009-05-08x86: msr-index.h remove duplicate MSR C001_0015 declarationJaswinder Singh Rajput
2009-05-07x86: clean up arch/x86/kernel/tsc_sync.c a bitIngo Molnar
2009-05-06x86: use symbolic name for VM86_SIGNAL when used as vm86 default returnSamuel Bronson
2009-04-30x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.hRemis Lima Baima
2009-04-14x86: avoid multiple declaration of kstack_depth_to_printJaswinder Singh Rajput
2009-04-12x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before t...Jaswinder Singh Rajput
2009-04-12x86: clean up declarations and variablesJaswinder Singh Rajput
2009-04-12x86: apic/x2apic_cluster.c x86_cpu_to_logical_apicid should be staticJaswinder Singh Rajput
2009-04-08x86 early quirks: eliminate unused functionIngo Molnar
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2009-04-07dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang
2009-04-07tracing, x86: remove duplicated #includeHuang Weiyi
2009-04-06Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-04-05Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds
2009-04-05Merge branch 'linus' into releaseLen Brown
2009-04-05Merge branch 'misc' into releaseLen Brown
2009-04-05Merge branch 'x2apic' into releaseLen Brown
2009-04-04x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong
2009-04-03Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-04-03x86, ACPI: add support for x2apic ACPI extensionsSuresh Siddha
2009-04-04x86, mtrr: remove debug messageIngo Molnar
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-03x86, PAT: Remove duplicate memtype reserve in pci mmapSuresh Siddha
2009-04-03Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu
2009-04-03x86: disable stack-protector for __restore_processor_state()Joseph Cihula
2009-04-03Merge git://git.infradead.org/iommu-2.6Linus Torvalds
2009-04-03mm: fix misuse of debug_kmap_atomicAkinobu Mita
2009-04-03x86: fix is_io_mapping_possible() build warning on i386 allnoconfigAndrew Morton
2009-04-03ACPI: update commentZhang Rui
2009-04-03Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar
2009-04-03x86, setup: compile with -DDISABLE_BRANCH_PROFILINGH. Peter Anvin
2009-04-03x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macrosJoerg Roedel
2009-04-02Allow rwlocks to re-enable interruptsRobin Holt
2009-04-02preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann
2009-04-02sgi-gru: add macros for using the UV hub to send interruptsJack Steiner
2009-04-02sgi-gru: add definitions of x86_64 GRU MMRsJack Steiner
2009-04-02sgi-gru: exclude UV definitions on 32-bit x86Jack Steiner
2009-04-02signals: remove 'handler' parameter to tracehook functionsOleg Nesterov