summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/Osd/OsdSchedule.c
Commit message (Expand)AuthorAgeFilesLines
* Invoke 3 ACPI task threads as default if option ACPI_MAX_THREADS isiwasaki2002-10-311-4/+0
* - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.jhb2002-10-161-4/+14
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-4/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Do not do string concatenation with __func__ (which is not a string)peter2002-03-121-1/+1
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-5/+5
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-6/+125
* - Change the taskqueue locking to protect the necessary parts of a taskjhb2001-10-261-1/+0
* Add locking to taskqueues. There is one mutex per task, one mutex perjhb2001-10-261-0/+1
* Use TASK_INIT to initialize taskqueue task instead of violating thejhb2001-10-251-6/+6
* Don't call tsleep from AcpiOsStall(), call DELAY() always instead.iwasaki2001-09-081-5/+1
* Update the OSD module to match the ACPI CA 20010717 import.msmith2001-07-211-1/+1
* What I get for "fixing" at the last minute. Correct a mis-merge of takawata'smsmith2001-05-301-0/+1
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-7/+17
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-121-1/+1
* Add some debugging statements.msmith2001-01-311-4/+18
* In answer to the comment: /* XXX is it OK to block here? */, the answerpeter2001-01-231-2/+3
* Re-Enable OSD_PRIORITY_GPE. Now 20001215 has been commited.takawata2000-12-211-2/+0
* Disable my previous committed code for a moment.iwasaki2000-12-201-0/+2
* Add task priority definition for OSD_PRIORITY_GPE in AcpiOsQueueForExecution().iwasaki2000-12-201-0/+3
* FreeBSD-specific OSD (operating system dependant) modules for the Intelmsmith2000-10-281-0/+132
OpenPOWER on IntegriCloud