summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpi_pad.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+1
|\
| * acpi,mm: fix typo sibiling -> siblingLi Zhijian2023-10-061-1/+1
* | ACPI: acpi_pad: Rename ACPI device from device to adevMichal Wilczynski2023-10-241-10/+11
* | ACPI: acpi_pad: Use dev groups for sysfsMichal Wilczynski2023-10-241-33/+9
* | ACPI: acpi_pad: Replace acpi_driver with platform_driverMichal Wilczynski2023-10-241-11/+14
|/
* ACPI: PAD: mark Zhaoxin CPUs NONSTOP TSC correctlyTony W Wang-oc2023-06-121-0/+1
*-. Merge branches 'acpi-fan', 'acpi-pcc', 'acpi-misc' and 'pnp'Rafael J. Wysocki2022-12-121-2/+2
|\ \
| | * ACPI: use sysfs_emit() instead of scnprintf()ye xingchen2022-12-021-2/+2
| |/
* / ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-2/+1
|/
* ACPI: Add perf low power callbackStephane Eranian2022-04-051-0/+7
* ACPI: processor: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-041-2/+2
* ACPI: acpi_pad: add a missed blank line after declarationsXiaofei Tan2021-04-081-0/+4
* ACPI: Use DEVICE_ATTR_<RW|RO|WO> macrosDwaipayan Ray2021-01-221-15/+9
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\
| * sched,acpi_pad: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
* | ACPI: PAD: Eliminate usage of uninitialized_var() macroJason Yan2020-06-241-1/+1
|/
* ACPI, x86: Add Zhaoxin processors support for NONSTOP TSCTony W Wang-oc2019-06-221-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* ACPI: Add Hygon Dhyana supportPu Wen2018-09-271-0/+1
* ACPI: acpi_pad: Fix memory leak in power saving threadsLenny Szubowicz2018-03-301-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-021-0/+1
* ACPI / PAD: don't register acpi_pad driver if running as Xen dom0Juergen Gross2016-10-121-0/+5
* ACPI / PAD: power_saving_thread() is not freezableJiri Kosina2015-10-261-2/+0
* ACPI: Remove FSF mailing addressesJarkko Nikula2015-07-081-4/+0
* sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
* ACPI/PAD: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-4/+2
* ACPI/PAD: Use explicit broadcast control functionThomas Gleixner2015-04-031-3/+2
* ACPI/PAD: Remove the local APIC nonsenseThomas Gleixner2015-04-031-21/+5
* cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-5/+3
* ACPI / PAD: Use time_before() for time comparisonManuel Schölling2014-05-271-3/+4
* ACPI / PAD: call schedule() when need_resched() is trueTony Camuso2014-04-281-1/+8
* ACPI / PAD: use acpi_evaluate_ost() to replace open-coded versionJiang Liu2014-02-211-19/+5
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-2/+1
|\
| * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-2/+1
* | x86, acpi, idle: Restructure the mwait idle routinesPeter Zijlstra2013-12-191-4/+1
|/
* Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-041-5/+8
|\
| * acpi: Replace weird use of PTR_RET.Rusty Russell2013-07-151-5/+8
* | ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger2013-07-151-1/+0
|/
* ACPI / acpi_pad: Used PTR_RETAlexandru Gheorghiu2013-03-251-1/+1
* ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-2/+1
* ACPI: strict_strtoul() and printk() cleanup in acpi_padJosh2012-11-151-4/+4
*-. Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-261-3/+4
|\ \
| | * acpi_pad: fix power_saving thread deadlockStuart Hayes2012-06-301-3/+4
| |/
* | ACPI: acpi_pad: tune round_robin_timeLen Brown2012-07-141-1/+1
* | ACPI: acpi_pad: rename "power_saving" thread to "acpi_pad" threadLen Brown2012-06-131-1/+1
|/
* ACPI: minor printk format change in acpi_padNaga Chumbalkar2011-03-231-1/+1
* ACPI: make acpi_pad /sys output more readableNaga Chumbalkar2011-03-231-4/+7
* Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-6/+1
|\
| * x86, mwait: Move mwait constants to a common header fileH. Peter Anvin2010-09-171-6/+1
* | ACPI: acpi_pad: simplify code to avoid false gcc build warningLen Brown2010-09-291-16/+18
|/