summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorLines
2022-09-26Merge tag 'x86_urgent_for_v6.0-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+20
2022-09-23ACPI: processor idle: Practically limit "Dummy wait" workaround to old Intel ...Dave Hansen-3/+20
2022-08-27Merge branch 'acpi-processor' into acpiRafael J. Wysocki-1/+1
2022-08-25ACPI: property: Remove default association from integer maximum valuesSakari Ailus-2/+1
2022-08-25ACPI: property: Ignore already existing data node tagsSakari Ailus-1/+1
2022-08-25ACPI: property: Fix type detection of unified integer reading functionsStefan Binding-4/+4
2022-08-23ACPI: processor: Remove freq Qos request for all CPUsRiwen Lu-1/+1
2022-08-11Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-152/+318
2022-08-11Merge branch 'acpi-properties'Rafael J. Wysocki-149/+315
2022-08-09ACPI: property: Fix error handling in acpi_init_properties()Sakari Ailus-3/+4
2022-08-08ACPI: VIOT: Do not dereference fwnode in struct deviceAndy Shevchenko-3/+3
2022-08-06Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-20/+340
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-0/+39
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+13
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-93/+49
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-17/+17
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+3
2022-08-02Merge tag 'acpi-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-398/+493
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-17/+44
2022-08-01Merge tag 'asoc-v5.20-2' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai-0/+38
2022-07-29Merge branches 'acpi-video', 'acpi-pci' and 'acpi-docs'Rafael J. Wysocki-25/+48
2022-07-29Merge branches 'acpi-pm', 'acpi-soc', 'acpi-tables' and 'acpi-resource'Rafael J. Wysocki-19/+55
2022-07-29Merge branches 'acpi-processor', 'acpi-apei' and 'acpi-ec'Rafael J. Wysocki-172/+142
2022-07-29Merge branch 'acpi-bus'Rafael J. Wysocki-152/+224
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel-20/+340
2022-07-29ACPI/IORT: Fix build error implicit-function-declarationRen Zhijie-28/+28
2022-07-28ACPI: scan: Add CLSA0101 Laptop SupportLucas Tanure-0/+1
2022-07-27ACPI/PCI: Remove useless NULL pointer checksAndrey Strachuk-4/+4
2022-07-27ACPI: property: Read buffer properties as integersSakari Ailus-4/+31
2022-07-27ACPI: property: Add support for parsing buffer property UUIDSakari Ailus-13/+129
2022-07-27ACPI: property: Unify integer value reading functionsSakari Ailus-65/+31
2022-07-27ACPI: property: Switch node property referencing from ifs to a switchSakari Ailus-19/+22
2022-07-27ACPI: property: Move property ref argument parsing into a new functionSakari Ailus-45/+58
2022-07-27ACPI: property: Use acpi_object_type consistently in property ref parsingSakari Ailus-1/+1
2022-07-27ACPI: property: Tie data nodes to acpi handlesSakari Ailus-1/+41
2022-07-27ACPI: property: Return type of acpi_add_nondev_subnodes() should be boolSakari Ailus-4/+4
2022-07-26ACPI: CPPC: Do not prevent CPPC from working in the futureRafael J. Wysocki-30/+24
2022-07-26ACPI: PM: x86: Print messages regarding LPS0 idle supportRafael J. Wysocki-1/+6
2022-07-22ACPI: PPTT: Leave the table mapped for the runtime usageSudeep Holla-55/+47
2022-07-21ACPI: resource: skip IRQ override on AMD Zen platformsChuanhong Guo-0/+10
2022-07-20irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArchJianmin Lv-0/+3
2022-07-20ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallbackMarc Zyngier-2/+16
2022-07-20APCI: irq: Add support for multiple GSI domainsMarc Zyngier-15/+25
2022-07-18ACPI: CPPC: Don't require flexible address space if X86_FEATURE_CPPC is suppo...Mario Limonciello-2/+4
2022-07-15ACPI: video: Use native backlight on Dell Inspiron N4010Hans de Goede-0/+8
2022-07-15ACPI: PM: s2idle: Use LPS0 idle if ACPI_FADT_LOW_POWER_S0 is unsetRafael J. Wysocki-6/+5
2022-07-15Revert "ACPI / PM: LPIT: Register sysfs attributes based on FADT"Rafael J. Wysocki-6/+0
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-4/+7
2022-07-15ACPI: utils: Add api to read _SUB from ACPIStefan Binding-0/+38
2022-07-14PCI: loongson: Add ACPI init supportHuacai Chen-0/+10