Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-01 07:35:39 to 2021-07-14 15:54:14 UTC [more...]

[PATCH] Decouple build from userspace headers
 2021-07-14 15:54 UTC  (5+ messages)

[PATCH 1/1] drivers: hv: Decouple Hyper-V clock/timer code from VMbus drivers
 2021-07-14  9:52 UTC  (2+ messages)

[PATCH 0/3] Additional refactoring of Hyper-V arch specific code
 2021-07-14  9:37 UTC  (9+ messages)
` [PATCH 1/3] Drivers: hv: Make portions of Hyper-V init code be arch neutral
` [PATCH 2/3] Drivers: hv: Add arch independent default functions for some Hyper-V handlers
` [PATCH 3/3] Drivers: hv: Move Hyper-V misc functionality to arch-neutral code

x86 system call (using sysenter) perf regression
 2021-07-13  2:36 UTC  (3+ messages)

[PATCH 1/1] asm-generic/hyperv: Add missing #include of nmi.h
 2021-07-12 17:26 UTC  (2+ messages)

[PATCH v4 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-07-12 11:52 UTC  (5+ messages)
` [PATCH v4 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v4 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v4 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v4 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-12  9:40 UTC  (7+ messages)
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function

[PATCH v2 0/3] lib/string: optimized mem* functions
 2021-07-12  8:15 UTC  (9+ messages)
` [PATCH v2 1/3] lib/string: optimized memcpy
` [PATCH v2 2/3] lib/string: optimized memmove
` [PATCH v2 3/3] lib/string: optimized memset

[PATCH RFC v2] m68k: remove get_fs()/set_fs()
 2021-07-09 20:13 UTC 

[PATCH 00/19] arch: Add basic LoongArch support
 2021-07-09 15:59 UTC  (79+ messages)
` [PATCH 01/19] LoongArch: Add elf-related definitions
` [PATCH 02/19] LoongArch: Add writecombine support for drm
` [PATCH 03/19] LoongArch: Add build infrastructure
` [PATCH 05/19] LoongArch: Add boot and setup routines
` [PATCH 06/19] LoongArch: Add exception/interrupt handling
` [PATCH 07/19] LoongArch: Add process management
` [PATCH 08/19] LoongArch: Add memory management
` [PATCH 09/19] LoongArch: Add system call support
` [PATCH 10/19] LoongArch: Add signal handling support
` [PATCH 11/19] LoongArch: Add elf and module support
` [PATCH 12/19] LoongArch: Add misc common routines
` [PATCH 13/19] LoongArch: Add some library functions
` [PATCH 14/19] LoongArch: Add 64-bit Loongson platform
` [PATCH 15/19] LoongArch: Add PCI controller support
` [PATCH 16/19] LoongArch: Add VDSO and VSYSCALL support
` [PATCH 17/19] LoongArch: Add multi-processor (SMP) support
` [PATCH 18/19] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH 19/19] LoongArch: Add Loongson-3 default config file
  ` [PATCH 04/19] LoongArch: Add common headers

[RFC v1 2/8] asm-generic/hyperv: add device domain definitions
 2021-07-09 11:43 UTC 

x86 CPU features detection for applications (and AMX)
 2021-07-08 17:56 UTC  (8+ messages)

x86 CPU features detection for applications (and AMX)
 2021-07-08 15:13 UTC  (19+ messages)

[RFC PATCH V4 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-08 14:40 UTC  (15+ messages)
` [RFC PATCH V4 01/12] x86/HV: Initialize shared memory boundary in the Isolation VM
` [RFC PATCH V4 02/12] x86/HV: Add new hvcall guest address host visibility support
` [RFC PATCH V4 03/12] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [RFC PATCH V4 04/12] HV: Add Write/Read MSR registers via ghcb page
` [RFC PATCH V4 05/12] HV: Add ghcb hvcall support for SNP VM
` [RFC PATCH V4 06/12] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [RFC PATCH V4 07/12] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [RFC PATCH V4 08/12] x86/Swiotlb/HV: Add Swiotlb bounce buffer remap function for HV IVM
` [RFC PATCH V4 09/12] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [RFC PATCH V4 10/12] HV/Netvsc: Add Isolation VM support for netvsc driver
` [RFC PATCH V4 11/12] HV/Storvsc: Add Isolation VM support for storvsc driver
` [RFC PATCH V4 12/12] x86/HV: Not set memory decrypted/encrypted during kexec alloc/free page in IVM

[Resend RFC PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-08 13:54 UTC  (16+ messages)
` [Resend RFC PATCH V4 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [Resend RFC PATCH V4 02/13] x86/HV: Initialize shared memory boundary in the "
` [Resend RFC PATCH V4 03/13] x86/HV: Add new hvcall guest address host visibility support
` [Resend RFC PATCH V4 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [Resend RFC PATCH V4 05/13] HV: Add Write/Read MSR registers via ghcb page
` [Resend RFC PATCH V4 06/13] HV: Add ghcb hvcall support for SNP VM
` [Resend RFC PATCH V4 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [Resend RFC PATCH V4 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [Resend RFC PATCH V4 09/13] x86/Swiotlb/HV: Add Swiotlb bounce buffer remap function for HV IVM
` [Resend RFC PATCH V4 10/13] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [Resend RFC PATCH V4 11/13] HV/Netvsc: Add Isolation VM support for netvsc driver
` [Resend RFC PATCH V4 12/13] HV/Storvsc: Add Isolation VM support for storvsc driver
` [Resend RFC PATCH V4 13/13] x86/HV: Not set memory decrypted/encrypted during kexec alloc/free page in IVM

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2021-07-08 12:48 UTC  (3+ messages)

[syzbot] kernel BUG in __tlb_remove_page_size
 2021-07-08  4:37 UTC 

[linux-audit/audit-kernel] BUG: audit_classify_syscall() fails to properly handle 64-bit syscalls when executing as 32-bit application on ARM (#131)
 2021-07-07 18:54 UTC  (9+ messages)

[Resend RFC PATCH V4 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-07 15:45 UTC 

[PATCH 0/9] sections: Unify kernel sections range check and use
 2021-07-07 12:43 UTC  (4+ messages)
` [PATCH 2/9] kallsyms: Fix address-checks for kernel related range

[PATCH AUTOSEL 5.12 139/160] net: retrieve netns cookie via getsocketopt
 2021-07-06 11:18 UTC 

[PATCH AUTOSEL 5.13 167/189] net: retrieve netns cookie via getsocketopt
 2021-07-06 11:13 UTC 

[PATCH v8 3/8] security/brute: Detect a brute force attack
 2021-07-05 12:52 UTC  (6+ messages)

[GIT PULL 1/2] asm-generic: rework PCI I/O space access
 2021-07-05 12:40 UTC  (7+ messages)
` [GIT PULL 2/2] asm-generic: Unify asm/unaligned.h around struct helper

[PATCH v2 0/9] ARM: remove set_fs callers and implementation
 2021-07-05  6:01 UTC  (4+ messages)

[PATCH AUTOSEL 5.12 20/80] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:05 UTC 

[PATCH AUTOSEL 5.10 19/70] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:07 UTC 

[PATCH AUTOSEL 5.13 20/85] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:03 UTC 

[GIT PULL] csky changes for v5.14-rc1
 2021-07-04 20:09 UTC  (2+ messages)

[PATCH] x86: enable dead code and data elimination
 2021-07-02  0:30 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 read-only IMAP folder(s) and NNTP newsgroup(s).