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
*
ACPICA: Update version to 20140724.
Bob Moore
2014-07-31
1
-1
/
+1
*
ACPICA: ACPI 5.1: Update for PCCT table changes.
Bob Moore
2014-07-31
1
-1
/
+24
*
ACPICA/ARM: ACPI 5.1: Update for GTDT table changes.
Tomasz Nowicki
2014-07-31
1
-15
/
+78
*
ACPICA/ARM: ACPI 5.1: Update for MADT changes.
Tomasz Nowicki
2014-07-31
1
-3
/
+41
*
ACPICA/ARM: ACPI 5.1: Update for FADT changes.
Graeme Gregory
2014-07-31
1
-3
/
+9
*
ACPICA: ACPI 5.1: Support for the _CCA predifined name.
Bob Moore
2014-07-31
1
-0
/
+3
*
ACPICA: ACPI 5.1: New notify value for System Affinity Update.
Bob Moore
2014-07-31
2
-3
/
+5
*
ACPICA: ACPI 5.1: Support for the _DSD predefined name.
David E. Box
2014-07-31
2
-1
/
+13
*
ACPICA: Debug object: Add current value of Timer() to debug line prefix.
Bob Moore
2014-07-31
1
-1
/
+10
*
ACPICA: acpihelp: Add UUID support, restructure some existing files.
Bob Moore
2014-07-31
6
-28
/
+217
*
ACPICA: Utilities: Fix local printf issue.
Lv Zheng
2014-07-31
1
-0
/
+3
*
ACPICA: Tables: Update for DMAR table changes.
Bob Moore
2014-07-31
2
-21
/
+21
*
ACPICA: Remove some extraneous printf arguments.
Sascha Wildner
2014-07-31
2
-5
/
+4
*
ACPICA: Update for comments/formatting. No functional changes.
Bob Moore
2014-07-31
1
-12
/
+10
*
ACPICA: Disassembler: Add support for the ToUUID opererator (macro).
Bob Moore
2014-07-31
2
-6
/
+25
*
ACPICA: Remove a redundant cast to acpi_size for ACPI_OFFSET() macro.
Bob Moore
2014-07-31
1
-1
/
+1
*
ACPICA: Work around an ancient GCC bug.
Bob Moore
2014-07-31
1
-3
/
+3
*
ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake.
Rafael J. Wysocki
2014-07-23
2
-0
/
+51
*
ACPICA: GPEs: Do not allow enable for GPEs that have no handler(s).
Rafael J. Wysocki
2014-07-23
1
-3
/
+11
*
ACPICA: Fix a regression for deletion of Alias() objects.
Bob Moore
2014-07-09
1
-10
/
+9
*
ACPICA: Update version to 20140627
Bob Moore
2014-07-08
1
-1
/
+1
*
ACPICA: Tables: Merge DMAR table structure updates
Lv Zheng
2014-07-08
1
-1
/
+1
*
ACPICA: Hardware: back port of a recursive locking fix
Lv Zheng
2014-07-08
1
-1
/
+2
*
ACPICA: utprint/oslibcfs: cleanup - no functional change
Bob Moore
2014-07-08
2
-31
/
+43
*
ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes()
Lv Zheng
2014-07-08
1
-2
/
+2
*
ACPICA: OSL: Update acpidump to reduce source code differences
Lv Zheng
2014-07-08
2
-7
/
+27
*
ACPICA: acpidump: Reduce freopen() invocations to improve portability
Lv Zheng
2014-07-08
5
-9
/
+146
*
ACPICA: acpidump: Replace file IOs with new APIs to improve portability
Lv Zheng
2014-07-08
4
-72
/
+69
*
ACPICA: acpidump: Remove exit() from generic layer to improve portability
Lv Zheng
2014-07-08
1
-18
/
+32
*
ACPICA: acpidump: Add memory/string OSL usage to improve portability
Lv Zheng
2014-07-08
3
-13
/
+15
*
ACPICA: Common: Enhance acpi_getopt() to improve portability
Lv Zheng
2014-07-08
4
-9
/
+14
*
ACPICA: Common: Enhance cm_get_file_size() to improve portability
Lv Zheng
2014-07-08
3
-10
/
+15
*
ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf()...
Lv Zheng
2014-07-08
2
-6
/
+9
*
ACPICA: Utilities: Introduce acpi_log_error() to improve portability
Lv Zheng
2014-07-08
3
-0
/
+50
*
ACPICA: Utilities: Add formatted printing APIs
Lv Zheng
2014-07-08
6
-1
/
+682
*
ACPICA: OSL: Add portable file IO to improve portability
Lv Zheng
2014-07-08
3
-0
/
+254
*
ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubs
Lv Zheng
2014-07-08
7
-25
/
+1308
*
ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global(...
Lv Zheng
2014-07-08
4
-147
/
+147
*
ACPICA: OSL: Update environments to improve portability
Lv Zheng
2014-07-08
1
-12
/
+36
*
ACPICA: Namespace: Properly null terminate objects detached from a namespace ...
David E. Box
2014-07-08
1
-0
/
+11
*
ACPICA: Utilities: Validate full RSDP header
David E. Box
2014-07-08
1
-12
/
+7
*
ACPICA: Utilities: Add support to read table from files
Lv Zheng
2014-07-08
4
-4
/
+346
*
ACPICA: Utilities: Fix an issue with non-native ACPI_IS_PRINT()
Lv Zheng
2014-07-08
1
-1
/
+1
*
ACPICA: acpidump: Add support for ACPI 1.0 GUID in Linux
Lv Zheng
2014-07-08
1
-7
/
+41
*
ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobject
David E. Box
2014-07-08
1
-0
/
+6
*
ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.
Lv Zheng
2014-07-07
1
-15
/
+17
*
ACPICA: Restore error table definitions to reduce code differences between Li...
Lv Zheng
2014-06-16
6
-46
/
+46
*
Linux 3.16-rc1
v3.16-rc1
Linus Torvalds
2014-06-16
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-06-16
10
-34
/
+96
|
\
|
*
net: sctp: fix permissions for rto_alpha and rto_beta knobs
Daniel Borkmann
2014-06-15
1
-4
/
+28
[next]