index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
/
evgpe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPICA: Update all copyrights/signons to 2023
Bob Moore
2023-04-06
1
-1
/
+1
*
ACPICA: Update copyright notices to the year 2022
Bob Moore
2022-04-13
1
-1
/
+1
*
ACPICA: Updated all copyrights to 2021
Bob Moore
2021-01-22
1
-1
/
+1
*
ACPICA: Introduce acpi_hw_gpe_read() and acpi_hw_gpe_write()
Rafael J. Wysocki
2020-09-04
1
-2
/
+2
*
ACPICA: All acpica: Update copyrights to 2020 Including tool signons.
Bob Moore
2020-01-13
1
-1
/
+1
*
ACPICA: Clear status of GPEs on first direct enable
Rafael J. Wysocki
2019-06-19
1
-1
/
+7
*
Revert "ACPICA: Clear status of GPEs before enabling them"
Rafael J. Wysocki
2019-04-30
1
-5
/
+1
*
ACPICA: Clear status of GPEs before enabling them
Furquan Shaikh
2019-03-28
1
-1
/
+5
*
ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formatting
Erik Schmauss
2019-02-24
1
-1
/
+1
*
ACPICA: All acpica: Update copyrights to 2019
Bob Moore
2019-01-15
1
-1
/
+1
*
ACPICA: Introduce acpi_dispatch_gpe()
Rafael J. Wysocki
2018-05-25
1
-0
/
+6
*
ACPICA: adding SPDX headers
Erik Schmauss
2018-03-18
1
-37
/
+3
*
ACPICA: Events: Add parallel GPE handling support to fix potential redundant ...
Erik Schmauss
2018-03-18
1
-105
/
+128
*
ACPICA: Events: Stop unconditionally clearing ACPI IRQs during suspend/resume
Erik Schmauss
2018-03-18
1
-8
/
+1
*
ACPICA: All acpica: Update copyrights to 2018
Bob Moore
2018-02-06
1
-1
/
+1
*
ACPICA: Hardware: Enable 64-bit support of hardware accesses
Lv Zheng
2017-10-04
1
-3
/
+3
*
ACPICA: Source tree: Update copyright notices to 2017
Bob Moore
2017-02-09
1
-1
/
+1
*
ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanism
Lv Zheng
2016-08-13
1
-0
/
+57
*
ACPICA: Divergence: remove unwanted spaces for typedef
Lv Zheng
2016-05-05
1
-2
/
+2
*
ACPICA: Additional 2016 copyright changes
Bob Moore
2016-01-15
1
-1
/
+1
*
ACPICA: Core: Major update for code formatting, no functional changes
Bob Moore
2016-01-01
1
-1
/
+1
*
ACPICA: Store GPE register enable masks upfront
Rafael J. Wysocki
2015-04-15
1
-2
/
+3
*
ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for t...
Lv Zheng
2015-02-05
1
-8
/
+44
*
ACPICA: Update Copyright headers to 2015
David E. Box
2015-02-05
1
-1
/
+1
*
ACPICA: Events: Cleanup GPE dispatcher type obtaining code
Lv Zheng
2015-02-05
1
-2
/
+2
*
ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out ...
Lv Zheng
2015-02-05
1
-13
/
+26
*
ACPICA: Events: Fix uninitialized variable
David E. Box
2015-02-05
1
-1
/
+1
*
ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restriction
Lv Zheng
2015-02-05
1
-49
/
+13
*
ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()
Lv Zheng
2015-02-05
1
-11
/
+0
*
ACPICA: Events: Always modify GPE registers under the GPE lock
Lv Zheng
2014-12-03
1
-0
/
+3
*
ACPICA: Save current masks of enabled GPEs after enable register writes
Rafael J. Wysocki
2014-12-01
1
-3
/
+3
*
ACPICA: Events: Reduce indent divergences of events files.
Lv Zheng
2014-10-21
1
-11
/
+12
*
ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.
Lv Zheng
2014-07-07
1
-15
/
+17
*
ACPICA: Events: Update GPE handling and initialization code.
Bob Moore
2014-05-07
1
-6
/
+7
*
ACPICA: Update ACPICA copyrights to 2014.
Bob Moore
2014-02-11
1
-1
/
+1
*
ACPICA: Linuxize: Change indentation of C labels.
Lv Zheng
2013-10-31
1
-1
/
+1
*
ACPICA: Fix possible memory leaks in the GPE handling.
Lv Zheng
2013-10-30
1
-0
/
+1
*
ACPICA: Standardize all switch() blocks
Chao Guan
2013-06-16
1
-4
/
+2
*
ACPICA: Add argument typechecking for all predefined ACPI names
Bob Moore
2013-06-01
1
-1
/
+0
*
ACPICA: Regression fix: reinstate safe exit macros
Bob Moore
2013-03-12
1
-3
/
+3
*
ACPICA: Update ACPICA copyrights to 2013
Bob Moore
2013-01-25
1
-1
/
+1
*
ACPICA: Eliminate superfluous return_UINT8 and return_UINT32 macros.
Bob Moore
2013-01-10
1
-3
/
+3
*
ACPICA: Enhance error messages.
Lv Zheng
2013-01-10
1
-1
/
+1
*
ACPICA: Cleanup updated comments.
Lv Zheng
2013-01-10
1
-2
/
+2
*
ACPICA: Fix indent caused divergences.
Lv Zheng
2012-11-15
1
-8
/
+12
*
ACPICA: GPE support: Remove extraneous parameter from low-level function.
Feng Tang
2012-09-21
1
-2
/
+1
*
ACPICA: GPE Support: Update debug info for GPE tracing.
Bob Moore
2012-09-21
1
-2
/
+19
*
ACPICA: Add support for implicit notify on multiple devices
Bob Moore
2012-07-14
1
-11
/
+11
*
ACPICA: Support for custom ACPICA build for ACPI 5 reduced hardware
Bob Moore
2012-03-22
1
-1
/
+3
*
ACPICA: Update all copyrights to 2012
Bob Moore
2012-01-17
1
-1
/
+1
[next]