linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-19 14:37:21 to 2018-04-20 14:40:37 UTC [more...]

[REVIEW][PATCH 00/17] siginfo bugfixes and cleanups
 2018-04-20 14:38 UTC  (63+ 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: "
` [REVIEW][PATCH 00/22] Simplifying siginfo users
  ` [REVIEW][PATCH 01/22] signal/alpha: Use send_sig_fault where appropriate
  ` [REVIEW][PATCH 02/22] signal/alpha: Use force_sig_fault "
  ` [REVIEW][PATCH 03/22] signal/c6x: "
  ` [REVIEW][PATCH 04/22] signal/hexagon: Use force_sig_fault as appropriate
  ` [REVIEW][PATCH 05/22] signal/m68k: Use force_sig_fault where appropriate
  ` [REVIEW][PATCH 06/22] signal/microblaze: Remove the commented out force_sig_info in do_page_fault
  ` [REVIEW][PATCH 07/22] signal/microblaze: Use force_sig_fault where appropriate
  ` [REVIEW][PATCH 08/22] signal/mips: "
  ` [REVIEW][PATCH 09/22] signal/nds32: "
  ` [REVIEW][PATCH 10/22] signal/nios2: "
  ` [REVIEW][PATCH 11/22] signal/openrisc: "
  ` [REVIEW][PATCH 12/22] signal/parisc: Use force_sig_mceerr "
  ` [REVIEW][PATCH 13/22] signal/parisc: Use force_sig_fault "
  ` [REVIEW][PATCH 14/22] signal/riscv: "
  ` [REVIEW][PATCH 15/22] signal/s390: "
  ` [REVIEW][PATCH 16/22] signal/sh: "
  ` [REVIEW][PATCH 17/22] signal/sparc: Use send_sig_fault "
  ` [REVIEW][PATCH 18/22] signal/sparc: Use force_sig_fault "
  ` [REVIEW][PATCH 19/22] signal/um: Use force_sig_fault in relay_signal
  ` [REVIEW][PATCH 20/22] signal/um: Use force_sig_fault where appropriate
  ` [REVIEW][PATCH 21/22] signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
  ` [REVIEW][PATCH 22/22] signal/xtensa: Use force_sig_fault where appropriate

[PATCH v3 00/17] y2038: Convert IPC syscalls
 2018-04-20 14:38 UTC  (56+ messages)
` [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
            ` [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
` [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

[PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
 2018-04-20 13:21 UTC  (26+ messages)
` [PATCH 1/4] kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION
` [PATCH 2/4] kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections for module build
` [PATCH 3/4] kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled
` [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected

[PATCH v2 1/2] y2038: rusage: Use __kernel_old_timeval for process times
 2018-04-20 12:05 UTC  (4+ messages)
` [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime

(unknown),
 2018-04-20 10:23 UTC  (48+ messages)
` (no subject)
` [PATCH 01/22] dma-debug: move initialization to common code
` [PATCH 02/22] dma-mapping: simplify Kconfig dependencies
` [PATCH 03/22] dma-mapping: provide a generic dma-noncoherent implementation
` [PATCH 04/22] alpha: use dma_direct_ops for jensen
` [PATCH 05/22] alpha: simplify get_arch_dma_ops
` [PATCH 06/22] arc: use generic dma_noncoherent_ops
` [PATCH 07/22] arm-nommu: "
` [PATCH 08/22] c6x: "
` [PATCH 09/22] hexagon: "
` [PATCH 10/22] m68k: "
` [PATCH 11/22] microblaze: "
` [PATCH 12/22] microblaze: remove the consistent_sync and consistent_sync_page
` [PATCH 13/22] nds32: use generic dma_noncoherent_ops
` [PATCH 14/22] nios2: "
` [PATCH 15/22] openrisc: "
` [PATCH 16/22] sh: simplify get_arch_dma_ops
` [PATCH 17/22] sh: introduce a sh_cacheop_vaddr helper
` [PATCH 18/22] sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case
` [PATCH 19/22] sh: use generic dma_noncoherent_ops
` [PATCH 20/22] xtensa: "
` [PATCH 21/22] sparc: "
` [PATCH 22/22] parisc: "

[RFC][PATCH] s390: add arch_change_pid for arch updates after task pid change
 2018-04-20  8:12 UTC  (5+ messages)

[RFC PATCH 0/3] Dealing with the aliases of SI_USER
 2018-04-19 14:40 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;
as well as URLs for NNTP newsgroup(s).