aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-17perf/x86/uncore: Apply the unit control RB tree to MMIO uncore unitsKan Liang1-16/+14
2024-06-17perf/x86/uncore: Retrieve the unit ID from the unit control RB treeKan Liang1-0/+3
2024-06-17perf/x86/uncore: Support per PMU cpumaskKan Liang4-5/+89
2024-06-17perf/x86/uncore: Save the unit control address of all unitsKan Liang2-2/+87
2024-06-17ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsedKirill A. Shutemov1-0/+14
2024-06-17x86/acpi: Add support for CPU offlining for ACPI MADT wakeup methodKirill A. Shutemov5-4/+227
2024-06-17x86/mm: Introduce kernel_ident_mapping_free()Kirill A. Shutemov2-0/+76
2024-06-17x86/smp: Add smp_ops.stop_this_cpu() callbackKirill A. Shutemov3-0/+14
2024-06-17x86/acpi: Do not attempt to bring up secondary CPUs in the kexec caseKirill A. Shutemov1-1/+28
2024-06-17x86/acpi: Rename fields in the acpi_madt_multiproc_wakeup structureKirill A. Shutemov2-3/+3
2024-06-17x86/mm: Do not zap page table entries mapping unaccepted memory table during ...Ashish Kalra1-4/+12
2024-06-17x86/mm: Make e820__end_ram_pfn() cover E820_TYPE_ACPI rangesKirill A. Shutemov1-4/+5
2024-06-17x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov4-3/+141
2024-06-17x86/mm: Add callbacks to prepare encrypted memory for kexecKirill A. Shutemov4-0/+38
2024-06-17x86/tdx: Account shared memoryKirill A. Shutemov1-0/+7
2024-06-17x86/mm: Return correct level from lookup_address() if pte is noneKirill A. Shutemov2-11/+11
2024-06-17x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov6-34/+36
2024-06-17x86/kexec: Keep CR4.MCE set during kexec for TDX guestKirill A. Shutemov1-7/+10
2024-06-17x86/relocate_kernel: Use named labels for less confusionBorislav Petkov1-6/+7
2024-06-17cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeupKirill A. Shutemov4-13/+4
2024-06-17cpu/hotplug: Add support for declaring CPU offlining not supportedKirill A. Shutemov2-1/+14
2024-06-17x86/apic: Mark acpi_mp_wake_* variables as __ro_after_initKirill A. Shutemov1-2/+2
2024-06-17x86/acpi: Extract ACPI MADT wakeup code into a separate fileKirill A. Shutemov5-85/+96
2024-06-17x86/kexec: Remove spurious unconditional JMP from from identity_mapped()Nikolay Borisov1-3/+0
2024-06-17drm/nouveau: Constify struct nouveau_job_opsChristophe JAILLET3-4/+4
2024-06-17nouveau: rip out busy fence waitsDave Airlie6-34/+6
2024-06-17wifi: ath12k: Remove unused ath12k_base from ath12k_hwHarshitha Prem2-3/+0
2024-06-17wifi: ath12k: Fix WARN_ON during firmware crash in split-phyAaradhana Sahu3-39/+8
2024-06-17dt-bindings: remoteproc: imx_rproc: Add minItems for power-domainFrank Li1-0/+15
2024-06-17remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_initAleksandr Mishin1-2/+6
2024-06-17nfsd: fix oops when reading pool_stats before server is startedJeff Layton1-3/+5
2024-06-17MAINTAINERS: Add the Microchip LAN966x OIC driver entryHerve Codina1-0/+6
2024-06-17irqchip: Add support for LAN966x OICHerve Codina3-0/+291
2024-06-17dt-bindings: interrupt-controller: Add support for Microchip LAN966x OICHerve Codina1-0/+55
2024-06-17irqdomain: Remove __irq_domain_add()Herve Codina2-38/+1
2024-06-17_PATCH_19_23_um_virt_pci_Use_irq_domain_instantiate_Herve Codina1-6/+10
2024-06-17irqdomain: Convert domain creation functions to irq_domain_instantiate()Herve Codina1-5/+21
2024-06-17irqdomain: Convert __irq_domain_add() wrappers to irq_domain_instantiate()Herve Codina1-5/+53
2024-06-17irqdomain: Add a resource managed version of irq_domain_instantiate()Herve Codina2-0/+43
2024-06-17irqdomain: Add support for generic irq chips creation before publishing a domainHerve Codina2-1/+22
2024-06-17genirq/generic_chip: Introduce init() and exit() hooksHerve Codina2-2/+30
2024-06-17genirq/generic_chip: Introduce irq_domain_{alloc,remove}_generic_chips()Herve Codina2-23/+93
2024-06-17irqdomain: Introduce init() and exit() hooksHerve Codina2-0/+23
2024-06-17irqdomain: Handle domain bus token in irq_domain_create()Herve Codina2-6/+26
2024-06-17irqdomain: Make __irq_domain_create() return an error codeHerve Codina1-5/+5
2024-06-17irqdomain: Use irq_domain_instantiate() for hierarchy domain creationHerve Codina1-12/+5
2024-06-17irqdomain: Handle domain hierarchy parent in irq_domain_instantiate()Herve Codina2-0/+13
2024-06-17irqdomain: Handle additional domain flags in irq_domain_instantiate()Herve Codina2-0/+4
2024-06-17irqdomain: Convert __irq_domain_create() to use struct irq_domain_infoHerve Codina1-24/+24
2024-06-17irqdomain: Use a dedicated function to set the domain nameHerve Codina1-31/+38