aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-01-20[PATCH] Lock initializer cleanup: Misc driversThomas Gleixner1-1/+1
2004-12-06mergeLen Brown1-1/+1
2004-12-05[ACPI] fix "Error getting context for object" warningLen Brown1-1/+1
2004-11-30mergeLen Brown1-0/+10
2004-11-11[ACPI] remove acpi_ksyms.cLen Brown1-0/+10
2004-11-11[ACPI] remove acpi_ksyms.cLen Brown1-0/+10
2004-11-10mergeLen Brown1-5/+5
2004-11-01[ACPI] fix return values for ACPI_FUNCTION_TRACELen Brown1-5/+5
2004-10-27[ACPI] Provide core hotplug support in ACPILen Brown1-4/+0
2004-09-01[ACPI] delete ACPI DMI/BIOS cutoff year by defaultLen Brown1-1/+4
2004-09-01[ACPI] debugging enhancements (Yi Zhu)Len Brown1-3/+0
2004-08-21[ACPI] Enable ACPICA workarounds for 'RELAXED_AML' and 'implicit return'Len Brown1-0/+4
2004-08-13[ACPI] Enter ACPI mode earlierLen Brown1-6/+32
2004-05-11[ACPI] if _STA.functional, set _STA.present (Bjorn Helgaas)Len Brown1-0/+8
2004-03-31[ACPI] Restore PIC-mode SCI default to Level Trigger (David Shaohua Li)Len Brown1-0/+5
2004-03-22[ACPI] share i386/kernel/acpi/boot.c with x86_64Len Brown1-10/+3
2004-03-22[ACPI] ACPI SCI shall be level/low unless explicit over-rideLen Brown1-2/+18
2004-03-20[ACPI] create disable_acpi()Len Brown1-17/+2
2004-02-03[PATCH] More 3.4 compilation fixesAndrew Morton1-2/+2
2003-11-17[ACPI] "acpi_pic_sci=edge" in case platform requires Edge Triggered SCILen Brown1-2/+2
2003-10-20[ACPI] fix !CONFIG_PCI buildLen Brown1-2/+2
2003-09-25[ACPI] For ThinkPad -- carry on in face of ECDT probe failure (Andi Kleen)Len Brown1-2/+1
2003-08-09ACPI from 2.4:Len Brown1-1/+1
2003-04-14Fix incorrect 'flags' usage pointed out by stricter type checking.Linus Torvalds1-2/+2
2003-04-04Kobject: add NULL to decl_subsys() due to addition of hotplug operationsGreg Kroah-Hartman1-1/+1
2003-02-12acpi: make source files look for headers in <acpi/ (top level files)Patrick Mochel1-2/+2
2003-01-06Merge groveronline.com:/root/bk/linux-2.5Andy Grover1-3/+3
2003-01-06ACPI: Remove typedefs in favor of using "struct" and "union" explicitlyAndy Grover1-3/+3
2003-01-05acpi: use decl_subsys() macro.Patrick Mochel1-3/+1
2002-11-07ACPI: bus.c needed device.h includedAndy Grover1-0/+1
2002-10-30acpi: convert to use kobjects and sysfs.Patrick Mochel1-0/+5
2002-09-18ACPI: Ensure that the SCI has the proper polarity and trigger, evenAndy Grover1-1/+1
2002-09-13ACPI: Add call to acpi_ec_ecdt_probe() from acpi_bus_init() again and fix the...Patrick Mochel1-0/+14
2002-09-12ACPI: Treat acpi_root_dir as acpi_root_dir when initializing (not acpi_device...Patrick Mochel1-11/+1
2002-09-12ACPI: Remove call to acpi_ec_ecdt_probe() in acpi_bus_init() and make it a part Patrick Mochel1-13/+0
2002-09-12ACPI: remove the rest of the explicit init function calls and move them Patrick Mochel1-12/+0
2002-09-12ACPI: Move all namespace scanning functions from drivers/acpi/bus.c to driver...Patrick Mochel1-1116/+2
2002-09-12ACPI: set acpi_disabled = 1 if acpi_bus_init() fails, and check this in thePatrick Mochel1-2/+5
2002-09-12ACPI: Remove acpi_exit() and friends, since it's never called. Patrick Mochel1-69/+11
2002-09-12ACPI: Remove dead code from drivers/acpi/bus.cPatrick Mochel1-177/+2
2002-09-11ACPI: Remove unnecessary objects and code from drivers/acpi/system.cPatrick Mochel1-2/+0
2002-09-11ACPI: move PREFIX to a common headerPatrick Mochel1-2/+0
2002-09-10ACPI: Blacklist improvementsAndy Grover1-88/+0
2002-09-09ACPI: Fix possible sleeping at interrupt context (Matthew Wilcox)Andy Grover1-1/+1
2002-09-03ifdef some arch-specific ACPI codeAndy Grover1-0/+4
2002-08-20Ensure that the ACPI interrupt has the proper trigger and polarityAndy Grover1-0/+8
2002-08-19There are a few problems with ACPI init. One of these is that acpi=offAndy Grover1-1/+3
2002-08-14A trio of minor fixes:Andy Grover1-1/+1
2002-07-24Use C99 initializers (Rusty Russell)Andy Grover1-5/+5
2002-07-09Fix possible memory leakAndy Grover1-82/+60