1. 02 2月, 2008 1 次提交
  2. 29 11月, 2007 1 次提交
    • R
      pci hotplug: kernel-doc fixes · 26e6c66e
      Randy Dunlap 提交于
      acpiphp.h: not using kernel-doc, so change /** to /*
      acpiphp_core.c: lots of kernel-doc cleanups
      acpiphp_glue.c: lots of kernel-doc cleanups
      acpiphp_ibm.c: lots of kernel-doc cleanups
      cpqphp_core.c: lots of kernel-doc cleanups
      cpqphp_ctrl.c: lots of kernel-doc cleanups
      fakephp.c:  correct kernel-doc notation
      pciehp_ctrl.c: correct kernel-doc notation
      rpadlpar_core.c: correct function names & kernel-doc notation
      rpaphp_core.c: correct kernel-doc notation
      shpchp_ctrl.c: correct kernel-doc notation
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Kristen Accardi <kristen.c.accardi@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      26e6c66e
  3. 12 7月, 2007 1 次提交
  4. 02 12月, 2006 1 次提交
    • R
      PCI: Change memory allocation for acpiphp slots · ac9e9891
      Rolf Eike Beer 提交于
      Change memory allocation for acpiphp slots
      
      Change the "struct slot" that acpiphp uses for managing it's slots to
      directly contain the memory for the needed struct hotplug_slot_info and
      the slot's name. This way we need only two memory allocations per slot
      instead of four.
      
      While we are at it: make_slot_name() is just a wrapper around snprintf()
      knowing the right arguments to call it. Since the function makes just one
      function call and is only called from one place I inlined it by hand.
      
      Finally this fixes a possible bug waiting for someone to hit it. There were
      two unused local variables in acpiphp_register_hotplug_slot(). gcc did not
      find them because they were used in memory allocations with sizeof(*var).
      They had the same types as the target of the allocation, but nevertheless
      this was just weird.
      Signed-off-by: NRolf Eike Beer <eike-hotplug@sf-tec.de>
      Acked-by: NMatthew Wilcox <matthew@wil.cx>
      Signed-off-by: NKristen Carlson Accardi <kristen.c.accardi@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      
      ac9e9891
  5. 19 10月, 2006 1 次提交
  6. 27 9月, 2006 1 次提交
  7. 28 6月, 2006 2 次提交
  8. 20 6月, 2006 1 次提交
    • M
      [PATCH] acpiphp: hotplug slot hotplug · 551bcb75
      MUNEDA Takahiro 提交于
      o hotplug slots add
        When the hot-added PCI device is p2p bridge, acpiphp calls
        find_p2p_bridge() to add hotplug slots.
      
      o hotplug slots remove
        When the hot-removing PCI device is p2p bridge, acpiphp
        calls cleanup_p2p_bridge() to remove hotplug slots.
      
      o notify handler exchange
        When the p2p bridge is added, acpiphp changes the notify
        hanlder.
        If no bridge device is inserted into the hotpluggable PCI
        slot, acpiphp installs the notify handler for function.
        After the p2p bridge hot-add, acpiphp has to install the
        notify handler for bridge. Because, the role of the
        handlers are not same. The hot-remove case is ditto.
      Signed-off-by: NMUNEDA Takahiro <muneda.takahiro@jp.fujitsu.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      551bcb75
  9. 24 3月, 2006 4 次提交
  10. 28 6月, 2005 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4