index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-31
ACPI / CPPC: acquire pcc_lock only while accessing PCC subspace
Prakash, Prashanth
1
-14
/
+16
2016-08-31
ACPI / CPPC: restructure read/writes for efficient sys mapped reg ops
Ashwin Chaugule
1
-37
/
+71
2016-08-31
ACPI / battery: Add sysfs representation after checking _BST
Carlos Garnacho
1
-4
/
+6
2016-08-31
ACPI / EC: Enable event freeze mode to improve event handling for suspend process
Lv Zheng
1
-1
/
+1
2016-08-31
ACPI / EC: Add PM operations to improve event handling for suspend process
Lv Zheng
1
-5
/
+59
2016-08-31
ACPI / EC: Add PM operations to improve event handling for resume process
Lv Zheng
3
-18
/
+13
2016-08-31
ACPI / EC: Fix an issue that SCI_EVT cannot be detected after event is enabled
Lv Zheng
1
-0
/
+2
2016-08-31
ACPI / EC: Add EC_FLAGS_QUERY_ENABLED to reveal a hidden logic
Lv Zheng
1
-32
/
+71
2016-08-31
ACPI / bus: Make acpi_get_first_physical_node() public
Lukas Wunner
1
-1
/
+0
2016-08-29
acpi, nfit: add dimm device notification support
Dan Williams
2
-4
/
+96
2016-08-23
tools/testing/nvdimm: unit test for acpi_nfit_notify()
Dan Williams
2
-11
/
+15
2016-08-23
acpi, nfit: check for the correct event code in notifications
Vishal Verma
2
-0
/
+7
2016-08-18
x86/ioapic: Fix IOAPIC failing to request resource
Rui Wang
1
-1
/
+3
2016-08-18
x86/ioapic: Fix lost IOAPIC resource after hot-removal and hotadd
Rui Wang
1
-16
/
+20
2016-08-18
x86/ioapic: Fix setup_res() failing to get resource
Rui Wang
1
-1
/
+1
2016-08-18
x86/ioapic: Support hot-removal of IOAPICs present during boot
Rui Wang
1
-0
/
+10
2016-08-18
x86/ioapic: Change prototype of acpi_ioapic_add()
Rui Wang
3
-6
/
+4
2016-08-17
ACPI / APD: Add device HID for Vulcan SPI controller
Kamlakant Patel
1
-0
/
+6
2016-08-17
ACPI / EC: Add PM operations for suspend/resume noirq stage
Lv Zheng
2
-0
/
+55
2016-08-17
ACPI / sysfs: Use new GPE masking mechanism in GPE interface
Lv Zheng
2
-9
/
+26
2016-08-13
ACPICA: Applications: Fix a potential issue that help messages may be dumped to acpi_gbl_debug_file
Lv Zheng
1
-3
/
+3
2016-08-13
ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fxxx()/errno/perror() instead
Lv Zheng
2
-27
/
+2
2016-08-13
ACPICA: Clib: Add -nostdinc support for EFI layer
Lv Zheng
4
-50
/
+105
2016-08-13
ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue
Lv Zheng
1
-0
/
+4
2016-08-13
ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles
Lv Zheng
2
-4
/
+0
2016-08-13
ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to link
Lv Zheng
1
-0
/
+1
2016-08-13
ACPICA: Debugger: Fix wrong inclusions in dbfileio.c
Lv Zheng
1
-14
/
+6
2016-08-13
ACPICA: FADT support cleanup
Bob Moore
1
-4
/
+6
2016-08-13
ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanism
Lv Zheng
5
-5
/
+123
2016-08-13
ACPICA: Use os_allocate_zeroed
Bob Moore
1
-3
/
+1
2016-08-13
ACPICA: Divergence: Port declarators back to ACPICA
Lv Zheng
7
-11
/
+16
2016-08-13
ACPICA: Simplify configuration for "Max Loops" system parameter
Bob Moore
1
-1
/
+1
2016-08-13
ACPICA: Disassembler: Add option to emit embedded External operators/opcodes
Bob Moore
1
-0
/
+1
2016-08-13
ACPICA: Debugger: Extend some max line lengths
Bob Moore
2
-3
/
+3
2016-08-13
ACPICA: Utilities: Introduce facility to allow Linux to set correct logging levels
Lv Zheng
1
-0
/
+12
2016-08-13
ACPICA: Interpreter: Remove temporary code for External() opcode
Bob Moore
1
-9
/
+8
2016-08-13
ACPICA: Fix deconstification warnings (-Wcast-qual) with acpi_ns_root_initialize().
Jung-uk Kim
1
-3
/
+3
2016-08-13
ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces.
Jung-uk Kim
3
-1
/
+43
2016-08-08
libnvdimm, nd_blk: mask off reserved status bits
Ross Zwisler
1
-1
/
+2
2016-08-05
Merge tag 'acpi-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-4
/
+41
2016-08-05
Merge branches 'acpi-ec' and 'acpi-button'
Rafael J. Wysocki
2
-4
/
+41
2016-08-05
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
Linus Torvalds
1
-1
/
+1
2016-08-04
ACPI / EC: Work around method reentrancy limit in ACPICA for _Qxx
Lv Zheng
1
-4
/
+37
2016-08-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+2
2016-08-03
ACPI / button: remove pointer to old lid_sysfs on unbind
Benjamin Tissoires
1
-0
/
+4
2016-08-02
treewide: replace obsolete _refok by __ref
Fabian Frederick
1
-3
/
+2
2016-08-02
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
4
-0
/
+131
2016-08-01
Merge branch 'pci/msi-affinity' into next
Bjorn Helgaas
10
-162
/
+56
2016-07-29
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+6
2016-07-28
Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
7
-343
/
+511
[prev]
[next]