Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-29 07:24:43 to 2024-04-09 08:29:48 UTC [more...]

[PATCH v3 00/15] Add support for suppressing warning backtraces
 2024-04-09  8:29 UTC  (23+ messages)
` [PATCH v3 01/15] bug/kunit: Core "
` [PATCH v3 02/15] kunit: bug: Count suppressed "
` [PATCH v3 03/15] kunit: Add test cases for backtrace warning suppression
` [PATCH v3 04/15] kunit: Add documentation for warning backtrace suppression API
` [PATCH v3 05/15] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v3 06/15] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH v3 07/15] x86: Add support for suppressing warning backtraces
` [PATCH v3 08/15] arm64: "
` [PATCH v3 09/15] loongarch: "
` [PATCH v3 10/15] parisc: "
` [PATCH v3 11/15] s390: "
` [PATCH v3 12/15] sh: "
` [PATCH v3 13/15] sh: Move defines needed "
` [PATCH v3 14/15] riscv: Add support "
` [PATCH v3 15/15] powerpc: "

[WIP 0/3] Memory model and atomic API in Rust
 2024-04-09  4:47 UTC  (24+ messages)

[PATCH RFC cmpxchg 0/8] Provide emulation for one- and two-byte cmpxchg()
 2024-04-08 20:53 UTC  (21+ messages)
` [PATCH RFC cmpxchg 1/8] lib: Add one-byte and two-byte cmpxchg() emulation functions
  ` [PATCH cmpxchg 01/14] sparc32: make __cmpxchg_u32() return u32
  ` [PATCH cmpxchg 02/14] sparc32: make the first argument of __cmpxchg_u64() volatile u64 *
  ` [PATCH cmpxchg 03/14] sparc32: unify __cmpxchg_u{32,64}
  ` [PATCH cmpxchg 04/14] sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes
  ` [PATCH cmpxchg 05/14] parisc: __cmpxchg_u32(): lift conversion into the callers
  ` [PATCH cmpxchg 06/14] parisc: unify implementations of __cmpxchg_u{8,32,64}
  ` [PATCH cmpxchg 07/14] parisc: add missing export of __cmpxchg_u8()
  ` [PATCH cmpxchg 08/14] parisc: add u16 support to cmpxchg()
  ` [PATCH cmpxchg 09/14] lib: Add one-byte emulation function
  ` [PATCH cmpxchg 10/14] ARC: Emulate one-byte cmpxchg
  ` [PATCH cmpxchg 11/14] csky: "
  ` [PATCH cmpxchg 12/14] sh: "
  ` [PATCH cmpxchg 13/14] xtensa: "
  ` [PATCH cmpxchg 14/14] riscv: "

[PATCH memory-model 0/3] LKMM updates for v6.10
 2024-04-08 20:46 UTC  (6+ messages)
` [PATCH memory-model 1/3] Documentation/litmus-tests: Add locking tests to README
` [PATCH memory-model 2/3] Documentation/litmus-tests: Demonstrate unordered failing cmpxchg
` [PATCH memory-model 3/3] Documentation/atomic_t: Emphasize that failed atomic operations give no ordering

[PATCH 8/9] tools/include: Sync asm-generic/bitops/fls.h with the kernel sources
 2024-04-08 18:55 UTC 

[linux-next:master] BUILD REGRESSION 11cb68ad52ac78c81e33b806b531f097e68edfa2
 2024-04-08 17:11 UTC 

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-08 15:57 UTC  (17+ messages)
` [RFC PATCH net-next v8 01/14] queue_api: define queue api
` [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v8 03/14] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v8 09/14] net: support non paged skb frags
` [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-04-08 15:34 UTC  (9+ messages)
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[PATCH v4 00/10] Introduce SMT level and add PowerPC support
 2024-04-08 14:13 UTC  (3+ messages)
` [PATCH v4 07/10] cpu/SMT: Allow enabling partial SMT states via sysfs

[PATCH v6 13/37] lib: add allocation tagging support for memory allocation profiling
 2024-04-07 16:50 UTC  (4+ messages)

[PATCH v6 00/37] Memory allocation profiling
 2024-04-06 21:42 UTC  (20+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes
` [PATCH v6 05/37] fs: Convert alloc_inode_sb() to a macro

[linux-next:master] BUILD REGRESSION 8568bb2ccc278f344e6ac44af6ed010a90aa88dc
 2024-04-05 15:40 UTC  (2+ messages)

[PATCH 1/1] mm: change inlined allocation helpers to account at the call site
 2024-04-05 13:53 UTC  (14+ messages)

[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers
 2024-04-05  9:04 UTC  (5+ messages)
` [PATCH v3 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH v3 2/3] arch: Remove struct fb_info from video helpers
` [PATCH v3 3/3] arch: Rename fbdev header and source files

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-04 21:39 UTC  (36+ messages)
` [PATCH v3 01/29] riscv: envcfg save and restore on task switching
` [PATCH v3 02/29] riscv: define default value for envcfg for task
` [PATCH v3 03/29] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v3 05/29] riscv: zicfiss / zicfilp enumeration
` [PATCH v3 06/29] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v3 07/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v3 08/29] mm: Define VM_SHADOW_STACK for RISC-V
` [PATCH v3 09/29] mm: abstract shadow stack vma behind `vma_is_shadow_stack`
` [PATCH v3 10/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v3 11/29] riscv mm: manufacture shadow stack pte
` [PATCH v3 12/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 14/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v3 15/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v3 16/29] prctl: arch-agnostic prctl for shadow stack
` [PATCH v3 17/29] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v3 18/29] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v3 19/29] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v3 20/29] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v3 21/29] riscv/traps: Introduce software check exception
` [PATCH v3 22/29] riscv sigcontext: adding cfi state field in sigcontext
` [PATCH v3 23/29] riscv signal: Save and restore of shadow stack for signal
` [PATCH v3 24/29] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v3 25/29] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v3 26/29] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v3 27/29] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v3 28/29] riscv: Documentation for shadow stack on riscv
` [PATCH v3 29/29] kselftest/riscv: kselftest for user mode cfi

[linux-next:master] BUILD REGRESSION 2b3d5988ae2cb5cd945ddbc653f0a71706231fdd
 2024-04-04 17:31 UTC 

[PATCH] asm-generic/mmiowb: Mark accesses to fix KCSAN warnings
 2024-04-04  4:38 UTC 

[linux-next:master] BUILD REGRESSION 727900b675b749c40ba1f6669c7ae5eb7eb8e837
 2024-04-03 15:56 UTC 

[PATCH v7] posix-timers: add clock_compare system call
 2024-04-03 15:42 UTC  (11+ messages)

[PATCH v4 00/15] Unified cross-architecture kernel-mode FPU API
 2024-04-03 12:51 UTC  (20+ messages)
` [PATCH v4 01/15] arch: Add ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 02/15] ARM: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 03/15] ARM: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v4 04/15] arm64: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 05/15] arm64: crypto: Use CC_FLAGS_FPU for NEON CFLAGS
` [PATCH v4 06/15] lib/raid6: "
` [PATCH v4 07/15] LoongArch: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 08/15] powerpc: "
` [PATCH v4 09/15] x86/fpu: Fix asm/fpu/types.h include guard
` [PATCH v4 10/15] x86: Implement ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 11/15] riscv: Add support for kernel-mode FPU
` [PATCH v4 12/15] drm/amd/display: Only use hard-float, not altivec on powerpc
` [PATCH v4 13/15] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
` [PATCH v4 14/15] selftests/fpu: Move FP code to a separate translation unit
` [PATCH v4 15/15] selftests/fpu: Allow building on other architectures

[linux-next:master] BUILD REGRESSION c0b832517f627ead3388c6f0c74e8ac10ad5774b
 2024-04-03  0:24 UTC 

[PATCH 0/3] kbuild: Avoid weak external linkage where possible
 2024-04-02  7:09 UTC  (6+ messages)
` [PATCH 1/3] kallsyms: Avoid weak references for kallsyms symbols
` [PATCH 2/3] vmlinux: Avoid weak reference to notes section
` [PATCH 3/3] btf: Avoid weak external references

[PATCH v2 00/27] riscv control-flow integrity for usermode
 2024-04-01 17:55 UTC  (9+ messages)
` [PATCH v2 04/27] riscv: zicfiss/zicfilp enumeration
` [PATCH v2 27/27] kselftest/riscv: kselftest for user mode cfi

[PATCH v2 00/14] Add support for suppressing warning backtraces
 2024-03-29 15:40 UTC  (6+ messages)
` [PATCH v2 12/14] sh: "


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