summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-10x86/resctrl: Replace open coded cacheinfo searchesTony Luck2-20/+11
2024-06-10cacheinfo: Add function to get cacheinfo for a given CPU and cache levelTony Luck1-5/+20
2024-06-10cpu: Drop "extern" from function declarations in cpuhplock.hTony Luck1-9/+9
2024-06-10cpu: Move CPU hotplug function declarations into their own headerTony Luck2-32/+48
2024-06-10Linux 6.10-rc3v6.10-rc3Linus Torvalds1-1/+1
2024-06-09Merge tag 'perf-tools-fixes-for-v6.10-2-2024-06-09' of git://git.kernel.org/p...Linus Torvalds19-29/+118
2024-06-09Merge tag 'edac_urgent_for_v6.10_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+7
2024-06-09Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0
2024-06-09Merge tag '6.10-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-4/+1
2024-06-08Merge tag 'for-linus-2024060801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds15-73/+222
2024-06-08Merge tag 'kbuild-fixes-v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-50/+17
2024-06-08Merge tag 'media/v6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds6-40/+56
2024-06-08Merge tag 'irq-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-51/+36
2024-06-08Merge tag 'x86-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+17
2024-06-08Merge tag 'perf-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+13
2024-06-08Merge tag 'locking-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-10/+10
2024-06-08Merge tag 'mm-hotfixes-stable-2024-06-07-15-24' of git://git.kernel.org/pub/s...Linus Torvalds21-62/+115
2024-06-08Merge tag 'gpio-fixes-for-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-31/+85
2024-06-08Merge tag 'block-6.10-20240607' of git://git.kernel.dk/linuxLinus Torvalds3-6/+6
2024-06-08Merge tag 'io_uring-6.10-20240607' of git://git.kernel.dk/linuxLinus Torvalds4-17/+23
2024-06-08Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-44/+43
2024-06-08Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-1/+1
2024-06-08Merge tag 'riscv-for-linus-6.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+13
2024-06-08Merge tag 's390-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-24/+142
2024-06-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-20/+19
2024-06-08Merge tag 'platform-drivers-x86-v6.10-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds5-142/+90
2024-06-07Merge tag 'iommu-fixes-v6.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-50/+45
2024-06-07Merge tag 'ata-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-3/+6
2024-06-07Merge tag 'drm-fixes-2024-06-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds10-100/+135
2024-06-07HID: Ignore battery for ELAN touchscreens 2F2C and 4116Louis Dalibard2-0/+6
2024-06-07HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold1-12/+47