| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-19 | 10 | -66/+39 |
|\ |
|
| * | wimax/i2400m: fix i2400m->wake_tx_skb handling | Tejun Heo | 2013-02-09 | 1 | -14/+17 |
| * | ipw2x00: simplify scan_event handling | Tejun Heo | 2013-02-09 | 3 | -35/+12 |
| * | video/exynos: don't use [delayed_]work_pending() | Tejun Heo | 2012-12-28 | 1 | -4/+2 |
| * | tty/max3100: don't use [delayed_]work_pending() | Tejun Heo | 2012-12-28 | 1 | -2/+1 |
| * | wl1251: don't use [delayed_]work_pending() | Tejun Heo | 2012-12-28 | 1 | -2/+1 |
| * | thinkpad_acpi: don't use [delayed_]work_pending() | Tejun Heo | 2012-12-28 | 1 | -2/+1 |
| * | mwifiex: don't use [delayed_]work_pending() | Tejun Heo | 2012-12-28 | 1 | -5/+4 |
| * | sja1000: don't use [delayed_]work_pending() | Tejun Heo | 2012-12-28 | 1 | -2/+1 |
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-19 | 1 | -1/+1 |
|\ \ |
|
| * | | x86, uv, uv3: Check current gru hub support for SGI UV3 | Mike Travis | 2013-02-11 | 1 | -1/+1 |
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-02-19 | 2 | -61/+60 |
|\ \ \ |
|
| * \ \ | Merge tag 'numascale' into x86/platform | H. Peter Anvin | 2013-01-22 | 2 | -61/+60 |
| |\ \ \ |
|
| | * | | | amd64_edac: Fix type usage in NB IDs and memory ranges | Daniel J Blueman | 2013-01-10 | 2 | -16/+16 |
| | * | | | amd64_edac: Fix PCI function lookup | Daniel J Blueman | 2013-01-10 | 1 | -34/+38 |
| | * | | | x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_id | Daniel J Blueman | 2013-01-10 | 1 | -2/+3 |
| | * | | | x86, AMD, NB: Add multi-domain support | Daniel J Blueman | 2013-01-10 | 2 | -9/+3 |
* | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-19 | 2 | -4/+5 |
|\ \ \ \ \ |
|
| * | | | | | x86, hyperv: HYPERV depends on X86_LOCAL_APIC | H. Peter Anvin | 2013-02-12 | 1 | -1/+1 |
| * | | | | | X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts | K. Y. Srinivasan | 2013-02-12 | 1 | -3/+4 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-02-19 | 10 | -32/+503 |
|\ \ \ \ \ |
|
| * | | | | | x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess | Andy Lutomirski | 2013-02-03 | 1 | -8/+28 |
| * | | | | | x86, irq: Move irq_remapped out of x86 core code | Joerg Roedel | 2013-01-28 | 1 | -0/+5 |
| * | | | | | x86, io_apic: Introduce eoi_ioapic_pin call-back | Joerg Roedel | 2013-01-28 | 1 | -0/+12 |
| * | | | | | x86, msi: Introduce x86_msi.compose_msi_msg call-back | Joerg Roedel | 2013-01-28 | 1 | -3/+6 |
| * | | | | | x86, irq: Introduce setup_remapped_irq() | Joerg Roedel | 2013-01-28 | 1 | -0/+9 |
| * | | | | | x86, irq: Move irq_remapped() check into free_remapped_irq | Joerg Roedel | 2013-01-28 | 1 | -1/+4 |
| * | | | | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core | Joerg Roedel | 2013-01-28 | 3 | -4/+33 |
| * | | | | | x86, irq: Move irq_remapping_enabled declaration to iommu code | Joerg Roedel | 2013-01-28 | 3 | -0/+5 |
| * | | | | | x86, io_apic: Move irq_remapping_enabled checks out of check_timer() | Joerg Roedel | 2013-01-28 | 1 | -0/+6 |
| * | | | | | x86, io_apic: Convert setup_ioapic_entry to function pointer | Joerg Roedel | 2013-01-28 | 1 | -0/+1 |
| * | | | | | x86, io_apic: Introduce set_affinity function pointer | Joerg Roedel | 2013-01-28 | 1 | -0/+4 |
| * | | | | | x86, msi: Use IRQ remapping specific setup_msi_irqs routine | Joerg Roedel | 2013-01-28 | 1 | -3/+109 |
| * | | | | | x86, hpet: Introduce x86_msi_ops.setup_hpet_msi | Joerg Roedel | 2013-01-28 | 1 | -1/+2 |
| * | | | | | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging | Joerg Roedel | 2013-01-28 | 1 | -0/+8 |
| * | | | | | x86, io_apic: Introduce x86_io_apic_ops.disable() | Joerg Roedel | 2013-01-28 | 1 | -1/+30 |
| * | | | | | x86, apic: Move irq_remapping_enabled checks into IRQ-remapping code | Joerg Roedel | 2013-01-28 | 1 | -2/+9 |
| * | | | | | 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 | 1 | -0/+26 |
* | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-02-19 | 4 | -1/+63 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ... | Thomas Gleixner | 2013-02-04 | 4 | -1/+63 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK | John Stultz | 2013-01-29 | 1 | -2/+2 |
| | * | | | | | | timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK option | Feng Tang | 2013-01-15 | 1 | -0/+2 |
| | * | | | | | | rtc: Skip the suspend/resume handling if persistent clock exist | Feng Tang | 2013-01-15 | 1 | -0/+7 |
| | * | | | | | | NTP: Add a CONFIG_RTC_SYSTOHC configuration | Jason Gunthorpe | 2013-01-15 | 3 | -1/+54 |
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-02-19 | 5 | -4/+10 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | sched/rt: Move rt specific bits into new header file | Clark Williams | 2013-02-07 | 4 | -3/+4 |
| * | | | | | | | | Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l... | Ingo Molnar | 2013-02-05 | 1 | -1/+6 |
| |\ \ \ \ \ \ \ \
| | |_|_|/ / / / /
| |/| | | | | | | |
|
| | * | | | | | | | cputime: Use accessors to read task cputime stats | Frederic Weisbecker | 2013-01-27 | 1 | -1/+6 |
| | | |_|_|/ / /
| | |/| | | | | |
|
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-02-19 | 2 | -32/+50 |
|\ \ \ \ \ \ \ \ |
|