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
*
ACPI / sysfs: Update sysfs signature handling code
Lv Zheng
2016-09-17
1
-29
/
+33
*
ACPI / sysfs: Fix an issue for LoadTable opcode
Lv Zheng
2016-09-17
1
-1
/
+3
*
Merge branch 'acpica' into acpi-sysfs
Rafael J. Wysocki
2016-09-17
45
-822
/
+1223
|
\
|
*
ACPICA: Tables: Fix a regression in acpi_tb_find_table()
Lv Zheng
2016-09-17
1
-1
/
+1
|
*
ACPICA: Update version to 20160831
Bob Moore
2016-09-10
1
-1
/
+1
|
*
ACPICA: Tables: Tune table mutex to be a leaf lock
Lv Zheng
2016-09-10
5
-131
/
+182
|
*
ACPICA: Dispatcher: Fix a mutex issue for method auto serialization
Lv Zheng
2016-09-10
2
-2
/
+10
|
*
ACPICA: Namespace: Fix dynamic table loading issues
Lv Zheng
2016-09-10
10
-69
/
+47
|
*
ACPICA: Namespace: Add acpi_ns_get_node_unlocked()
Lv Zheng
2016-09-10
2
-16
/
+55
|
*
ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for...
Lv Zheng
2016-09-10
11
-37
/
+227
|
*
ACPICA: Update return value for intenal _OSI method
Bob Moore
2016-09-10
1
-5
/
+17
|
*
ACPICA: Tables: Override all 64-bit GAS fields when acpi_gbl_use32_bit_fadt_a...
Lv Zheng
2016-09-10
1
-53
/
+49
|
*
ACPICA: Tables: Add new table events indicating table installation/uninstalla...
Lv Zheng
2016-09-10
2
-1
/
+11
|
*
ACPICA: Tables: Remove wrong table event macros
Lv Zheng
2016-09-10
1
-9
/
+5
|
*
ACPICA: Tables: Remove acpi_tb_install_fixed_table()
Lv Zheng
2016-09-10
3
-80
/
+16
|
*
ACPICA: Add a couple of casts to uthex.c
Bob Moore
2016-09-10
1
-1
/
+2
|
*
ACPICA: Cleanup for all string-to-integer conversions
Bob Moore
2016-09-10
17
-391
/
+435
|
*
ACPICA: Debugger: Add subcommand for predefined name execution
Bob Moore
2016-09-10
4
-29
/
+169
*
|
ACPI / sysfs: Use new GPE masking mechanism in GPE interface
Lv Zheng
2016-08-17
2
-9
/
+26
|
/
*
ACPICA: Update version to 20160729
Bob Moore
2016-08-13
1
-1
/
+1
*
ACPICA: OSL: Fix a regression that old GCC requires a workaround for strchr()
Lv Zheng
2016-08-13
3
-12
/
+62
*
ACPICA: OSL: Cleanup the inclusion order of the compiler-specific headers
Lv Zheng
2016-08-13
3
-8
/
+17
*
ACPICA: EFI: Port acpidump to EDK2 environment
Lv Zheng
2016-08-13
2
-2
/
+2
*
ACPICA: Applications: Fix a potential issue that help messages may be dumped ...
Lv Zheng
2016-08-13
1
-3
/
+3
*
ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fx...
Lv Zheng
2016-08-13
12
-371
/
+89
*
ACPICA: Clib: Add -nostdinc support for EFI layer
Lv Zheng
2016-08-13
6
-55
/
+109
*
ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue
Lv Zheng
2016-08-13
5
-3
/
+7
*
ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles
Lv Zheng
2016-08-13
6
-25
/
+22
*
ACPICA: Clib: Fix wrong mini C library usage
Lv Zheng
2016-08-13
2
-8
/
+6
*
ACPICA: Clib: Cleanup va_arg related code
Lv Zheng
2016-08-13
3
-41
/
+6
*
ACPICA: Clib: Fix build issues when ACPI_USE_STANDARD_HEADERS is not defined ...
Lv Zheng
2016-08-13
1
-2
/
+2
*
ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all a...
Lv Zheng
2016-08-13
1
-1
/
+1
*
ACPICA: acpidump: Fix a duplicate variable definition
Lv Zheng
2016-08-13
2
-6
/
+1
*
ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to link
Lv Zheng
2016-08-13
2
-3
/
+1
*
ACPICA: Debugger: Fix wrong inclusions in dbfileio.c
Lv Zheng
2016-08-13
1
-14
/
+6
*
ACPICA: FADT support cleanup
Bob Moore
2016-08-13
2
-74
/
+100
*
ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanism
Lv Zheng
2016-08-13
7
-23
/
+148
*
ACPICA: Use os_allocate_zeroed
Bob Moore
2016-08-13
1
-3
/
+1
*
ACPICA: iASL/Disassembler: Add a check for missing filename
Bob Moore
2016-08-13
1
-1
/
+1
*
ACPICA: Divergence: Port declarators back to ACPICA
Lv Zheng
2016-08-13
11
-24
/
+39
*
ACPICA: Simplify configuration for "Max Loops" system parameter
Bob Moore
2016-08-13
2
-1
/
+5
*
ACPICA: Disassembler: Add option to emit embedded External operators/opcodes
Bob Moore
2016-08-13
1
-0
/
+1
*
ACPICA: Debugger: Extend some max line lengths
Bob Moore
2016-08-13
2
-3
/
+3
*
ACPICA: Utilities: Introduce facility to allow Linux to set correct logging l...
Lv Zheng
2016-08-13
2
-0
/
+20
*
ACPICA: Interpreter: Remove temporary code for External() opcode
Bob Moore
2016-08-13
1
-9
/
+8
*
ACPICA: Fix deconstification warnings (-Wcast-qual) with acpi_ns_root_initial...
Jung-uk Kim
2016-08-13
1
-3
/
+3
*
ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces.
Jung-uk Kim
2016-08-13
4
-2
/
+48
*
Linux 4.8-rc1
v4.8-rc1
Linus Torvalds
2016-08-08
1
-2
/
+2
*
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-08-08
62
-213
/
+213
|
\
|
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
51
-157
/
+158
[next]