public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-29 15:40:18 to 2019-06-01 09:38:36 UTC [more...]

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-01  9:38 UTC  (56+ messages)
` [PATCH v6 01/19] kernel: Standardize vdso_datapage
` [PATCH v6 02/19] kernel: Define gettimeofday vdso common code
` [PATCH v6 03/19] kernel: Unify update_vsyscall implementation
` [PATCH v6 04/19] arm64: Substitute gettimeofday with C implementation
` [PATCH v6 05/19] arm64: Build vDSO with -ffixed-x18
` [PATCH v6 06/19] arm64: compat: Add missing syscall numbers
` [PATCH v6 07/19] arm64: compat: Expose signal related structures
` [PATCH v6 08/19] arm64: compat: Generate asm offsets for signals
` [PATCH v6 09/19] lib: vdso: Add compat support
` [PATCH v6 10/19] arm64: compat: Add vDSO
` [PATCH v6 11/19] arm64: Refactor vDSO code
` [PATCH v6 12/19] arm64: compat: vDSO setup for compat layer
` [PATCH v6 13/19] arm64: elf: vDSO code page discovery
` [PATCH v6 14/19] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v6 15/19] arm64: Add vDSO compat support
` [PATCH v6 16/19] arm: Add support for generic vDSO
` [PATCH v6 17/19] mips: "
` [PATCH v6 18/19] x86: "
` [PATCH v6 19/19] kselftest: Extend vDSO selftest

[PATCH v2 0/3] Bitops instrumentation for KASAN
 2019-05-31 23:41 UTC  (13+ messages)
` [PATCH 2/3] x86: Move CPU feature test out of uaccess region
` [PATCH v2 3/3] asm-generic, x86: Add bitops instrumentation for KASAN

Add a new fchmodat4() syscall
 2019-05-31 23:57 UTC  (20+ messages)
` [PATCH 1/5] Non-functional cleanup of a "__user * filename"
` [PATCH 2/5] Add fchmodat4(), a new syscall
` [PATCH 3/5] asm-generic: Register fchmodat4 as syscall 428
` [PATCH 4/5] x86: Add fchmodat4 to syscall_64.tbl
` [PATCH 5/5] x86: Add fchmod4 to syscall_32.tbl

[PATCH 1/4] mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist
 2019-05-31 18:30 UTC  (2+ messages)

[PATCH v3 0/3] Bitops instrumentation for KASAN
 2019-05-31 16:01 UTC  (12+ messages)
` [PATCH v3 1/3] lib/test_kasan: Add bitops tests
` [PATCH v3 2/3] x86: Use static_cpu_has in uaccess region to avoid instrumentation
` [PATCH v3 3/3] asm-generic, x86: Add bitops instrumentation for KASAN

single copy atomicity for double load/stores on 32-bit systems
 2019-05-31 11:44 UTC  (16+ messages)

[mmotm:master 124/234] mm/vmalloc.c:520:6: error: implicit declaration of function 'p4d_large'; did you mean 'p4d_page'?
 2019-05-31  2:24 UTC 

[PATCH RFC memory-model 0/33] LKMM updates for review
 2019-05-30 14:42 UTC  (68+ messages)
` [PATCH RFC memory-model 01/33] tools/memory-model: Prepare for data-race detection
` [PATCH RFC memory-model 02/33] tools/memory-model: Add definitions of plain and marked accesses
` [PATCH RFC memory-model 03/33] tools/memory-model: Add data-race detection
` [PATCH RFC memory-model 04/33] tools/memory-model: Make scripts be executable
` [PATCH RFC memory-model 05/33] Documentation: atomic_t.txt: Explain ordering provided by smp_mb__{before,after}_atomic()
` [PATCH RFC memory-model 06/33] tools/memory-model: Fix comment in MP+poonceonces.litmus
` [PATCH RFC memory-model 07/33] tools/memory-model: Do not use "herd" to refer to "herd7"
` [PATCH RFC memory-model 08/33] tools/memory-model: Make judgelitmus.sh note timeouts
` [PATCH RFC memory-model 09/33] tools/memory-model: Make cmplitmushist.sh "
` [PATCH RFC memory-model 10/33] tools/memory-model: Make judgelitmus.sh identify bad macros
` [PATCH RFC memory-model 11/33] tools/memory-model: Make judgelitmus.sh detect hard deadlocks
` [PATCH RFC memory-model 12/33] tools/memory-model: Fix paulmck email address on pre-existing scripts
` [PATCH RFC memory-model 13/33] tools/memory-model: Update parseargs.sh for hardware verification
` [PATCH RFC memory-model 14/33] tools/memory-model: Make judgelitmus.sh handle hardware verifications
` [PATCH RFC memory-model 15/33] tools/memory-model: Add simpletest.sh to check locking, RCU, and SRCU
` [PATCH RFC memory-model 16/33] tools/memory-model: Fix checkalllitmus.sh comment
` [PATCH RFC memory-model 17/33] tools/memory-model: Hardware checking for check{,all}litmus.sh
` [PATCH RFC memory-model 18/33] tools/memory-model: Make judgelitmus.sh ransack .litmus.out files
` [PATCH RFC memory-model 19/33] tools/memory-model: Split runlitmus.sh out of checklitmus.sh
` [PATCH RFC memory-model 20/33] tools/memory-model: Make runlitmus.sh generate .litmus.out for --hw
` [PATCH RFC memory-model 21/33] tools/memory-model: Move from .AArch64.litmus.out to .litmus.AArch.out
` [PATCH RFC memory-model 22/33] tools/memory-model: Keep assembly-language litmus tests
` [PATCH RFC memory-model 23/33] tools/memory-model: Allow herd to deduce CPU type
` [PATCH RFC memory-model 24/33] tools/memory-model: Make runlitmus.sh check for jingle errors
` [PATCH RFC memory-model 25/33] tools/memory-model: Add -v flag to jingle7 runs
` [PATCH RFC memory-model 26/33] tools/memory-model: Implement --hw support for checkghlitmus.sh
` [PATCH RFC memory-model 27/33] tools/memory-model: Fix scripting --jobs argument
` [PATCH RFC memory-model 28/33] tools/memory-model: Make checkghlitmus.sh use mselect7
` [PATCH RFC memory-model 29/33] tools/memory-model: Make history-check scripts "
` [PATCH RFC memory-model 30/33] tools/memory-model: Add "--" to parseargs.sh for additional arguments
` [PATCH RFC memory-model 31/33] tools/memory-model: Repair parseargs.sh header comment
` [PATCH RFC memory-model 32/33] tools/memory-model: Add checktheselitmus.sh to run specified litmus tests
` [PATCH RFC memory-model 33/33] tools/memory-model: Add data-race capabilities to judgelitmus.sh

[PATCH v5 0/3] Fix vDSO clock_getres()
 2019-05-30 14:29 UTC  (7+ messages)
` [PATCH v5 1/3] powerpc: "
` [PATCH v5 2/3] s390: "

[PATCH] elf: align AT_RANDOM bytes
 2019-05-30  6:47 UTC  (10+ messages)

[PATCH, RFC] byteorder: sanity check toolchain vs kernel endianess
 2019-05-30  6:41 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox