forked from pool/kernel-source
GIT Revision: d77df1b9e2a08eb1b39e575a2db42f3c3b39382b
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7032
This commit is contained in:
committed by
Git OBS Bridge
parent
34961b067d
commit
cd2350c231
@@ -1,3 +1,185 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 18:47:37 CEST 2011 - ohering@suse.de
|
||||
|
||||
- ata_piix: ignore disks in a hyper-v guest.
|
||||
- Staging: hv: vmbus: Don't wait indefinitely for IRQ resouces.
|
||||
- Staging: hv: tools: Fix a checkpatch warning in hv_kvp_daemon.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings.
|
||||
- Staging: hv: util: kvp: Fix the reported OSVersion string.
|
||||
- Staging: hv: util: kvp: Cleanup kvp_get_domain_name().
|
||||
- Staging: hv: Fix macros, tab errors and warning in
|
||||
drivers/staging/hv/hv_mouse.c.
|
||||
- Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get
|
||||
rid of the PCI signature.
|
||||
- Staging: hv: Replace struct hv_guid with the uuid type already
|
||||
defined in Linux.
|
||||
- Staging: hv: vmbus: Introduce vmbus ID space in struct
|
||||
hv_driver.
|
||||
- Staging: hv: blkvsc: Use the newly introduced vmbus ID in the
|
||||
blockvsc driver.
|
||||
- Staging: hv: storvsc: Use the newly introduced vmbus ID in
|
||||
storvsc driver.
|
||||
- Staging: hv: netvsc: Use the newly introduced vmbus ID in
|
||||
netvsc driver.
|
||||
- Staging: hv: mousevsc: Use the newly introduced vmbus ID in
|
||||
mouse driver.
|
||||
- Staging: hv: util: Make hv_utils a vmbus device driver.
|
||||
- Staging: hv: create VMBUS_DEVICE macro and use it.
|
||||
- Staging: hv: vmbus: Cleanup vmbus_match().
|
||||
- Staging: hv: vmbus: Cleanup vmbus_uevent() code.
|
||||
- Staging: hv: vmbus: Support the notion of id tables in
|
||||
vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary include line
|
||||
in vmbus_drv.c.
|
||||
- Staging: hv: storvsc: Get rid of the DMI signature.
|
||||
- Staging: hv: netvsc: Get rid of the PCI signature.
|
||||
- Staging: hv: netvsc: Get rid of the DMI signature in
|
||||
netvsc_drv.c.
|
||||
- Staging: hv: util: Get rid of the DMI signature in hv_util.c.
|
||||
- Staging: hv: util: Get rid of the PCI signature in hv_util.c.
|
||||
- Staging: hv: fix up driver registering mess.
|
||||
- Staging: hv: vmbus: Get rid of some unnecessary comments.
|
||||
- Staging: hv: vmbus: Cleanup unnecessary comments in hv.c.
|
||||
- Staging: hv: vmbus: Cleanup error handling in hv_init().
|
||||
- Staging: hv: vmbus: Get rid of unnecessay comments in
|
||||
connection.c.
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_body().
|
||||
- Staging: hv: vmbus: Get rid of the function dump_gpadl_header().
|
||||
- Staging: hv: vmbus: Rename openMsg to open_msg in channel.c.
|
||||
- Staging: hv: vmbus: Get rid of unnecessary comments in
|
||||
channel.c.
|
||||
- Staging: hv: vmbus: Change the variable name openInfo to
|
||||
open_info in channel.c.
|
||||
- Staging: hv: vmbus: Cleanup error values in ringbuffer.c.
|
||||
- Staging: hv: vmbus: Cleanup the error return value in
|
||||
vmbus_recvpacket_raw().
|
||||
- Staging: hv: netvsc: Get rid of an unnecessary print statement
|
||||
in netvsc_probe().
|
||||
- Staging: hv: vmbus: Retry vmbus_post_msg() before giving up.
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_dev_add().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_channel_init().
|
||||
- Staging: hv: storvsc: Cleanup error handling in
|
||||
storvsc_connect_to_vsp().
|
||||
- Staging: hv: storvsc: Cleanup error handling in storvsc_do_io().
|
||||
- Storage: hv: storvsc: Get rid of some unnecessary DPRINTs
|
||||
from storvsc.c.
|
||||
- Staging: hv: storvsc: Fix/cleanup some dated comments in
|
||||
storvsc.c.
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_host_reset().
|
||||
- Staging: hv: storvsc: Cleanup error code returned in
|
||||
storvsc_probe().
|
||||
- Staging: hv: storvsc: Cleanup returned error code in
|
||||
storvsc_drv_init().
|
||||
- Staging: hv: netvsc: Cleanup the returned error code in
|
||||
netvsc_probe().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_destroy_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_init_recv_buf().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
netvsc_connect_vsp().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
netvsc_send().
|
||||
- Staging: hv: netvsc: Cleanup error return codes in
|
||||
netvsc_device_add().
|
||||
- Staging: hv: netvsc: Cleanup error codes in
|
||||
rndis_filter_receive().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_query_device().
|
||||
- Staging: hv: netvsc: Cleanup error return values in
|
||||
rndis_filter_set_packet_filter().
|
||||
- Staging: hv: netvsc: Cleanup error returns in
|
||||
rndis_filter_init_device().
|
||||
- Staging: hv: netvsc: Cleanup error code in
|
||||
rndis_filter_device_add().
|
||||
- Staging: hv: mouse: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Cleanup to cleanup.
|
||||
- Staging: hv: netvsc: Change the jump label Exit to exit.
|
||||
- Staging: hv: mouse: Get rid of the unused PCI signature.
|
||||
- Staging: hv: hv_mouse: remove deviceinfo_callback function.
|
||||
- Staging: hv: hv_mouse: remove inputreport_callback function.
|
||||
- Staging: hv: hv_mouse: remove a forward declaration.
|
||||
- Staging: hv: hv_mouse: fix up remove() function.
|
||||
- Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h.
|
||||
- Staging: hv: add driver_data to hv_vmbus_device_id.
|
||||
- Staging: hv: Add code to parse struct hv_vmbus_device_id table.
|
||||
- Staging: hv: file2alias: fix up alias creation logic for
|
||||
hv_vmbus_device_id.
|
||||
- Staging: hv: storvsc: Inline free_stor_device().
|
||||
- Staging: hv: storvsc: Do not aquire an unnecessary reference
|
||||
on stor_device.
|
||||
- Staging: hv: storvsc: Rename must_get_stor_device().
|
||||
- Staging: hv: storvsc: Rename get_stor_device().
|
||||
- Staging: hv: storvsc: Cleanup alloc_stor_device().
|
||||
- Staging: hv: storvsc: Introduce state to manage the lifecycle
|
||||
of stor device.
|
||||
- Staging: hv: storvsc: Prevent outgoing traffic when stor dev
|
||||
is being destroyed.
|
||||
- Staging: hv: storvsc: Get rid of release_stor_device() by
|
||||
inlining the code.
|
||||
- Staging: hv: storvsc: Get rid of final_release_stor_device()
|
||||
by inlining code.
|
||||
- Staging: hv: storvsc: Get rid of the reference counting in
|
||||
struct storvsc_device.
|
||||
- Staging: hv: netvsc: Inline the code for free_net_device().
|
||||
- Staging: hv: netvsc: Cleanup alloc_net_device().
|
||||
- Staging: hv: netvsc: Introduce state to manage the lifecycle
|
||||
of net device.
|
||||
- Staging: hv: netvsc: Prevent outgoing traffic when netvsc dev
|
||||
is destroyed.
|
||||
- Staging: hv: netvsc: Get rid of release_outbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of release_inbound_net_device()
|
||||
by inlining the code.
|
||||
- Staging: hv: netvsc: Get rid of the refcnt field in struct
|
||||
netvsc_device.
|
||||
- Staging: hv: storvsc: Add code to handle IDE devices using
|
||||
the storvsc driver.
|
||||
- Staging: hv: storvsc: Handle IDE devices using the storvsc
|
||||
driver.
|
||||
- Staging: hv: blkvsc: Get rid of blkvsc_drv.c as this code is
|
||||
not used.
|
||||
- Staging: hv: storvsc: Optimize bounce buffer handling for the
|
||||
"write" case.
|
||||
- Staging: hv: storvsc: Optimize the bounce buffer handling in
|
||||
the "read" case.
|
||||
- Staging: hv: storvsc: Include storvsc.c in storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of storvsc.c.
|
||||
- Staging: hv: storvsc: Add the contents of hyperv_storage.h
|
||||
to storvsc_drv.c.
|
||||
- Staging: hv: storvsc: Cleanup storvsc_drv.c after adding the
|
||||
contents of hyperv_storage.h.
|
||||
- Staging: hv: storvsc: Fixup srb and scsi status for INQUIRY
|
||||
and MODE_SENSE.
|
||||
- Staging: hv: storvsc: Fix a typo.
|
||||
- Staging: hv: storvsc: In case of scsi errors offline the device.
|
||||
- Staging: hv: storvsc: No need to copy from bounce buffer in
|
||||
case of a failure.
|
||||
- Staging: hv: util: Forcefully shutdown when shutdown is
|
||||
requested.
|
||||
- Staging: hv: util: Adjust guest time in a process context.
|
||||
- Staging: hv: vmbus: Check before invoking the channel callback.
|
||||
- Staging: hv: vmbus: Properly deal with de-registering channel
|
||||
callback.
|
||||
- Staging: hv: Fix a bug in vmbus_match().
|
||||
- Staging: hv: vmbus: Get rid of vmbus_on_isr() by inlining
|
||||
the code.
|
||||
- Staging: hv: vmbus: Do not enable auto eoi.
|
||||
- Staging: hv: vmbus: Fixup indentation in vmbus_acpi_add().
|
||||
- Staging: hv: vmbus: Get rid of some dated/redundant comments.
|
||||
- Staging: hv: vmbus: Get rid of an unnecessary check in
|
||||
vmbus_connect().
|
||||
- Staging: hv: vmbus: Fix a checkpatch warning in ring_buffer.c.
|
||||
- Staging: hv: vmbus: Fix checkpatch warnings in connection.c.
|
||||
- Staging: hv: mousevsc: Fix checkpatch errors and warnings.
|
||||
- Staging: hv: netvsc: return negative error codes.
|
||||
- Delete patches.suse/staging-hv-vmbus-init-on-dmi-match.patch.
|
||||
- commit d77df1b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 16:03:53 CEST 2011 - jdelvare@suse.de
|
||||
|
||||
|
Reference in New Issue
Block a user