aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/system.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-11-10[ACPI] migrate to seq_file() interfaceLen Brown1-25/+20
2004-08-05[PATCH] simple_read_buffer() helper functionAlexander Viro1-32/+8
2004-06-30[PATCH] sparse: NULL vs 0 - drivers/acpi/*Mika Kukkonen1-2/+2
2004-05-28[PATCH] sparse: acpi __user annotationAlexander Viro1-4/+4
2003-02-12acpi: make source files look in <acpi/...> for headers. (other top-level files)Patrick Mochel1-1/+1
2003-01-06ACPI: Remove typedefs in favor of using "struct" and "union" explicitlyAndy Grover1-2/+2
2002-09-13ACPI: move sleep file defines to drivers/acpi/sleep.c (where they're used)Patrick Mochel1-2/+0
2002-09-12ACPI: Move per-componet defines into component files. Only share in headers w...Patrick Mochel1-0/+10
2002-09-12ACPI: set acpi_disabled = 1 if acpi_bus_init() fails, and check this in thePatrick Mochel1-0/+3
2002-09-11ACPI: break procfs handlers for acpi events and debug levels out of drivers/a...Patrick Mochel1-223/+5
2002-09-11ACPI: Remove unnecessary objects and code from drivers/acpi/system.cPatrick Mochel1-160/+50
2002-09-11ACPI: Move sleep code from system.c to sleep.cPatrick Mochel1-757/+1
2002-09-11ACPI: move PREFIX to a common headerPatrick Mochel1-2/+0
2002-08-30ACPI trivial cleanups (Kochi Takayoshi)Andy Grover1-2/+0
2002-08-20local_irq_disable is extraneous (Matthew Wilcox)Andy Grover1-1/+0
2002-08-14Change acpi_system_suspend to use new irq functions (Pavel Machek)Andy Grover1-2/+3
2002-07-24Use C99 initializers (Rusty Russell)Andy Grover1-18/+18
2002-07-14Merge http://linuxconsole.bkbits.net:8080/devLinus Torvalds1-1/+1
2002-07-09remove #ifdef HANE_NEW_DEVICE_MODEL because we always have itAndy Grover1-19/+10
2002-06-27Removed passing around struct kbd_struct for sysrq. Only two calls use it. James Simmons1-1/+1
2002-06-15[PATCH] suspend-to-{ram/disk} cleanups/fixes for 2.5.21Pavel Machek1-1/+4
2002-06-03[PATCH] Re: Fix suspend-to-RAM in 2.5.20Pavel Machek1-13/+6
2002-06-02[PATCH] Fix suspend-to-RAM in 2.5.20Pavel Machek1-4/+0
2002-05-29Code cleanupsAndy Grover1-45/+85
2002-05-29rename ACPI files to remove acpi_ prefix. Why did we ever name them that way?Andy Grover1-0/+1270