jkim
6f40f1825e
Import ACPICA 20150616.
2015-06-16 19:48:16 +00:00
jkim
9f0cd39e7c
- Update for new NFIT table GUIDs.
...
- Fix ill-formed GUID strings for NFIT tables.
- Fix a possible fault when performing a UUID search.
https://github.com/acpica/acpica/commit/83727be
https://github.com/acpica/acpica/commit/6005294
https://github.com/acpica/acpica/commit/4a1cca9
2015-06-03 19:27:36 +00:00
jkim
10842bd3d0
Import ACPICA 20150515.
2015-05-18 23:17:05 +00:00
jkim
15530e1a0b
Import ACPICA 20150410.
2015-04-10 17:54:53 +00:00
jkim
f7345d4372
Import ACPICA 20150408.
2015-04-09 23:08:47 +00:00
jkim
9d595b9068
Import ACPICA 20150204.
2015-02-05 00:09:52 +00:00
jkim
c289b811b4
Import ACPICA 20141107.
2014-11-10 21:30:04 +00:00
jkim
4a5720e5f3
Import ACPICA 20140926.
2014-09-29 19:53:38 +00:00
jkim
9f91b0b83a
Import ACPICA 20140828.
2014-09-11 21:38:09 +00:00
jkim
b4cfb84e01
Import ACPICA 20140627.
2014-06-27 19:10:35 +00:00
jkim
34dc9d28dc
Import ACPICA 20140424.
2014-04-25 16:53:42 +00:00
jkim
36570d4338
Import ACPICA 20140325.
2014-03-27 23:50:54 +00:00
jkim
1e5f65118f
Import ACPICA 20140214.
2014-02-17 17:10:41 +00:00
jkim
6fb9ae2c50
Restore the BSD license and update copyright date.
...
Reported by: Sascha Widner <swildner@gmail.com> (via devel@acpica.org )
2014-02-12 19:26:08 +00:00
jkim
e77b8d6067
Import ACPICA 20140414.
2014-01-15 00:10:20 +00:00
jkim
b37c83dbb6
Import ACPICA 20131218.
2013-12-19 05:51:01 +00:00
jkim
a1672476f9
Import ACPICA 20131115.
2013-11-15 20:40:27 +00:00
jkim
f4a31baa14
Import ACPICA 20130927.
2013-10-17 00:06:42 +00:00
jkim
b2a9241536
Import ACPICA 20130823.
2013-08-23 18:01:58 +00:00
jkim
8e9a373708
Import ACPICA 20130725.
2013-07-26 18:20:00 +00:00
jkim
7aca720172
Import ACPICA 20130626.
2013-06-26 19:01:10 +00:00
jkim
af69f95bba
Import ACPICA 20130517.
2013-05-17 23:13:40 +00:00
jkim
00f95aec26
Fix for _INI regression introduced in version 20130328.
...
This change fixes a problem introduced in 20130328 where _INI methods
are no longer executed properly because of a memory block that is not
initialized correctly.
637accd073
2013-05-07 22:05:15 +00:00
jkim
2827e383d5
Import ACPICA 20130418.
2013-04-19 05:49:53 +00:00
jkim
ff267f4409
Fix a potential memory leak.
...
https://github.com/acpica/acpica/pull/6
2013-04-04 21:34:22 +00:00
jkim
4b5fbe0ac6
Import ACPICA 20130328.
2013-04-04 21:18:57 +00:00
jkim
bd5edd68a8
Import ACPICA 20130215.
2013-02-15 19:12:35 +00:00
jkim
713ce6817a
Fix a long standing bug. NextObject is the first field for very long time.
2013-01-28 20:33:31 +00:00
jkim
027eccae32
Partially revert a vendor commit. The following broke our acpi(4) in a very
...
subtle way:
b8cf8cd223
2013-01-28 20:25:27 +00:00
jkim
abc354e563
Import ACPICA 20130117.
2013-01-17 21:32:03 +00:00
jkim
8f7c8be022
Import ACPICA 20121220.
2013-01-02 19:01:21 +00:00
jkim
526bfcf905
Import ACPICA 20121114.
2012-11-14 22:20:16 +00:00
jkim
d8cd02b5b5
Import ACPICA 20121018.
2012-10-19 18:47:57 +00:00
jkim
da9b951a89
Import ACPICA 20120913.
2012-09-14 22:53:11 +00:00
jkim
08e6f22ac3
Import ACPICA 20120816.
2012-08-16 17:26:22 +00:00
jkim
dbd90a99cd
Import ACPICA 20120711.
2012-07-11 16:51:47 +00:00
jkim
bed871bb76
Do not malloc(9) while holding a spin lock, to avoid panic. Note it was
...
submitted upstream and it should be fixed in the next ACPICA release.
Discussed with: Moore, Robert (robert dot moore at intel dot com)
2012-06-27 16:07:58 +00:00
jkim
f23a349d9f
Fix "comparison is always true due to limited range of data type" warning
...
from GCC in the base system. Note this patch was submitted upstream and it
will appear in the next ACPICA release.
Discussed with: Moore, Robert (robert dot moore at intel dot com)
2012-06-21 18:22:50 +00:00
jkim
2276af3c12
Import ACPICA 20120620.
2012-06-20 17:51:04 +00:00
jkim
291c275088
Import ACPICA 20120518.
2012-05-19 05:44:32 +00:00
jkim
eb364ef2c9
Import ACPICA 20120420.
2012-04-20 23:39:48 +00:00
jkim
1c3442fdc2
Revert r233550 and apply a fix for the reference counting issue.
...
Submitted by: Robert Moore (robert dot moore at intel dot com)
2012-03-28 16:43:15 +00:00
jkim
6ede10cf85
Fix two possible memory leaks in error path.
...
651031314f
Obtained from: ACPICA
2012-03-27 15:07:35 +00:00
jkim
fced62bb27
Temporarily revert an upstream commit. This change caused regressions for
...
too many laptop users. Especially, automatic repair for broken _BIF caused
strange reference counting issues and kernal panics. This reverts:
c995fed15a
2012-03-27 15:02:20 +00:00
jkim
f65c4f80d1
Import ACPICA 20120320.
2012-03-20 18:17:33 +00:00
jkim
a6dfe31191
Import ACPICA 20120215.
2012-02-16 00:24:10 +00:00
jkim
4cca06fece
Import ACPICA 20120111.
2012-01-11 21:25:42 +00:00
jkim
371a323d3d
Import ACPICA 20111123.
2011-11-23 18:05:37 +00:00
jkim
c5bb53cc04
Import ACPICA 20110922.
2011-09-26 21:40:21 +00:00
jkim
a7056052bd
Import ACPICA 20110623.
2011-06-23 17:28:46 +00:00