Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-16 07:04:50 to 2022-03-25 13:15:58 UTC [more...]

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2022-03-25 13:15 UTC  (18+ messages)
` [PATCH 10/43] kmsan: pgtable: reduce vmalloc space
` [PATCH 12/43] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
` [PATCH 13/43] kmsan: add KMSAN runtime core
` [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code

[PATCH 0/1] lib/Kconfig: remove DEBUG_PER_CPU_MAPS dependency for CPUMASK_OFFSTACK
 2022-03-24 23:18 UTC  (2+ messages)
` [PATCH] "

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

[GIT PULL] asm-generic updates for 5.18
 2022-03-24  2:04 UTC  (2+ messages)

[PATCH v1] random: block in /dev/urandom
 2022-03-23 16:47 UTC  (18+ messages)

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

[PATCH -next] uaccess: fix __access_ok limit setup in compat mode
 2022-03-23 10:34 UTC  (6+ messages)

[PATCH V2 0/5] Generic Ticket Spinlocks
 2022-03-22 21:24 UTC  (13+ messages)
` [PATCH V2 1/5] asm-generic: ticket-lock: New generic ticket-based spinlock
  ` [OpenRISC] "
` [PATCH V2 2/5] asm-generic: qspinlock: Indicate the use of mixed-size atomics
` [PATCH V2 3/5] csky: Move to generic ticket-spinlock
` [PATCH V2 4/5] RISC-V: Move to ticket-spinlocks & RW locks
` [PATCH V2 5/5] openrisc: Move to ticket-spinlock

[PATCH 0/5] Generic Ticket Spinlocks
 2022-03-22 20:19 UTC  (25+ messages)
` [PATCH 1/5] asm-generic: qspinlock: Indicate the use of mixed-size atomics
` [PATCH 2/5] asm-generic: ticket-lock: New generic ticket-based spinlock
` [PATCH 3/5] openrisc: Move to ticket-spinlock
` [PATCH 4/5] RISC-V: Move to ticket-spinlocks
` [PATCH 5/5] RISC-V: Move to queued RW locks

[ANNOUNCE] "Fast Kernel Headers" Tree -v2
 2022-03-22 19:03 UTC  (6+ messages)
` [TREE] "Fast Kernel Headers" Tree -v3

[PATCH 0/2] locking: Add new lock contention tracepoints (v4)
 2022-03-22 18:57 UTC  (3+ messages)
` [PATCH 1/2] locking: Add lock contention tracepoints
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path

[PATCH] csky: Move to generic ticket-spinlock
 2022-03-22 17:48 UTC  (6+ messages)

[PATCH v6 0/6] Allocate module text and data separately
 2022-03-22 17:24 UTC  (2+ messages)

[PATCH 0/2] locking: Add new lock contention tracepoints (v3)
 2022-03-22 16:39 UTC  (26+ messages)
` [PATCH 1/2] locking: Add lock contention tracepoints
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path

[GIT PULL] LKMM changes for v5.18
 2022-03-21 21:53 UTC  (2+ messages)

[PATCH V8 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-21  0:22 UTC  (15+ messages)
` [PATCH V8 08/20] riscv: Fixup difference with defconfig
` [PATCH V8 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V8 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V8 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V8 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V8 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V8 14/20] riscv: compat: Add elf.h implementation
` [PATCH V8 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V8 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V8 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V8 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V8 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V8 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v2 1/1] mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pages_flush
 2022-03-17 23:40 UTC  (2+ messages)

Napływ Klientów ze strony
 2022-03-17  8:40 UTC 

[PATCH 1/1] mm/mmu_gather: limit tlb batch count and add schedule point in tlb_batch_pages_flush
 2022-03-17  2:21 UTC  (3+ messages)

[GIT PULL] LKMM changes for v5.18 (take two)
 2022-03-16 20:35 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 read-only IMAP folder(s) and NNTP newsgroup(s).