Tags give the ability to mark specific points in history as being important
  • v3.2.32   This is the 3.2.32 stable release
    f34e7558 · Linux 3.2.32 ·
  • v3.7-rc1   Linux 3.7-rc1
    ddffeb8c · Linux 3.7-rc1 ·
  • v3.6.2   This is the 3.6.2 stable release
    cb4115ad · Linux 3.6.2 ·
  • v3.5.7   This is the 3.5.7 stable release
    f2b15256 · Linux 3.5.7 ·
  • u3.5.7   u3.5.7
    f2b15256 · Linux 3.5.7 ·
  • v3.4.14   This is the 3.4.14 stable release
    e3f681ae · Linux 3.4.14 ·
  • v3.0.46   This is the 3.0.46 stable release
    40e6f936 · Linux 3.0.46 ·
  • for-linus-merge-3.7   The following changes since commit 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d: Linux 3.6-rc4 (2012-09-01 10:39:58 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git for-next for you to fetch changes up to 552aad02a283ee88406b102b4d6455eef7127196: 9P: Fix race between p9_write_work() and p9_fd_request() (2012-09-17 14:54:11 -0500) ---------------------------------------------------------------- Jeff Layton (1): 9p: don't use __getname/__putname for uname/aname Jim Meyering (1): fs/9p: avoid debug OOPS when reading a long symlink Simon Derr (5): net/9p: Check errno validity 9P: Fix race in p9_read_work() 9P: fix test at the end of p9_write_work() 9P: Fix race in p9_write_work() 9P: Fix race between p9_write_work() and p9_fd_request() fs/9p/v9fs.c | 30 +++++++++++++++++++----------- fs/9p/vfs_inode.c | 8 ++++---- net/9p/client.c | 18 ++++++++++++++++-- net/9p/trans_fd.c | 38 ++++++++++++++++++++------------------ 4 files changed, 59 insertions(+), 35 deletions(-) Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
  • v3.2.31   This is the 3.2.31 stable release
    a2b4bcbf · Linux 3.2.31 ·
  • v2.6.32.60   This is the 2.6.32.60 stable release
    3ed9fdb7 · Linux 2.6.32.60 ·
  • v3.6.1   This is the 3.6.1 stable release
    c6092bb7 · Linux 3.6.1 ·
  • v3.5.6   This is the 3.5.6 stable release
    73b6448a · Linux 3.5.6 ·
  • v3.4.13   This is the 3.4.13 stable release
    399abb89 · Linux 3.4.13 ·
  • v3.0.45   This is the 3.0.45 stable release
    24e842ae · Linux 3.0.45 ·
  • v3.5.5   This is the 3.5.5 stable release
    6a84d550 · Linux 3.5.5 ·
  • v3.4.12   This is the 3.4.12 stable release
    1c7eb280 · Linux 3.4.12 ·
  • v3.0.44   This is the 3.0.44 stable release
    b9a7985a · Linux 3.0.44 ·
  • v3.6   Linux 3.6
    a0d271cb · Linux 3.6 ·
  • u3.6   u3.6
    a0d271cb · Linux 3.6 ·
  • for-3.7   PCI changes for the 3.7 merge window: Host bridge hotplug - Protect acpi_pci_drivers and acpi_pci_roots (Taku Izumi) - Clear host bridge resource info to avoid issue when releasing (Yinghai Lu) - Notify acpi_pci_drivers when hot-plugging host bridges (Jiang Liu) - Use standard list ops for acpi_pci_drivers (Jiang Liu) Device hotplug - Use pci_get_domain_bus_and_slot() to close hotplug races (Jiang Liu) - Remove fakephp driver (Bjorn Helgaas) - Fix VGA ref count in hotplug remove path (Yinghai Lu) - Allow acpiphp to handle PCIe ports without native hotplug (Jiang Liu) - Implement resume regardless of pciehp_force param (Oliver Neukum) - Make pci_fixup_irqs() work after init (Thierry Reding) Miscellaneous - Add pci_pcie_type(dev) and remove pci_dev.pcie_type (Yijing Wang) - Factor out PCI Express Capability accessors (Jiang Liu) - Add pcibios_window_alignment() so powerpc EEH can use generic resource assignment (Gavin Shan) - Make pci_error_handlers const (Stephen Hemminger) - Cleanup drivers/pci/remove.c (Bjorn Helgaas) - Improve Vendor-Specific Extended Capability support (Bjorn Helgaas) - Use standard list ops for bus->devices (Bjorn Helgaas) - Avoid kmalloc in pci_get_subsys() and pci_get_class() (Feng Tang) - Reassign invalid bus number ranges (Intel DP43BF workaround) (Yinghai Lu)