summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-01-28x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel1-10/+0
2013-01-28x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel4-14/+13
2013-01-28x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel4-27/+39
2013-01-28x86, irq: Introduce setup_remapped_irq()Joerg Roedel2-10/+12
2013-01-28x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel1-2/+2
2013-01-28x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()Joerg Roedel1-6/+2
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel4-43/+24
2013-01-28x86, irq: Add data structure to keep AMD specific irq remapping informationJoerg Roedel1-1/+11
2013-01-28x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel1-4/+0
2013-01-28x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pinJoerg Roedel1-3/+0
2013-01-28x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2-4/+7
2013-01-28x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel4-9/+16
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel5-19/+18
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel3-106/+13
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel5-14/+12
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel4-53/+61
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel4-30/+31
2013-01-28x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resumeJoerg Roedel1-10/+9
2013-01-28x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel1-6/+3
2013-01-28x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse4-27/+72
2013-01-28x86, efi: Fix PCI ROM handing in EFI boot stub, in 32-bit modeDavid Woodhouse1-1/+6
2013-01-28x86, efi: Fix 32-bit EFI handover protocol entry pointDavid Woodhouse1-0/+2
2013-01-28x86, efi: Fix display detection in EFI boot stubDavid Woodhouse1-2/+1
2013-01-28x86, boot: Define the 2.12 bzImage boot protocolH. Peter Anvin3-28/+76
2013-01-27x86/boot: Fix minor fd leakage in tools/relocs.cCong Ding1-2/+4
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-5/+6
2013-01-25x86, efi: Set runtime_version to the EFI spec revisionMatt Fleming1-1/+1
2013-01-25x86, efi: fix 32-bit warnings in setup_efi_pci()Jan Beulich1-4/+4
2013-01-25x86/xor: Add alternative SSE implementation only prefetching once per 64-byte...Jan Beulich3-18/+187
2013-01-25x86/xor: Unify SSE-base xor-block routinesJan Beulich3-581/+319
2013-01-24x86/msr: Add capabilities checkAlan Cox1-0/+3
2013-01-24x86/dma-debug: Bump PREALLOC_DMA_DEBUG_ENTRIESMaarten Lankhorst1-1/+1
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev1-32/+133
2013-01-24x86: Fix a typoYuanhan Liu1-1/+1
2013-01-24x86/perf: Add IvyBridge EP supportYouquan Song1-0/+1
2013-01-24x86/mm: Fix the argument passed to sync_global_pgds()Wen Congyang1-2/+2
2013-01-24x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov3-10/+12
2013-01-24perf/x86: Fix P6 driver section warningyangyongqiang1-1/+1
2013-01-24x86/olpc: Fix olpc-xo1-sci.c build errorsRandy Dunlap1-0/+1
2013-01-24arch/x86/platform/uv: Fix incorrect tlb flush all issueAlex Shi2-4/+8
2013-01-24arch/x86/tools/insn_sanity.c: Identify source of messagesAndrew Morton1-2/+8
2013-01-24perf/x86: Enable Intel Lincroft/Penwell/Cloverview Atom supportShuoX Liu1-1/+4
2013-01-24x86/time/rtc: Don't print extended CMOS year when reading RTCBjorn Helgaas1-1/+0
2013-01-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar8-75/+120
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria5-9/+26
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+0
2013-01-24x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones1-1/+1
2013-01-24ix86: Tighten asmlinkage_protect() constraintsJan Beulich1-9/+9
2013-01-24x86-64: Fix unwind annotations in recent NMI changesJan Beulich1-4/+3
2013-01-23Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+0