]> Pileus Git - ~andy/linux/shortlog
~andy/linux
2013-12-20 Bjorn HelgaasMerge branch 'pci/host-designware' into next
2013-12-20 Bjorn HelgaasMerge branch 'pci/host-mvebu' into next
2013-12-20 Bjorn HelgaasMerge branch 'pci/host-imx6' into next
2013-12-20 Pratyush AnandPCI: designware: Fix I/O transfers by using CPU (not...
2013-12-20 Pratyush AnandPCI: designware: Add dw_pcie prefix before cfg_read...
2013-12-20 Harro HaanPCI: designware: Fix missing MSI IRQs
2013-12-19 Sachin KamatPCI: mvebu: Remove redundant of_match_ptr
2013-12-19 Richard ZhuPCI: imx6: Fix bugs in PCIe startup code
2013-12-19 Marek VasutPCI: imx6: Start link in Gen1 before negotiating for...
2013-12-19 Marek VasutPCI: imx6: Factor out link up wait loop
2013-12-19 Marek VasutPCI: imx6: Factor out PHY reset
2013-12-19 Marek VasutPCI: imx6: Report "link up" only after link training...
2013-12-19 Marek VasutPCI: imx6: Make reset-gpio optional
2013-12-18 Bjorn HelgaasMerge branch 'pci/vc' into next
2013-12-18 Bjorn HelgaasMerge branch 'pci/pciehp' into next
2013-12-18 Bjorn HelgaasMerge branch 'pci/host-tegra' into next
2013-12-18 Bjorn HelgaasMerge branch 'pci/host-rcar' into next
2013-12-18 Bjorn HelgaasMerge branch 'pci/host-mvebu' into next
2013-12-18 Bjorn HelgaasMerge branch 'pci/host-imx6' into next
2013-12-18 Bjorn HelgaasMerge branch 'pci/host-designware' into next
2013-12-18 Bjorn HelgaasMerge branch 'pci/deletion' into next
2013-12-18 Bjorn HelgaasMerge branch 'pci/aer' into next
2013-12-18 Bjorn HelgaasMerge branch 'eisa' into next
2013-12-18 Yinghai LuPCI: Remove from bus_list and release resources in...
2013-12-18 Yinghai LuPCI: Move pci_proc_attach_device() to pci_bus_add_device()
2013-12-18 Yinghai LuPCI: Use device_release_driver() in pci_stop_root_bus()
2013-12-18 Rafael J. WysockiPCI: Move device_del() from pci_stop_dev() to pci_destr...
2013-12-18 Alex WilliamsonPCI: Rename PCI_VC_PORT_REG1/2 to PCI_VC_PORT_CAP1/2
2013-12-18 Alex WilliamsonPCI: Add Virtual Channel to save/restore support
2013-12-18 Alex WilliamsonPCI: Add support for save/restore of extended capabilities
2013-12-18 Alex WilliamsonPCI: Add pci_wait_for_pending() (refactor pci_wait_for_...
2013-12-16 Bjorn HelgaasPCI: pciehp: Move Attention & Power Indicator support...
2013-12-16 Bjorn HelgaasPCI: pciehp: Use symbolic constants for Slot Control...
2013-12-16 Bjorn HelgaasPCI: pciehp: Use symbolic constants, not hard-coded...
2013-12-16 Bjorn HelgaasPCI: pciehp: Simplify "Power Fault Detected" checking...
2013-12-15 Bjorn HelgaasPCI: pciehp: Announce slot capabilities (slot #, button...
2013-12-15 Bjorn HelgaasPCI: pciehp: Make various functions void since they...
2013-12-15 Bjorn HelgaasPCI: pciehp: Remove error checks when accessing PCIe...
2013-12-14 Bjorn HelgaasPCI: pciehp: Drop pciehp_readw()/pciehp_writew() wrappers
2013-12-13 Bjorn HelgaasPCI/AER: Consolidate HEST error source parsers
2013-12-13 Betty DallPCI/AER: Ignore non-PCIe AER error sources in aer_hest_...
2013-12-13 Borislav PetkovPCI/AER: Clean up error printing code a bit
2013-12-13 Borislav PetkovPCI/AER: Add a TLP header print helper
2013-12-13 Levente KurusaEISA: Call put_device() if device_register() fails
2013-12-13 Bjorn HelgaasMerge branch 'pci/yijing-dev_is_pci' into next
2013-12-13 Bjorn HelgaasMerge branch 'pci/misc' into next
2013-12-13 Bjorn HelgaasMerge branch 'for-linus' into next
2013-12-13 Bjorn HelgaasPCI: Stop clearing bridge Secondary Status when setting...
2013-12-13 Bjorn HelgaasPCI: Prevent bus conflicts while checking for bridge...
2013-12-13 DuanZhenzhongPCI: Drop "irq" param from *_restore_msi_irqs()
2013-12-13 Geert UytterhoevenPCI/portdrv: Remove superfluous name cast
2013-12-11 Yijing Wangalpha/PCI: Use dev_is_pci() to identify PCI devices
2013-12-11 Yijing Wangarm/PCI: Use dev_is_pci() to identify PCI devices
2013-12-11 Yijing Wangarm/PCI: Use dev_is_pci() to identify PCI devices
2013-12-11 Yijing Wangparisc/PCI: Use dev_is_pci() to identify PCI devices
2013-12-11 Yijing Wangsparc/PCI: Use dev_is_pci() to identify PCI devices
2013-12-11 Bjorn HelgaasMAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI...
2013-12-09 Yijing Wangia64/PCI: Use dev_is_pci() to identify PCI devices
2013-12-09 Yijing Wangx86/PCI: Use dev_is_pci() to identify PCI devices
2013-12-09 Yijing WangPCI: Use dev_is_pci() to identify PCI devices
2013-12-09 Andrew LunnPCI: mvebu: Remove duplicate of_clk_get_by_name() call
2013-12-09 Valentine BarshakPCI: rcar: Add runtime PM support
2013-12-09 Fabio EstevamPCI: imx6: Remove unneeded 'goto err'
2013-12-09 Bjorn HelgaasPCI: designware: Use typical "for" loop idiom
2013-12-09 Bjørn Erik... PCI: designware: Remove redundant call to pci_write_con...
2013-12-09 Bjørn Erik... PCI: designware: Fix crash in dw_msi_teardown_irq()
2013-12-09 Fabio EstevamPCI: imx6: Remove unneeded check of platform_get_resource()
2013-12-07 Wei YongjunPCI: rcar: Fix rcar_pci_probe() return value check
2013-12-07 Eric BrowerPCI: Disable Gen2 for Tegra20 and Tegra30
2013-12-07 Khalid AzizPCI: Disable Bus Master only on kexec reboot
2013-11-26 Jason GunthorpePCI: mvebu: Support a bridge with no IO port window
2013-11-26 Jason GunthorpePCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND...
2013-11-26 Jason GunthorpePCI: mvebu: Return 'unsupported' for Interrupt Line...
2013-11-26 Jason GunthorpePCI: mvebu: Drop writes to bridge Secondary Status...
2013-11-25 Michal MarekPCI: Omit PCI ID macro strings to shorten quirk names
2013-11-25 Rafael J. WysockiPCI: Move device_del() from pci_stop_dev() to pci_destr...
2013-11-25 Bjorn HelgaasRevert "workqueue: allow work_on_cpu() to be called...
2013-11-25 Alexander DuyckPCI: Avoid unnecessary CPU switch when calling driver...
2013-11-22 ethan.zhaoPCI: Clear NumVFs when disabling SR-IOV in sriov_init()
2013-11-22 Linus TorvaldsLinux 3.13-rc1 v3.13-rc1
2013-11-22 Linus TorvaldsMerge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git...
2013-11-22 Linus TorvaldsMerge tag 'sound-fix2-3.13-rc1' of git://git.kernel...
2013-11-22 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-11-22 Linus TorvaldsMerge tag 'pci-v3.13-fixes-1' of git://git.kernel.org...
2013-11-22 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2013-11-22 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git.kernel.org...
2013-11-22 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-11-22 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2013-11-22 Linus TorvaldsMerge branch 'next' of git://git.kernel.org/pub/scm...
2013-11-22 Linus TorvaldsMerge git://git.kvack.org/~bcrl/aio-next
2013-11-22 Linus TorvaldsMerge branch 'for-3.13' of git://linux-nfs.org/~bfields...
2013-11-22 Linus TorvaldsMerge tag 'gfs2-fixes' of git://git.kernel.org/pub...
2013-11-22 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-11-22 Linus TorvaldsMerge tag 'xfs-for-linus-v3.13-rc1-2' of git://oss...
2013-11-22 Linus TorvaldsMerge branch 'slab/next' of git://git.kernel.org/pub...
2013-11-22 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2013-11-22 David HenningssonALSA: hda - Set current_headset_type to ALC_HEADSET_TYP...
2013-11-22 Takashi IwaiALSA: hda - Provide missing pin configs for VAIO with...
2013-11-22 Linus TorvaldsMerge branch 'akpm' (fixes from Andrew)
2013-11-22 Linus TorvaldsMerge branch 'for-linus2' of git://git.kernel.org/pub...
next