2
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Jun 23, 2024 — Jun 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Acer Travelmate 3002WTMi, reported by Danny Kukawka
Stefan Seyfried
as seife
More... about 19 years ago
Add Acer Travelmate 3002WTMi, reported by Danny Kukawka More... about 19 years ago
Kill unneeded {}'s. More... about 19 years ago
Kill unneeded {}'s.
pavel
as Pavel Machek
More... about 19 years ago
Whitelist updates: - Acer Travelmate 650 - ASUS L2400D / M2400N - Dell e1505, TODO: check if it works on console - HP Presario R4100 - IBM ThinkPad A21m - Toshiba Satellite A30 / L10 More... about 19 years ago
Whitelist updates: - Acer Travelmate 650 - ASUS L2400D / M2400N - Dell e1505, TODO: check if it works on console - HP Presario R4100 - IBM ThinkPad A21m - Toshiba Satellite A30 / L10
Stefan Seyfried
as seife
More... about 19 years ago
Make suspend set swappiness to 100 before suspend and restore it after resume (it should help improve the responsiveness after resume, especially if the image size is less than 50% of RAM).
Rafael J. Wysocki
as rjwysocki
More... about 19 years ago
Make suspend set swappiness to 100 before suspend and restore it after resume (it should help improve the responsiveness after resume, especially if the image size is less than 50% of RAM). More... about 19 years ago
Make suspend and resume compile on x86_64 without Makefile modifications.
Rafael J. Wysocki
as rjwysocki
More... about 19 years ago
Make suspend and resume compile on x86_64 without Makefile modifications. More... about 19 years ago
Make resume check if the read buffer size is sufficient (if resume and suspend are compiled with different BUFFER_PAGES the buffer in resume may be too small). More... about 19 years ago
Make resume check if the read buffer size is sufficient (if resume and suspend are compiled with different BUFFER_PAGES the buffer in resume may be too small).
Rafael J. Wysocki
as rjwysocki
More... about 19 years ago
Make suspend use the VT to which kernel messages are redirected.
Rafael J. Wysocki
as rjwysocki
More... about 19 years ago
Make suspend use the VT to which kernel messages are redirected. More... about 19 years ago
Eliminate PAGE_SIZE and related constants from suspend.c and resume.c and make suspend and resume use getpagesize() to read the kernel page size. More... about 19 years ago
Eliminate PAGE_SIZE and related constants from suspend.c and resume.c and make suspend and resume use getpagesize() to read the kernel page size.
Rafael J. Wysocki
as rjwysocki
More... about 19 years ago
Pull dmi_match and machine_match out of s2ram_check. This simplifies the handling of the "--force" parameter and gets rid of another global variable (id).
Stefan Seyfried
as seife
More... over 19 years ago
Pull dmi_match and machine_match out of s2ram_check. This simplifies the handling of the "--force" parameter and gets rid of another global variable (id). More... over 19 years ago
Add Panasonic Toughbook CF-51E
Stefan Seyfried
as seife
More... over 19 years ago
Add Panasonic Toughbook CF-51E More... over 19 years ago
Add ThinkPad Z60m, reported by Arkadiusz Miskiewicz. Remove duplicate HP Compaq entries nc6000, nc4200. More... over 19 years ago
Add ThinkPad Z60m, reported by Arkadiusz Miskiewicz. Remove duplicate HP Compaq entries nc6000, nc4200.
Stefan Seyfried
as seife
More... over 19 years ago
Clean up the code related to suspend-to-both in suspend.
Rafael J. Wysocki
as rjwysocki
More... over 19 years ago
Clean up the code related to suspend-to-both in suspend. More... over 19 years ago
Patch from Stefan Rompf <[email protected]> to make vbetool compile on SuSE 9.3.
Rafael J. Wysocki
as rjwysocki
More... over 19 years ago
Patch from Stefan Rompf <[email protected]> to make vbetool compile on SuSE 9.3. More... over 19 years ago
Patch from Stefan Rompf <[email protected]> to replace hardcoded compiler/binutil names with the appropriate make variables.
Rafael J. Wysocki
as rjwysocki
More... over 19 years ago
Patch from Stefan Rompf <[email protected]> to replace hardcoded compiler/binutil names with the appropriate make variables. More... over 19 years ago
Avoid mangling of errno by *printf in suspend and resume. More... over 19 years ago
Avoid mangling of errno by *printf in suspend and resume.
Rafael J. Wysocki
as rjwysocki
More... over 19 years ago