Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-26 13:46:50 to 2021-04-01 20:51:30 UTC [more...]

[PATCH v32 00/12] Landlock LSM
 2021-04-01 20:52 UTC  (6+ messages)
` [PATCH v32 01/12] landlock: Add object management
` [PATCH v32 02/12] landlock: Add ruleset and domain management
` [PATCH v32 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v32 05/12] LSM: Infrastructure management of the superblock
` [PATCH v32 06/12] fs,security: Add sb_delete hook

[PATCH] h8300: rearrange headers inclusion order in asm/bitops
 2021-04-01 20:32 UTC 

[PATCH v3 0/3] Introduce the for_each_set_nbits macro
 2021-04-01 17:50 UTC  (15+ messages)
` [PATCH v3 3/3] gpio: xilinx: Utilize generic bitmap_get_value and _set_value

[PATCH v14 0/6] Add NUMA-awareness to qspinlock
 2021-04-01 15:31 UTC  (7+ messages)
` [PATCH v14 1/6] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v14 2/6] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v14 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v14 5/6] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA
` [PATCH v14 6/6] locking/qspinlock: Introduce the shuffle reduction optimization into CNA

[PATCH v31 00/12] Landlock LSM
 2021-04-01 17:12 UTC  (6+ messages)
` [PATCH v31 07/12] landlock: Support filesystem access-control

[RFT PATCH v3 00/27] Apple M1 SoC platform bring-up
 2021-04-01 13:16 UTC  (6+ messages)
` [RFT PATCH v3 16/27] irqchip/apple-aic: Add support for the Apple Interrupt Controller

[PATCH v6 00/12] lib/find_bit: fast path for small bitmaps
 2021-04-01  9:50 UTC  (20+ messages)
` [PATCH 01/12] tools: disable -Wno-type-limits
` [PATCH 02/12] tools: bitmap: sync function declarations with the kernel
` [PATCH 03/12] tools: sync BITMAP_LAST_WORD_MASK() macro "
` [PATCH 04/12] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 05/12] lib: extend the scope of small_const_nbits() macro
` [PATCH 06/12] tools: sync small_const_nbits() macro with the kernel
` [PATCH 07/12] lib: inline _find_next_bit() wrappers
` [PATCH 08/12] tools: sync find_next_bit implementation
` [PATCH 09/12] lib: add fast path for find_next_*_bit()
` [PATCH 10/12] lib: add fast path for find_first_*_bit() and find_last_bit()
` [PATCH 11/12] tools: sync lib/find_bit implementation
` [PATCH 12/12] MAINTAINERS: Add entry for the bitmap API

[PATCH] memfd_secret: use unsigned int rather than long as syscall flags type
 2021-03-31 21:52 UTC  (3+ messages)

[PATCH v4 00/17] Add support for Clang CFI
 2021-03-31 21:46 UTC  (19+ messages)
` [PATCH v4 01/17] add "
` [PATCH v4 02/17] cfi: add __cficanonical
` [PATCH v4 03/17] mm: add generic function_nocfi macro
` [PATCH v4 04/17] module: ensure __cfi_check alignment
` [PATCH v4 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v4 06/17] kthread: "
` [PATCH v4 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v4 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v4 09/17] treewide: Change list_sort to use const pointers
` [PATCH v4 10/17] lkdtm: use function_nocfi
` [PATCH v4 11/17] psci: use function_nocfi for cpu_resume
` [PATCH v4 12/17] arm64: implement function_nocfi
` [PATCH v4 13/17] arm64: use function_nocfi with __pa_symbol
` [PATCH v4 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v4 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v4 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v4 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH v3 00/11] Add support for synchronous signals on perf events
 2021-03-31 16:50 UTC  (17+ messages)
` [PATCH v3 01/11] perf: Rework perf_event_exit_event()
` [PATCH v3 06/11] perf: Add support for SIGTRAP on perf events

[PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces
 2021-03-31 16:48 UTC  (5+ messages)
` [PATCH RESEND v1 1/4] lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()
` [PATCH RESEND v1 2/4] lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
` [PATCH RESEND v1 3/4] powerpc/vdso: Separate vvar vma from vdso
` [PATCH RESEND v1 4/4] powerpc/vdso: Add support for time namespaces

[PATCH v4 0/4] riscv: Add qspinlock/qrwlock
 2021-03-31 15:22 UTC  (41+ messages)
` [PATCH v4 1/4] riscv: cmpxchg.h: Cleanup unused code
` [PATCH v4 2/4] riscv: cmpxchg.h: Merge macros
` [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v4 4/4] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock

[PATCH v6 0/9] riscv: Add qspinlock/qrwlock
 2021-03-31 14:30 UTC  (10+ messages)
` [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 2/9] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
` [PATCH v6 4/9] csky: locks: Optimize coding convention
` [PATCH v6 5/9] csky: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v6 6/9] openrisc: qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v6 7/9] sparc: "
` [PATCH v6 8/9] xtensa: "
` [PATCH v6 9/9] powerpc/qspinlock: "

Bidding invitation
 2021-03-31  7:13 UTC 

[PATCH v3 00/17] Implement GENERIC_CMDLINE
 2021-03-30 18:23 UTC  (25+ messages)
` [PATCH v3 01/17] cmdline: Add generic function to build command line
` [PATCH v3 05/17] arm: Convert to GENERIC_CMDLINE
` [PATCH v3 09/17] nios2: "
` [PATCH v3 11/17] riscv: "
` [PATCH v3 12/17] sh: "
` [PATCH v3 13/17] sparc: "
` [PATCH v3 14/17] xtensa: "
` [PATCH v3 15/17] x86: "
` [PATCH v3 16/17] mips: "
` [PATCH v3 17/17] cmdline: Remove CONFIG_CMDLINE_EXTEND

[PATCH v1 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-30 16:31 UTC  (6+ messages)

Is s390's new generic-using syscall code actually correct?
 2021-03-30  8:37 UTC  (6+ messages)

[PATCH v23 00/28] Control-flow Enforcement: Shadow Stack
 2021-03-29 10:10 UTC  (5+ messages)
` [PATCH v23 18/28] mm/mmap: Add shadow stack pages to memory accounting

[PATCH v3 00/17] Add support for Clang CFI
 2021-03-29  9:26 UTC  (3+ messages)
` [PATCH v3 04/17] module: ensure __cfi_check alignment

[PATCH v5 0/7] riscv: Add qspinlock/qrwlock
 2021-03-28 11:36 UTC  (10+ messages)
` [PATCH v5 1/7] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v5 2/7] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [PATCH v5 3/7] csky: "
` [PATCH v5 4/7] powerpc/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [PATCH v5 5/7] openrisc: qspinlock: "
` [PATCH v5 6/7] sparc: "
` [PATCH v5 7/7] xtensa: "

cleanup compat exec handling
 2021-03-27 19:56 UTC  (13+ messages)
` [PATCH 1/4] exec: remove do_execve
` [PATCH 2/4] exec: remove compat_do_execve
` [PATCH 3/4] exec: simplify the compat syscall handling
` [PATCH 4/4] exec: move the call to getname_flags into do_execveat

[RFC PATCH V2]: add DYNAMC_FTRACE_WITH_REGS and
 2021-03-26 14:23 UTC  (8+ messages)
` [PATCH 2/6] MIPS: move FTRACE_SYSCALLS from ftrace.c into syscall.c
` [PATCH 4/6] kprobes/ftrace: Use ftrace_location() when [dis]arming probes


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