index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'acpica'
Rafael J. Wysocki
2013-04-28
50
-1189
/
+2697
|
\
|
*
ACPICA: Update version to 20130328
Bob Moore
2013-04-12
1
-1
/
+1
|
*
ACPICA: Add a lock to the internal object reference count mechanism
Bob Moore
2013-04-12
3
-35
/
+57
|
*
ACPICA: Fix a format string for 64-bit generation
Bob Moore
2013-04-12
1
-1
/
+2
|
*
ACPICA: Remove FORCE_DELETE option for global reference count mechanism
Bob Moore
2013-04-12
2
-14
/
+3
|
*
ACPICA: Improve error message for Index() operator
Bob Moore
2013-04-12
1
-4
/
+6
|
*
ACPICA: FADT: Remove extraneous warning for very large GPE registers
Linn Crosetto
2013-04-12
1
-0
/
+4
|
*
ACPICA: Fix a typo in a function header, no functional change
Colin Ian King
2013-04-12
1
-1
/
+1
|
*
ACPICA: Fix a typo in an error message
Colin Ian King
2013-04-12
1
-1
/
+1
|
*
ACPICA: Fix for some comments/headers
Tang Chen
2013-04-12
1
-10
/
+12
|
*
ACPICA: _OSI Support: handle any errors from acpi_os_acquire_mutex()
Jung-uk Kim
2013-04-12
3
-11
/
+34
|
*
ACPICA: Predefine names: Add allowed argument types to master info table
Bob Moore
2013-04-12
8
-513
/
+1361
|
*
ACPI: Set length even for TYPE_END_TAG acpi resource
Yinghai Lu
2013-03-24
3
-1
/
+4
|
*
ACPICA: Update version to 20130214
Bob Moore
2013-03-12
1
-1
/
+1
|
*
ACPICA: Object repair: Allow 0-length packages for variable-length packages
Bob Moore
2013-03-12
1
-2
/
+8
|
*
ACPICA: Disassembler: Add warnings for unresolved control methods
Bob Moore
2013-03-12
3
-0
/
+5
|
*
ACPICA: Return object repair: Add resource template repairs
Lv Zheng
2013-03-12
3
-0
/
+99
|
*
ACPICA: Return object repair: Add string-to-unicode conversion
Lv Zheng
2013-03-12
3
-0
/
+75
|
*
ACPICA: Split object conversion functions to a new file
Bob Moore
2013-03-12
4
-262
/
+318
|
*
ACPICA: Add mechanism for early object repairs on a per-name basis
Bob Moore
2013-03-12
5
-87
/
+221
|
*
ACPICA: Remove trailing comma in enum declarations
Bob Moore
2013-03-12
1
-2
/
+2
|
*
ACPICA: Add exception descriptions to exception info table
Bob Moore
2013-03-12
3
-115
/
+183
|
*
ACPICA: Add macros to exception code definitions
Bob Moore
2013-03-12
1
-89
/
+103
|
*
ACPICA: Regression fix: reinstate safe exit macros
Bob Moore
2013-03-12
10
-38
/
+67
|
*
ACPICA: Update for ACPI 5 hardware-reduced feature
Bob Moore
2013-03-12
2
-0
/
+24
|
*
ACPICA: Add parens within macros around parameter names
Bob Moore
2013-03-12
1
-2
/
+2
|
*
ACPICA: Add macros to access pointer to next object in the descriptor list
Jung-uk Kim
2013-03-12
2
-8
/
+6
|
*
ACPICA: Update error/debug messages for fixed events
Bob Moore
2013-03-12
2
-14
/
+19
|
*
ACPICA: Fix a long-standing bug in local cache
Jung-uk Kim
2013-03-12
2
-14
/
+7
|
*
ACPICA: iASL/Disassembler: Add support for MTMR table
Lv Zheng
2013-03-12
1
-0
/
+24
|
*
ACPICA: iASL/Disassembler: Add support for VRTC table
Lv Zheng
2013-03-12
1
-0
/
+23
|
*
ACPICA: Update RASF table definition
Lv Zheng
2013-03-12
1
-9
/
+42
|
*
ACPICA: Fix a couple warnings detected on FreeBSD build
Jung-uk Kim
2013-03-12
1
-1
/
+1
|
*
ACPICA: Resource Mgr: Prevent infinite loops in resource walks
Bob Moore
2013-03-12
4
-1
/
+29
*
|
Merge branch 'acpi-lpss'
Rafael J. Wysocki
2013-04-28
11
-213
/
+368
|
\
\
|
*
|
ACPI / LPSS: make code less confusing for reader
Andy Shevchenko
2013-03-25
1
-2
/
+2
|
*
|
ACPI / LPSS: Add support for exposing LTR registers to user space
Rafael J. Wysocki
2013-03-21
2
-5
/
+178
|
*
|
ACPI / scan: Add special handler for Intel Lynxpoint LPSS devices
Rafael J. Wysocki
2013-03-21
10
-213
/
+195
|
|
/
*
|
Merge branch 'acpi-hotplug'
Rafael J. Wysocki
2013-04-28
12
-589
/
+597
|
\
\
|
*
|
ACPI / memhotplug: Remove info->failed bit
Yasuaki Ishimatsu
2013-03-25
1
-13
/
+2
|
*
|
ACPI / memhotplug: set info->enabled for memory present at boot time
Yasuaki Ishimatsu
2013-03-25
1
-2
/
+2
|
*
|
ACPI: Verify device status after eject
Toshi Kani
2013-03-25
1
-1
/
+17
|
*
|
acpi: remove reference to ACPI_HOTPLUG_IO
Paul Bolle
2013-03-24
1
-1
/
+1
|
*
|
ACPI: Update _OST handling for notify
Toshi Kani
2013-03-24
1
-52
/
+35
|
*
|
ACPI: Update PNPID match handling for notify
Toshi Kani
2013-03-24
1
-33
/
+52
|
*
|
ACPI: Update PNPID set/free interfaces
Toshi Kani
2013-03-24
3
-44
/
+45
|
*
|
ACPI: Remove acpi_device dependency in acpi_device_set_id()
Toshi Kani
2013-03-24
5
-57
/
+59
|
*
|
ACPI / hotplug: Make acpi_hotplug_profile_ktype static
Rafael J. Wysocki
2013-03-19
1
-1
/
+1
|
*
|
ACPI / scan: Make memory hotplug driver use struct acpi_scan_handler
Rafael J. Wysocki
2013-03-04
4
-273
/
+45
|
*
|
ACPI / container: Use hotplug profile user space interface
Rafael J. Wysocki
2013-03-04
1
-2
/
+2
[next]