index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
system.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-08
sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes
Eric W. Biederman
1
-0
/
+2
2010-02-23
ACPI: Use GPE reference counting to support shared GPEs
Rafael J. Wysocki
1
-2
/
+2
2009-08-29
ACPI: Move definition of PREFIX from acpi_bus.h to internal..h
Len Brown
1
-0
/
+2
2009-08-02
ACPI: root-only read protection on /sys/firmware/acpi/tables/*
Len Brown
1
-1
/
+1
2009-04-21
ACPI: add /sys/firmware/acpi/interrupts/sci_not counter
Len Brown
1
-2
/
+9
2009-04-05
Merge branch 'acpi-modparam' into release
Len Brown
1
-4
/
+0
2009-04-05
Merge branch 'dynamic-ssdt' into release
Len Brown
1
-3
/
+48
2009-04-03
ACPI: simplify module_param namespace
Rusty Russell
1
-4
/
+0
2009-03-27
ACPI: call acpi_system_init() explicitly rather than as initcall
Bjorn Helgaas
1
-7
/
+2
2009-02-26
ACPI: introduce sysfs I/F for dynamic tables
Zhang Rui
1
-3
/
+48
2008-12-31
ACPICA: New: acpi_get_gpe_device interface
Bob Moore
1
-61
/
+2
2008-11-12
Merge branch 'ec' into release
Len Brown
1
-2
/
+2
2008-11-12
Merge branch 'bugzilla-11539' into release
Len Brown
1
-8
/
+17
2008-11-12
ACPICA: Use spinlock for acpi_{en|dis}able_gpe
Alexey Starikovskiy
1
-2
/
+2
2008-11-07
ACPI: avoid empty file name in sysfs
Peter Gruber
1
-8
/
+17
2008-10-28
ACPI: bugfix reporting of event handler status
Zhang Rui
1
-12
/
+7
2008-10-23
Merge branch 'linus' into test
Len Brown
1
-1
/
+0
2008-10-23
ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk
Lin Ming
1
-2
/
+2
2008-10-20
x86: sysfs: kill owner field from attribute
Parag Warudkar
1
-1
/
+0
2008-07-24
move memory_read_from_buffer() from fs.h to string.h
Akinobu Mita
1
-0
/
+1
2008-07-17
ACPI: Enhance /sys/firmware/interrupts to allow enable/disable/clear from use...
Zhang Rui
1
-13
/
+156
2008-06-12
ACPI: use memory_read_from_buffer()
Akinobu Mita
1
-13
/
+2
2008-04-29
acpi: use non-racy method for proc entries creation
Denis V. Lunev
1
-16
/
+11
2008-03-13
ACPI: buffer array too short in drivers/acpi/system.c
Johann Felix Soden
1
-1
/
+1
2008-02-07
ACPI: fix build warning
Len Brown
1
-2
/
+2
2008-02-07
ACPI: create /sys/firmware/acpi/interrupts
Len Brown
1
-0
/
+208
2008-01-25
Kobject: change drivers/acpi/system.c to use kobject_create_and_add
Greg Kroah-Hartman
1
-7
/
+6
2008-01-25
kobject: convert /sys/firmware/acpi/ to use kobject_create
Greg Kroah-Hartman
1
-1
/
+1
2007-07-22
ACPI: Populate /sys/firmware/acpi/tables/
Zhang Rui
1
-21
/
+144
2007-02-13
ACPI: delete extra #defines in /drivers/acpi/ drivers
Len Brown
1
-1
/
+0
2007-02-13
ACPI: clean up ACPI_MODULE_NAME() use
Len Brown
1
-1
/
+1
2007-02-03
Pull sysfs into test branch
Len Brown
1
-0
/
+24
2007-02-03
ACPICA: minimal patch to integrate new tables into Linux
Alexey Starikovskiy
1
-9
/
+6
2007-01-29
ACPI: add ACPICA version in sysfs
Zhang Rui
1
-0
/
+24
2006-07-10
ACPI: add 'const' to several ACPI file_operations
Arjan van de Ven
1
-3
/
+3
2006-06-30
ACPI: delete acpi_os_free(), use kfree() directly
Len Brown
1
-2
/
+2
2006-06-27
ACPI: delete tracing macros from drivers/acpi/*.c
Patrick Mochel
1
-11
/
+7
2006-06-27
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
Thomas Renninger
1
-3
/
+0
2006-06-14
ACPI: ACPICA 20060421
Bob Moore
1
-2
/
+2
2006-06-14
ACPI: ACPICA 20060331
Bob Moore
1
-1
/
+1
2005-08-05
[ACPI] Lindent all ACPI files
Len Brown
1
-44
/
+32
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+187