index
:
history
master
Linux kernel history
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
bus.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2005-01-20
[PATCH] Lock initializer cleanup: Misc drivers
Thomas Gleixner
1
-1
/
+1
2004-12-06
merge
Len Brown
1
-1
/
+1
2004-12-05
[ACPI] fix "Error getting context for object" warning
Len Brown
1
-1
/
+1
2004-11-30
merge
Len Brown
1
-0
/
+10
2004-11-11
[ACPI] remove acpi_ksyms.c
Len Brown
1
-0
/
+10
2004-11-11
[ACPI] remove acpi_ksyms.c
Len Brown
1
-0
/
+10
2004-11-10
merge
Len Brown
1
-5
/
+5
2004-11-01
[ACPI] fix return values for ACPI_FUNCTION_TRACE
Len Brown
1
-5
/
+5
2004-10-27
[ACPI] Provide core hotplug support in ACPI
Len Brown
1
-4
/
+0
2004-09-01
[ACPI] delete ACPI DMI/BIOS cutoff year by default
Len Brown
1
-1
/
+4
2004-09-01
[ACPI] debugging enhancements (Yi Zhu)
Len Brown
1
-3
/
+0
2004-08-21
[ACPI] Enable ACPICA workarounds for 'RELAXED_AML' and 'implicit return'
Len Brown
1
-0
/
+4
2004-08-13
[ACPI] Enter ACPI mode earlier
Len Brown
1
-6
/
+32
2004-05-11
[ACPI] if _STA.functional, set _STA.present (Bjorn Helgaas)
Len Brown
1
-0
/
+8
2004-03-31
[ACPI] Restore PIC-mode SCI default to Level Trigger (David Shaohua Li)
Len Brown
1
-0
/
+5
2004-03-22
[ACPI] share i386/kernel/acpi/boot.c with x86_64
Len Brown
1
-10
/
+3
2004-03-22
[ACPI] ACPI SCI shall be level/low unless explicit over-ride
Len Brown
1
-2
/
+18
2004-03-20
[ACPI] create disable_acpi()
Len Brown
1
-17
/
+2
2004-02-03
[PATCH] More 3.4 compilation fixes
Andrew Morton
1
-2
/
+2
2003-11-17
[ACPI] "acpi_pic_sci=edge" in case platform requires Edge Triggered SCI
Len Brown
1
-2
/
+2
2003-10-20
[ACPI] fix !CONFIG_PCI build
Len Brown
1
-2
/
+2
2003-09-25
[ACPI] For ThinkPad -- carry on in face of ECDT probe failure (Andi Kleen)
Len Brown
1
-2
/
+1
2003-08-09
ACPI from 2.4:
Len Brown
1
-1
/
+1
2003-04-14
Fix incorrect 'flags' usage pointed out by stricter type checking.
Linus Torvalds
1
-2
/
+2
2003-04-04
Kobject: add NULL to decl_subsys() due to addition of hotplug operations
Greg Kroah-Hartman
1
-1
/
+1
2003-02-12
acpi: make source files look for headers in <acpi/ (top level files)
Patrick Mochel
1
-2
/
+2
2003-01-06
Merge groveronline.com:/root/bk/linux-2.5
Andy Grover
1
-3
/
+3
2003-01-06
ACPI: Remove typedefs in favor of using "struct" and "union" explicitly
Andy Grover
1
-3
/
+3
2003-01-05
acpi: use decl_subsys() macro.
Patrick Mochel
1
-3
/
+1
2002-11-07
ACPI: bus.c needed device.h included
Andy Grover
1
-0
/
+1
2002-10-30
acpi: convert to use kobjects and sysfs.
Patrick Mochel
1
-0
/
+5
2002-09-18
ACPI: Ensure that the SCI has the proper polarity and trigger, even
Andy Grover
1
-1
/
+1
2002-09-13
ACPI: Add call to acpi_ec_ecdt_probe() from acpi_bus_init() again and fix the...
Patrick Mochel
1
-0
/
+14
2002-09-12
ACPI: Treat acpi_root_dir as acpi_root_dir when initializing (not acpi_device...
Patrick Mochel
1
-11
/
+1
2002-09-12
ACPI: Remove call to acpi_ec_ecdt_probe() in acpi_bus_init() and make it a part
Patrick Mochel
1
-13
/
+0
2002-09-12
ACPI: remove the rest of the explicit init function calls and move them
Patrick Mochel
1
-12
/
+0
2002-09-12
ACPI: Move all namespace scanning functions from drivers/acpi/bus.c to driver...
Patrick Mochel
1
-1116
/
+2
2002-09-12
ACPI: set acpi_disabled = 1 if acpi_bus_init() fails, and check this in the
Patrick Mochel
1
-2
/
+5
2002-09-12
ACPI: Remove acpi_exit() and friends, since it's never called.
Patrick Mochel
1
-69
/
+11
2002-09-12
ACPI: Remove dead code from drivers/acpi/bus.c
Patrick Mochel
1
-177
/
+2
2002-09-11
ACPI: Remove unnecessary objects and code from drivers/acpi/system.c
Patrick Mochel
1
-2
/
+0
2002-09-11
ACPI: move PREFIX to a common header
Patrick Mochel
1
-2
/
+0
2002-09-10
ACPI: Blacklist improvements
Andy Grover
1
-88
/
+0
2002-09-09
ACPI: Fix possible sleeping at interrupt context (Matthew Wilcox)
Andy Grover
1
-1
/
+1
2002-09-03
ifdef some arch-specific ACPI code
Andy Grover
1
-0
/
+4
2002-08-20
Ensure that the ACPI interrupt has the proper trigger and polarity
Andy Grover
1
-0
/
+8
2002-08-19
There are a few problems with ACPI init. One of these is that acpi=off
Andy Grover
1
-1
/
+3
2002-08-14
A trio of minor fixes:
Andy Grover
1
-1
/
+1
2002-07-24
Use C99 initializers (Rusty Russell)
Andy Grover
1
-5
/
+5
2002-07-09
Fix possible memory leak
Andy Grover
1
-82
/
+60
[next]