messages from 2023-06-23 12:17:37 to 2023-07-03 03:10:19 UTC [more...]
[PATCH -next V17 0/7] riscv: Add GENERIC_ENTRY support
2023-07-03 3:09 UTC (10+ messages)
` [PATCH -next V17 4/7] riscv: entry: Convert to generic entry
[PATCH v9 23/42] Documentation/x86: Add CET shadow stack description
2023-07-02 18:03 UTC (25+ messages)
[GIT PULL] csky changes for v6.5
2023-07-02 4:14 UTC (2+ messages)
[PATCH] riscv: entry: Fixup do_trap_break from kernel side
2023-07-02 2:57 UTC
[arnd-asm-generic:asm-generic] BUILD SUCCESS 4dd595c34c4bb22c16a76206a18c13e4e194335d
2023-07-01 9:04 UTC
[GIT PULL] LoongArch changes for v6.5
2023-06-30 17:24 UTC (2+ messages)
[PATCH v3 0/9] Introduce SMT level and add PowerPC support
2023-06-30 15:19 UTC (13+ messages)
` [PATCH v3 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
` [PATCH v3 2/9] cpu/SMT: Move smt/control simple exit cases earlier
` [PATCH v3 3/9] cpu/SMT: Store the current/max number of threads
` [PATCH v3 4/9] cpu/SMT: Remove topology_smt_supported()
` [PATCH v3 5/9] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH v3 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH v3 7/9] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH v3 8/9] powerpc: Add HOTPLUG_SMT support
` [PATCH v3 9/9] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs
[PATCH 00/12] arch,fbdev: Move screen_info into arch/
2023-06-30 11:53 UTC (25+ messages)
` [PATCH 01/12] efi: Do not include <linux/screen_info.h> from EFI header
` [PATCH 02/12] fbdev/sm712fb: Do not include <linux/screen_info.h>
` [PATCH 03/12] sysfb: Do not include <linux/screen_info.h> from sysfb header
` [PATCH 04/12] staging/sm750fb: Do not include <linux/screen_info.h>
` [PATCH 05/12] arch: Remove trailing whitespaces
` [PATCH 06/12] arch: Declare screen_info in <asm/screen_info.h>
` [PATCH 07/12] arch/x86: Declare edid_info "
` [PATCH 08/12] drivers/firmware: Remove trailing whitespaces
` [PATCH 09/12] drivers: Add dependencies on CONFIG_ARCH_HAS_SCREEN_INFO
` [PATCH 10/12] fbdev/core: Use fb_is_primary_device() in fb_firmware_edid()
` [PATCH 11/12] fbdev/core: Protect edid_info with CONFIG_ARCH_HAS_EDID_INFO
` [PATCH 12/12] fbdev/core: Define empty fb_firmware_edid() in <linux/fb.h>
[PATCH RFC v2 0/4] Add support for sharing page tables across processes (Previously mshare)
2023-06-30 11:29 UTC (4+ messages)
` [PATCH RFC v2 3/4] mm/ptshare: Create new mm struct for page table sharing
[PATCH] arch/sparc: Add module license and description for fbdev helpers
2023-06-30 11:04 UTC (7+ messages)
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-06-30 5:33 UTC (3+ messages)
[PATCH v2 0/9] Introduce SMT level and add PowerPC support
2023-06-29 13:31 UTC (14+ messages)
` [PATCH v2 1/9] cpu/SMT: Move SMT prototypes into cpu_smt.h
` [PATCH v2 2/9] cpu/SMT: Move smt/control simple exit cases earlier
` [PATCH v2 3/9] cpu/SMT: Store the current/max number of threads
` [PATCH v2 4/9] cpu/SMT: Remove topology_smt_supported()
` [PATCH v2 5/9] cpu/SMT: Create topology_smt_thread_allowed()
` [PATCH v2 6/9] cpu/SMT: Allow enabling partial SMT states via sysfs
` [PATCH v2 7/9] powerpc/pseries: Initialise CPU hotplug callbacks earlier
` [PATCH v2 8/9] powerpc: Add HOTPLUG_SMT support
` [PATCH v2 9/9] powerpc/pseries: Honour current SMT state when DLPAR onlining CPUs
[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
2023-06-29 13:26 UTC (5+ messages)
[PATCH] riscv: pageattr: Fixup synchronization problem between init_mm and active_mm
2023-06-29 8:20 UTC
[PATCH v6 00/33] Split ptdesc from struct page
2023-06-28 18:51 UTC (43+ messages)
` [PATCH v6 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v6 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v6 03/33] pgtable: Create struct ptdesc
` [PATCH v6 04/33] mm: add utility functions for ptdesc
` [PATCH v6 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v6 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v6 07/33] mm: Convert ptlock_ptr() "
` [PATCH v6 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v6 09/33] mm: Convert ptlock_init() "
` [PATCH v6 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v6 11/33] mm: Convert ptlock_free() "
` [PATCH v6 12/33] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v6 13/33] powerpc: Convert various functions to use ptdescs
` [PATCH v6 14/33] x86: "
` [PATCH v6 15/33] s390: Convert various gmap "
` [PATCH v6 16/33] s390: Convert various pgalloc "
` [PATCH v6 17/33] mm: Remove page table members from struct page
` [PATCH v6 18/33] pgalloc: Convert various functions to use ptdescs
` [PATCH v6 19/33] arm: "
` [PATCH v6 20/33] arm64: "
` [PATCH v6 21/33] csky: Convert __pte_free_tlb() "
` [PATCH v6 22/33] hexagon: "
` [PATCH v6 23/33] loongarch: Convert various functions "
` [PATCH v6 24/33] m68k: "
` [PATCH v6 25/33] mips: "
` [PATCH v6 26/33] nios2: Convert __pte_free_tlb() "
` [PATCH v6 27/33] openrisc: "
` [PATCH v6 28/33] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v6 29/33] sh: Convert pte_free_tlb() "
` [PATCH v6 30/33] sparc64: Convert various functions "
` [PATCH v6 31/33] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v6 32/33] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v6 33/33] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH v9 0/2] Support TDX guests on Hyper-V (the x86/tdx part)
2023-06-28 18:45 UTC (3+ messages)
[PATCH v2] Drivers: hv: Change hv_free_hyperv_page() to take void * argument
2023-06-28 17:51 UTC (4+ messages)
[PATCH 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-06-28 10:53 UTC (9+ messages)
` [PATCH 5/9] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp enlightened guest
` [EXTERNAL] "
[PATCH v3 00/19] arch: Consolidate <asm/fb.h>
2023-06-28 10:26 UTC (3+ messages)
` [PATCH v3 06/19] arch/loongarch: Implement <asm/fb.h> with generic helpers
[PATCH v3 17/19] arch/sparc: Implement fb_is_primary_device() in source file
2023-06-28 10:01 UTC (6+ messages)
` [v3,17/19] "
Słowa kluczowe do wypozycjonowania
2023-06-28 7:50 UTC
[PATCH] riscv: sigcontext: Correct the comment of sigreturn
2023-06-28 9:12 UTC
[GIT PULL] Move arm64 documentation under Documentation/arch
2023-06-28 5:40 UTC (2+ messages)
[PATCH v9 00/42] Shadow stacks for userspace
2023-06-28 0:37 UTC (12+ messages)
` [PATCH v9 16/42] mm: Add guard pages around a shadow stack
` [PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support
[PATCH v5 00/33] Split ptdesc from struct page
2023-06-27 21:57 UTC (14+ messages)
` [PATCH v5 24/33] m68k: Convert various functions to use ptdescs
` [PATCH v5 26/33] nios2: Convert __pte_free_tlb() "
[GIT PULL] Move Arm documentation under Documentation/arch
2023-06-27 19:04 UTC (2+ messages)
[PATCH v4 0/9] GenieZone hypervisor drivers
2023-06-27 9:29 UTC (5+ messages)
` [PATCH v4 5/9] virt: geniezone: Add irqfd support
[PATCH V2 0/9] x86/hyperv: Add AMD sev-snp enlightened guest support on hyperv
2023-06-27 3:22 UTC (10+ messages)
` [PATCH V2 1/9] x86/hyperv: Add sev-snp enlightened guest static key
` [PATCH V2 2/9] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [PATCH V2 3/9] x86/hyperv: Mark Hyper-V vp assist page unencrypted in SEV-SNP enlightened guest
` [PATCH V2 4/9] drivers: hv: Mark percpu hvcall input arg "
` [PATCH V2 5/9] x86/hyperv: Use vmmcall to implement Hyper-V hypercall in sev-snp "
` [PATCH V2 6/9] clocksource: hyper-v: Mark hyperv tsc page unencrypted "
` [PATCH V2 7/9] x86/hyperv: Initialize cpu and memory for SEV-SNP "
` [PATCH V2 8/9] x86/hyperv: Add smp support for SEV-SNP guest
` [PATCH V2 9/9] x86/hyperv: Add hyperv-specific handling for VMMCALL under SEV-ES
[PATCH v2 0/2] send tlb_remove_table_smp_sync IPI only to necessary CPUs
2023-06-26 15:23 UTC (7+ messages)
` [PATCH v2 2/2] mm/mmu_gather: send tlb_remove_table_smp_sync IPI only to MM CPUs
[PATCH v2 0/7] GenieZone hypervisor drivers
2023-06-26 9:05 UTC (5+ messages)
` [PATCH v2 2/7] dt-bindings: hypervisor: Add MediaTek GenieZone hypervisor
[PATCH v7 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
2023-06-26 2:45 UTC (4+ messages)
` [PATCH v7 12/19] sh: mm: Convert to GENERIC_IOREMAP
[PATCH -next V13 0/3] riscv: Add independent irq/softirq stacks support
2023-06-25 23:20 UTC (3+ messages)
[PATCH v2 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
2023-06-25 20:06 UTC (8+ messages)
[PATCH v7 02/19] hexagon: mm: Convert to GENERIC_IOREMAP
2023-06-25 1:15 UTC (5+ messages)
[PATCH v7 10/19] s390: mm: Convert to GENERIC_IOREMAP
2023-06-24 12:45 UTC (5+ messages)
[PATCH 1/5] sh: rename suffix-y to suffix_y
2023-06-23 14:45 UTC (4+ messages)
` [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}
[PATCH] syscalls: Fix file path names in the header comments
2023-06-23 12:25 UTC (3+ messages)
` [PATCH] syscalls: Remove file path comments from headers
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).