aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2022-08-27Merge branch 'acpi-processor' into acpiGravatar Rafael J. Wysocki 1-1/+1
2022-08-25ACPI: property: Remove default association from integer maximum valuesGravatar Sakari Ailus 1-2/+1
2022-08-25ACPI: property: Ignore already existing data node tagsGravatar Sakari Ailus 1-1/+1
2022-08-25ACPI: property: Fix type detection of unified integer reading functionsGravatar Stefan Binding 1-4/+4
2022-08-23ACPI: processor: Remove freq Qos request for all CPUsGravatar Riwen Lu 1-1/+1
2022-08-11Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-152/+318
2022-08-11Merge branch 'acpi-properties'Gravatar Rafael J. Wysocki 1-149/+315
2022-08-09ACPI: property: Fix error handling in acpi_init_properties()Gravatar Sakari Ailus 1-3/+4
2022-08-08ACPI: VIOT: Do not dereference fwnode in struct deviceGravatar Andy Shevchenko 1-3/+3
2022-08-06Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-20/+340
2022-08-06Merge tag 'sound-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-0/+39
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+13
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-93/+49
2022-08-03Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-17/+17
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+3
2022-08-02Merge tag 'acpi-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 26-398/+493
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-17/+44
2022-08-01Merge tag 'asoc-v5.20-2' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Takashi Iwai 1-0/+38
2022-07-29Merge branches 'acpi-video', 'acpi-pci' and 'acpi-docs'Gravatar Rafael J. Wysocki 3-25/+48
2022-07-29Merge branches 'acpi-pm', 'acpi-soc', 'acpi-tables' and 'acpi-resource'Gravatar Rafael J. Wysocki 7-19/+55
2022-07-29Merge branches 'acpi-processor', 'acpi-apei' and 'acpi-ec'Gravatar Rafael J. Wysocki 9-172/+142
2022-07-29Merge branch 'acpi-bus'Gravatar Rafael J. Wysocki 8-152/+224
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Gravatar Joerg Roedel 1-20/+340
2022-07-29ACPI/IORT: Fix build error implicit-function-declarationGravatar Ren Zhijie 1-28/+28
2022-07-28ACPI: scan: Add CLSA0101 Laptop SupportGravatar Lucas Tanure 1-0/+1
2022-07-27ACPI/PCI: Remove useless NULL pointer checksGravatar Andrey Strachuk 1-4/+4
2022-07-27ACPI: property: Read buffer properties as integersGravatar Sakari Ailus 1-4/+31
2022-07-27ACPI: property: Add support for parsing buffer property UUIDGravatar Sakari Ailus 1-13/+129
2022-07-27ACPI: property: Unify integer value reading functionsGravatar Sakari Ailus 1-65/+31
2022-07-27ACPI: property: Switch node property referencing from ifs to a switchGravatar Sakari Ailus 1-19/+22
2022-07-27ACPI: property: Move property ref argument parsing into a new functionGravatar Sakari Ailus 1-45/+58
2022-07-27ACPI: property: Use acpi_object_type consistently in property ref parsingGravatar Sakari Ailus 1-1/+1
2022-07-27ACPI: property: Tie data nodes to acpi handlesGravatar Sakari Ailus 1-1/+41
2022-07-27ACPI: property: Return type of acpi_add_nondev_subnodes() should be boolGravatar Sakari Ailus 1-4/+4
2022-07-26ACPI: CPPC: Do not prevent CPPC from working in the futureGravatar Rafael J. Wysocki 1-30/+24
2022-07-26ACPI: PM: x86: Print messages regarding LPS0 idle supportGravatar Rafael J. Wysocki 2-1/+6
2022-07-22ACPI: PPTT: Leave the table mapped for the runtime usageGravatar Sudeep Holla 1-55/+47
2022-07-21ACPI: resource: skip IRQ override on AMD Zen platformsGravatar Chuanhong Guo 1-0/+10
2022-07-20irqchip / ACPI: Introduce ACPI_IRQ_MODEL_LPIC for LoongArchGravatar Jianmin Lv 1-0/+3
2022-07-20ACPI: irq: Allow acpi_gsi_to_irq() to have an arch-specific fallbackGravatar Marc Zyngier 1-2/+16
2022-07-20APCI: irq: Add support for multiple GSI domainsGravatar Marc Zyngier 1-15/+25
2022-07-18ACPI: CPPC: Don't require flexible address space if X86_FEATURE_CPPC is suppo...Gravatar Mario Limonciello 1-2/+4
2022-07-15ACPI: video: Use native backlight on Dell Inspiron N4010Gravatar Hans de Goede 1-0/+8
2022-07-15ACPI: PM: s2idle: Use LPS0 idle if ACPI_FADT_LOW_POWER_S0 is unsetGravatar Rafael J. Wysocki 1-6/+5
2022-07-15Revert "ACPI / PM: LPIT: Register sysfs attributes based on FADT"Gravatar Rafael J. Wysocki 1-6/+0
2022-07-15Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-4/+7
2022-07-15ACPI: utils: Add api to read _SUB from ACPIGravatar Stefan Binding 1-0/+38
2022-07-14PCI: loongson: Add ACPI init supportGravatar Huacai Chen 1-0/+10
2022-07-14ACPI: video: Fix acpi_video_handles_brightness_key_presses()Gravatar Hans de Goede 1-4/+7
2022-07-14ACPI: video: Shortening quirk list by identifying Clevo by board_name onlyGravatar Werner Sembach 1-34/+0