summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-02Suspend: Clean up Kconfig (V2)Johannes Berg8-18/+31
2008-02-02Hibernation: Clean up Kconfig (V2)Johannes Berg3-17/+19
2008-02-02Hibernation: Update messagesRafael J. Wysocki4-40/+47
2008-02-02Suspend: Use common prefix in messagesRafael J. Wysocki1-3/+3
2008-02-02Hibernation: Remove unnecessary variable declarationRafael J. Wysocki1-2/+0
2008-02-02Hibernation: Fix comment in disk.cRafael J. Wysocki1-2/+2
2008-02-02Suspend: Fix comment in main.cRafael J. Wysocki1-2/+2
2008-02-02Hibernation: Move low level resume to disk.cRafael J. Wysocki3-37/+48
2008-02-02Suspend: Fix compilation warning for CONFIG_SUSPEND unsetRafael J. Wysocki1-0/+2
2008-02-02PM: Convert PM notifiers to out-of-line codeAlan Stern3-21/+32
2008-02-02PM: Make PM_TRACE more architecture independentJohannes Berg2-2/+23
2008-02-02PM: Suspend/hibernation debug documentation update (rev. 2)Rafael J. Wysocki2-72/+174
2008-02-02Hibernation: New testing facility (rev. 2)Rafael J. Wysocki2-15/+57
2008-02-02suspend: build fix responding to 2.6.25 kset changeRafael J. Wysocki1-2/+5
2008-02-02Suspend: Testing facility (rev. 2)Rafael J. Wysocki2-9/+117
2008-02-02Hibernation: Add PM_RESTORE_PREPARE and PM_POST_RESTORE notifiers (rev. 2)Alan Stern4-12/+34
2008-02-02Hibernation: Move function prototypes to headerAdrian Bunk3-9/+8
2008-02-02ACPI: Fix mismerge in acpi_hibernation_finishRafael J. Wysocki1-5/+0
2008-02-02Hibernation: Introduce exportable suspend ioctls header (rev. 2)Rafael J. Wysocki4-33/+39
2008-02-02Hibernation: Correct definitions of some ioctls (rev. 2)Rafael J. Wysocki3-20/+34
2008-02-02Hibernation: Mark SNAPSHOT_SET_SWAP_FILE ioctl as deprecated (rev. 2)Rafael J. Wysocki3-17/+7
2008-02-02Hibernation: Rework platform support ioctls (rev. 2)Rafael J. Wysocki3-34/+38
2008-02-02Hibernation: Introduce SNAPSHOT_GET_IMAGE_SIZE ioctlRafael J. Wysocki4-13/+28
2008-02-02x86: fix bootup crash in native_read_tsc()Ingo Molnar1-1/+1
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds86-3588/+2549
2008-02-02ide: move hwif_register() call out of ide_probe_port()Bartlomiej Zolnierkiewicz1-14/+13
2008-02-02ide: factor out code for tuning devices from ide_probe_port()Bartlomiej Zolnierkiewicz1-3/+12
2008-02-02ide: move handling of I/O resources out of ide_probe_port()Bartlomiej Zolnierkiewicz1-11/+12
2008-02-02ide: make probe_hwif() return an error valueBartlomiej Zolnierkiewicz3-12/+10
2008-02-02ide: use ide_remove_port_from_hwgroup in init_irq()Bartlomiej Zolnierkiewicz3-18/+3
2008-02-02ide: prepare init_irq() for using ide_remove_port_from_hwgroup()Bartlomiej Zolnierkiewicz1-3/+2
2008-02-02ide: factor out code removing port from hwgroup from ide_unregister()Bartlomiej Zolnierkiewicz1-29/+36
2008-02-02ide: I/O resources are released too early in ide_unregister()Bartlomiej Zolnierkiewicz1-7/+7
2008-02-02ide: cleanup ide_system_bus_speed()Bartlomiej Zolnierkiewicz1-17/+11
2008-02-02ide: remove needless zeroing of hwgroup fields from init_irq()Bartlomiej Zolnierkiewicz1-10/+5
2008-02-02ide: remove unused ide_hwgroup_t fieldsBartlomiej Zolnierkiewicz1-11/+3
2008-02-02ide_platform: remove struct hwif_propBartlomiej Zolnierkiewicz1-26/+8
2008-02-02ide: remove hwif->present manipulations from hwif_init()Bartlomiej Zolnierkiewicz1-12/+6
2008-02-02ide: move wait_hwif_ready() documentation in the right placeBartlomiej Zolnierkiewicz1-21/+28
2008-02-02ide: fix handling of busy I/O resources in probe_hwif()Bartlomiej Zolnierkiewicz1-12/+1
2008-02-02<linux/hdsmart.h> is not used by kernel codeBartlomiej Zolnierkiewicz1-0/+2
2008-02-02ide: don't include <linux/hdsmart.h>Bartlomiej Zolnierkiewicz1-1/+0
2008-02-02ide-floppy: cleanup headerBorislav Petkov2-63/+67
2008-02-02ide: update/add my CopyrightsBartlomiej Zolnierkiewicz10-24/+30
2008-02-02ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz64-126/+12
2008-02-02au1xxx-ide/rapide: use hwif->index for ide_unregister()Bartlomiej Zolnierkiewicz2-3/+3
2008-02-02ide-pmac: macio resource freeing bugfixBartlomiej Zolnierkiewicz1-3/+3
2008-02-02au1xxx-ide: device tree bugfixBartlomiej Zolnierkiewicz1-0/+1
2008-02-02ide: use ide_build_sglist() and ide_destroy_dmatable() in non-PCI host driversBartlomiej Zolnierkiewicz4-47/+11
2008-02-02ide: switch to DMA-mapping APIBartlomiej Zolnierkiewicz1-9/+9