You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Huacai Chen
cce3ce89c1
rtc: fix CMOS time error after writing /proc/acpi/alarm
...
When writing /proc/acpi/alarm in adjust mode, e.g.
echo "+0000-00-00 00:00:15" >/proc/acpi/alarm
The "century" field should be read and added to "year" field before
writing, otherwise the CMOS time will go back to 2000 years ago, e.g.
# cat /proc/acpi/alarm
0008-06-21 11:38:46
Then the system time may be reset to the date of manufacture after
rebooting. This patch fixed this issue.
Signed-off-by: Huacai Chen <huacai.chen@intel.com>
Acked-by: Pavel Machek <pavel@suse.cz>
Acked-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Acked-by: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
17 years ago
..
dispatcher
ACPICA: Fix to allow zero-length ASL field declarations
17 years ago
events
Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release
17 years ago
executer
ACPICA: Fix for Load operator, load table at the namespace root
17 years ago
hardware
ACPICA: Fix to make _SST method optional
17 years ago
namespace
ACPICA: update Intel copyright
17 years ago
parser
ACPICA: Fix for access to deleted object <regression>
17 years ago
resources
ACPICA: update Intel copyright
17 years ago
sleep
rtc: fix CMOS time error after writing /proc/acpi/alarm
17 years ago
tables
ACPICA: Ignore ACPI table signature for Load() operator
17 years ago
utilities
ACPICA: fix stray va_end() caused by mis-merge
17 years ago
Kconfig
thermal: add the support for building the generic thermal as a module
17 years ago
Makefile
…
ac.c
ACPI: no AC status notification
17 years ago
acpi_memhotplug.c
…
asus_acpi.c
…
battery.c
acpi: use non-racy method for proc entries creation
17 years ago
bay.c
dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.
17 years ago
blacklist.c
…
bus.c
x86: validate against acpi motherboard resources
17 years ago
button.c
acpi: use non-racy method for proc entries creation
17 years ago
cm_sbs.c
…
container.c
…
debug.c
…
dock.c
dock: bay: Don't call acpi_walk_namespace() when ACPI is disabled.
17 years ago
ec.c
ACPI: EC: Use msleep instead of udelay while waiting for event.
17 years ago
event.c
acpi: use non-racy method for proc entries creation
17 years ago
fan.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
17 years ago
glue.c
ACPI: don't walk tables if ACPI was disabled
17 years ago
numa.c
ACPI: handle invalid ACPI SLIT table
17 years ago
osl.c
flush kacpi_notify_wq before removing notify handler
17 years ago
pci_bind.c
…
pci_irq.c
…
pci_link.c
…
pci_root.c
…
power.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
17 years ago
processor_core.c
proper prototype for acpi_processor_tstate_has_changed()
17 years ago
processor_idle.c
cpuidle acpi driver: fix oops on AC<->DC
17 years ago
processor_perflib.c
acpi: use non-racy method for proc entries creation
17 years ago
processor_thermal.c
acpi: use non-racy method for proc entries creation
17 years ago
processor_throttling.c
acpi: use non-racy method for proc entries creation
17 years ago
sbs.c
acpi: use non-racy method for proc entries creation
17 years ago
sbshc.c
…
sbshc.h
…
scan.c
Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release
17 years ago
system.c
ACPI: use memory_read_from_buffer()
17 years ago
tables.c
…
thermal.c
ACPI: Reject below-freezing temperatures as invalid critical temperatures
17 years ago
toshiba_acpi.c
…
utils.c
ACPICA: Fixes for external Reference Objects
17 years ago
video.c
ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device
17 years ago
wmi.c
…