summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-29cpumask: Add enabled cpumask for present CPUs that can be brought onlineaarch64/hotplug-vcpu/v6.5James Morse
2023-08-29arm64: document virtual CPU hotplug's expectationsJames Morse
2023-08-29ACPI: add support to register CPUs based on the _STA enabled bitJames Morse
2023-08-29arm64: psci: Ignore DENIED CPUsJean-Philippe Brucker
2023-08-29irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUsJames Morse
2023-08-29irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()James Morse
2023-08-29arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helperJames Morse
2023-08-29ACPICA: Add new MADT GICC flags fields [code first?]James Morse
2023-08-29arm64: acpi: Move get_cpu_for_acpi_id() to a headerJames Morse
2023-08-29LoongArch: Use the __weak version of arch_unregister_cpu()James Morse
2023-08-29drivers: base: Implement weak arch_unregister_cpu()James Morse
2023-08-29ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabledJames Morse
2023-08-29ACPI: Warn when the present bit changes but the feature is not enabledJames Morse
2023-08-29ACPI: Check _STA present bit before making CPUs not presentJames Morse
2023-08-29ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplugJames Morse
2023-08-29ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guardsJames Morse
2023-08-29ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()James Morse
2023-08-29ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'James Morse
2023-08-29ACPI: processor: Register all CPUs from acpi_processor_get_info()James Morse
2023-08-29ACPI: processor: Register CPUs that are online, but not described in the DSDTJames Morse
2023-08-29ACPI: processor: Add support for processors described as container packagesJames Morse
2023-08-29ACPI: Only enumerate enabled (or functional) devicesJames Morse
2023-08-29ACPI: Rename acpi_scan_device_not_present() to be about enumerationJames Morse
2023-08-29ACPI: Use the acpi_device_is_present() helper in more placesJames Morse
2023-08-29arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUsJames Morse
2023-08-29LoongArch: Switch over to GENERIC_CPU_DEVICESJames Morse
2023-08-29x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse
2023-08-29ia64/topology: Switch over to GENERIC_CPU_DEVICESJames Morse
2023-08-29arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()James Morse
2023-08-29drivers: base: Move cpu_dev_init() after node_dev_init()James Morse
2023-08-29drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse
2023-08-29drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse
2023-08-29ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architectureJames Morse
2023-08-27Linux 6.5Linus Torvalds
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-08-26Merge tag 'x86-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-26Merge tag 'loongarch-fixes-6.5-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold
2023-08-26LoongArch: Fix hw_breakpoint_control() for watchpointsHuacai Chen
2023-08-26LoongArch: Ensure FP/SIMD registers in the core dump file is up to dateHuacai Chen
2023-08-25Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-25lib/clz_ctz.c: Fix __clzdi2() and __ctzdi2() for 32-bit kernelsHelge Deller
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds
2023-08-25Merge tag 'riscv-for-linus-6.5-rc8' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-25Merge tag 'gpio-fixes-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-25Merge tag 'pinctrl-v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2023-08-25Merge tag 'sound-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2023-08-25LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()Tiezhu Yang
2023-08-25LoongArch: Add identifier names to arguments of die() declarationTiezhu Yang