Linux Arch
[Prev Page][Next Page]
- Re: [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu(), (continued)
- [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order, James Morse
- [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES, James Morse
- [RFC PATCH v2 09/35] LoongArch: Switch over to GENERIC_CPU_DEVICES, James Morse
- [RFC PATCH v2 10/35] riscv: Switch over to GENERIC_CPU_DEVICES, James Morse
- [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs, James Morse
- [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places, James Morse
- [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration, James Morse
- [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices, James Morse
- [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages, James Morse
- [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT, James Morse
- [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info(), James Morse
- [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present', James Morse
- [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove(), James Morse
- [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards, James Morse
- [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug, James Morse
- [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present, James Morse
- [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled, James Morse
- [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper, James Morse
- [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header, James Morse
- [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu(), James Morse
- [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?], James Morse
- [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu(), James Morse
- [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc(), James Morse
- [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs, James Morse
- [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled, James Morse
- [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit, James Morse
- [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs, James Morse
- [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations, James Morse
- [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online, James Morse
- Re: [RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug, Russell King (Oracle)
- RE: [RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug, Salil Mehta
- [PATCH v4 0/5] ppc, fbdev: Clean up fbdev mmap helper,
Thomas Zimmermann
- Re: [syzbot] [kernel?] general protection fault in arch_tlbbatch_flush, syzbot
- [GIT PULL] Remove Itanium support,
Ard Biesheuvel
- [PATCH v4 0/4] riscv: tlb flush improvements,
Alexandre Ghiti
- [PATCH v3 0/5] ppc, fbdev: Clean up fbdev mmap helper,
Thomas Zimmermann
- [PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls,
Sohil Mehta
- [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support,
guoren
- [PATCH V11 01/17] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock, guoren
- [PATCH V11 02/17] asm-generic: ticket-lock: Move into ticket_spinlock.h, guoren
- [PATCH V11 03/17] riscv: Use Zicbop in arch_xchg when available, guoren
- [PATCH V11 04/17] locking/qspinlock: Improve xchg_tail for number of cpus >= 16k, guoren
- [PATCH V11 05/17] riscv: qspinlock: Add basic queued_spinlock support, guoren
- [PATCH V11 06/17] riscv: qspinlock: Introduce combo spinlock, guoren
- [PATCH V11 07/17] riscv: qspinlock: Introduce qspinlock param for command line, guoren
- [PATCH V11 08/17] riscv: qspinlock: Add virt_spin_lock() support for KVM guest, guoren
- [PATCH V11 09/17] riscv: qspinlock: errata: Add ERRATA_THEAD_WRITE_ONCE fixup, guoren
- [PATCH V11 10/17] riscv: qspinlock: errata: Enable qspinlock for T-HEAD processors, guoren
- [PATCH V11 11/17] RISC-V: paravirt: pvqspinlock: Add paravirt qspinlock skeleton, guoren
- [PATCH V11 12/17] RISC-V: paravirt: pvqspinlock: Add nopvspin kernel parameter, guoren
- [PATCH V11 13/17] RISC-V: paravirt: pvqspinlock: Add SBI implementation, guoren
- [PATCH V11 14/17] RISC-V: paravirt: pvqspinlock: Add kconfig entry, guoren
- [PATCH V11 15/17] RISC-V: paravirt: pvqspinlock: Add trace point for pv_kick/wait, guoren
- [PATCH V11 16/17] RISC-V: paravirt: pvqspinlock: KVM: Add paravirt qspinlock skeleton, guoren
- [PATCH V11 17/17] RISC-V: paravirt: pvqspinlock: KVM: Implement kvm_sbi_ext_pvlock_kick_cpu(), guoren
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support, Conor Dooley
- Re: [PATCH V11 00/17] riscv: Add Native/Paravirt qspinlock support, Leonardo Bras
- [RFC 0/3] sys_move_phy_pages system call,
Gregory Price
- [PATCH V3] asm-generic: ticket-lock: Optimize arch_spin_value_unlocked, guoren
- [GIT PULL] LoongArch changes for v6.6,
Huacai Chen
- [PATCH v2 0/5] ppc, fbdev: Clean up fbdev mmap helper,
Thomas Zimmermann
- [PATCH 0/4] ppc, fbdev: Clean up fbdev mmap helper,
Thomas Zimmermann
- [GIT PULL] csky 2nd changes for v6.6,
guoren
- Framebuffer mmap on PowerPC,
Thomas Zimmermann
- [PATCH] csky: Fixup compile error, guoren
- [PATCH v2] x86: bring back rep movsq for user access on CPUs without ERMS,
Mateusz Guzik
- [GIT PULL] csky changes for v6.6,
guoren
- [PATCH V2] LoongArch: Remove shm_align_mask and use SHMLBA instead, Huacai Chen
- [PATCH] x86: bring back rep movsq for user access on CPUs without ERMS,
Mateusz Guzik
- [PATCH] LoongArch: Remove shm_align_mask and use SHMLBA instead,
Huacai Chen
- [GIT PULL] LoongArch fixes for v6.5-final,
Huacai Chen
- [PATCH] LoongArch: Ensure FP/SIMD registers in the core dump file is up to date,
Huacai Chen
- [PATCH v3 00/10] Support TDX guests on Hyper-V (the Hyper-V specific part),
Dexuan Cui
- [PATCH v3 01/10] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests, Dexuan Cui
- [PATCH v3 02/10] x86/hyperv: Support hypercalls for fully enlightened TDX guests, Dexuan Cui
- [PATCH v3 03/10] Drivers: hv: vmbus: Support fully enlightened TDX guests, Dexuan Cui
- [PATCH v3 06/10] x86/hyperv: Introduce a global variable hyperv_paravisor_present, Dexuan Cui
- [PATCH v3 05/10] Drivers: hv: vmbus: Support >64 VPs for a fully enlightened TDX/SNP VM, Dexuan Cui
- [PATCH v3 07/10] Drivers: hv: vmbus: Bring the post_msg_page back for TDX VMs with the paravisor, Dexuan Cui
- [PATCH v3 08/10] x86/hyperv: Use TDX GHCI to access some MSRs in a TDX VM with the paravisor, Dexuan Cui
- [PATCH v3 04/10] x86/hyperv: Fix serial console interrupts for fully enlightened TDX guests, Dexuan Cui
- [PATCH v3 09/10] x86/hyperv: Remove hv_isolation_type_en_snp, Dexuan Cui
- [PATCH v3 10/10] x86/hyperv: Move the code in ivm.c around to avoid unnecessary ifdef's, Dexuan Cui
- Re: [PATCH v3 00/10] Support TDX guests on Hyper-V (the Hyper-V specific part), Wei Liu
- [PATCH v5] mips: add <asm-generic/io.h> including,
Jiaxun Yang
- [RFC PATCH v1 1/1] tracing/kprobes: Return ENAMESVRLSYMS when func matches several symbols,
Francis Laniel
- [PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse,
Alexandru Elisei
- [PATCH RFC 05/37] mm: Add memory statistics for the MIGRATE_METADATA allocation policy, Alexandru Elisei
- [PATCH RFC 06/37] mm: page_alloc: Allocate from movable pcp lists only if ALLOC_FROM_METADATA, Alexandru Elisei
[PATCH RFC 07/37] mm: page_alloc: Bypass pcp when freeing MIGRATE_METADATA pages, Alexandru Elisei
[PATCH RFC 08/37] mm: compaction: Account for free metadata pages in __compact_finished(), Alexandru Elisei
[PATCH RFC 09/37] mm: compaction: Handle metadata pages as source for direct compaction, Alexandru Elisei
[PATCH RFC 10/37] mm: compaction: Do not use MIGRATE_METADATA to replace pages with metadata, Alexandru Elisei
[PATCH RFC 11/37] mm: migrate/mempolicy: Allocate metadata-enabled destination page, Alexandru Elisei
[PATCH RFC 12/37] mm: gup: Don't allow longterm pinning of MIGRATE_METADATA pages, Alexandru Elisei
[PATCH RFC 13/37] arm64: mte: Reserve tag storage memory, Alexandru Elisei
[PATCH RFC 14/37] arm64: mte: Expose tag storage pages to the MIGRATE_METADATA freelist, Alexandru Elisei
[PATCH RFC 15/37] arm64: mte: Make tag storage depend on ARCH_KEEP_MEMBLOCK, Alexandru Elisei
[PATCH RFC 18/37] arm64: mte: Check that tag storage blocks are in the same zone, Alexandru Elisei
[PATCH RFC 17/37] arm64: mte: Disable dynamic tag storage management if HW KASAN is enabled, Alexandru Elisei
[PATCH RFC 29/37] mm: arm64: Define the PAGE_METADATA_NONE page protection, Alexandru Elisei
[PATCH RFC 30/37] mm: mprotect: arm64: Set PAGE_METADATA_NONE for mprotect(PROT_MTE), Alexandru Elisei
[PATCH RFC 19/37] mm: page_alloc: Manage metadata storage on page allocation, Alexandru Elisei
[PATCH RFC 31/37] mm: arm64: Set PAGE_METADATA_NONE in set_pte_at() if missing metadata storage, Alexandru Elisei
[PATCH RFC 32/37] mm: Call arch_swap_prepare_to_restore() before arch_swap_restore(), Alexandru Elisei
[PATCH RFC 33/37] arm64: mte: swap/copypage: Handle tag restoring when missing tag storage, Alexandru Elisei
[PATCH RFC 36/37] KVM: arm64: Disable MTE is tag storage is enabled, Alexandru Elisei
[PATCH RFC 34/37] arm64: mte: Handle fatal signal in reserve_metadata_storage(), Alexandru Elisei
[PATCH RFC 20/37] mm: compaction: Reserve metadata storage in compaction_alloc(), Alexandru Elisei
[PATCH RFC 35/37] mm: hugepage: Handle PAGE_METADATA_NONE faults for huge pages, Alexandru Elisei
[PATCH RFC 28/37] mm: sched: Introduce PF_MEMALLOC_ISOLATE, Alexandru Elisei
[PATCH RFC 23/37] mm: Teach vma_alloc_folio() about metadata-enabled VMAs, Alexandru Elisei
[PATCH RFC 26/37] arm64: mte: Perform CMOs for tag blocks on tagged page allocation/free, Alexandru Elisei
[PATCH RFC 37/37] arm64: mte: Enable tag storage management, Alexandru Elisei
[PATCH RFC 22/37] mm: shmem: Allocate metadata storage for in-memory filesystems, Alexandru Elisei
[PATCH RFC 24/37] mm: page_alloc: Teach alloc_contig_range() about MIGRATE_METADATA, Alexandru Elisei
[PATCH RFC 25/37] arm64: mte: Manage tag storage on page allocation, Alexandru Elisei
[PATCH RFC 16/37] arm64: mte: Move tag storage to MIGRATE_MOVABLE when MTE is disabled, Alexandru Elisei
[PATCH RFC 27/37] arm64: mte: Reserve tag block for the zero page, Alexandru Elisei
[PATCH RFC 21/37] mm: khugepaged: Handle metadata-enabled VMAs, Alexandru Elisei
Re: [PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse, David Hildenbrand
Re: [PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse, Kuan-Ying Lee (李冠穎)
[PATCH] LoongArch: Fix hw_breakpoint_control() for watchpoints, Huacai Chen
[PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace,
Mark Brown
- [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility, Mark Brown
- [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack, Mark Brown
- [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks, Mark Brown
- [PATCH v5 04/37] arm64/gcs: Document the ABI for Guarded Control Stacks, Mark Brown
- [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS, Mark Brown
- [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps, Mark Brown
- [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions, Mark Brown
- [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs(), Mark Brown
- [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS), Mark Brown
- [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack, Mark Brown
- [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS, Mark Brown
- [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack, Mark Brown
- [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests, Mark Brown
- [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1, Mark Brown
- [PATCH v5 15/37] arm64/idreg: Add overrride for GCS, Mark Brown
- [PATCH v5 17/37] arm64/traps: Handle GCS exceptions, Mark Brown
- [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0, Mark Brown
- [PATCH v5 16/37] arm64/hwcap: Add hwcap for GCS, Mark Brown
- [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled, Mark Brown
- [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack(), Mark Brown
- [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS), Mark Brown
- [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames, Mark Brown
- [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap, Mark Brown
- [PATCH v5 18/37] arm64/mm: Handle GCS data aborts, Mark Brown
- [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files, Mark Brown
- [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface, Mark Brown
- [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code, Mark Brown
- [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program, Mark Brown
- [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc, Mark Brown
- [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests, Mark Brown
- [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test, Mark Brown
- [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking, Mark Brown
- [PATCH v5 35/37] selftests/arm64: Add GCS signal tests, Mark Brown
- [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled, Mark Brown
- [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests, Mark Brown
- [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests, Mark Brown
- [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers, Mark Brown
[PATCH v2 0/9] Support TDX guests on Hyper-V (the Hyper-V specific part),
Dexuan Cui
[PATCH 1/6] sparc: replace #include <asm/export.h> with #include <linux/export.h>,
Masahiro Yamada
[PATCH v7 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv,
Tianyu Lan
[GIT PULL] asm-generic: regression fix for 6.5,
Arnd Bergmann
[PATCH v2 00/15] Introduce /dev/mshv drivers,
Nuno Das Neves
- [PATCH v2 05/15] hyperv: Move hv_connection_id to hyperv-tlfs, Nuno Das Neves
- [PATCH v2 04/15] asm-generic/mshyperv: Introduce hv_recommend_using_aeoi(), Nuno Das Neves
- [PATCH v2 02/15] mshyperv: Introduce hv_get_hypervisor_version function, Nuno Das Neves
- [PATCH v2 03/15] mshyperv: Introduce numa_node_to_proximity_domain_info, Nuno Das Neves
- [PATCH v2 08/15] Drivers: hv: Introduce per-cpu event ring tail, Nuno Das Neves
- [PATCH v2 10/15] x86: hyperv: Add mshv_handler irq handler and setup function, Nuno Das Neves
- [PATCH v2 01/15] hyperv-tlfs: Change shared HV_REGISTER_* defines to HV_MSR_*, Nuno Das Neves
- [PATCH v2 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno, Nuno Das Neves
- [PATCH v2 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c, Nuno Das Neves
- [PATCH v2 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h, Nuno Das Neves
- [PATCH v2 12/15] Documentation: Reserve ioctl number for mshv driver, Nuno Das Neves
- [PATCH v2 11/15] Drivers: hv: export vmbus_isr, hv_context and hv_post_message, Nuno Das Neves
- [PATCH v2 07/15] Drivers: hv: Move hv_call_deposit_pages and hv_call_create_vp to common code, Nuno Das Neves
- [PATCH v2 13/15] uapi: hyperv: Add mshv driver headers hvhdk.h, hvhdk_mini.h, hvgdk.h, hvgdk_mini.h, Nuno Das Neves
- Message not available
Message not available
Message not available
[PATCH treewide 0/9] Remove obsolete IDE headers,
Geert Uytterhoeven
- [PATCH 7/9] ata: pata_falcon: Remove #include <asm/ide.h>, Geert Uytterhoeven
- [PATCH 1/9] ARM: Remove <asm/ide.h>, Geert Uytterhoeven
- [PATCH 3/9] powerpc: Remove <asm/ide.h>, Geert Uytterhoeven
- [PATCH 5/9] asm-generic: Remove ide_iops.h, Geert Uytterhoeven
- [PATCH 2/9] parisc: Remove <asm/ide.h>, Geert Uytterhoeven
- [PATCH 6/9] ata: pata_buddha: Remove #include <asm/ide.h>, Geert Uytterhoeven
- [PATCH 4/9] sparc: Remove <asm/ide.h>, Geert Uytterhoeven
- [PATCH 8/9] ata: pata_gayle: Remove #include <asm/ide.h>, Geert Uytterhoeven
- [PATCH 9/9] m68k: Remove <asm/ide.h>, Geert Uytterhoeven
- Re: [PATCH treewide 0/9] Remove obsolete IDE headers, Damien Le Moal
[PATCH v6 0/8] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv,
Tianyu Lan
[PATCH] treewide: drop CONFIG_EMBEDDED,
Randy Dunlap
[arnd-asm-generic:asm-generic] BUILD SUCCESS cdea694d7616727c2028ddac4d05ce4454d2e1db, kernel test robot
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]