- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / drivers / acpi / bus.c
2005-01-21 Chris L Mason- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
2004-11-11 Len Brown[ACPI] remove acpi_ksyms.c
2004-11-11 Len Brown[ACPI] remove acpi_ksyms.c
2004-11-01 Len Brown[ACPI] fix return values for ACPI_FUNCTION_TRACE
2004-10-25 Olaf Kirch- patches.fixes/early-acpi-fix: Prevent partial ACPI...
2004-09-01 Len Brown[ACPI] delete ACPI DMI/BIOS cutoff year by default
2004-09-01 Len Brown[ACPI] debugging enhancements (Yi Zhu)
2004-08-30 Hubert Mantelupdate to 2.6.9-rc1
2004-08-21 Len Brown[ACPI] Enable ACPICA workarounds for 'RELAXED_AML'...
2004-08-13 Len Brown[ACPI] Enter ACPI mode earlier
2004-08-05 Andreas KleenEnable ACPI_DEBUG by default on all architectures
2004-05-27 Andreas KleenUpdate ACPI to 2.6.7-bk state
2004-05-11 Len Brown[ACPI] if _STA.functional, set _STA.present (Bjorn...
2004-04-03 Andreas KleenAdd ACPI updates from mainline
2004-04-01 Len Brown[ACPI] Restore PIC-mode SCI default to Level Trigger...
2004-03-23 Andreas KleenUpdate ACPI to 20040311 test queue
2004-03-22 Len Brown[ACPI] share i386/kernel/acpi/boot.c with x86_64
2004-03-22 Len Brown[ACPI] ACPI SCI shall be level/low unless explicit...
2004-03-20 Len Brown[ACPI] create disable_acpi()
2004-02-05 Olaf Hering+- add patches.fixes/linux-post-2.6.2-20040205
2004-02-04 Andrew Morton[PATCH] More 3.4 compilation fixes
2004-01-31 Olaf Hering+- update to 2.6.2-rc3
2003-11-17 Len Brown[ACPI] "acpi_pic_sci=edge" in case platform requires...
2003-10-20 Len Brown[ACPI] fix !CONFIG_PCI build
2003-09-25 Len Brown[ACPI] For ThinkPad -- carry on in face of ECDT probe...
2003-08-09 Len BrownACPI from 2.4:
2003-04-14 Linus TorvaldsFix incorrect 'flags' usage pointed out by stricter...
2003-04-04 Greg Kroah-HartmanKobject: add NULL to decl_subsys() due to addition...
2003-02-12 Patrick Mochelacpi: make source files look for headers in <acpi/...
2003-01-07 Andy GroverMerge groveronline.com:/root/bk/linux-2.5
2003-01-07 Andy GroverACPI: Remove typedefs in favor of using "struct" and...
2003-01-06 Patrick Mochelacpi: use decl_subsys() macro.
2002-11-07 Andy GroverACPI: bus.c needed device.h included
2002-10-31 Patrick Mochelacpi: convert to use kobjects and sysfs.
2002-09-18 Andy GroverACPI: Ensure that the SCI has the proper polarity and...
2002-09-13 Patrick MochelACPI: Add call to acpi_ec_ecdt_probe() from acpi_bus_in...
2002-09-13 Patrick MochelACPI: Treat acpi_root_dir as acpi_root_dir when initial...
2002-09-13 Patrick MochelACPI: Remove call to acpi_ec_ecdt_probe() in acpi_bus_i...
2002-09-12 Patrick MochelACPI: remove the rest of the explicit init function...
2002-09-12 Patrick MochelACPI: Move all namespace scanning functions from driver...
2002-09-12 Patrick MochelACPI: set acpi_disabled = 1 if acpi_bus_init() fails...
2002-09-12 Patrick MochelACPI: Remove acpi_exit() and friends, since it's never...
2002-09-12 Patrick MochelACPI: Remove dead code from drivers/acpi/bus.c
2002-09-12 Patrick MochelACPI: Remove unnecessary objects and code from drivers...
2002-09-12 Patrick MochelACPI: move PREFIX to a common header
2002-09-10 Andy GroverACPI: Blacklist improvements
2002-09-09 Andy GroverACPI: Fix possible sleeping at interrupt context (Matth...
2002-09-03 Andy Groverifdef some arch-specific ACPI code
2002-08-20 Andy GroverEnsure that the ACPI interrupt has the proper trigger...
2002-08-20 Andy GroverThere are a few problems with ACPI init. One of these...
2002-08-14 Andy GroverA trio of minor fixes:
2002-07-25 Andy GroverUse C99 initializers (Rusty Russell)
2002-07-09 Andy GroverFix possible memory leak
2002-06-11 Andy Grover[PATCH] ACPI [2/3]
2002-05-29 Andy GroverCode cleanups
2002-05-29 Andy Groverrename ACPI files to remove acpi_ prefix. Why did we...