Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0ed9a57e052a3d20df052a2ff12a3b42380867aa
/
drivers
/
acpi
/
acpica
f7f28f7
Merge branch 'reset' into release
by Len Brown
· 14 years ago
f17d9cb
ACPICA: Fix access width for reset vector
by Matthew Garrett
· 14 years ago
05534c9
Merge branch 'acpica' into release
by Len Brown
· 14 years ago
ef09c4f
ACPICA: Add mechanism to defer _REG methods for some installed handlers
by Bob Moore
· 14 years ago
47863b9
ACPICA: Add support for FunctionalFixedHW in acpi_ut_get_region_name
by Bob Moore
· 14 years ago
9ad19ac4
ACPICA: Split large dsopcode and dsload.c files.
by Bob Moore
· 14 years ago
a257e07
ACPICA: Split large utglobal into utdecode.c.
by Bob Moore
· 14 years ago
1b74dfb
ACPICA: Clarify a couple of error messages
by Bob Moore
· 14 years ago
64b3db2
ACPICA: Remove use of unreliable FADT revision field
by Bob Moore
· 14 years ago
6dfad33
ACPICA: GPE detect optimization - ignore unused GPE registers
by Lin Ming
· 14 years ago
981858b
ACPI / ACPICA: Implicit notify for multiple devices
by Rafael J. Wysocki
· 14 years ago
2d55951
ACPI / ACPICA: Avoid crashing if _PRW is defined for the root object
by Rafael J. Wysocki
· 14 years ago
e589501
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 14 years ago
b4e104e
ACPICA: Update all ACPICA copyrights and signons to 2011
by Bob Moore
· 14 years ago
2629484
ACPICA: Fix issues/fault with automatic "serialized" method support
by Lin Ming
· 14 years ago
672af84
ACPICA: Debugger: Lock namespace for duration of a namespace dump
by Bob Moore
· 14 years ago
5d3131f
ACPICA: Fix namespace race condition
by Dana Myers
· 14 years ago
be33b76
ACPICA: Fix memory leak in acpi_ev_asynch_execute_gpe_method().
by Jesper Juhl
· 14 years ago
9a1fe2f
ACPI / ACPICA: Initialize the global lock spinlock as appropriate
by Rafael J. Wysocki
· 14 years ago
52cfd50
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
fb4af41
Merge branch 'wakeup-etc-rafael' into release
by Len Brown
· 14 years ago
da50337
ACPICA: Misc comments to minimize code divergence
by Lin Ming
· 14 years ago
a0fcdb2
ACPICA: Global event handler
by Lin Ming
· 14 years ago
bba63a2
ACPICA: Implicit notify support
by Lin Ming
· 14 years ago
5a284cd
ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_method
by Lin Ming
· 14 years ago
84f6b2a
ACPICA: Remove unused function declarations
by Lin Ming
· 14 years ago
8b6cd8a
ACPICA: New GPE handler callback definition
by Lin Ming
· 14 years ago
3a37898
ACPICA: Rename some function and variable names
by Lin Ming
· 14 years ago
3cfd53d
ACPICA: Move GPE functions to new file evxfgpe.c
by Lin Ming
· 14 years ago
9cd0314
ACPI / ACPICA: Fix global lock acquisition
by Rafael J. Wysocki
· 14 years ago
cc22219
Merge commit 'v2.6.37-rc8' into perf/core
by Ingo Molnar
· 14 years ago
5acdb1a
ACPI / ACPICA: Disable GPEs during initialization
by Rafael J. Wysocki
· 14 years ago
072b198
x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog
by Don Zickus
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
6e04c41
Merge branch 'gpe-defer' into release
by Len Brown
· 14 years ago
aca209e
Merge branch 'acpica' into release
by Len Brown
· 14 years ago
8df3fc9
Subject: [PATCH] ACPICA: Fix Scope() op in module level code
by Bob Moore
· 14 years ago
49b3c1e
ACPICA: Clear PCIEXP_WAKE_STS when clearing ACPI events
by Colin Ian King
· 14 years ago
23ebbf0
ACPICA: Add Vista SP2 to supported _OSI strings
by Bob Moore
· 14 years ago
34cf66e
ACPICA: Eliminate duplicate code in acpi_ut_execute_* functions
by Bob Moore
· 14 years ago
8125666
ACPICA: Change type of _TZ from ThermalZone to Device
by Bob Moore
· 14 years ago
3989170
ACPICA: Comment update; no functional change
by Bob Moore
· 14 years ago
75434a2
ACPICA: Increase configurability of error messages
by Bob Moore
· 14 years ago
77b23f712
ACPICA: Add repair for _HID and _CID strings
by Bob Moore
· 14 years ago
cc84e26
ACPICA: iASL/Disassembler: Write ACPI errors to stderr instead of output file
by Bob Moore
· 14 years ago
31b3d4c
ACPICA: Make acpi_gbl_system_awake_and_running publically available
by Bob Moore
· 14 years ago
e786db7
ACPICA: Update math module; no functional change
by Bob Moore
· 14 years ago
28eb3fc
ACPICA: Make acpi_thread_id no longer configurable, always u64
by Lin Ming
· 14 years ago
8f40f17
ACPICA: Add ACPI_INLINE configuration parameter
by Lin Ming
· 14 years ago
95abccb
ACPICA: Obsolete the acpi_os_derive_pci_id OSL interface
by Bob Moore
· 14 years ago
b0ed7a9
ACPICA/ACPI: Add new host interfaces for _OSI support
by Lin Ming
· 14 years ago
09387b4
ACPICA: Revert "Revert "Enable multi-byte EC transfers
by Bob Moore
· 14 years ago
c5f0231
ACPICA: Fix acpi_os_read_pci_configuration prototype
by Bob Moore
· 14 years ago
fdb8c58
Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736', 'bugzilla-14679', 'bugzilla-16396', 'launchpad-613381' and 'misc' into release
by Len Brown
· 14 years ago
58f87ed
ACPI: Fix typos
by Lucas De Marchi
· 14 years ago
573b638
ACPI: enable repeated PCIEXP wakeup by clearing PCIEXP_WAKE_STS on resume
by Colin Ian King
· 14 years ago
a210080
ACPI / ACPICA: Defer enabling of runtime GPEs (v3)
by Rafael J. Wysocki
· 14 years ago
cfa806f
gcc-4.6: ACPI: fix unused but set variables in ACPI
by Andi Kleen
· 14 years ago
c172cb7
Merge branch 'acpica-gpe' into release
by Len Brown
· 14 years ago
c637e48
ACPI: introduce module parameter acpi.aml_debug_output
by Zhang Rui
· 14 years ago
9e50ab9
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 14 years ago
28f4f8a
ACPI / ACPICA: Fix reference counting problems with GPE handlers
by Rafael J. Wysocki
· 14 years ago
a0d4687
ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block()
by Rafael J. Wysocki
· 14 years ago
9ce10df
ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unset
by Rafael J. Wysocki
· 14 years ago
9874647
ACPI / ACPICA: Do not execute _PRW methods during initialization
by Rafael J. Wysocki
· 14 years ago
0907925
ACPICA: Fix for Alias references within Package objects
by Bob Moore
· 14 years ago
150dba3
ACPICA: Fix lint warning for 64-bit constant
by Bob Moore
· 14 years ago
de5668f
ACPICA: Remove obsolete GPE function
by Bob Moore
· 14 years ago
546eb57
ACPICA: Drop acpi_set_gpe
by Rafael J. Wysocki
· 14 years ago
3bd741b
ACPICA: Use low-level GPE enable during GPE block initialization
by Rafael J. Wysocki
· 14 years ago
a44061a
ACPICA: Remove wakeup GPE reference counting which is not used
by Rafael J. Wysocki
· 14 years ago
e8b6f97
ACPICA: Introduce acpi_gpe_wakeup()
by Rafael J. Wysocki
· 14 years ago
b76df67
ACPICA: Rename acpi_hw_gpe_register_bit
by Lin Ming
· 14 years ago
a9fc031
ACPICA: Optimization: Reduce the number of namespace walks
by Alexey Starikovskiy
· 14 years ago
20d33ae
ACPICA: Update flags for operand object
by Bob Moore
· 14 years ago
c45b5c0
ACPICA: Performance enhancement for namespace search and access
by Alexey Starikovskiy
· 14 years ago
5821f75
ACPICA: Expand device initialization counters to 32 bits
by Bob Moore
· 14 years ago
b27d659
ACPICA: Core: Replace all %d format specifiers with %u (unsigned)
by Bob Moore
· 14 years ago
96b7b7a
ACPICA: Expand initialization counters to 32 bits
by Alexey Starikovskiy
· 14 years ago
507f7d5
ACPICA: iASL/Core: Add support for _WDG/_WED MS methods
by Bob Moore
· 14 years ago
aa9d360
ACPICA: Add comment: _BCL cannot be sorted on the fly
by Bob Moore
· 14 years ago
3d69583
ACPI: handle systems which asynchoronously enable ACPI mode
by Len Brown
· 14 years ago
d9a799d
Merge branch 'acpica-cherry-pick' into release
by Len Brown
· 14 years ago
b681f7d
ACPICA: Truncate I/O addresses to 16 bits for Windows compatibility
by Matthew Garrett
· 14 years ago
9cbfa18
ACPICA: Limit maximum time for Sleep() operator
by Bob Moore
· 14 years ago
9263482
Merge branch 'gpe-regression-fixes' into release
by Len Brown
· 14 years ago
ce43ace
ACPI / ACPICA: Fix GPE initialization
by Rafael J. Wysocki
· 14 years ago
c9a8bbb
ACPI / ACPICA: Avoid writing full enable masks to GPE registers
by Rafael J. Wysocki
· 14 years ago
fd24744
ACPI / ACPICA: Fix low-level GPE manipulation code
by Rafael J. Wysocki
· 14 years ago
e4e9a73
ACPI / ACPICA: Use helper function for computing GPE masks
by Rafael J. Wysocki
· 14 years ago
a997ab3
ACPI / ACPICA: Do not attempt to disable GPE when installing handler
by Rafael J. Wysocki
· 14 years ago
9a90e09
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 14 years ago
b430acb
ACPICA: simplify SCI_EN workaround
by Len Brown
· 15 years ago
ada241d
ACPICA: Rename acpi_ex_system_do_suspend->acpi_ex_system_do_sleep
by Bob Moore
· 15 years ago
17b8232
ACPICA: Prevent possible allocation overrun during object copy
by Lin Ming
· 15 years ago
3fe5020
ACPICA: Split large file, evgpeblk
by Bob Moore
· 15 years ago
186c307
ACPICA: Add GPE support for dynamically loaded ACPI tables
by Bob Moore
· 15 years ago
b9ee204
ACPICA: Clarify/rename some root table descriptor fields
by Bob Moore
· 15 years ago
0f849d2
ACPICA: Minimize the differences between linux GPE code and ACPICA code base
by Lin Ming
· 15 years ago
Next »