Show patches with: Archived = No       |   11152 patches
« 1 2 3 4111 112 »
Patch Series S/W/F Date Submitter Delegate State
[v4,12/15] x86/xen/msr: Remove the error pointer argument from set_seg() MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,11/15] x86/xen/msr: Remove pmu_msr_{read,write}() MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,10/15] x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}() MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,09/15] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,08/15] x86/msr: Add the native_rdmsrq() helper MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,07/15] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,06/15] x86/xen/msr: Return u64 consistently in Xen PMC read functions MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,05/15] x86/msr: Convert the rdpmc() macro into an always inline function MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,04/15] x86/msr: Rename rdpmcl() to rdpmc() MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,03/15] x86/msr: Remove rdpmc() MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,02/15] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h> MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
[v4,01/15] x86/msr: Add missing includes of <asm/msr.h> MSR code cleanup part one --- 2025-04-27 Xin Li (Intel) New
ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users ACPI:PRM: Reduce unnecessary printing to avoid the worries of regular users --- 2025-04-27 Zhu Qiyu New
[v1,19/19] ACPICA: Logfile: Changes for version 20250404 ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,18/19] ACPICA: Replace strncpy() with memcpy() ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,17/19] ACPICA: Apply ACPI_NONSTRING in more places ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,16/19] ACPICA: Avoid sequence overread in call to strncmp() ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,15/19] ACPICA: Adjust the position of code lines ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,14/19] ACPICA: actbl2.h: ACPI 6.5: RAS2: Rename structure and field names of the RAS2 table ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,13/19] ACPICA: Apply ACPI_NONSTRING ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,12/19] ACPICA: Introduce ACPI_NONSTRING ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,11/19] ACPICA: actbl2.h: ERDT: Add typedef and other definitions ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,10/19] ACPICA: infrastructure: Add new DMT_BUF types and shorten a long name ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,09/19] ACPICA: Utilities: Fix spelling mistake "Incremement" -> "Increment" ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,08/19] ACPICA: MRRM: Some cleanups ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,07/19] ACPICA: actbl2: Add definitions for RIMT ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,06/19] ACPICA: actbl2.h: MRRM: Add typedef and other definitions ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,05/19] ACPICA: infrastructure: Add new header and ACPI_DMT_BUF26 types ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,04/19] ACPICA: Interpret SIDP structures in DMAR ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,03/19] ACPICA: utilities: Fix overflow check in vsnprintf() ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,02/19] ACPICA: Apply pack(1) to union aml_resource ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v1,01/19] ACPICA: Drop stale comment about the header file content ACPICA: ACPICA 20250404 --- 2025-04-25 Rafael J. Wysocki New
[v3,14/14] x86/msr: Change the function type of native_read_msr_safe() MSR code cleanup part one --- 2025-04-25 Xin Li (Intel) Superseded
[v3,13/14] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low) MSR code cleanup part one --- 2025-04-25 Xin Li (Intel) Superseded
[v3,10/14] x86/xen/msr: Remove pmu_msr_{read,write}() MSR code cleanup part one --- 2025-04-25 Xin Li (Intel) Superseded
[v3,08/14] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses MSR code cleanup part one --- 2025-04-25 Xin Li (Intel) Superseded
[v3,04/14] x86/msr: Convert the rdpmc() macro into an always inline function MSR code cleanup part one --- 2025-04-25 Xin Li (Intel) Superseded
[v3,03/14] x86/msr: Rename rdpmcl() to rdpmc() MSR code cleanup part one --- 2025-04-25 Xin Li (Intel) Superseded
[v3,02/14] x86/msr: Remove rdpmc() MSR code cleanup part one --- 2025-04-25 Xin Li (Intel) Superseded
ACPI: pci_root: Constify fwnode_handle in acpi_pci_root_remap_iospace ACPI: pci_root: Constify fwnode_handle in acpi_pci_root_remap_iospace --- 2025-04-25 Pei Xiao New
[v4,3/3] ras: mem: Add memory ACPI RAS2 driver ACPI: Add support for ACPI RAS2 feature table --- 2025-04-23 Shiju Jose Superseded
[v4,2/3] ACPI:RAS2: Add ACPI RAS2 driver ACPI: Add support for ACPI RAS2 feature table --- 2025-04-23 Shiju Jose Superseded
[v4,1/3] ACPI: ACPI 6.5: RAS2: Rename RAS2 table structure and field names ACPI: Add support for ACPI RAS2 feature table --- 2025-04-23 Shiju Jose New
drivers/acpi: Improve logging around acpi_initialize_tables drivers/acpi: Improve logging around acpi_initialize_tables --- 2025-04-23 Bartosz Szczepanek New
[v1] ACPI: battery: Reduce unnecessary calls to acpi_battery_update() [v1] ACPI: battery: Reduce unnecessary calls to acpi_battery_update() --- 2025-04-22 Zihuan Zhang New
[RFC,v2,34/34] x86/msr: Convert native_rdmsr_no_trace() uses to native_rdmsrq_no_trace() uses MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,33/34] x86/msr: Move the ARGS macros after the MSR read/write APIs MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,32/34] x86/msr: Rename native_read_msr_safe() to native_rdmsrq_safe() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,31/34] x86/msr: Rename native_read_msr() to native_rdmsrq() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,30/34] x86/msr: Rename native_rdmsr() to native_rdmsr_no_trace() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,29/34] x86/msr: Rename native_rdmsrq() to native_rdmsrq_no_trace() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,28/34] x86/msr: Rename native_write_msr_safe() to native_wrmsrq_safe() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,27/34] x86/msr: Rename native_write_msr() to native_wrmsrq() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,26/34] x86/msr: Rename native_wrmsr() to native_wrmsr_no_trace() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,25/34] x86/msr: Rename native_wrmsrq() to native_wrmsrq_no_trace() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,24/34] x86/mce: Use native MSR API __native_{wr,rd}msrq() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,23/34] x86/extable: Remove new dead code in ex_handler_msr() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,22/34] x86/msr: Utilize the alternatives mechanism to read MSR MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,21/34] x86/msr: Utilize the alternatives mechanism to write MSR MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,20/34] x86/extable: Implement EX_TYPE_FUNC_REWIND MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,19/34] x86/extable: Add support for immediate form MSR instructions MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,18/34] x86/opcode: Add immediate form MSR instructions MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,17/34] x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructions MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,16/34] x86/msr: Change function type of native_read_msr_safe() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,15/34] x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low) MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,14/34] x86/msr: refactor pv_cpu_ops.write_msr{_safe}() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,13/34] x86/xen/msr: Remove the error pointer argument from set_reg() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,12/34] x86/msr: Remove pmu_msr_{read,write}() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,11/34] x86/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,10/34] x86/msr: Convert __rdmsr() uses to native_rdmsrq() uses MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,09/34] x86/msr: Add the native_rdmsrq() helper MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,08/34] x86/msr: Convert a native_wrmsr() use to native_wrmsrq() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,07/34] x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() uses MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,06/34] x86/msr: Use the alternatives mechanism to read PMC MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
[RFC,v2,05/34] x86/msr: Return u64 consistently in Xen PMC read functions MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,04/34] x86/msr: Convert rdpmcq() into a function MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,03/34] x86/msr: Rename rdpmcl() to rdpmcq() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,02/34] x86/msr: Remove rdpmc() MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) Superseded
[RFC,v2,01/34] x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h> MSR refactor with new MSR instructions support --- 2025-04-22 Xin Li (Intel) New
ACPI: tables: Remove incorrect __nonstring attribute from table_sigs ACPI: tables: Remove incorrect __nonstring attribute from table_sigs --- 2025-04-21 shaikh.kamal New
ACPI: EC: Fix CPU frequency limitation on AMD platforms after suspend/resume ACPI: EC: Fix CPU frequency limitation on AMD platforms after suspend/resume --- 2025-04-19 M. Bergo New
[v6,9/9] ACPI: APEI: EINJ: Update the documentation for EINJv2 support [v6,1/9] ACPICA: Update values to hex to follow ACPI specs --- 2025-04-17 Zaid Alali Superseded
[v6,7/9] ACPI: APEI: EINJ: Add debugfs files for EINJv2 support [v6,1/9] ACPICA: Update values to hex to follow ACPI specs --- 2025-04-17 Zaid Alali Superseded
[v6,5/9] ACPI: APEI: EINJ: Enable the discovery of EINJv2 capabilities [v6,1/9] ACPICA: Update values to hex to follow ACPI specs --- 2025-04-17 Zaid Alali Superseded
[v6,4/9] ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type [v6,1/9] ACPICA: Update values to hex to follow ACPI specs --- 2025-04-17 Zaid Alali Superseded
[v6,1/9] ACPICA: Update values to hex to follow ACPI specs [v6,1/9] ACPICA: Update values to hex to follow ACPI specs --- 2025-04-17 Zaid Alali Superseded
ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override --- 2025-04-17 Mingcong Bai New
[v2] ACPICA: Add support for printing AML arguments when trace point enabled [v2] ACPICA: Add support for printing AML arguments when trace point enabled --- 2025-04-17 Mario Limonciello New
ACPI: tables: Add __nonstring annotations for unterminated strings ACPI: tables: Add __nonstring annotations for unterminated strings --- 2025-04-15 Kees Cook New
[v1,2/3] x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXIT to X86_FEATURE_CLEAR_BHB_LOV x86/cpufeatures: Clean up formatting --- 2025-04-15 Xin Li (Intel) New
[hyperv-next,v8,11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree [hyperv-next,v8,01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID --- 2025-04-14 Roman Kisel Superseded
[hyperv-next,v8,09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device() [hyperv-next,v8,01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID --- 2025-04-14 Roman Kisel Superseded
[hyperv-next,v8,07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties [hyperv-next,v8,01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID --- 2025-04-14 Roman Kisel Superseded
[hyperv-next,v8,06/11] arm64, x86: hyperv: Report the VTL the system boots in [hyperv-next,v8,01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID --- 2025-04-14 Roman Kisel Superseded
[hyperv-next,v8,04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl() [hyperv-next,v8,01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID --- 2025-04-14 Roman Kisel Superseded
[hyperv-next,v8,01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID [hyperv-next,v8,01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID --- 2025-04-14 Roman Kisel Superseded
[v2] pinctrl: amd: Fix use of undeclared identifier 'pinctrl_amd_s2idle_dev_ops' [v2] pinctrl: amd: Fix use of undeclared identifier 'pinctrl_amd_s2idle_dev_ops' --- 2025-04-14 Mario Limonciello New
[1/1] ACPI: Fix building with GCC 15 [1/1] ACPI: Fix building with GCC 15 --- 2025-04-14 Brahmajit Das New
x86/acpi: fix potential NULL deref in acpi_wakeup_cpu() x86/acpi: fix potential NULL deref in acpi_wakeup_cpu() --- 2025-04-11 Chenyuan Yang New
[2/2] ACPI: CPPC: Simplify PCC shared memory region handling [1/2] ACPI: PCC: Simplify PCC shared memory region handling --- 2025-04-11 Sudeep Holla New
« 1 2 3 4111 112 »