aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'driver-core-next' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown1-0/+11
3 daysMerge branch 'acpica' into linux-nextRafael J. Wysocki22-27/+33
3 daysMerge branch 'acpi-driver-devm'Rafael J. Wysocki1-0/+2
4 daysACPICA: Update version to 20260408Saket Dumbre1-1/+1
4 daysACPICA: Update the copyright year to 2026Pawel Chmielewski22-22/+22
4 daysACPICA: Add LVR to acrestyp.hAkhil R1-0/+1
4 daysACPICA: Add modern standby DSM GUIDsDaniel Schaefer1-0/+5
4 daysACPICA: actbl2.h: ACPI 6.6: Updates for MADT MPWakeupPawel Chmielewski1-1/+1
4 daysACPICA: actypes: Distinguish between D3hot/coldAymeric Wibo1-3/+3
7 daysACPI: bus: Introduce devm_acpi_install_notify_handler()Rafael J. Wysocki1-0/+2
7 daysACPI: button: Enable wakeup GPEs for ACPI buttons at probe timeRafael J. Wysocki1-0/+5
7 daysMerge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich2-0/+8
2026-04-30Merge branches 'acpi-apei', 'acpi-bus', 'acpi-cppc' and 'acpi-video'Rafael J. Wysocki2-0/+8
2026-04-28rust: ACPI: fix missing match data for PRP0001Markus Probst1-0/+11
2026-04-27ACPI: bus: add missing forward declaration to acpi_bus.hBartosz Golaszewski1-0/+2
2026-04-27ACPICA: Provide #defines for EINJV2 error typesTony Luck1-0/+6
2026-04-13Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+1
2026-04-09Merge branch 'acpi-apei'Rafael J. Wysocki1-0/+11
2026-04-09Merge branch 'acpi-driver'Rafael J. Wysocki2-3/+4
2026-04-09Merge branch 'acpi-cmos-rtc'Rafael J. Wysocki1-9/+0
2026-04-06ACPI: APEI: GHES: Add devm_ghes_register_vendor_record_notifier()Kai-Heng Feng1-0/+11
2026-03-25cpufreq: acpi-cpufreq: use DMI max speed when CPPC is unavailableHenry Tseng1-0/+1
2026-03-13ACPI: AC: Define ACPI_AC_CLASS in one placeRafael J. Wysocki1-0/+2
2026-03-13ACPI: driver: Do not set acpi_device_class() unnecessarilyRafael J. Wysocki1-1/+0
2026-03-13ACPI: event: Redefine acpi_notifier_call_chain()Rafael J. Wysocki1-1/+2
2026-03-13ACPI: driver: Do not set acpi_device_name() unnecessarilyRafael J. Wysocki1-1/+0
2026-03-05ACPI: CPPC: Move reference performance to capabilitiesPengjie Zhang1-1/+1
2026-02-27ACPI: CPPC: add APIs and sysfs interface for perf_limitedSumit Gupta1-0/+15
2026-02-27ACPI: CPPC: Add cppc_get_perf() API to read performance controlsSumit Gupta1-0/+5
2026-02-26ACPI: TAD/x86: cmos_rtc: Consolidate address space handler setupRafael J. Wysocki1-9/+0
2026-02-14Merge tag 'mailbox-v6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-29/+0
2026-02-09Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+5
2026-02-05Merge branch 'acpi-apei'Rafael J. Wysocki1-0/+2
2026-02-05Merge branch 'acpi-processor'Rafael J. Wysocki1-28/+6
2026-02-05Merge branch 'acpica'Rafael J. Wysocki5-5/+455
2026-01-27ACPI: CPPC: Rename EPP constants for claritySumit Gupta1-1/+2
2026-01-27ACPI: CPPC: Clean up cppc_perf_caps and cppc_perf_ctrls structsSumit Gupta1-2/+1
2026-01-27Merge tag 'cpufreq-arm-updates-7.0-rc1' of git://git.kernel.org/pub/scm/linux...Rafael J. Wysocki1-0/+5
2026-01-27ACPI: CPPC: Factor out and export per-cpu cppc_perf_ctrs_in_pcc_cpu()Jie Zhan1-0/+5
2026-01-18Revert "mailbox/pcc: support mailbox management of the shared buffer"Sudeep Holla1-29/+0
2026-01-15ACPICA: Refactor for TPR Base/Limit registers bitmasksMichal Camacho Romero1-140/+256
2026-01-15ACPICA: Replace TPRn Base and Limit registersMichal Camacho Romero1-27/+72
2026-01-15ACPICA: Logfile: Changes for version 20251212Saket Dumbre1-1/+1
2026-01-15ACPICA: Align comments in TPRn-related structuresMichal Camacho Romero1-16/+14
2026-01-15ACPICA: Cleanup comments and DTPR Table handle functionsMichal Camacho Romero1-17/+18
2026-01-15ACPICA: Verify DTPR and TPR Instance buffer pointersMichal Camacho Romero1-27/+32
2026-01-15ACPICA: Fix Segmentation Fault error related to DTPRMichal Camacho Romero1-5/+5
2026-01-15ACPICA: Create auxiliary ACPI_TPR_AUX_SR structure for iASL compilerMichal Camacho Romero1-0/+5
2026-01-15ACPICA: actbl3.h: ACPI 6.6: SRAT: New flag in Memory Affinity StructurePawel Chmielewski1-0/+1
2026-01-15ACPICA: actbl2.h: ACPI 6.6: RAS2: Update Parameter Block structurePawel Chmielewski1-0/+2
2026-01-15ACPICA: Add Arm IORT IWB node definitionsJose Marinho1-0/+7
2026-01-15ACPICA: Add GICv5 MADT structuresJose Marinho1-4/+45
2026-01-15ACPICA: ACPI 6.4: PPTT: include all fields in subtable type1Ben Horgan1-0/+9
2026-01-15ACPICA: Define DTPR structure related info tables and data templateMichal Camacho Romero1-1/+2
2026-01-15ACPICA: Add DTPR table support for the ASL compilerMichal Camacho Romero1-4/+4
2026-01-15ACPICA: iASL: Add definitions for the IOVT tableXianglai Li1-0/+68
2026-01-15ACPICA: Add KEYP table definitionDave Jiang1-0/+59
2026-01-15ACPICA: Add UUIDs associated with TPM 2.0 devicesArmin Wolf1-0/+5
2026-01-15ACPICA: Add UUID for Microsoft fan extensionsArmin Wolf1-0/+1
2026-01-15ACPICA: Add support for the new ACPI Table: DTPRMichal Camacho Romero1-0/+86
2026-01-14ACPI: APEI: GHES: Improve ghes_notify_nmi() status checkTony Luck1-0/+1
2026-01-14APEI/GHES: ensure that won't go past CPER allocated recordMauro Carvalho Chehab1-0/+1
2026-01-09ACPI: processor: Do not expose global variable acpi_idle_driverHuisong Li1-1/+0
2026-01-09ACPI: processor: idle: Rearrange declarations in header fileHuisong Li1-5/+2
2026-01-09ACPI: processor: idle: Redefine two functions as voidRafael J. Wysocki1-2/+2
2026-01-09ACPI: processor: Remove unused empty stubs of some functionsHuisong Li1-20/+0
2026-01-09ACPI: processor: idle: Optimize ACPI idle driver registrationHuisong Li1-0/+2
2026-01-05ACPI: PCI: IRQ: Fix INTx GSIs signednessLorenzo Pieralisi1-1/+1
2025-11-25Revert "ACPI: processor: idle: Optimize ACPI idle driver registration"Rafael J. Wysocki1-2/+0
2025-11-25Revert "ACPI: processor: Remove unused empty stubs of some functions"Rafael J. Wysocki1-0/+20
2025-11-25Revert "ACPI: processor: idle: Rearrange declarations in header file"Rafael J. Wysocki1-2/+5
2025-11-25Revert "ACPI: processor: idle: Redefine two functions as void"Rafael J. Wysocki1-2/+2
2025-11-25Revert "ACPI: processor: Do not expose global variable acpi_idle_driver"Rafael J. Wysocki1-0/+1
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+3
2025-10-04Merge tag 'cxl-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-2/+2
2025-10-01ACPI: CPPC: Do not use CPUFREQ_ETERNAL as an error valueRafael J. Wysocki1-3/+3
2025-09-29Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-sysfs'Rafael J. Wysocki1-28/+6
2025-09-23ACPI: processor: Do not expose global variable acpi_idle_driverHuisong Li1-1/+0
2025-09-19ACPI: processor: idle: Redefine two functions as voidRafael J. Wysocki1-2/+2
2025-09-17ACPI: processor: idle: Rearrange declarations in header fileHuisong Li1-5/+2
2025-09-16ACPI: processor: Remove unused empty stubs of some functionsHuisong Li1-20/+0
2025-09-15ACPICA: CEDT: Add Back-Invalidate restriction to CXL WindowDavidlohr Bueso1-0/+1
2025-09-15ACPICA: Update version to 20250807Saket Dumbre1-1/+1
2025-09-15ACPICA: Print error messages for too few or too many argumentsSaket Dumbre1-2/+8
2025-09-15ACPICA: Apply ACPI_NONSTRINGAhmed Salem1-1/+1
2025-09-15ACPICA: Allow to skip Global Lock initializationHuacai Chen1-0/+6
2025-09-10cxl/acpi: Rename CFMW coherency restrictionsDavidlohr Bueso1-2/+2
2025-09-05ACPI: processor: idle: Fix function defined but not used warningHuisong Li1-6/+0
2025-09-02ACPI: processor: idle: Optimize ACPI idle driver registrationHuisong Li1-0/+8
2025-08-25ACPICA: Add SoundWire File Table (SWFT) signatureMaciej Strozek1-0/+21
2025-08-07mailbox/pcc: support mailbox management of the shared bufferAdam Young1-0/+29
2025-07-28Merge tag 'acpi-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+0
2025-07-16ACPI: APEI: handle synchronous exceptions in task workShuai Xue1-3/+0
2025-06-18cpufreq: CPPC: Remove cpu_data_listLifeng Zheng1-1/+0
2025-05-26Merge branches 'acpi-processor' and 'acpi-cppc'Rafael J. Wysocki1-3/+27
2025-05-12ACPICA: Update copyright yearSaket Dumbre22-22/+22
2025-05-12ACPICA: Logfile: Changes for version 20250404Saket Dumbre1-1/+1
2025-05-12ACPICA: Replace strncpy() with memcpy()Ahmed Salem1-1/+1
2025-05-12ACPICA: Apply ACPI_NONSTRING in more placesAhmed Salem1-3/+3
2025-05-12ACPICA: Avoid sequence overread in call to strncmp()Ahmed Salem1-1/+1
2025-05-12ACPICA: actbl2.h: ACPI 6.5: RAS2: Rename structure and field names of the RAS...Shiju Jose1-8/+8
2025-05-12ACPICA: Introduce ACPI_NONSTRINGKees Cook2-0/+12
2025-05-12ACPICA: actbl2.h: ERDT: Add typedef and other definitionsTony Luck1-0/+190
2025-05-12ACPICA: infrastructure: Add new DMT_BUF types and shorten a long nameTony Luck2-2/+2
2025-05-12ACPICA: MRRM: Some cleanupsTony Luck1-6/+8
2025-05-12ACPICA: actbl2: Add definitions for RIMTSunil V L1-0/+83
2025-05-12ACPICA: actbl2.h: MRRM: Add typedef and other definitionsTony Luck1-0/+40
2025-05-12ACPICA: infrastructure: Add new header and ACPI_DMT_BUF26 typesTony Luck1-0/+7
2025-05-12ACPICA: Interpret SIDP structures in DMARAlexey Neyman1-2/+13
2025-04-30ACPI: CPPC: Add three functions related to autonomous selectionLifeng Zheng1-0/+24
2025-04-30ACPI: CPPC: Modify cppc_get_auto_sel_caps() to cppc_get_auto_sel()Lifeng Zheng1-3/+3
2025-04-28ACPICA: Drop stale comment about the header file contentSudeep Holla1-1/+1
2025-04-25Merge back earlier ACPICA material for 6.16Rafael J. Wysocki3-13/+14
2025-04-20gcc-15: acpi: sprinkle random '__nonstring' crumbles aroundLinus Torvalds1-1/+1
2025-03-29Merge tag 'mailbox-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-6/+0
2025-03-27ACPICA: Add start method for ARM FF-AStuart Yoder1-0/+1
2025-03-27ACPICA: Logfile: Changes for version 20241212Saket Dumbre1-1/+1
2025-03-27ACPICA: Fix typo in comments for SRAT structuresAdam Lackorzynski1-1/+1
2025-03-27ACPICA: actbl1: Add EINJv2 get error type actionZaid Alali1-1/+2
2025-03-27ACPICA: actbl1: Update values to hex to follow ACPI specsZaid Alali1-11/+11
2025-03-27ACPICA: New release 20240927Saket Dumbre1-1/+1
2025-03-26mailbox: pcc: Always map the shared memory communication addressSudeep Holla1-5/+0
2025-03-26mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flagsSudeep Holla1-1/+0
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf1-3/+3
2025-02-05ACPI/processor_idle: Add FFH state handlingPatryk Wlazlyn1-0/+5
2025-01-28Merge tag 'loongarch-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-0/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2025-01-26LoongArch: Fix warnings during S3 suspendHuacai Chen1-0/+1
2025-01-25mm/fake-numa: allow later numa node hotplugBruno Faccini1-0/+5
2024-12-19ACPI: bus: implement acpi_device_hid when !ACPIRicardo Ribalda1-0/+5
2024-12-19ACPI: bus: implement for_each_acpi_consumer_dev when !ACPIRicardo Ribalda1-0/+3
2024-12-19ACPI: bus: implement acpi_get_physical_device_location when !ACPIRicardo Ribalda1-3/+9
2024-12-19ACPI: bus: implement for_each_acpi_dev_match when !ACPIRicardo Ribalda1-0/+3
2024-12-19ACPI: bus: change the prototype for acpi_get_physical_device_locationRicardo Ribalda1-1/+1
2024-11-25Merge tag 'mailbox-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-0/+7
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-11-24mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young1-0/+7
2024-11-22Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-0/+2
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2024-11-11Improve consistency of '#error' directive messagesNataniel Farzan1-1/+1
2024-11-08ACPI/CDAT: Add CDAT/DSMAS shared and read only flag valuesIra Weiny1-0/+2
2024-11-06ACPI: processor: Move arch_init_invariance_cppc() call laterMario Limonciello1-0/+2
2024-11-05ACPICA: IORT: Update for revision E.fNicolin Chen1-1/+2
2024-10-29ACPI: CPPC: Make rmw_lock a raw_spin_lockPierre Gondois1-1/+1
2024-09-16Merge tag 'pm-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-13/+28
2024-09-11Merge branches 'acpi-video', 'acpi-resource', 'acpi-pad' and 'acpi-misc'Rafael J. Wysocki1-2/+4
2024-09-11Merge branches 'acpi-battery', 'acpi-pmic', 'acpi-cppc' and 'acpi-processor'Rafael J. Wysocki1-0/+2
2024-09-11Merge branches 'acpi-ec', 'acpi-sysfs', 'acpi-utils' and 'acpi-soc'Rafael J. Wysocki1-1/+0
2024-09-11Merge branch 'acpi-riscv'Rafael J. Wysocki1-0/+2
2024-09-11Merge branch 'acpica'Rafael J. Wysocki8-12/+35
2024-09-11Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki1-13/+28
2024-09-11x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()Mario Limonciello1-0/+5
2024-09-11x86/amd: Move amd_get_highest_perf() out of amd-pstateMario Limonciello1-0/+5
2024-09-11x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator()Mario Limonciello1-0/+5
2024-09-11ACPI: CPPC: Adjust return code for inline functions in !CONFIG_ACPI_CPPC_LIBMario Limonciello1-13/+13
2024-09-02ACPI: CPPC: Fix MASK_VAL() usageClément Léger1-0/+2
2024-08-29ACPICA: Setup for ACPICA release 20240827Saket Dumbre1-1/+1
2024-08-29ACPICA: HMAT: Add extended linear address mode to MSCISDave Jiang1-1/+4
2024-08-29ACPICA: Add support for Windows 11 22H2 _OSI stringArmin Wolf1-0/+1
2024-08-29ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCEVasily Khoruzhick1-0/+5
2024-08-29ACPICA: MPAM: Correct the typo in struct acpi_mpam_msc_node memberPunit Agrawal1-1/+1
2024-08-29ACPICA: Headers: Add RISC-V SBI Subtype to DBG2Sia Jee Heng1-0/+1
2024-08-29ACPICA: SPCR: Update the SPCR table to version 4Sia Jee Heng1-4/+8
2024-08-29ACPICA: Complete CXL 3.0 CXIMS structuresZhang Rui1-0/+4
2024-08-29ACPICA: haiku: Fix invalid value used for semaphoresAdrien Destugues1-0/+6
2024-08-29ACPICA: Allow setting waking vector on reduced hardware platformsJiaqing Zhao1-4/+4
2024-08-29ACPICA: Detect FACS in reduced hardware buildJiaqing Zhao1-1/+0
2024-08-27ACPI: scan: Define weak function to populate dependenciesSunil V L1-0/+1
2024-08-27ACPI: scan: Refactor dependency creationSunil V L1-0/+1
2024-08-26ACPI: bus: Define and use symbols for device and class name lengthsMuhammad Qasim Abdul Majeed1-2/+4
2024-08-19ACPI: video: Add Dell UART backlight controller detectionHans de Goede1-0/+1
2024-08-13ACPICA: Add a depth argument to acpi_execute_reg_methods()Rafael J. Wysocki1-0/+1
2024-08-13Revert "ACPI: EC: Evaluate orphan _REG under EC device"Rafael J. Wysocki1-4/+0
2024-08-02ACPI: sysfs: evaluate _STR on each sysfs accessThomas Weißschuh1-1/+0
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+6
2024-07-19Merge tag 'iommu-updates-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2024-07-15Merge tag 'x86_cc_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+16
2024-07-15Merge tag 'tag-chrome-platform-for-v6.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+2
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan1-3/+6
2024-07-04iommu: Resolve fwspec ops automaticallyRobin Murphy1-2/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-07-01ACPI: battery: add devm_battery_hook_register()Thomas Weißschuh1-0/+2
2024-06-28ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplugJames Morse1-0/+1
2024-06-28ACPI: processor: Simplify initial onlining to use same path for cold and hotplugJonathan Cameron1-1/+1
2024-06-17x86/acpi: Add support for CPU offlining for ACPI MADT wakeup methodKirill A. Shutemov1-1/+14
2024-06-17x86/acpi: Rename fields in the acpi_madt_multiproc_wakeup structureKirill A. Shutemov1-2/+2
2024-06-13ACPI: EC: Evaluate orphan _REG under EC deviceRafael J. Wysocki1-0/+4
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+6
2024-05-14Merge tag 'hwmon-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2024-05-13Merge branches 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki3-191/+315
2024-05-13Merge branch 'acpi-bus'Rafael J. Wysocki1-2/+6
2024-05-11Merge branch 'acpica'Rafael J. Wysocki4-10/+235
2024-04-30ACPICA: AEST: Add support for the AEST V2 tableRuidong Tian1-6/+82
2024-04-28ACPI: IPMI: Add helper to wait for when SMI is selectedKai-Heng Feng1-0/+5
2024-04-25mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan1-13/+6
2024-04-12ACPICA: Update acpixf.h for new ACPICA release 20240322Saket Dumbre1-1/+1
2024-04-12ACPICA: Fix CXL 3.0 structure (RDPAS) in the CEDT tableHojin Nam1-2/+0
2024-04-12ACPICA: SRAT: Add dump and compiler support for RINTC affinity structureHaibo Xu1-1/+1