linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-13 09:08:58 to 2018-12-18 10:13:17 UTC [more...]

[PATCH v5 0/8] Introduce the for_each_set_clump8 macro
 2018-12-18 10:13 UTC  (14+ messages)
` [PATCH v5 1/8] bitops: "
` [PATCH v5 2/8] lib/test_bitmap.c: Add for_each_set_clump8 test cases
` [PATCH v5 3/8] gpio: 104-dio-48e: Utilize for_each_set_clump8 macro
` [PATCH v5 4/8] gpio: 104-idi-48: "
` [PATCH v5 5/8] gpio: gpio-mm: "
` [PATCH v5 6/8] gpio: ws16c48: "

[PATCH] bpf: promote bpf_perf_event.h to mandatory UAPI header
 2018-12-17 21:03 UTC  (4+ messages)

[PATCH] Linux: Implement membarrier function
 2018-12-17 18:32 UTC  (21+ messages)

[PATCH v3 00/12] x86, kbuild: revert macrofying inline assembly code
 2018-12-17 16:03 UTC  (4+ messages)
` [PATCH v3 05/12] Revert "x86/bug: Macrofy the BUG table section handling, to work around GCC inlining bugs"

[PATCH v3 00/24] Unify vDSOs across more architectures
 2018-12-17 15:26 UTC  (54+ messages)
` [PATCH v3 01/24] kernel: Standardize vdso_datapage
` [PATCH v3 02/24] kernel: Define gettimeofday vdso common code
` [PATCH v3 03/24] arm64: Build vDSO with -ffixed-x18
` [PATCH v3 04/24] arm64: Substitute gettimeofday with C implementation
` [PATCH v3 05/24] arm64: compat: Alloc separate pages for vectors and sigpage
` [PATCH v3 06/24] arm64: compat: Split kuser32
` [PATCH v3 07/24] arm64: compat: Refactor aarch32_alloc_vdso_pages()
` [PATCH v3 08/24] arm64: compat: Add KUSER_HELPERS config option
` [PATCH v3 09/24] arm64: compat: Add missing syscall numbers
` [PATCH v3 10/24] arm64: compat: Expose signal related structures
` [PATCH v3 11/24] arm64: compat: Generate asm offsets for signals
` [PATCH v3 12/24] lib: vdso: Add compat support
` [PATCH v3 13/24] arm64: compat: Add vDSO
` [PATCH v3 14/24] arm64: Refactor vDSO code
` [PATCH v3 15/24] arm64: compat: vDSO setup for compat layer
` [PATCH v3 16/24] arm64: elf: vDSO code page discovery
` [PATCH v3 17/24] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v3 18/24] arm64: Add vDSO compat support
` [PATCH v3 19/24] arm64: Enable compat vDSO support
` [PATCH v3 20/24] arm: Add support for generic vDSO
` [PATCH v3 21/24] mips: Introduce vdso_direct
` [PATCH v3 22/24] clock: csrc-4k: Add support for vdso_direct
` [PATCH v3 23/24] clock: gic-timer: "
` [PATCH v3 24/24] mips: Add support for generic vDSO

[PATCH 0/6] tracing / arch: Remove direct use of curr_ret_stack
 2018-12-17 13:30 UTC  (8+ messages)
` [PATCH 6/6] arm64: Use ftrace_graph_get_ret_stack() instead "

[PATCH v5 0/5] powerpc: system call table generation support
 2018-12-17 13:06 UTC  (11+ messages)

[PATCH v6 0/5] powerpc: system call table generation support
 2018-12-17 10:40 UTC  (12+ messages)
` [PATCH v6 1/5] powerpc: add __NR_syscalls along with NR_syscalls
` [PATCH v6 2/5] powerpc: move macro definition from asm/systbl.h
` [PATCH v6 3/5] powerpc: add system call table generation support
` [PATCH v6 4/5] powerpc: split compat syscall table out from native table
` [PATCH v6 5/5] powerpc: generate uapi header and system call table files

[PATCH] kbuild, x86: revert macros in extended asm workarounds
 2018-12-17  9:16 UTC  (14+ messages)

[PATCH v7 01/25] arm64: Fix HCR.TGE status for NMI contexts
 2018-12-17  8:49 UTC  (3+ messages)

[PATCH v2] x86, kbuild: revert macrofying inline assembly code
 2018-12-17  2:54 UTC  (6+ messages)

use generic DMA mapping code in powerpc V4
 2018-12-17  1:14 UTC  (12+ messages)
` [PATCH 12/34] powerpc/cell: move dma direct window setup out of dma_configure

[PATCH v2 0/8] net: y2038-safe socket timestamps
 2018-12-14 23:24 UTC  (3+ messages)

[PATCH v6 00/27] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2018-12-14 20:15 UTC  (8+ messages)
` [PATCH v6 01/27] asm-generic/syscall.h: prepare for inclusion by other files
` [PATCH v6 02/27] asm-generic/syscall.h: turn syscall_[gs]et_arguments into wrappers
` [PATCH v6 24/27] syscall_get_arch: add "struct task_struct *" argument

use generic DMA mapping code in powerpc V4
 2018-12-14 16:45 UTC  (28+ messages)

[PATCH v3 0/5] alpha: system call table generation support
 2018-12-14 15:17 UTC  (3+ messages)

[PATCH] mm/page_alloc.c: Allow error injection
 2018-12-14 14:24 UTC  (4+ messages)

[PATCH 4.4 53/88] x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
 2018-12-14 12:00 UTC  (6+ messages)
` [PATCH 4.4 54/88] x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
` [PATCH 4.4 55/88] x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec

[PATCH v4 0/7] mips: system call table generation support
 2018-12-14  5:50 UTC  (12+ messages)
` [PATCH v4 3/7] mips: rename macros and files from '64' to 'n64'

[PATCH v2 00/28] Unify vDSOs across more architectures
 2018-12-13  9:46 UTC  (7+ messages)
` [PATCH v2 06/28] kernel: Define gettimeofday vdso common code

[PATCH v5 0/7] mips: system call table generation support
 2018-12-13  9:07 UTC  (3+ messages)
` [PATCH v5 7/7] mips: generate uapi header and system call table files


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