messages from 2023-12-08 20:28:42 to 2024-01-18 21:44:38 UTC [more...]
[BUG][BISECTED] Freeze at loading init ramdisk
2024-01-18 21:44 UTC (5+ messages)
[PATCH 00/45] tty: vt: cleanup and documentation
2024-01-18 8:56 UTC (19+ messages)
` [PATCH 19/45] tty: vt: make init parameter of consw::con_init() a bool
` [PATCH 20/45] tty: vt: sanitize arguments of consw::con_clear()
` [PATCH 21/45] tty: vt: remove checks for count in consw::con_clear() implementations
` [PATCH 23/45] tty: vt: eliminate unneeded consw::con_putc() implementations
` [PATCH 28/45] tty: vt: remove CM_* constants
` [PATCH 29/45] tty: vt: make consw::con_switch() return a bool
` [PATCH 31/45] tty: vt: use VESA blanking constants
` [PATCH 32/45] tty: vt: use enum for VESA blanking modes
` [PATCH 33/45] tty: vt: make types around consw::con_blank() bool
` [PATCH 34/45] tty: vt: make font of consw::con_font_set() const
` [PATCH 35/45] tty: vt: make consw::con_font_default()'s name const
[GIT PULL] parisc architecture fixes for v6.8-rc1
2024-01-17 20:03 UTC (2+ messages)
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-15 11:06 UTC (82+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 06/21] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [PATCH RFC v3 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 08/21] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 11/21] ACPI: Warn when the present bit changes but the feature is not enabled
` [PATCH RFC v3 12/21] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH 00/22] -Wmissing-prototype warning fixes
2024-01-10 10:20 UTC (4+ messages)
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
[PATCH 0/4] arch/parisc: Detect primary framebuffer from device
2024-01-02 12:06 UTC (8+ messages)
` [PATCH 1/4] video/sticore: Store ROM device in STI struct
` [PATCH 2/4] fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()
` [PATCH 3/4] arch/parisc: Detect primary video device from device instance
` [PATCH 4/4] video/sticore: Remove info field from STI struct
[PATCH v2 0/4] arch/parisc: Detect primary framebuffer from device
2024-01-02 9:52 UTC (5+ messages)
` [PATCH v2 1/4] video/sticore: Store ROM device in STI struct
` [PATCH v2 2/4] fbdev/stifb: Allocate fb_info instance with framebuffer_alloc()
` [PATCH v2 3/4] arch/parisc: Detect primary video device from device instance
` [PATCH v2 4/4] video/sticore: Remove info field from STI struct
hppa64 Linux in QEMU
2023-12-29 18:02 UTC (2+ messages)
[PATCH] linux/export: Ensure natural alignment of kcrctab array
2023-12-28 16:32 UTC (2+ messages)
[RFC PATCH net-next v5 00/14] Device Memory TCP
2023-12-28 8:46 UTC (16+ messages)
` [RFC PATCH net-next v5 01/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v5 02/14] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v5 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v5 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v5 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v5 07/14] page_pool: devmem support
` [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v5 09/14] net: support non paged skb frags
` [RFC PATCH net-next v5 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v5 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v5 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v5 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v5 14/14] selftests: add ncdevmem, netcat for devmem TCP
[PATCH v4 0/7] kexec_file: print out debugging message if required
2023-12-20 23:30 UTC (12+ messages)
` [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing
` [PATCH v4 2/7] kexec_file: print out debugging message if required
` [PATCH v4 3/7] kexec_file, x86: "
` [PATCH v4 4/7] kexec_file, arm64: "
` [PATCH v4 5/7] kexec_file, ricv: "
` [PATCH v4 6/7] kexec_file, power: "
` [PATCH v4 7/7] kexec_file, parisc: "
arch/parisc/mm/init.c:534:29: error: invalid application of 'sizeof' to incomplete type 'struct shmid64_ds'
2023-12-19 21:13 UTC (4+ messages)
[PATCH v3 0/7] kexec_file: print out debugging message if required
2023-12-13 3:23 UTC (9+ messages)
` [PATCH v3 5/7] kexec_file, ricv: "
[RFC PATCH v3 00/39] ACPI/arm64: add support for virtual cpuhotplug
2023-12-12 20:16 UTC (6+ messages)
64-bit userspace root file system for hppa64
2023-12-11 22:52 UTC (57+ messages)
[PATCH 00/21] Initial cleanups for vCPU hotplug
2023-12-11 13:21 UTC (5+ messages)
` [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()
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).