linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-21 06:38:50 to 2022-02-27 01:24:41 UTC [more...]

[RFC PATCH 00/13] Proposal for speculative safe list iterator
 2022-02-27  1:19 UTC  (41+ messages)
` [RFC PATCH 01/13] list: introduce speculative safe list_for_each_entry()
` [RFC PATCH 03/13] usb: remove the usage of the list iterator after the loop
` [RFC PATCH 04/13] vfio/mdev: "
` [RFC PATCH 07/13] udp_tunnel: "

[PATCH V6 00/22] arch: Add basic LoongArch support
 2022-02-26 11:03 UTC  (23+ messages)
` [PATCH V6 01/22] Documentation: LoongArch: Add basic documentations
` [PATCH V6 02/22] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V6 03/22] LoongArch: Add elf-related definitions
` [PATCH V6 04/22] LoongArch: Add writecombine support for drm
` [PATCH V6 05/22] LoongArch: Add build infrastructure
` [PATCH V6 06/22] LoongArch: Add CPU definition headers
` [PATCH V6 07/22] LoongArch: Add atomic/locking headers
` [PATCH V6 08/22] LoongArch: Add other common headers
` [PATCH V6 09/22] LoongArch: Add boot and setup routines
` [PATCH V6 10/22] LoongArch: Add exception/interrupt handling
` [PATCH V6 11/22] LoongArch: Add process management
` [PATCH V6 12/22] LoongArch: Add memory management
` [PATCH V6 13/22] LoongArch: Add system call support
` [PATCH V6 14/22] LoongArch: Add signal handling support
` [PATCH V6 15/22] LoongArch: Add elf and module support
` [PATCH V6 16/22] LoongArch: Add misc common routines
` [PATCH V6 17/22] LoongArch: Add some library functions
` [PATCH V6 18/22] LoongArch: Add PCI controller support
` [PATCH V6 19/22] LoongArch: Add VDSO and VSYSCALL support
` [PATCH V6 20/22] LoongArch: Add multi-processor (SMP) support
` [PATCH V6 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V6 22/22] LoongArch: Add Loongson-3 default config file

[arnd-asm-generic:set_fs-4] BUILD SUCCESS 967747bbc084b93b54e66f9047d342232314cd25
 2022-02-26  1:55 UTC 

[arnd-asm-generic:asm-generic] BUILD SUCCESS dd865f090f0382ba9e74dc4fe1008c08a67a6fca
 2022-02-26  1:55 UTC 

[PATCH V6 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-02-25 16:07 UTC  (30+ messages)
` [PATCH V6 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V6 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V6 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V6 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V6 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V6 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V6 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V6 08/20] riscv: Fixup difference with defconfig
` [PATCH V6 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V6 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V6 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V6 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V6 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V6 14/20] riscv: compat: Add elf.h implementation
` [PATCH V6 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V6 16/20] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V6 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V6 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V6 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V6 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v8 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2022-02-25 15:54 UTC  (7+ messages)

[PATCH 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-25 14:38 UTC  (7+ messages)
` [PATCH 25/30] nios2/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT

[PATCH V2 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-25  9:35 UTC  (39+ messages)
` [PATCH V2 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH V2 02/30] mm/mmap: Clarify protection_map[] indices
` [PATCH V2 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 05/30] arm64/mm: "
` [PATCH V2 06/30] sparc/mm: "
` [PATCH V2 07/30] mips/mm: "
` [PATCH V2 08/30] m68k/mm: "
` [PATCH V2 09/30] arm/mm: "
` [PATCH V2 10/30] x86/mm: "
` [PATCH V2 11/30] mm/mmap: Drop protection_map[]
` [PATCH V2 12/30] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V2 13/30] mm/mmap: Drop arch_vm_get_page_pgprot()
` [PATCH V2 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V2 15/30] riscv/mm: "
` [PATCH V2 16/30] alpha/mm: "
` [PATCH V2 17/30] sh/mm: "
` [PATCH V2 18/30] arc/mm: "
` [PATCH V2 19/30] csky/mm: "
` [PATCH V2 20/30] extensa/mm: "
` [PATCH V2 21/30] parisc/mm: "
` [PATCH V2 22/30] openrisc/mm: "
` [PATCH V2 23/30] um/mm: "
` [PATCH V2 24/30] microblaze/mm: "
` [PATCH V2 25/30] nios2/mm: "
` [PATCH V2 26/30] hexagon/mm: "
` [PATCH V2 27/30] nds32/mm: "
` [PATCH V2 28/30] ia64/mm: "
` [PATCH V2 29/30] mm/mmap: Drop generic vm_get_page_prot()
` [PATCH V2 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

Wycena paneli fotowoltaicznych
 2022-02-25  7:45 UTC 

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-25  4:33 UTC  (23+ messages)
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

riscv: 32-bit adding __ARCH_WANT_TIME32_SYSCALLS for syscalls
 2022-02-25  2:45 UTC 

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-24  1:36 UTC  (9+ messages)
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation

[PATCH v1] random: block in /dev/urandom
 2022-02-23 17:55 UTC  (4+ messages)

[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
 2022-02-23 17:17 UTC  (2+ messages)

[PATCH v6 0/6] Allocate module text and data separately
 2022-02-23 12:02 UTC  (7+ messages)
` [PATCH v6 1/6] module: Always have struct mod_tree_root
` [PATCH v6 2/6] module: Prepare for handling several RB trees
` [PATCH v6 3/6] module: Introduce data_layout
` [PATCH v6 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v6 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v6 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation
 2022-02-23  9:55 UTC  (3+ messages)

[PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread
 2022-02-23  9:21 UTC  (3+ messages)

Napływ Klientów ze strony
 2022-02-23  8:40 UTC 

[PATCH V5 09/21] riscv: compat: Add basic compat data type implementation
 2022-02-23  8:54 UTC  (3+ messages)

[PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH v5 0/6] Allocate module text and data separately
 2022-02-22 17:57 UTC  (8+ messages)
` [PATCH v5 1/6] module: Always have struct mod_tree_root
` [PATCH v5 2/6] module: Prepare for handling several RB trees
` [PATCH v5 3/6] module: Introduce data_layout
` [PATCH v5 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v5 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v5 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH v4 0/6] Allocate module text and data separately
 2022-02-22 10:32 UTC  (7+ messages)
` [PATCH v4 1/6] module: Always have struct mod_tree_root
` [PATCH v4 2/6] module: Prepare for handling several RB trees
` [PATCH v4 3/6] module: Introduce data_layout
` [PATCH v4 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v4 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v4 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4
 2022-02-21 20:06 UTC  (3+ messages)

[arnd-asm-generic:set_fs-3 13/18] arch/csky/kernel/perf_callchain.c:55:14: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-02-21 15:21 UTC 


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).