| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 284175: | jhb | 2015-10-01 | 1 | -32/+65 |
* | MFC 281887: | jhb | 2015-06-02 | 1 | -1/+1 |
* | MFC r281495: | kib | 2015-04-27 | 1 | -1/+1 |
* | MFC: r281396, r281475 | jkim | 2015-04-18 | 1 | -1/+1 |
* | MFC r271889, 272799, 272800, 274976 | scottl | 2015-03-12 | 1 | -8/+28 |
* | MFC 273988,273989,273995,274057: | jhb | 2014-12-22 | 1 | -4/+2 |
* | MFC 270850,271053,271192,271717: | jhb | 2014-09-22 | 1 | -15/+28 |
* | MFC r263859: | akiyama | 2014-08-31 | 1 | -10/+8 |
* | MFC r263795: | rodrigc | 2014-06-23 | 1 | -4/+8 |
* | Undo bad merge. | rodrigc | 2014-06-23 | 1 | -8/+4 |
* | MFC r263795: | rodrigc | 2014-06-23 | 1 | -4/+8 |
* | MFC: r262746, r262748, r262750, r262752 | jkim | 2014-03-10 | 1 | -1/+1 |
* | MFC 261517,261520: | jhb | 2014-02-18 | 1 | -3/+0 |
* | MFC 259140: | jhb | 2014-02-18 | 1 | -2/+2 |
* | MFC 259823: | jhb | 2014-01-31 | 1 | -0/+1 |
* | MFC 259782: | jhb | 2014-01-29 | 1 | -0/+5 |
* | Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_id | gibbs | 2013-10-05 | 1 | -1/+1 |
* | Add support for suspend/resume/migration operations when running as a | gibbs | 2013-09-20 | 1 | -1/+1 |
* | Split the pagequeues per NUMA domains, and split pageademon process | kib | 2013-08-07 | 1 | -0/+4 |
* | o Add accessor functions to add and remove pages from a specific | attilio | 2013-05-13 | 1 | -8/+12 |
* | Revert r250339 as apparently it is more clutter than help. | attilio | 2013-05-08 | 1 | -42/+0 |
* | Add functions to do ACPI System Locality Information Table parsing | attilio | 2013-05-07 | 1 | -0/+42 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 1 | -5/+3 |
* | Make VM_NDOMAIN a kernel option so that it can be enabled from a kernel | jhb | 2013-02-14 | 1 | -0/+2 |
* | Merge ACPICA 20120816. | jkim | 2012-08-16 | 1 | -1/+1 |
* | - Remove unused code for CR3 and CR4. | jkim | 2012-06-13 | 1 | -12/+11 |
* | Share IPI init and startup code of mp_machdep.c with acpi_wakeup.c | iwasaki | 2012-06-12 | 1 | -43/+1 |
* | Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of | iwasaki | 2012-06-09 | 1 | -0/+434 |
* | Allocate the ioapics[] array dynamically since it is only needed for the | jhb | 2012-03-28 | 1 | -5/+11 |
* | Mark the 'lapics' and 'ioapics' arrays here static since they are | jhb | 2012-03-22 | 1 | -2/+2 |
* | Fix a few bugs in the SRAT parsing code: | jhb | 2012-01-03 | 1 | -5/+12 |
* | Get rid of kludgy per-descriptor state handling in acpi_apm. | ed | 2011-12-05 | 1 | -63/+25 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 2 | -2/+2 |
* | Ignore SRAT memory entries if the memory range does not overlap with an | jhb | 2011-10-05 | 1 | -0/+26 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 1 | -0/+1 |
* | Remove unneeded includes of <sys/linker_set.h>. Other headers that use | jhb | 2011-01-11 | 1 | -1/+0 |
* | Make APM emulation look more closer to its origin. Use device_get_softc(9) | jkim | 2010-11-10 | 1 | -7/+6 |
* | Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a new | jkim | 2010-11-10 | 1 | -0/+490 |
* | Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home. | jkim | 2010-11-09 | 1 | -0/+91 |
* | Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it is | jhb | 2010-11-08 | 1 | -0/+572 |
* | When performing a sanity check on the SRAT table to ensure that each | jhb | 2010-07-29 | 1 | -1/+2 |
* | Add a parser for the ACPI SRAT table for amd64 and i386. It sets | jhb | 2010-07-27 | 1 | -0/+329 |