The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [git pull] PCI changes
Date: Fri, 18 Mar 2011 10:30:04 -0700	[thread overview]
Message-ID: <20110318103004.02d78fe7@jbarnes-desktop> (raw)

The following changes since commit
100b33c8bd8a3235fd0b7948338d6cbb3db3c63d:

  Linux 2.6.38-rc4 (2011-02-07 16:03:55 -0800)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 linux-next

The only scary thing in here is Ram's patchset to adjust our resource
allocation policy.  The old policy was too biased in favor of hotplug;
his patches try to make sure we can allocate space for devices detected
at boot first, only making hotplug windows available if possible
afterwards.

A couple of last minute fixes for the ACPI _DSM patch landed this week
as well, but they're very low risk so I think that's ok.

Ben Hutchings (1):
      PCI: sysfs: Fix failure path for addition of "vpd" attribute

Brandeburg, Jesse (1):
      PCI: remove quirk for pre-production systems

Jesper Juhl (1):
      PCI: Avoid potential NULL pointer dereference in pci_scan_bridge

Jiri Slaby (2):
      PCI: add more checking to ICH region quirks
      PCI: do not create quirk I/O regions below PCIBIOS_MIN_IO for ICH

Narendra_K@Dell.com (2):
      PCI: Export ACPI _DSM provided firmware instance number and string name to sysfs
      PCI: label: Fix compilation error when CONFIG_ACPI is unset

Prarit Bhargava (1):
      PCI: aer-inject: Override PCIe AER Mask Registers

Ram Pai (4):
      PCI: refactor io size calculation code
      PCI: data structure agnostic free list function
      PCI: introduce reset_resource()
      PCI: pre-allocate additional resources to devices only after successful allocation of essential resources.

Randy Dunlap (1):
      PCI: fix tlan build when CONFIG_PCI is not enabled

Seth Heasley (1):
      PCI/lpc: irq and pci_ids patch for Intel DH89xxCC DeviceIDs

Shyam_Iyer@Dell.com (1):
      PCI: label: remove #include of ACPI header to avoid warnings

Stefano Stabellini (1):
      PCI hotplug: acpiphp: set current_state to D0 in register_slot

 Documentation/ABI/testing/sysfs-bus-pci |   31 +++-
 arch/x86/pci/irq.c                      |   15 +-
 drivers/pci/Kconfig                     |    2 +
 drivers/pci/Makefile                    |    3 +-
 drivers/pci/hotplug/acpiphp_glue.c      |    1 +
 drivers/pci/pci-label.c                 |  252 +++++++++++++++++++++++-
 drivers/pci/pci-sysfs.c                 |    2 +-
 drivers/pci/pci.h                       |    2 +-
 drivers/pci/pcie/aer/aer_inject.c       |   31 +++-
 drivers/pci/probe.c                     |    4 +-
 drivers/pci/quirks.c                    |  113 +++++------
 drivers/pci/setup-bus.c                 |  321 +++++++++++++++++++++++--------
 include/linux/pci.h                     |    5 +
 include/linux/pci_ids.h                 |    3 +
 14 files changed, 614 insertions(+), 171 deletions(-)


-- 
Jesse Barnes, Intel Open Source Technology Center

             reply	other threads:[~2011-03-18 17:30 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-18 17:30 Jesse Barnes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-01-11 18:34 [git pull] PCI changes Jesse Barnes
2012-01-12  3:38 ` Linus Torvalds
2012-01-13 21:24   ` Matthew Garrett
2012-01-13 23:14     ` Linus Torvalds
2012-01-13 23:26       ` Matthew Garrett
2012-01-12  5:34 ` Yinghai Lu
2011-10-28 20:29 Jesse Barnes
2011-10-28 23:30 ` Rafael J. Wysocki
2011-10-31 17:18   ` Jesse Barnes
2011-07-28 23:51 Jesse Barnes
2011-05-23 20:43 Jesse Barnes
2011-05-23 21:16 ` David Miller
2011-05-24  0:04   ` Jesse Barnes
2011-01-14 17:01 Jesse Barnes
2010-08-05 19:52 Jesse Barnes
2010-05-21 21:48 Jesse Barnes
2010-05-22  0:12 ` Linus Torvalds
2010-05-22  1:59   ` Linus Torvalds
2010-05-22  3:01     ` Jesse Barnes
2010-05-22  8:17       ` Pekka Enberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110318103004.02d78fe7@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox