summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * PM: no suspend_prepare() phaseDavid Brownell2006-09-255-47/+0
| * PM: schedule /sys/devices/.../power/state for removalPavel Machek2006-09-251-0/+15
| * PM: add kconfig option for deprecated .../power/state filesDavid Brownell2006-09-252-0/+17
| * PM: update docs for writing .../power/stateDavid Brownell2006-09-251-10/+19
| * updated Documentation/power/devices.txtDavid Brownell2006-09-251-190/+535
| * PM: issue PM_EVENT_PRETHAWDavid Brownell2006-09-254-4/+12
| * PM: USB HCDs use PM_EVENT_PRETHAWDavid Brownell2006-09-255-3/+23
| * PM: video drivers and PM_EVENT_PRETHAWDavid Brownell2006-09-254-24/+30
| * PM: PCI and IDE handle PM_EVENT_PRETHAWDavid Brownell2006-09-252-3/+7
| * PM: define PM_EVENT_PRETHAWDavid Brownell2006-09-251-15/+47
| * fix broken/dubious driver suspend() methodsDavid Brownell2006-09-253-11/+20
| * make suspend quieterDavid Brownell2006-09-251-5/+0
| * Suspend changes for PCI coreLinus Torvalds2006-09-252-1/+43
| * Suspend infrastructure cleanup and extensionLinus Torvalds2006-09-255-36/+130
| * SYSFS: allow sysfs_create_link to create symlinks in the root of sysfsGreg Kroah-Hartman2006-09-251-2/+12
| * Debugfs: kernel-doc fixes for debugfsRandy Dunlap2006-09-252-40/+31
| * sysfs: Make poll behaviour consistentJuha Yrjölä2006-09-251-1/+1
| * Driver core: add const to class_createMiguel Ojeda Sandonis2006-09-252-2/+2
| * device_create(): make fmt argument 'const char *'Greg Kroah-Hartman2006-09-252-2/+2
| * class_device_create(): make fmt argument 'const char *'Dmitry Torokhov2006-09-252-2/+3
| * deprecate PHYSDEV* keysKay Sievers2006-09-253-4/+20
| * Documentation/ABI: devfs is not obsolete, but removed!jens m. noedler2006-09-251-3/+2
* | [PATCH] s390: fix cmm kernel thread handlingHeiko Carstens2006-09-261-19/+35
* | [PATCH] Make UML use ptrace-abi.hJeff Dike2006-09-262-17/+1
* | [PATCH] Split i386 and x86_64 ptrace.hJeff Dike2006-09-266-86/+100
* | [PATCH] UML: tty lockingAlan Cox2006-09-261-1/+3
* | [PATCH] uml: stack usage reductionJeff Dike2006-09-265-17/+21
* | [PATCH] uml: clean our set_ether_macPaolo 'Blaisorblade' Giarrusso2006-09-262-9/+6
* | [PATCH] uml: Remove unused variableJeff Dike2006-09-263-13/+0
* | [PATCH] uml: timer cleanupsJeff Dike2006-09-264-13/+22
* | [PATCH] uml: Move signal handlers to arch codeJeff Dike2006-09-2612-89/+102
* | [PATCH] uml: SIGIO cleanupsJeff Dike2006-09-263-71/+67
* | [PATCH] uml: Improve SIGBUS diagnosticsJeff Dike2006-09-261-2/+9
* | [PATCH] uml: Fix handling of failed execs of helpersJeff Dike2006-09-261-11/+11
* | [PATCH] uml: Whitespace fixesJeff Dike2006-09-261-184/+183
* | [PATCH] uml: Fix stack alignmentJeff Dike2006-09-261-1/+2
* | [PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike2006-09-2611-32/+25
* | [PATCH] uml: Use klibc setjmp/longjmpJeff Dike2006-09-2614-23/+173
* | [PATCH] PM: Add pm_trace switchRafael J. Wysocki2006-09-263-10/+59
* | [PATCH] i386: Detect clock skew during suspendRafael J. Wysocki2006-09-261-6/+18
* | [PATCH] suspend: make it possible to disable serial console suspendRafael J. Wysocki2006-09-261-0/+14
* | [PATCH] PM: make it possible to disable console suspendingRafael J. Wysocki2006-09-263-0/+19
* | [PATCH] swsusp: Use memory bitmaps during resumeRafael J. Wysocki2006-09-265-255/+186
* | [PATCH] swsusp: Introduce memory bitmapsRafael J. Wysocki2006-09-263-70/+540
* | [PATCH] swsusp: Introduce some helpful constantsRafael J. Wysocki2006-09-261-9/+15
* | [PATCH] Change the name of pagedir_nosaveRafael J. Wysocki2006-09-265-18/+18
* | [PATCH] swsusp: clean up suspend headerRafael J. Wysocki2006-09-261-12/+3
* | [PATCH] swsusp: Fix alloc_pagedirRafael J. Wysocki2006-09-261-15/+17
* | [PATCH] swsusp: Reorder memory-allocating functionsRafael J. Wysocki2006-09-261-40/+53
* | [PATCH] swsusp: Fix mark_free_pagesRafael J. Wysocki2006-09-262-22/+29