summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFelix Beck <felix.beck@de.ibm.com>2009-09-22 22:58:51 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-09-22 22:58:46 +0200
commit5314af693da5149c2361d290bb184cf18ee21cdd (patch)
tree17a34e85f22a2316cc95ead2739df8729e3767b3 /tools/perf/scripts/python
parent2573a575304c5ce4765fc88f9d09ed4dbf8d04bf (diff)
downloadkernel-5314af693da5149c2361d290bb184cf18ee21cdd.tar.gz
[S390] zcrypt: Do not add/remove devices in s/r callbacks
Devices are no longer removed or added in the suspend and resume callbacks. Instead they are marked unregistered in suspend. In the resume callback the ap_scan_bus method is scheduled. The bus scan function will remove the old device and add new ones. This way all the device handling will be done in only one function. Additionaly the case where the domain might change during suspend/resume is caught. In that case the devices qid needs to re-calculated in order of having it found by the scan method. Signed-off-by: Felix Beck <felix.beck@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
12:01:56 -0700'>2009-09-15Staging: hv: clean up typedefs in ChannelMgmt.hGreg Kroah-Hartman 2009-09-15Staging: hv: remove Sources.cGreg Kroah-Hartman 2009-09-15Staging: hv: cleanup coding style issues in Channel.hGreg Kroah-Hartman 2009-09-15Staging: hv: Replace typedef SG_BUFFER_LIST by struct scatterlistNicolas Palix 2009-09-15Staging: hv: remove timer wrapper functionsGreg Kroah-Hartman 2009-09-15Staging: hv: osd: add osd_ prefix to global functionsGreg Kroah-Hartman 2009-09-15Staging: hv: osd: remove physical address wrapper functionsGreg Kroah-Hartman 2009-09-15Staging: hv: remove wrapper functions for atomic operationsBill Pemberton 2009-09-15Staging: hv: remove wrapper functions for bit operationsBill Pemberton 2009-09-15Staging: hv: remove WaitEventClose()Bill Pemberton 2009-09-15Staging: hv: fix sparse static warningsGreg Kroah-Hartman 2009-09-15Staging: hv: properly fix the printk() warningsGreg Kroah-Hartman 2009-09-15Staging: hv: remove more printk() warningsGreg Kroah-Hartman 2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_MULITPAGE_BUFFER typedefBill Pemberton 2009-09-15Staging: hv: remove VMBUS_CHANNEL_PACKET_PAGE_BUFFER typedefBill Pemberton 2009-09-15Staging: hv: Remove C99 commentsBill Pemberton 2009-09-15Staging: hv: Use %ld instead of %d for a long intsBill Pemberton 2009-09-15Staging: hv: make gVmbusConnection.ChannelLock a real spinlockGreg Kroah-Hartman 2009-09-15Staging: hv: make gVmbusConnection.ChannelMsgLock a real spinlockGreg Kroah-Hartman 2009-09-15Staging: hv: make Channel->InboundLock a real spinlockGreg Kroah-Hartman 2009-09-15Staging: hv: osd: remove MemFree wrapperGreg Kroah-Hartman 2009-09-15Staging: hv: osd: remove MemAllocZeroed wrapperGreg Kroah-Hartman 2009-09-15Staging: hv: osd: remove MemAlloc wrapperGreg Kroah-Hartman 2009-09-15Staging: hv: remove ULONG_PTR typedefGreg Kroah-Hartman 2009-09-15Staging: hv: remove UINT64 and INT64 and UCHAR typedefsGreg Kroah-Hartman 2009-09-15Staging: hv: remove UINT32 and INT32 typedefsGreg Kroah-Hartman 2009-09-15Staging: hv: remove UINT16 and INT16 typedefsGreg Kroah-Hartman 2009-09-15Staging: hv: remove UINT8 and INT8 typedefsGreg Kroah-Hartman 2009-09-15Staging: hv: remove VOID typedefGreg Kroah-Hartman 2009-09-15Staging: hv: remove PVOID typedefGreg Kroah-Hartman 2009-09-15Staging: hv: make the Hyper-V virtual bus code buildGreg Kroah-Hartman 2009-09-15Staging: hv: add the Hyper-V virtual busHank Janssen