summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Import ACPICA 20140414.jkim2014-01-15353-761/+2330
|
* Import ACPICA 20131218.jkim2013-12-1973-734/+2613
|
* Import ACPICA 20131115.jkim2013-11-1520-118/+326
|
* Import ACPICA 20130927.jkim2013-10-1771-924/+1944
|
* Import ACPICA 20130823.jkim2013-08-2363-875/+2382
|
* Import ACPICA 20130725.jkim2013-07-2631-681/+1629
|
* Import ACPICA 20130626.jkim2013-06-2654-313/+2802
|
* Import ACPICA 20130517.jkim2013-05-17190-2377/+5586
|
* Fix for _INI regression introduced in version 20130328.jkim2013-05-071-0/+1
| | | | | | | | 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. https://github.com/acpica/acpica/commit/637accd073a205eb4acac935f34d0eaee0c301a8
* Import ACPICA 20130418.jkim2013-04-1940-682/+1301
|
* Fix a potential memory leak.jkim2013-04-041-1/+2
| | | | https://github.com/acpica/acpica/pull/6
* Import ACPICA 20130328.jkim2013-04-0443-1614/+3016
|
* Import ACPICA 20130215.jkim2013-02-1566-1290/+3380
|
* Fix a long standing bug. NextObject is the first field for very long time.jkim2013-01-283-11/+8
|
* Partially revert a vendor commit. The following broke our acpi(4) in a veryjkim2013-01-281-11/+32
| | | | | | subtle way: https://github.com/otcshare/acpica/commit/b8cf8cd2232f4e08ef9f8df4a103a29bd8699194
* Import ACPICA 20130117.jkim2013-01-17327-493/+803
|
* Import ACPICA 20121220.jkim2013-01-02119-6894/+8355
|
* Import ACPICA 20121114.jkim2012-11-1454-612/+999
|
* Import ACPICA 20121018.jkim2012-10-19219-2621/+4228
|
* Import ACPICA 20120913.jkim2012-09-1435-711/+1157
|
* Import ACPICA 20120816.jkim2012-08-1667-2249/+2491
|
* Import ACPICA 20120711.jkim2012-07-1160-581/+1345
|
* Do not malloc(9) while holding a spin lock, to avoid panic. Note it wasjkim2012-06-271-11/+15
| | | | | | submitted upstream and it should be fixed in the next ACPICA release. Discussed with: Moore, Robert (robert dot moore at intel dot com)
* Fix "comparison is always true due to limited range of data type" warningjkim2012-06-211-10/+10
| | | | | | | 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)
* Import ACPICA 20120620.jkim2012-06-2042-640/+1196
|
* Import ACPICA 20120518.jkim2012-05-1931-102/+556
|
* Import ACPICA 20120420.jkim2012-04-2038-1391/+1766
|
* Revert r233550 and apply a fix for the reference counting issue.jkim2012-03-284-109/+61
| | | | Submitted by: Robert Moore (robert dot moore at intel dot com)
* Fix two possible memory leaks in error path.jkim2012-03-271-0/+2
| | | | | | https://github.com/otcshare/acpica/commit/651031314f26bcfa32ee070014c841afa4cee094 Obtained from: ACPICA
* Temporarily revert an upstream commit. This change caused regressions forjkim2012-03-274-58/+109
| | | | | | | too many laptop users. Especially, automatic repair for broken _BIF caused strange reference counting issues and kernal panics. This reverts: https://github.com/otcshare/acpica/commit/c995fed15ab41f6feae1299876271ea330f5c1c5
* Import ACPICA 20120320.jkim2012-03-2050-341/+3777
|
* Import ACPICA 20120215.jkim2012-02-16311-886/+2665
|
* Import ACPICA 20120111.jkim2012-01-11305-470/+1034
|
* Import ACPICA 20111123.jkim2011-11-23131-1470/+10951
|
* Import ACPICA 20110922.jkim2011-09-2656-3288/+1672
|
* Import ACPICA 20110623.jkim2011-06-2349-2066/+4665
|
* Import ACPICA 20110527.jkim2011-05-3118-96/+698
|
* Redo r220658. More extensive patch was committed by Intel:jkim2011-04-156-78/+93
| | | | | | http://git.moblin.org/cgit.cgi/acpica/commit/?id=16c9bbd6a3d8da88664d769ceec2f1757964fc7a Obtained from: ACPICA
* Fix build on FreeBSD. This patch was submitted upstream:jkim2011-04-152-3/+4
| | | | | | http://lists.acpica.org/pipermail/devel/2011-April/000253.html Similar fixes will show up in the next ACPICA release.
* Import ACPICA 20110413.jkim2011-04-1354-1191/+2086
|
* Import ACPICA 20110316.jkim2011-03-1619-83/+642
|
* Import ACPICA 20110211.jkim2011-02-1162-5504/+9434
|
* Import ACPICA 20110112.jkim2011-01-13274-28201/+11076
|
* Import ACPICA 20101209.jkim2010-12-0935-1394/+1911
|
* Import ACPICA 20101013.jkim2010-10-1341-1013/+1730
|
* Update acfreebsd.h for ACPI_THREAD_ID change.jkim2010-09-161-0/+2
| | | | | | Note this patch was committed on upstream GIT: http://git.moblin.org/cgit.cgi/acpica/commit/?id=184ee2428cf02b0035d5de8a82c06fdfbc2ae14c
* Import ACPICA 20100915.jkim2010-09-1568-801/+1915
|
* Import ACPICA 20100806.jkim2010-08-0637-340/+1267
|
* Import ACPICA 20100702.jkim2010-07-0653-1047/+3896
|
* Import ACPICA 20100528.jkim2010-05-2888-1227/+6372
|
OpenPOWER on IntegriCloud