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
2018-10-02
x86/cpu: Sanitize FAM6_ATOM naming
Peter Zijlstra
2
-2
/
+2
2018-09-30
ACPI / LPSS: Resume BYT/CHT I2C controllers from resume_noirq
Hans de Goede
1
-4
/
+57
2018-09-30
ACPI / LPSS: Add a device link from the GPU to the BYT I2C5 controller
Hans de Goede
1
-0
/
+1
2018-09-30
ACPI / LPSS: Add a device link from the GPU to the CHT I2C7 controller
Hans de Goede
1
-0
/
+1
2018-09-30
ACPI / LPSS: Make acpi_lpss_find_device() also find PCI devices
Hans de Goede
1
-1
/
+8
2018-09-30
ACPI / LPSS: Make hid_uid_match helper accept a NULL uid argument
Hans de Goede
1
-1
/
+7
2018-09-30
ACPI / LPSS: Make hid_uid_match helper take an acpi_device as first argument
Hans de Goede
1
-7
/
+7
2018-09-27
ACPI: Add Hygon Dhyana support
Pu Wen
2
-0
/
+2
2018-09-18
acpi:ipmi: Convert ipmi_user_t to struct ipmi_user *
Corey Minyard
1
-2
/
+2
2018-09-17
PCI/ACPI: Allow _OSC presence to be optional for PCI
Sinan Kaya
1
-3
/
+11
2018-09-17
PCI/ACPI: Correct error message for ASPM disabling
Sinan Kaya
1
-2
/
+3
2018-09-17
ACPI / LPSS: Exclude I2C busses shared with PUNIT from pmc_atom_d3_mask
Hans de Goede
1
-2
/
+20
2018-09-10
ACPI / PMIC: Convert drivers to use SPDX identifier
Andy Shevchenko
5
-39
/
+8
2018-09-10
ACPI / PMIC: Sort headers alphabetically
Andy Shevchenko
3
-5
/
+5
2018-09-10
ACPI / property: Switch to bitmap_zalloc()
Andy Shevchenko
1
-2
/
+2
2018-09-10
ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
Hans de Goede
1
-0
/
+2
2018-09-10
ACPI / glue: Split dev_is_platform() out of module for wide use
Andy Shevchenko
1
-1
/
+1
2018-09-10
ACPI: custom_method: remove meaningless null check before debugfs_remove()
zhong jiang
1
-2
/
+1
2018-09-08
dma-mapping: remove dma_deconfigure
Christoph Hellwig
2
-11
/
+1
2018-09-07
Merge branch 'acpi-bus'
Rafael J. Wysocki
1
-6
/
+7
2018-09-06
ACPI / LPSS: Force LPSS quirks on boot
Zhang Rui
1
-1
/
+1
2018-09-06
ACPI / bus: Only call dmi_check_system() on X86
Jean Delvare
1
-6
/
+7
2018-08-25
Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...
Linus Torvalds
2
-4
/
+21
2018-08-24
Merge tag 'acpi-4.19-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2018-08-23
Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2018-08-23
ACPI: fix menuconfig presentation of ACPI submenu
Arnd Bergmann
1
-3
/
+3
2018-08-22
Merge tag 'acpi-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
16
-54
/
+252
2018-08-21
Merge branch 'acpi-pmic'
Rafael J. Wysocki
1
-2
/
+107
2018-08-20
xen/ACPI: don't upload Px/Cx data for disabled processors
Jan Beulich
1
-0
/
+1
2018-08-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+5
2018-08-14
ACPI / PMIC: CrystalCove: Extend PMOP support to support all possible fields
Hans de Goede
1
-2
/
+107
2018-08-14
ACPICA: Clear status of all events when entering sleep states
Rafael J. Wysocki
1
-8
/
+3
2018-08-14
ACPICA: acpiexec: fix a small memory leak regression
Bob Moore
1
-3
/
+2
2018-08-14
ACPICA: Reference count: add additional debugging details
Erik Schmauss
1
-2
/
+5
2018-08-14
ACPICA: acpi_exec: fixing -fi option
Erik Schmauss
4
-9
/
+57
2018-08-14
ACPICA: Debugger: Cleanup interface to the AML disassembler
Bob Moore
3
-6
/
+22
2018-08-14
ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
Erik Schmauss
1
-6
/
+11
2018-08-14
ACPICA: Utilities: split hex detection into smaller functions
Erik Schmauss
3
-4
/
+26
2018-08-14
ACPICA: Update an error message for a duplicate table
Bob Moore
1
-2
/
+2
2018-08-14
ACPICA: ACPICA: add status check for acpi_hw_read before assigning return value
Erik Schmauss
1
-2
/
+7
2018-08-14
ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during...
Erik Schmauss
1
-13
/
+13
2018-08-14
Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
11
-201
/
+210
2018-08-14
Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-14
/
+16
2018-08-14
Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-13
/
+35
2018-08-14
Merge branches 'acpi-button', 'acpi-battery' and 'acpi-osi'
Rafael J. Wysocki
3
-32
/
+62
2018-08-14
Merge branches 'acpi-x86', 'acpi-bus', 'acpi-ec' and 'acpi-apei'
Rafael J. Wysocki
3
-45
/
+31
2018-08-14
Merge branches 'acpica' and 'acpi-property'
Rafael J. Wysocki
4
-121
/
+97
2018-08-14
Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'
Rafael J. Wysocki
1
-14
/
+16
2018-08-09
ACPI / x86: utils: Remove status workaround from acpi_device_always_present()
Hans de Goede
1
-10
/
+0
2018-08-09
Merge branch 'acpi-scan' to satisfy dependencies.
Rafael J. Wysocki
10
-37
/
+134
[prev]
[next]