messages from 2023-11-08 13:02:33 to 2023-11-24 08:40:43 UTC [more...]
[PATCH v2 0/7] kexec_file: print out debugging message if required
2023-11-24 8:40 UTC (10+ messages)
` [PATCH v2 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v2 2/7] kexec_file: print out debugging message if required
` [PATCH v2 3/7] kexec_file, x86: "
` [PATCH v2 4/7] kexec_file, arm64: "
` [PATCH v2 5/7] kexec_file, ricv: "
` [PATCH v2 6/7] kexec_file, power: "
` [PATCH v2 7/7] kexec_file, parisc: "
[PATCH 0/7] kexec_file: print out debugging message if required
2023-11-24 1:57 UTC (24+ messages)
` [PATCH 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v2 "
` [PATCH 2/7] kexec_file: print out debugging message if required
` [PATCH 3/7] kexec_file, x86: "
` [PATCH 4/7] kexec_file, arm64: "
` [PATCH 5/7] kexec_file, ricv: "
` [PATCH 6/7] kexec_file, power: "
` [PATCH 7/7] kexec_file, parisc: "
[PATCH 0/2] kexec_file: Load kernel at top of system RAM if required
2023-11-23 13:27 UTC (7+ messages)
` [PATCH 1/2] resource: add walk_system_ram_res_rev()
` [PATCH v2 "
` [PATCH 2/2] kexec_file: Load kernel at top of system RAM if required
Potential config regression after 89cde455 ("kexec: consolidate kexec and crash options into kernel/Kconfig.kexec")
2023-11-23 8:27 UTC (9+ messages)
[PATCH 00/21] Initial cleanups for vCPU hotplug
2023-11-22 20:16 UTC (26+ messages)
` [PATCH 01/21] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 02/21] x86: intel_epb: Don't rely on link order
` [PATCH 03/21] x86/topology: remove arch_*register_cpu() exports
` [PATCH 04/21] Loongarch: "
` [PATCH 05/21] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/21] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/21] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/21] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 09/21] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH 10/21] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 11/21] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 12/21] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 13/21] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH 14/21] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/21] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH 16/21] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH 17/21] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH 18/21] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 19/21] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH 20/21] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH 21/21] riscv: convert to use arch_cpu_is_hotpluggable()
Bisected stability regression in 6.6
2023-11-22 9:07 UTC (12+ messages)
[PATCH 00/22] -Wmissing-prototype warning fixes
2023-11-21 14:12 UTC (35+ messages)
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally
[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
2023-11-21 13:33 UTC (59+ messages)
` [PATCH RFC 01/22] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH RFC 02/22] x86: intel_epb: Don't rely on link order
` [PATCH RFC 03/22] x86/topology: remove arch_*register_cpu() exports
` [PATCH RFC 04/22] Loongarch: "
` [PATCH RFC 05/22] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH RFC 06/22] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH RFC 07/22] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH RFC 08/22] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH RFC 09/22] drivers: base: add arch_cpu_is_hotpluggable()
` [PATCH RFC 10/22] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH RFC 12/22] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH RFC 13/22] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH RFC 14/22] arm64: convert to arch_cpu_is_hotpluggable()
` [PATCH RFC 15/22] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 16/22] x86/topology: use weak version of arch_unregister_cpu()
` [PATCH RFC 17/22] x86/topology: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 18/22] LoongArch: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 20/22] LoongArch: convert to use arch_cpu_is_hotpluggable()
` [PATCH RFC 21/22] riscv: Switch over to GENERIC_CPU_DEVICES
` [PATCH RFC 22/22] riscv: convert to use arch_cpu_is_hotpluggable()
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-11-21 1:44 UTC (7+ messages)
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
PSA: this list has moved to new vger infra (no action required)
2023-11-21 0:53 UTC
[PATCH] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
2023-11-20 7:04 UTC (7+ messages)
[PATCH v2] asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
2023-11-20 3:36 UTC
[PATCH] parisc: Fix mmap_base calculation when stack grows upwards
2023-11-19 15:20 UTC (3+ messages)
prctl call wrongly succeeds on HPPA?
2023-11-19 12:11 UTC (17+ messages)
We Can Finance Your Business / Projects
2023-11-18 22:37 UTC
[GIT PULL v2] parisc architecture fixes for v6.7-rc2
2023-11-18 23:35 UTC (2+ messages)
[GIT PULL] parisc architecture fixes for v6.7-rc1
2023-11-18 18:47 UTC (5+ messages)
[PATCH] parisc: Replace strlcpy() with strscpy()
2023-11-17 14:48 UTC (2+ messages)
VENDORS EOI
2023-11-09 21:39 UTC
VENDORS EOI
2023-11-10 12:27 UTC
[GIT PULL] parisc architecture fixes for v6.7-rc1 (part 2)
2023-11-12 19:17 UTC (2+ messages)
[PATCH v2 1/2] kbuild: unify vdso_install rules
2023-11-12 0:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).