summaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_timer.c
AgeCommit message (Expand)Author
2025-10-06power: Add stype parameter in power_suspend/resume eventhandlersAymeric Wibo
2024-06-21acpi_timer: remove leftovers from Garbage-collect ACPI-safe timer and friendsBaptiste Daroussin
2024-06-21acpi_timer: remove unused variableBaptiste Daroussin
2024-06-21Garbage-collect ACPI-safe timer and friendsColin Percival
2024-06-02acpi: Use device_set_descf()Mark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-07-26Adjust function definition in acpi_timer.c to avoid clang 15 warningsDimitry Andric
2022-05-06acpi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-12-26acpica: Remove CTLFLAG_NEEDGIANT from most sysctls.Alexander Motin
2021-09-07Disable acpi_timer_test by defaultColin Percival
2021-09-07Hide acpi_timer_test behind a tunableColin Percival
2020-09-01acpica: clean up empty lines in .c and .h filesMateusz Guzik
2020-06-10Remove double-calls to tc_get_timecount() to warm timecounters.Konstantin Belousov
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-05-06If the power management timer is unsupported the PmTimerLength value willAndrew Turner
2014-08-04xen: add ACPI bus to xen_nexus when running as Dom0Roger Pau Monné
2013-09-20Add support for suspend/resume/migration operations when running as aJustin T. Gibbs
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-02-09Refine r231226. Swap timecounters before suspending any device drivers.Jung-uk Kim
2012-02-08Revert r211288 and move the logic to the acpi_timer itself.Jung-uk Kim
2012-02-07- Give all clocks and timers on acpi0 the equal probing order.Jung-uk Kim
2011-05-23Decrease ACPI-fast timecounter quality to 900 and increase HPET timecounterJung-uk Kim
2011-04-18Do not assume PM timer GAS type is I/O or memory. It may be an unsupportedJung-uk Kim
2011-04-14Add some tunable descriptions about x86 timers.Jung-uk Kim
2011-04-05Lower the bar for ACPI-fast on real machines slightly. Empirical evidencesJung-uk Kim
2011-04-04Always check the current minimum value to make the test more predictable.Jung-uk Kim
2011-04-04Lower the bar for ACPI-fast on virtual machines. The current logic dependsJung-uk Kim
2011-04-04Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.Jung-uk Kim
2009-06-05Import ACPICA 20090521.Jung-uk Kim
2007-07-30Dynamically choose the quality of the ACPI timer depending on whetherNate Lawson
2007-06-04Despite several examples in the kernel, the third argument ofDavid Malone
2007-03-22Catch up with ACPI-CA 20070320 import.Jung-uk Kim
2005-09-11Canonize the include of acpi.h.David E. O'Brien
2005-03-02Fix SCM ID's.David E. O'Brien
2004-11-03Make the bootverbose output from qualitydetermination of the ACPI timerPoul-Henning Kamp
2004-10-08Update a quirk for the ASUS P5A to disable the timer. It appears to work fineNate Lawson
2004-07-22Reinsert the bus space handle and tag, they are needed for the timer test.Nate Lawson
2004-07-22Instead of doing everything in identify, do a proper probe/attach. Also,Nate Lawson
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-04-24Disable interrupts while testing the timer. Not doing this unnecessarilyNate Lawson
2004-04-22Fix stepping in ddb by not checking for a maximum interval. The ACPI-safeNate Lawson
2004-04-21Add comments, including restoring the PIIX4 errata comment, to indicateNate Lawson
2004-04-21Fix several bugs where 32-bit timers and wraparound were not properlyNate Lawson
2004-04-09Add MODULE_DEPEND entries so some of these drivers can eventually beNate Lawson
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-03Add support for quirks for acpi tables. Key off OEM vendor and revision.Nate Lawson
2003-08-28Style and whitespace changes. Also, make the ivar functions non-inlineNate Lawson
2003-08-22Prefer new location of pci include files (which have only been in theWarner Losh