| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | x86/xor: Add alternative SSE implementation only prefetching once per 64-byte... | Jan Beulich | 2013-01-25 | 3 | -18/+187 |
| * | | | | | | | | x86/xor: Unify SSE-base xor-block routines | Jan Beulich | 2013-01-25 | 3 | -581/+319 |
| * | | | | | | | | x86: Fix a typo | Yuanhan Liu | 2013-01-24 | 1 | -1/+1 |
| * | | | | | | | | x86/mm: Fix the argument passed to sync_global_pgds() | Wen Congyang | 2013-01-24 | 1 | -2/+2 |
| * | | | | | | | | x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functions | Kirill A. Shutemov | 2013-01-24 | 3 | -10/+12 |
| * | | | | | | | | ix86: Tighten asmlinkage_protect() constraints | Jan Beulich | 2013-01-24 | 1 | -9/+9 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-02-20 | 31 | -371/+918 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess | Andy Lutomirski | 2013-02-03 | 1 | -8/+28 |
| * | | | | | | | | Merge tag 'ioapic-cleanups-for-tip' of git://git.kernel.org/pub/scm/linux/ker... | Ingo Molnar | 2013-01-29 | 17 | -371/+504 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86, irq: Move irq_remapped out of x86 core code | Joerg Roedel | 2013-01-28 | 2 | -10/+5 |
| | * | | | | | | | | x86, io_apic: Introduce eoi_ioapic_pin call-back | Joerg Roedel | 2013-01-28 | 5 | -14/+25 |
| | * | | | | | | | | x86, msi: Introduce x86_msi.compose_msi_msg call-back | Joerg Roedel | 2013-01-28 | 5 | -30/+45 |
| | * | | | | | | | | x86, irq: Introduce setup_remapped_irq() | Joerg Roedel | 2013-01-28 | 3 | -10/+21 |
| | * | | | | | | | | x86, irq: Move irq_remapped() check into free_remapped_irq | Joerg Roedel | 2013-01-28 | 2 | -3/+6 |
| | * | | | | | | | | x86, io-apic: Remove !irq_remapped() check from __target_IO_APIC_irq() | Joerg Roedel | 2013-01-28 | 1 | -6/+2 |
| | * | | | | | | | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core | Joerg Roedel | 2013-01-28 | 7 | -47/+57 |
| | * | | | | | | | | x86, irq: Add data structure to keep AMD specific irq remapping information | Joerg Roedel | 2013-01-28 | 1 | -1/+11 |
| | * | | | | | | | | x86, irq: Move irq_remapping_enabled declaration to iommu code | Joerg Roedel | 2013-01-28 | 4 | -4/+5 |
| | * | | | | | | | | x86, io_apic: Remove irq_remapping_enabled check in setup_timer_IRQ0_pin | Joerg Roedel | 2013-01-28 | 1 | -3/+0 |
| | * | | | | | | | | x86, io_apic: Move irq_remapping_enabled checks out of check_timer() | Joerg Roedel | 2013-01-28 | 3 | -4/+13 |
| | * | | | | | | | | x86, io_apic: Convert setup_ioapic_entry to function pointer | Joerg Roedel | 2013-01-28 | 5 | -9/+17 |
| | * | | | | | | | | x86, io_apic: Introduce set_affinity function pointer | Joerg Roedel | 2013-01-28 | 6 | -19/+22 |
| | * | | | | | | | | x86, msi: Use IRQ remapping specific setup_msi_irqs routine | Joerg Roedel | 2013-01-28 | 5 | -109/+125 |
| | * | | | | | | | | x86, hpet: Introduce x86_msi_ops.setup_hpet_msi | Joerg Roedel | 2013-01-28 | 6 | -15/+14 |
| | * | | | | | | | | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging | Joerg Roedel | 2013-01-28 | 5 | -53/+69 |
| | * | | | | | | | | x86, io_apic: Introduce x86_io_apic_ops.disable() | Joerg Roedel | 2013-01-28 | 5 | -31/+61 |
| | * | | | | | | | | x86, apic: Mask IO-APIC and PIC unconditionally on LAPIC resume | Joerg Roedel | 2013-01-28 | 1 | -10/+9 |
| | * | | | | | | | | x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code | Joerg Roedel | 2013-01-28 | 2 | -8/+12 |
| * | | | | | | | | | x86, kvm: Fix intialization warnings in kvm.c | Alok N Kataria | 2013-01-29 | 1 | -4/+4 |
| |/ / / / / / / / |
|
| * | | | | | | | | AHCI: Support multiple MSIs | Alexander Gordeev | 2013-01-24 | 3 | -10/+207 |
| * | | | | | | | | PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() | Alexander Gordeev | 2013-01-24 | 3 | -5/+65 |
| * | | | | | | | | x86/MSI: Support multiple MSIs in presense of IRQ remapping | Alexander Gordeev | 2013-01-24 | 3 | -40/+160 |
| * | | | | | | | | x86/apic: Allow x2apic without IR on VMware platform | Alok N Kataria | 2013-01-24 | 5 | -9/+26 |
| * | | | | | | | | x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical() | Dave Jones | 2013-01-24 | 1 | -1/+1 |
| |/ / / / / / / |
|
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-02-20 | 22 | -46/+245 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet() | Satoru Takeuchi | 2013-02-15 | 1 | -1/+1 |
| * | | | | | | | | posix-cpu-timers: Fix nanosleep task_struct leak | Stanislaw Gruszka | 2013-02-15 | 1 | -2/+21 |
| * | | | | | | | | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2013-02-14 | 3 | -2/+15 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | time, Fix setting of hardware clock in NTP code | Prarit Bhargava | 2013-02-09 | 3 | -2/+15 |
| * | | | | | | | | | Merge branch 'timers/for-arm' into timers/core | Thomas Gleixner | 2013-02-12 | 1 | -8/+14 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | clockevents: Fix generic broadcast for FEAT_C3STOP | Mark Rutland | 2013-02-12 | 1 | -8/+14 |
| * | | | | | | | | | | hrtimer: Prevent hrtimer_enqueue_reprogram race | Leonid Shatz | 2013-02-05 | 1 | -18/+18 |
| * | | | | | | | | | | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2013-02-04 | 15 | -22/+141 |
| |\ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / /
| | |/| | | | | | | | |
|
| | * | | | | | | | | | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK | John Stultz | 2013-01-29 | 4 | -5/+5 |
| | * | | | | | | | | | x86: Select HAS_PERSISTENT_CLOCK on x86 | John Stultz | 2013-01-16 | 1 | -0/+1 |
| | * | | | | | | | | | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK option | Feng Tang | 2013-01-16 | 3 | -0/+12 |
| | * | | | | | | | | | rtc: Skip the suspend/resume handling if persistent clock exist | Feng Tang | 2013-01-16 | 1 | -0/+7 |
| | * | | | | | | | | | timekeeping: Add persistent_clock_exist flag | Feng Tang | 2013-01-16 | 2 | -5/+17 |
| | * | | | | | | | | | posix-timers: Fix clock_adjtime to always return timex data on success | Miroslav Lichvar | 2013-01-16 | 1 | -1/+1 |
| | * | | | | | | | | | Round the calculated scale factor in set_cyc2ns_scale() | Bernd Faust | 2013-01-16 | 1 | -1/+2 |