summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpi_processor.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-11Merge branches 'acpi-video', 'acpi-resource', 'acpi-pad' and 'acpi-misc'Rafael J. Wysocki1-2/+2
2024-08-26ACPI: acpi_processor: Use strscpy instead() of strcpy()Muhammad Qasim Abdul Majeed1-2/+2
2024-08-02ACPI: processor: Reduce the log level of a per-CPU message about idle statesLi RongQing1-1/+1
2024-07-17Merge tag 'acpi-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-2/+2
2024-06-28ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplugJames Morse1-2/+2
2024-06-28ACPI: processor: Register deferred CPUs from acpi_processor_get_info()James Morse1-7/+7
2024-06-28ACPI: processor: Add acpi_get_processor_handle() helperJonathan Cameron1-0/+11
2024-06-28ACPI: processor: Move checks and availability of acpi_processor earlierJonathan Cameron1-36/+52
2024-06-28ACPI: processor: Fix memory leaks in error paths of processor_add()Jonathan Cameron1-7/+8
2024-06-28ACPI: processor: Return an error if acpi_processor_get_info() fails in proces...Jonathan Cameron1-1/+1
2024-06-28ACPI: processor: Drop duplicated check on _STA (enabled + present)Jonathan Cameron1-6/+0
2024-06-28ACPI: processor: Simplify initial onlining to use same path for cold and hotplugJonathan Cameron1-4/+3
2024-06-19ACPI: processor: Downgrade Intel _OSC and _PDC messages to debugMario Limonciello1-2/+2
2024-03-11Merge branches 'acpi-x86', 'acpi-video', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki1-1/+1
2024-02-27ACPI: scan: Make acpi_processor_add() check the device enabled bitRafael J. Wysocki1-0/+3
2024-02-16ACPI: use %pe for better readability of errors while printingOnkarnath1-1/+1
2023-12-06ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse1-18/+0
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)1-0/+1
2023-07-20ACPI: processor: Refine messages in acpi_early_processor_control_setup()Rafael J. Wysocki1-2/+3
2023-07-17ACPI: processor: Remove acpi_hwp_native_thermal_lvt_osc()Michal Wilczynski1-36/+0
2023-07-17ACPI: processor: Use _OSC to convey OSPM processor support informationMichal Wilczynski1-9/+26
2023-07-14ACPI: processor: Introduce acpi_processor_osc()Michal Wilczynski1-1/+29
2023-07-14ACPI: processor: Move processor_physically_present() to acpi_processor.cMichal Wilczynski1-1/+51
2023-03-20ACPI: cpufreq: Use platform devices to load ACPI PPC and PCC driversPetr Pavlu1-2/+40
2021-08-04ACPI: processor: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-4/+4
2021-04-26Merge branch 'acpi-misc'Rafael J. Wysocki1-13/+5
2021-04-08ACPI: processor: fix some coding style issuesXiaofei Tan1-13/+5
2021-03-08ACPI: processor: Get rid of ACPICA message printingRafael J. Wysocki1-21/+12
2020-10-16ACPI: processor: remove comment regarding string _UID supportAlex Hung1-1/+0
2020-09-21ACPI: processor: Print more information when acpi_processor_evaluate_cst() failsChen Yu1-6/+28
2020-07-09ACPI: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-27ACPI: processor: Export acpi_processor_evaluate_cst()Rafael J. Wysocki1-0/+157
2019-12-16ACPI: processor: Export function to claim _CST controlRafael J. Wysocki1-0/+25
2019-08-09ACPI / processor: don't print errors for processorIDs == 0xffJiri Slaby1-3/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-04ACPI / processor: Fix the return value of acpi_processor_ids_walk()Dou Liyang1-3/+4
2017-11-09ACPI: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2017-08-24ACPI / processor: make function acpi_processor_check_duplicates() staticColin Ian King1-1/+1
2017-04-18ACPI / Processor: Drop setup_max_cpus check from acpi_processor_add()Prakash, Prashanth1-5/+0
2017-03-11acpi/processor: Check for duplicate processor ids at hotplug timeDou Liyang1-3/+10
2017-03-11acpi/processor: Implement DEVICE operator for processor enumerationDou Liyang1-7/+32
2017-03-11Revert "x86/acpi: Set persistent cpuid <-> nodeid mapping when booting"Dou Liyang1-5/+0
2017-02-07x86/ACPI: keep x86_cpu_to_acpiid mapping valid on CPU hotplugVitaly Kuznetsov1-2/+2
2016-09-21acpi: Validate processor id when mapping the processorDou Liyang1-0/+15
2016-09-21acpi: Provide mechanism to validate processors in the ACPI tablesDou Liyang1-0/+79
2016-09-21x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng1-0/+5
2016-09-21x86/acpi: Enable MADT APIs to return disabled apicidsGu Zheng1-1/+4
2016-06-02ACPI / processor: Avoid reserving IO regions too earlyRafael J. Wysocki1-9/+0
2016-03-26ACPI / processor: Request native thermal interrupt handling via _OSCSrinivas Pandruvada1-0/+52
2016-02-22ACPI / processor : add support for ACPI0010 processor containerSudeep Holla1-0/+17