linux-parisc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-02 20:29:49 to 2023-11-09 09:44:24 UTC [more...]

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-09  9:43 UTC  (26+ 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 19/22] LoongArch: Use the __weak version of arch_unregister_cpu()
` [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()

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-09  7:50 UTC  (35+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [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 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [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 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [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 v2] parisc/pgtable: Do not drop upper 5 address bits of physical address
 2023-11-07 20:31 UTC 

[PATCH] parisc/pgtable: Do not drop upper 5 address bits of physical address
 2023-11-07 13:38 UTC 

[PATCH v3 00/13] mm: jit/text allocator
 2023-11-07 10:44 UTC  (18+ messages)
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations

[PATCH] staging: Revert "staging: qlge: Retire the driver"
 2023-11-07  2:15 UTC  (7+ messages)

prctl call wrongly succeeds on HPPA?
 2023-11-03 12:53 UTC  (2+ messages)

[GIT PULL] parisc architecture fixes for v6.7-rc1
 2023-11-01 20:50 UTC  (2+ messages)

[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
 2023-10-30 17:51 UTC  (49+ messages)
` [PATCH 01/39] parisc: simplify smp_prepare_boot_cpu()
` [PATCH 02/39] ACPI: Use the acpi_device_is_present() helper in more places
` [PATCH 03/39] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [PATCH 04/39] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [PATCH 05/39] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [PATCH 06/39] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [PATCH 07/39] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [PATCH 08/39] drivers: base: Move cpu_dev_init() after node_dev_init()
` [PATCH 09/39] drivers: base: remove unnecessary call to register_cpu_under_node()
` [PATCH 10/39] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [PATCH 11/39] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [PATCH 12/39] ia64/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 13/39] x86: intel_epb: Don't rely on link order
` [PATCH 14/39] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [PATCH 15/39] LoongArch: "
` [PATCH 16/39] riscv: "
` [PATCH 17/39] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [PATCH 18/39] ACPI: Only enumerate enabled (or functional) devices
` [PATCH 19/39] ACPI: processor: Add support for processors described as container packages
` [PATCH 20/39] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH 21/39] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH 22/39] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH 23/39] drivers: base: Implement weak arch_unregister_cpu()
` [PATCH 24/39] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH 25/39] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH 26/39] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH 27/39] ACPI: Check _STA present bit before making CPUs not present
` [PATCH 28/39] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH 29/39] LoongArch: Use the __weak version of arch_unregister_cpu()
` [PATCH 30/39] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH 31/39] ACPICA: Add new MADT GICC flags fields
` [PATCH 32/39] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH 33/39] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH 34/39] arm64: psci: Ignore DENIED CPUs
` [PATCH 35/39] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH 36/39] arm64: document virtual CPU hotplug's expectations
` [PATCH 37/39] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH 38/39] cpumask: Add enabled cpumask for present CPUs that can be brought online
` [PATCH 39/39] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected

[PATCH 2/2] staging: qlge: Retire the driver
 2023-10-30 12:20 UTC 

[PATCH 1/5] csky: remove unused cmd_vdso_install
 2023-10-27 19:48 UTC  (17+ messages)
` [PATCH 2/5] UML: "
` [PATCH 3/5] parisc: remove broken vdso_install
` [PATCH 4/5] kbuild: unify vdso_install rules
` [PATCH 5/5] kbuild: unify no-compiler-targets and no-sync-config-targets

Metalworking and welding
 2023-10-27  8:42 UTC 

Wycena paneli fotowoltaicznych
 2023-10-24  8:10 UTC 

[PATCH v3] parisc: Add nop instructions after TLB inserts
 2023-10-21 20:32 UTC  (2+ messages)

[PATCH 0/2] staging: qlge: Remove qlge
 2023-10-21  9:53 UTC  (4+ messages)
` [PATCH 1/2] staging: qlge: Update TODO

[PATCH] parisc: simplify smp_prepare_boot_cpu()
 2023-10-21  7:20 UTC  (3+ messages)

linux-next: Signed-off-by missing for commit in the parisc-hd tree
 2023-10-19  7:36 UTC 

[PATCH v2] parisc: Add nop instructions after TLB inserts
 2023-10-18 22:34 UTC 

[PATCH 1/2] parisc: Move parisc_narrow_firmware variable to header file
 2023-10-18 17:54 UTC  (2+ messages)
` [PATCH 2/2] parisc/firmware: Use PDC constants for narrow/wide firmware

[PATCH] parisc/agp: Use 64-bit LE values in SBA IOMMU PDIR table
 2023-10-18 17:42 UTC 

[PATCH 00/46] fbdev: Init fb_ops with helpers for I/O memory
 2023-10-18  8:25 UTC  (4+ messages)
` [PATCH 01/46] fbdev: Provide I/O-memory helpers as module

[PATCH] parisc: Allow building uncompressed Linux kernel
 2023-10-17 19:00 UTC 

[PATCH] parisc: Add some missing PDC functions and constants
 2023-10-17 18:45 UTC 

[PATCH] parisc: sba-iommu: Fix comment when calculating IOC number
 2023-10-17 18:40 UTC 

[PATCH] parisc: Add nop instructions after TLB inserts
 2023-10-17 16:01 UTC 

[PATCH v2 1/2] kbuild: unify vdso_install rules
 2023-10-17 11:57 UTC  (3+ messages)
` [PATCH v2 2/2] kbuild: unify no-compiler-targets and no-sync-config-targets

[PATCH] HWPOISON: add a pr_err message when forcibly send a sigbus
 2023-10-12  8:16 UTC  (9+ messages)

[PATCH] parisc: Add qemu power-off handler
 2023-10-08 21:54 UTC 

[tip:locking/core] [futex] cb8c4312af: will-it-scale.per_process_ops -3.2% regression
 2023-10-08  7:08 UTC 

[GIT PULL] parisc architecture fixes for v6.6-rc5
 2023-10-07 20:14 UTC  (2+ messages)

[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
 2023-10-06 20:36 UTC  (9+ messages)

[PATCH v5 3/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-10-06  8:31 UTC  (3+ messages)

Rozszerzenie Programu Mój Prąd 5.0
 2023-10-04  7:50 UTC 

[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
 2023-10-03 18:21 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 00/14] Batch 1: Annotate structs with __counted_by
 2023-10-02 20:29 UTC  (4+ messages)


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).