summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | x86/xor: Add alternative SSE implementation only prefetching once per 64-byte...Jan Beulich2013-01-253-18/+187
| * | | | | | | | x86/xor: Unify SSE-base xor-block routinesJan Beulich2013-01-253-581/+319
| * | | | | | | | x86: Fix a typoYuanhan Liu2013-01-241-1/+1
| * | | | | | | | x86/mm: Fix the argument passed to sync_global_pgds()Wen Congyang2013-01-241-2/+2
| * | | | | | | | x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov2013-01-243-10/+12
| * | | | | | | | ix86: Tighten asmlinkage_protect() constraintsJan Beulich2013-01-241-9/+9
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-2031-371/+918
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/intel/irq_remapping: Clean up x2apic opt-out security warning messAndy Lutomirski2013-02-031-8/+28
| * | | | | | | | Merge tag 'ioapic-cleanups-for-tip' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2013-01-2917-371/+504
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel2013-01-282-10/+5
| | * | | | | | | | x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-285-14/+25
| | * | | | | | | | x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-285-30/+45
| | * | | | | | | | x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-283-10/+21
| | * | | | | | | | x86, irq: Move irq_remapped() check into free_remapped_irqJoerg Roedel2013-01-282-3/+6
| | * | | | | | | | x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq()Joerg Roedel2013-01-281-6/+2
| | * | | | | | | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-287-47/+57
| | * | | | | | | | x86, irq: Add data structure to keep AMD specific irq remapping informationJoerg Roedel2013-01-281-1/+11
| | * | | | | | | | x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel2013-01-284-4/+5
| | * | | | | | | | x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pinJoerg Roedel2013-01-281-3/+0
| | * | | | | | | | x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-283-4/+13
| | * | | | | | | | x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-285-9/+17
| | * | | | | | | | x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2013-01-286-19/+22
| | * | | | | | | | x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-285-109/+125
| | * | | | | | | | x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2013-01-286-15/+14
| | * | | | | | | | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2013-01-285-53/+69
| | * | | | | | | | x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2013-01-285-31/+61
| | * | | | | | | | x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resumeJoerg Roedel2013-01-281-10/+9
| | * | | | | | | | x86, apic: Move irq_remapping_enabled checks into IRQ-remapping codeJoerg Roedel2013-01-282-8/+12
| * | | | | | | | | x86, kvm: Fix intialization warnings in kvm.cAlok N Kataria2013-01-291-4/+4
| |/ / / / / / / /
| * | | | | | | | AHCI: Support multiple MSIsAlexander Gordeev2013-01-243-10/+207
| * | | | | | | | PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()Alexander Gordeev2013-01-243-5/+65
| * | | | | | | | x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev2013-01-243-40/+160
| * | | | | | | | x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria2013-01-245-9/+26
| * | | | | | | | x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones2013-01-241-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-2022-46/+245
|\ \ \ \ \ \ \ \
| * | | | | | | | timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet()Satoru Takeuchi2013-02-151-1/+1
| * | | | | | | | posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka2013-02-151-2/+21
| * | | | | | | | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-143-2/+15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | time, Fix setting of hardware clock in NTP codePrarit Bhargava2013-02-093-2/+15
| * | | | | | | | | Merge branch 'timers/for-arm' into timers/coreThomas Gleixner2013-02-121-8/+14
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clockevents: Fix generic broadcast for FEAT_C3STOPMark Rutland2013-02-121-8/+14
| * | | | | | | | | | hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz2013-02-051-18/+18
| * | | | | | | | | | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner2013-02-0415-22/+141
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCKJohn Stultz2013-01-294-5/+5
| | * | | | | | | | | x86: Select HAS_PERSISTENT_CLOCK on x86John Stultz2013-01-161-0/+1
| | * | | | | | | | | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK optionFeng Tang2013-01-163-0/+12
| | * | | | | | | | | rtc: Skip the suspend/resume handling if persistent clock existFeng Tang2013-01-161-0/+7
| | * | | | | | | | | timekeeping: Add persistent_clock_exist flagFeng Tang2013-01-162-5/+17
| | * | | | | | | | | posix-timers: Fix clock_adjtime to always return timex data on successMiroslav Lichvar2013-01-161-1/+1
| | * | | | | | | | | Round the calculated scale factor in set_cyc2ns_scale()Bernd Faust2013-01-161-1/+2