linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-16 16:21:28 to 2018-04-20 01:12:08 UTC [more...]

[REVIEW][PATCH 00/17] siginfo bugfixes and cleanups
 2018-04-20  1:04 UTC  (32+ messages)
` [REVIEW][PATCH 01/17] signal/alpha: Document a conflict with SI_USER for SIGFPE
` [REVIEW][PATCH 02/17] sparc: fix compat siginfo ABI regression
` [REVIEW][PATCH 03/17] signal/sh: Use force_sig_fault in hw_breakpoint_handler
` [REVIEW][PATCH 04/17] signal/nds32: Use force_sig in unhandled_interruption and unhandled_exceptions
` [REVIEW][PATCH 05/17] signal/nds32: Use force_sig(SIGILL) in do_revisn
` [REVIEW][PATCH 06/17] signal: Ensure every siginfo we send has all bits initialized
` [REVIEW][PATCH 07/17] signal: Reduce copy_siginfo_to_user to just copy_to_user
` [REVIEW][PATCH 08/17] signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layout
` [REVIEW][PATCH 09/17] signal: Remove SEGV_BNDERR ifdefs
` [REVIEW][PATCH 10/17] signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO
` [REVIEW][PATCH 11/17] signal/alpha: Replace FPE_FIXME with FPE_FLTUNK
` [REVIEW][PATCH 12/17] signal/ia64: "
` [REVIEW][PATCH 13/17] signal/powerpc: "
` [REVIEW][PATCH 14/17] signal/unicore32: Use FPE_FLTUNK instead of 0 in ucf64_raise_sigfpe
` [REVIEW][PATCH 15/17] signal: Add TRAP_UNK si_code for undiagnosted trap exceptions
` [REVIEW][PATCH 16/17] signal/alpha: Replace TRAP_FIXME with TRAP_UNK
` [REVIEW][PATCH 17/17] signal/powerpc: "

[PATCH v3 00/17] y2038: Convert IPC syscalls
 2018-04-19 22:12 UTC  (44+ messages)
` [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
` [PATCH v3 02/17] y2038: alpha: Remove unneeded ipc uapi header files
` [PATCH v3 03/17] y2038: ia64: "
` [PATCH v3 04/17] y2038: s390: "
` [PATCH v3 05/17] y2038: arm64: Extend sysvipc compat data structures
` [PATCH v3 06/17] y2038: mips: Extend sysvipc "
` [PATCH v3 07/17] y2038: x86: "
` [PATCH v3 08/17] y2038: parisc: "
` [PATCH v3 09/17] y2038: sparc: "
` [PATCH v3 10/17] y2038: powerpc: "
` [PATCH v3 11/17] y2038: xtensa: "
` [PATCH v3 12/17] y2038: ipc: Use ktime_get_real_seconds consistently
` [PATCH v3 13/17] y2038: ipc: Report long times to user space
` [PATCH v3 14/17] y2038: ipc: Use __kernel_timespec
` [PATCH v3 15/17] y2038: ipc: Enable COMPAT_32BIT_TIME
` [PATCH v3 16/17] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
` [PATCH v3 17/17] y2038: compat: Move common compat types to asm-generic/compat.h

[RFC][PATCH] s390: add arch_change_pid for arch updates after task pid change
 2018-04-19 16:08 UTC  (4+ messages)

[RFC PATCH 0/3] Dealing with the aliases of SI_USER
 2018-04-19 14:40 UTC  (19+ messages)
                      ` [RFC PATCH 1/3] signal: Ensure every siginfo we send has all bits initialized

[tip GIT PULL] y2038: timekeeping syscall changes
 2018-04-19 12:04 UTC  (6+ messages)

[tip GIT PULL v2] y2038: timekeeping syscall changes
 2018-04-19 12:03 UTC  (8+ messages)

[RFC PATCH 0/6] Simplify setting thread flags to a particular value
 2018-04-19 10:58 UTC  (14+ messages)
` [RFC PATCH 1/6] thread_info: Add update_thread_flag() helpers
` [RFC PATCH 2/6] ARM: Use update_thread_flag()
` [RFC PATCH 3/6] arm64: Use update{,_tsk}_thread_flag()
` [RFC PATCH 4/6] MIPS: "
` [RFC PATCH 5/6] powerpc: Use update_thread_flag()
` [RFC PATCH 6/6] sparc: "

remove PCI_DMA_BUS_IS_PHYS
 2018-04-19  4:29 UTC  (7+ messages)
` [PATCH 01/12] iscsi_tcp: don't set a bounce limit
` [PATCH 02/12] storsvc: "

[PATCH RFC tools/memory-model 0/5] Additional proposed changes to LKMM
 2018-04-19  0:27 UTC  (20+ messages)
` [PATCH RFC tools/memory-model 1/5] EXP tools/memory-model: Add scripts to test memory model
` [PATCH RFC tools/memory-model 2/5] tools/memory-model: Add litmus test for multicopy atomicity
` [PATCH RFC tools/memory-model 3/5] EXP tools/memory-model: Add .cfg and .cat files for s390
` [PATCH RFC tools/memory-model 4/5] tools/memory-model: Add model support for spin_is_locked
` [PATCH RFC tools/memory-model 5/5] EXP tools/memory-model: Flag "cumulativity" and "propagation" tests

[PATCH] ARC: Improve cmpxchng syscall implementation
 2018-04-18 18:16 UTC  (5+ messages)

[PATCHv3 00/11] ARMv8.3 pointer authentication userspace support
 2018-04-18 13:47 UTC  (32+ messages)
` [PATCHv3 01/11] arm64: add pointer authentication register bits
` [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags
` [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
` [PATCHv3 04/11] arm64: Don't trap host pointer auth use to EL2
` [PATCHv3 05/11] arm64/cpufeature: detect pointer authentication
` [PATCHv3 06/11] asm-generic: mm_hooks: allow hooks to be overridden individually
` [PATCHv3 07/11] arm64: add basic pointer authentication support
` [PATCHv3 08/11] arm64: expose user PAC bit positions via ptrace
` [PATCHv3 09/11] arm64: perf: strip PAC when unwinding userspace
` [PATCHv3 10/11] arm64: enable pointer authentication
` [PATCHv3 11/11] arm64: docs: document "

[PATCH v2 1/2] powerpc: fix vmlinux.lds to build with CONFIG_LD_DEAD_CODE_DATA_ELIMINATION
 2018-04-18 13:36 UTC  (2+ messages)

[PATCH v3 0/3] MIPS: Override barrier_before_unreachable() to fix microMIPS
 2018-04-17 21:04 UTC  (12+ messages)
` [PATCH v3 1/3] alpha: Use OPTIMIZE_INLINING instead of asm/compiler.h
` [PATCH v3 2/3] compiler.h: Allow arch-specific overrides
` [PATCH v3 3/3] MIPS: Workaround GCC __builtin_unreachable reordering bug

[PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64
 2018-04-17 10:25 UTC  (3+ messages)

[PATCH 08/12] mmc: reduce use of block bounce buffers (fwd)
 2018-04-16 19:11 UTC  (2+ messages)


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