summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-06-27ACPI: CPPC: Fix NULL pointer dereference when nosmp is usedYunhui Cui1-1/+1
2025-06-27firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESHuang Yiwei2-1/+2
2025-06-27ACPI: OSI: Stop advertising support for "3.0 _SCP Extensions"Armin Wolf1-1/+0
2025-06-04ACPI: HED: Always initialize before evgedXiaofei Tan2-2/+7
2025-05-22ACPI: PPTT: Fix processor subtable walkJeremy Linton1-3/+8
2025-05-02ACPI PPTT: Fix coding mistakes in a couple of sizeof() callsJean-Marc Eurin1-2/+2
2025-05-02ACPI: EC: Set ec_no_wakeup for Lenovo Go SMario Limonciello1-0/+28
2025-04-25ACPI: platform-profile: Fix CFI violation when accessing sysfs filesNathan Chancellor1-10/+10
2025-04-10ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAPPaul Menzel1-0/+7
2025-04-10acpi: nfit: fix narrowing conversion in acpi_nfit_ctlMurad Masimov1-1/+1
2025-04-10ACPI: processor: idle: Return an error if both P_LVL{2,3} idle states are inv...Giovanni Gherdovich1-0/+4
2025-03-28ACPI: resource: IRQ override for Eluktronics MECH-17Gannon Kolding1-0/+6
2025-02-21ACPI: PRM: Remove unnecessary strict handler address checksAubrey Li1-3/+1
2025-02-21ACPI: property: Fix return value for nval == 0 in acpi_data_prop_read()Andy Shevchenko1-5/+5
2025-02-21APEI: GHES: Have GHES honor the panic= settingBorislav Petkov1-5/+5
2025-02-21ACPI: fan: cleanup resources in the error path of .probe()Joe Hattori1-2/+8
2025-01-23ACPI: resource: acpi_dev_irq_override(): Check DMI match lastHans de Goede1-3/+3
2025-01-17ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2025-01-17ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[]Hans de Goede1-0/+11
2024-12-19ACPICA: events/evxfregn: don't release the ContextMutex that was never acquiredDaniil Tatianin1-2/+0
2024-12-19ACPI: resource: Fix memory resource type union accessIlpo Järvinen1-3/+3
2024-12-19acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctlSuraj Sonawane1-1/+6
2024-12-14ACPI: CPPC: Fix _CPC register setting issueLifeng Zheng1-1/+0
2024-12-14acpi/arm64: Adjust error handling procedure in gtdt_parse_timer_block()Aleksandr Mishin1-1/+1
2024-11-08ACPI: CPPC: Make rmw_lock a raw_spin_lockPierre Gondois1-4/+5
2024-11-01ACPI: PRM: Clean up guid type in struct prm_handler_infoDan Carpenter1-1/+1
2024-11-01ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detec...Shubham Panwar1-0/+11
2024-11-01ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and contextKoba Ko1-5/+22
2024-11-01ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]Christian Heusel1-0/+7
2024-11-01cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exceptionliwei1-5/+17
2024-11-01cpufreq/cppc: Move and rename cppc_cpufreq_{perf_to_khz|khz_to_perf}()Vincent Guittot1-0/+104
2024-10-17ACPI: battery: Fix possible crash when unregistering a battery hookArmin Wolf1-3/+9
2024-10-17ACPI: battery: Simplify battery hook lockingArmin Wolf1-9/+9
2024-10-17ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2024-10-17ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2024-10-17ACPICA: iasl: handle empty connection_nodeAleksandrs Vinarskis1-0/+3
2024-10-17ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_pac...Pei Xiao1-0/+2
2024-10-17ACPI: EC: Do not release locks during operation region accessesRafael J. Wysocki1-6/+49
2024-10-17ACPI: video: Add force_vendor quirk for Panasonic Toughbook CF-18Hans de Goede1-0/+8
2024-10-17ACPICA: Fix memory leak if acpi_ps_get_next_field() failsArmin Wolf1-0/+39
2024-10-17ACPICA: Fix memory leak if acpi_ps_get_next_namepath() failsArmin Wolf1-0/+8
2024-10-17ACPI: PAD: fix crash in exit_round_robin()Seiji Nishikawa1-2/+4
2024-10-17ACPI: resource: Add another DMI match for the TongFang GMxXGxxWerner Sembach1-0/+6
2024-10-17ACPI: sysfs: validate return type of _STR methodThomas Weißschuh1-2/+3
2024-10-17ACPI: CPPC: Fix MASK_VAL() usageClément Léger1-4/+39
2024-10-17ACPICA: executer/exsystem: Don't nag user about every Stall() violating the specVasily Khoruzhick1-5/+6
2024-10-17ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()Aleksandr Mishin1-4/+2
2024-09-12ACPI: processor: Fix memory leaks in error paths of processor_add()Jonathan Cameron1-7/+8
2024-09-12ACPI: processor: Return an error if acpi_processor_get_info() fails in proces...Jonathan Cameron1-1/+1
2024-08-14ACPI: SBS: manage alarm sysfs attribute through psy coreThomas Weißschuh1-11/+12