linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-01 19:31:32 to 2023-05-08 16:42:29 UTC [more...]

[PATCH v3 00/38] Kconfig: Introduce HAS_IOPORT config option
 2023-05-08 16:41 UTC  (11+ messages)
` [PATCH v3 21/38] parport: PC style parport depends on HAS_IOPORT
` [PATCH v3 28/38] rtc: add HAS_IOPORT dependencies
` [PATCH v3 30/38] sound: "

[PATCH 00/40] Memory allocation profiling
 2023-05-08 16:28 UTC  (125+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
` [PATCH 03/40] fs: Convert alloc_inode_sb() to a macro
` [PATCH 06/40] lib/string.c: strsep_no_empty()
` [PATCH 09/40] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH 19/40] change alloc_pages name in dma_map_ops to avoid name conflicts
` [PATCH 28/40] timekeeping: Fix a circular include dependency
` [PATCH 34/40] lib: code tagging context capture support
` [PATCH 35/40] lib: implement context capture support for tagged allocations

[PATCH v5 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-08 11:48 UTC  (7+ messages)
` [PATCH v5 1/6] fbdev/matrox: Remove trailing whitespaces
` [PATCH v5 2/6] ipu-v3: Include <linux/io.h>
` [PATCH v5 3/6] fbdev: Include <linux/io.h> in various drivers
` [PATCH v5 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
` [PATCH v5 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v5 6/6] fbdev: Rename fb_mem*() helpers

[PATCH RFC 25/43] x86/mm: Make the x86 GOT read-only
 2023-05-08 11:40 UTC  (3+ messages)

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-06 11:35 UTC  (5+ messages)
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() to use ptdescs
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v6 0/6] Support TDX guests on Hyper-V
 2023-05-05 16:48 UTC  (9+ messages)
` [PATCH v6 1/6] x86/tdx: Retry TDVMCALL_MAP_GPA() when needed
` [PATCH v6 2/6] x86/tdx: Support vmalloc() for tdx_enc_status_changed()
` [PATCH v6 3/6] x86/hyperv: Add hv_isolation_type_tdx() to detect TDX guests
` [PATCH v6 4/6] x86/hyperv: Support hypercalls for "
` [PATCH v6 5/6] Drivers: hv: vmbus: Support "
` [PATCH v6 6/6] x86/hyperv: Fix serial console interrupts for "

[RFC PATCH V5 00/15] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-05-05 10:59 UTC  (17+ messages)
` [RFC PATCH V5 03/15] x86/hyperv: Set Virtual Trust Level in VMBus init message
` [RFC PATCH V5 05/15] clocksource/drivers/hyper-v: decrypt hyperv tsc page in sev-snp enlightened guest
` [RFC PATCH V5 09/15] x86/hyperv: Add smp support for sev-snp guest
  ` [EXTERNAL] "
` [RFC PATCH V5 11/15] x86/sev: Add a #HV exception handler
` [RFC PATCH V5 15/15] x86/sev: Fix interrupt exit code paths from #HV exception

[PATCH v4 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-05  7:02 UTC  (18+ messages)
` [PATCH v4 1/6] fbdev/matrox: Remove trailing whitespaces
  ` [v4,1/6] "
` [PATCH v4 2/6] ipu-v3: Include <linux/io.h>
  ` [v4,2/6] "
` [PATCH v4 3/6] fbdev: Include <linux/io.h> in various drivers
  ` [v4,3/6] "
` [PATCH v4 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
  ` [v4,4/6] "
` [PATCH v4 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
  ` [v4,5/6] "
` [PATCH v4 6/6] fbdev: Rename fb_mem*() helpers
  ` [v4,6/6] "

[GIT PULL] LoongArch changes for v6.4
 2023-05-04 19:49 UTC  (2+ messages)

[GIT PULL] csky changes for v6.4
 2023-05-04 19:49 UTC  (2+ messages)

[PATCH v13 2/3] cachestat: implement cachestat syscall
 2023-05-04 18:06 UTC 

[RFC PATCH] kallsyms: Avoid weak references for kallsyms symbols
 2023-05-04 17:43 UTC 

[PATCH v3 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-03 19:06 UTC  (23+ messages)
` [PATCH v3 1/6] fbdev/matrox: Remove trailing whitespaces
` [PATCH v3 2/6] ipu-v3: Include <linux/io.h>
` [PATCH v3 3/6] fbdev: Include <linux/io.h> in various drivers
` [PATCH v3 4/6] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH v3 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v3 6/6] fbdev: Rename fb_mem*() helpers

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 UTC  (4+ messages)

[PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes
 2023-05-03  7:32 UTC  (2+ messages)

[PATCH v5 0/6] Support TDX guests on Hyper-V
 2023-05-02 19:21 UTC  (6+ messages)
` [PATCH v5 5/6] Drivers: hv: vmbus: Support TDX guests

[PATCH v2 21/34] arm64: Convert various functions to use ptdescs
 2023-05-02  2:21 UTC  (3+ messages)

[PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs
 2023-05-01 20:59 UTC  (2+ 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).