messages from 2023-09-13 16:39:05 to 2023-09-18 07:31:52 UTC [more...]
[PATCH v3 00/13] mm: jit/text allocator
2023-09-18 7:29 UTC (11+ messages)
` [PATCH v3 01/13] nios2: define virtual address space for modules
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [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 05/13] modules, execmem: drop module_alloc
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
` [PATCH v3 08/13] riscv: "
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES
[PATCH v1 1/2] LoongArch: Add missing headers
2023-09-18 6:49 UTC (8+ messages)
` [PATCH v1 2/2] LoongArch: Use _UL() and _ULL()
[PATCH v21 00/29] Add KVM LoongArch support
2023-09-18 6:37 UTC (57+ messages)
` [PATCH v21 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v21 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v21 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v21 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v21 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v21 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v21 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v21 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v21 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v21 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v21 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v21 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v21 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v21 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v21 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v21 16/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v21 17/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v21 18/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v21 19/29] LoongArch: KVM: Implement handle csr exception
` [PATCH v21 20/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v21 21/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v21 22/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v21 23/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v21 24/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v21 25/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v21 26/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v21 27/29] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v21 28/29] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v21 29/29] LoongArch: KVM: Add maintainers for LoongArch KVM
[PATCH] mm: add statistics for PUD level pagetable
2023-09-18 6:31 UTC
[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
2023-09-18 5:50 UTC (112+ messages)
` [RFC PATCH v2 01/35] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [RFC PATCH v2 02/35] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH v2 03/35] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH v2 04/35] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH v2 09/35] LoongArch: "
` [RFC PATCH v2 10/35] riscv: "
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH V2] kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usage
2023-09-16 16:23 UTC (2+ messages)
[PATCH] LoongArch: Fix some build warnings with -W1 option
2023-09-16 10:20 UTC (6+ messages)
[PATCH RFC v2] cpu-hotplug: provide prototypes for arch CPU registration
2023-09-15 19:09 UTC (2+ messages)
[PATCH] LoongArch: Fix lockdep static memory detection
2023-09-15 15:17 UTC (10+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).