index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-03
ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c
Rafael J. Wysocki
3
-149
/
+1
2013-01-03
ACPI / PCI: Rework the setup and cleanup of device wakeup
Rafael J. Wysocki
2
-6
/
+1
2013-01-03
ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type
Rafael J. Wysocki
1
-15
/
+35
2013-01-03
ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument
Rafael J. Wysocki
5
-32
/
+32
2013-01-03
ACPI: Replace ACPI device add_type field with a match_driver flag
Rafael J. Wysocki
1
-12
/
+9
2013-01-03
ACPI: Drop the second argument of acpi_bus_scan()
Rafael J. Wysocki
1
-10
/
+8
2013-01-03
ACPI: Remove the arguments of acpi_bus_add() that are not used
Rafael J. Wysocki
5
-80
/
+26
2013-01-03
ACPI: Remove acpi_start_single_object() and acpi_bus_start()
Rafael J. Wysocki
2
-71
/
+11
2013-01-03
ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()
Rafael J. Wysocki
1
-21
/
+11
2013-01-03
ACPI: Change the ordering of acpi_bus_check_add()
Rafael J. Wysocki
1
-10
/
+10
2013-01-03
ACPI: Replace struct acpi_bus_ops with enum type
Rafael J. Wysocki
1
-23
/
+12
2013-01-03
ACPI: Reduce the usage of struct acpi_bus_ops
Rafael J. Wysocki
1
-24
/
+16
2013-01-03
ACPI: Make acpi_bus_add() and acpi_bus_start() visibly different
Rafael J. Wysocki
1
-28
/
+35
2013-01-03
ACPI: Change the ordering of PCI root bridge driver registrarion
Rafael J. Wysocki
3
-3
/
+3
2013-01-03
ACPI: Separate adding ACPI device objects from probing ACPI drivers
Rafael J. Wysocki
1
-31
/
+72
2012-12-14
Merge branch 'x86-acpi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-11
/
+200
2012-12-13
Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
3
-84
/
+110
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-12
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...
Linus Torvalds
1
-3
/
+3
2012-12-12
Merge tag 'please-pull-einj-fix-for-acpi5' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2012-12-12
Merge tag 'please-pull-pstore_mevent' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-8
/
+8
2012-12-11
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-3
/
+3
2012-12-07
Merge branch 'acpi-general'
Rafael J. Wysocki
2
-1
/
+20
2012-12-07
Merge branch 'acpi-enumeration'
Rafael J. Wysocki
1
-0
/
+10
2012-12-07
ACPI: add Haswell LPSS devices to acpi_platform_device_ids list
Mika Westerberg
1
-0
/
+10
2012-12-07
ACPI, APEI, EINJ: Add missed ACPI5 support for error trigger table
Chen Gong
1
-1
/
+1
2012-12-04
ACPI / video: ignore BIOS initial backlight value for HP Folio 13-2000
Zhang Rui
1
-0
/
+14
2012-12-04
ACPI : do not use Lid and Sleep button for S5 wakeup
Zhang Rui
1
-1
/
+6
2012-12-04
Merge branch 'acpi-general'
Rafael J. Wysocki
2
-171
/
+185
2012-11-30
ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist
Lan Tianyu
1
-0
/
+8
2012-11-30
ACPI: do acpisleep dmi check when CONFIG_ACPI_SLEEP is set
Zhang Rui
1
-171
/
+177
2012-11-29
Merge branch 'pm-cpuidle'
Rafael J. Wysocki
1
-54
/
+3
2012-11-29
Merge branch 'acpi-general'
Rafael J. Wysocki
18
-255
/
+495
2012-11-29
Merge branch 'acpica'
Rafael J. Wysocki
102
-624
/
+2622
2012-11-28
acpi: remove use of __devinit
Bill Pemberton
3
-3
/
+3
2012-11-27
ACPI / thermal: _TMP and _CRT/_HOT/_PSV/_ACx dependency fix
Zhang Rui
1
-0
/
+34
2012-11-27
cpuidle: Measure idle state durations with monotonic clock
Julius Werner
1
-54
/
+3
2012-11-27
ACPI: remove unnecessary INIT_LIST_HEAD
Andy Shevchenko
1
-1
/
+0
2012-11-27
ACPI / platform: include missed header into acpi_platform.c
Andy Shevchenko
1
-0
/
+2
2012-11-27
Merge branch 'acpi-dev-pm' into acpi-enumeration
Rafael J. Wysocki
5
-177
/
+702
2012-11-26
efi_pstore: Add a sequence counter to a variable name
Seiji Aguchi
1
-6
/
+6
2012-11-26
efi_pstore: Add ctime to argument of erase callback
Seiji Aguchi
1
-2
/
+2
2012-11-26
ACPI / PM: Allow attach/detach routines to change device power states
Rafael J. Wysocki
1
-4
/
+24
2012-11-23
ACPI: add SDHCI to ACPI platform devices
Adrian Hunter
1
-0
/
+2
2012-11-23
i2c / ACPI: add ACPI enumeration support
Mika Westerberg
3
-0
/
+110
2012-11-22
ACPI: drop unnecessary local variable from acpi_system_write_wakeup_device()
Cyril Roelandt
1
-7
/
+4
2012-11-21
ACPI: Fix logging when no pci_irq is allocated
Joe Perches
1
-5
/
+5
2012-11-21
ACPI / PM: Introduce os_accessible flag for power_state
Aaron Lu
1
-1
/
+8
2012-11-21
ACPI: Update Dock hotplug error messages
Toshi Kani
1
-16
/
+14
2012-11-21
ACPI: Update Container hotplug error messages
Toshi Kani
1
-8
/
+2
[next]