aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_timer.c
Commit message (Expand)AuthorAgeFilesLines
* acpi_timer: remove leftovers from Garbage-collect ACPI-safe timer and friendsBaptiste Daroussin2024-06-211-11/+1
* acpi_timer: remove unused variableBaptiste Daroussin2024-06-211-1/+1
* Garbage-collect ACPI-safe timer and friendsColin Percival2024-06-211-123/+3
* acpi: Use device_set_descf()Mark Johnston2024-06-021-3/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Adjust function definition in acpi_timer.c to avoid clang 15 warningsDimitry Andric2022-07-261-1/+1
* acpi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* acpica: Remove CTLFLAG_NEEDGIANT from most sysctls.Alexander Motin2021-12-271-1/+1
* Disable acpi_timer_test by defaultColin Percival2021-09-081-1/+1
* Hide acpi_timer_test behind a tunableColin Percival2021-09-081-0/+10
* acpica: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+2
* Remove double-calls to tc_get_timecount() to warm timecounters.Konstantin Belousov2020-06-101-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+4
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* If the power management timer is unsupported the PmTimerLength value willAndrew Turner2015-05-061-1/+2
* xen: add ACPI bus to xen_nexus when running as Dom0Roger Pau Monné2014-08-041-1/+4
* Add support for suspend/resume/migration operations when running as aJustin T. Gibbs2013-09-201-0/+9
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Refine r231226. Swap timecounters before suspending any device drivers.Jung-uk Kim2012-02-091-10/+17
* Revert r211288 and move the logic to the acpi_timer itself.Jung-uk Kim2012-02-081-0/+48
* - Give all clocks and timers on acpi0 the equal probing order.Jung-uk Kim2012-02-071-1/+1
* Decrease ACPI-fast timecounter quality to 900 and increase HPET timecounterJung-uk Kim2011-05-231-1/+1
* Do not assume PM timer GAS type is I/O or memory. It may be an unsupportedJung-uk Kim2011-04-181-8/+33
* Add some tunable descriptions about x86 timers.Jung-uk Kim2011-04-141-1/+1
* Lower the bar for ACPI-fast on real machines slightly. Empirical evidencesJung-uk Kim2011-04-051-8/+11
* Always check the current minimum value to make the test more predictable.Jung-uk Kim2011-04-041-2/+2
* Lower the bar for ACPI-fast on virtual machines. The current logic dependsJung-uk Kim2011-04-041-2/+3
* Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.Jung-uk Kim2011-04-041-3/+3
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Dynamically choose the quality of the ACPI timer depending on whetherNate Lawson2007-07-301-1/+3
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-1/+1
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-9/+9
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Fix SCM ID's.David E. O'Brien2005-03-021-2/+4
* Make the bootverbose output from qualitydetermination of the ACPI timerPoul-Henning Kamp2004-11-031-5/+6
* Update a quirk for the ASUS P5A to disable the timer. It appears to work fineNate Lawson2004-10-081-1/+2
* Reinsert the bus space handle and tag, they are needed for the timer test.Nate Lawson2004-07-221-0/+2
* Instead of doing everything in identify, do a proper probe/attach. Also,Nate Lawson2004-07-221-23/+45
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Disable interrupts while testing the timer. Not doing this unnecessarilyNate Lawson2004-04-241-6/+7
* Fix stepping in ddb by not checking for a maximum interval. The ACPI-safeNate Lawson2004-04-221-31/+32
* Add comments, including restoring the PIIX4 errata comment, to indicateNate Lawson2004-04-211-45/+76
* Fix several bugs where 32-bit timers and wraparound were not properlyNate Lawson2004-04-211-110/+26
* Add MODULE_DEPEND entries so some of these drivers can eventually beNate Lawson2004-04-091-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* Add support for quirks for acpi tables. Key off OEM vendor and revision.Nate Lawson2004-03-031-1/+1
* Style and whitespace changes. Also, make the ivar functions non-inlineNate Lawson2003-08-281-72/+71
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Give timecounters a numeric quality field.Poul-Henning Kamp2003-08-161-5/+6