summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-28x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel3-4/+13
2013-01-28x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel5-9/+17
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel6-19/+22
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel5-109/+125
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel6-15/+14
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel5-53/+69
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel5-31/+61
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 Roedel2-8/+12
2013-01-24AHCI: Support multiple MSIsAlexander Gordeev3-10/+207
2013-01-24PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto()Alexander Gordeev3-5/+65
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev3-40/+160
2013-01-24x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria5-9/+26
2013-01-24x86/apic: Remove noisy zero-mask warning from default_send_IPI_mask_logical()Dave Jones1-1/+1
2013-01-24Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds19-147/+154
2013-01-24Merge tag 'char-misc-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+36
2013-01-24Merge tag 'tty-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+2
2013-01-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-67/+57
2013-01-24MAINTAINERS: Someone needs to watch over the serial driversGreg Kroah-Hartman1-0/+2
2013-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds5-1/+35
2013-01-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds3-3/+6
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern4-76/+53
2013-01-23Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds3-3/+13
2013-01-23MAINTAINERS: remove meAlan Cox1-2/+0
2013-01-23ALSA: hda - Fix inconsistent pin states after resumeTakashi Iwai1-3/+2
2013-01-23Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho1-1/+36
2013-01-23Merge tag '3.8-pci-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10-43/+40
2013-01-23async: fix __lowest_in_progress()Tejun Heo1-7/+20
2013-01-23Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+10
2013-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/del...Linus Torvalds5-15/+26
2013-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds5-34/+38
2013-01-22Merge tag 'fixes-for-v3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-13/+7
2013-01-22Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-140/+198
2013-01-22Merge tag 'vfio-for-v3.8-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds1-2/+2
2013-01-22Merge tag 'trace-3.8-rc4-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-01-22Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds6-19/+31
2013-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-2/+4
2013-01-22wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-01-22ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov3-14/+64
2013-01-22arm64: makefile: fix uname munging when setting ARCH on native machineWill Deacon2-2/+2
2013-01-22arm64: elf: fix core dumping to match what glibc expectsWill Deacon1-1/+4
2013-01-22USB: EHCI: add a name for the platform-private fieldAlan Stern1-0/+3
2013-01-22USB: EHCI: fix incorrect configuration testAlan Stern1-1/+1
2013-01-22USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros2-4/+4
2013-01-22USB: UHCI: fix IRQ race during initializationAlan Stern1-6/+9
2013-01-22ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov3-15/+18
2013-01-22f2fs: use _safe() version of list_for_eachDan Carpenter1-4/+3
2013-01-22f2fs: add comments of start_bidx_of_nodeJaegeuk Kim1-1/+5
2013-01-22f2fs: avoid issuing small bios due to several dirty node pagesJaegeuk Kim1-6/+11
2013-01-22f2fs: support swapfileJaegeuk Kim1-0/+6