linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-29 03:03:13 to 2019-04-02 14:49:20 UTC [more...]

[PATCH RFC memory-model 0/21] LKMM updates for review
 2019-04-02 14:49 UTC  (7+ messages)
` [PATCH tip/core/rcu 04/21] docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" section
` [PATCH tip/core/rcu 08/21] tools/memory-model: Add support for synchronize_srcu_expedited()

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-04-02 14:37 UTC  (34+ messages)
` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v13 09/20] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v13 11/20] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v13 13/20] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v13 14/20] drm/amdgpu, arm64: untag user pointers in amdgpu_ttm_tt_get_user_pages
` [PATCH v13 15/20] drm/radeon, arm64: untag user pointers in radeon_ttm_tt_pin_userptr
` [PATCH v13 17/20] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v13 18/20] tee/optee, arm64: untag user pointers in check_mem_type

[PATCH v2 0/5] Add NUMA-awareness to qspinlock
 2019-04-02 10:37 UTC  (26+ messages)
` [PATCH v2 1/5] locking/qspinlock: Make arch_mcs_spin_unlock_contended more generic
` [PATCH v2 2/5] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v2 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v2 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v2 5/5] locking/qspinlock: Introduce the shuffle reduction optimization "

[PATCH 0/4] arm64: compat: Add kuser helpers config option
 2019-04-02 10:12 UTC  (30+ messages)
` [PATCH 1/4] arm64: compat: Alloc separate pages for vectors and sigpage
` [PATCH 2/4] arm64: compat: Split kuser32
` [PATCH 3/4] arm64: compat: Refactor aarch32_alloc_vdso_pages()
` [PATCH 4/4] arm64: compat: Add KUSER_HELPERS config option

[PATCH v2] Remove SPDX "WITH Linux-syscall-note" from kernel-space headers
 2019-04-02  9:08 UTC  (2+ messages)

[PATCH 0/9] Improve boot command line handling
 2019-04-02  9:08 UTC  (20+ messages)
` [PATCH 1/9] powerpc: enable appending of CONFIG_CMDLINE to bootloader's cmdline
` [PATCH 2/9] Add generic function to build command line
` [PATCH 3/9] drivers: of: use cmdline building function
` [PATCH 4/9] powerpc/prom_init: get rid of PROM_SCRATCH_SIZE
` [PATCH 5/9] powerpc: convert to generic builtin command line
` [PATCH 6/9] Add capability to prepend the "
` [PATCH 7/9] powerpc: add capability to prepend default "
` [PATCH 8/9] Gives arches opportunity to use generically defined boot cmdline manipulation
` [PATCH 9/9] powerpc: use generic CMDLINE manipulations

[PATCH 0/5] Fix vDSO clock_getres()
 2019-04-02  9:01 UTC  (20+ messages)
` [PATCH 1/5] arm64: "
` [PATCH 2/5] powerpc: "
` [PATCH 3/5] s390: "
` [PATCH 4/5] nds32: "
` [PATCH 5/5] kselftest: Extend vDSO selftest to clock_getres

[PATCH 1/3] csky: Use in_syscall & forget_syscall instead of r11_sig
 2019-04-02  8:02 UTC  (6+ messages)
` [PATCH 2/3] csky: Reconstruct signal.c and entry.S
` [PATCH 3/3] riscv/signal: Fixup additional syscall restarting

[PATCH] ARC: fix memory nodes topology in case of highmem enabled
 2019-04-01 18:42 UTC  (2+ messages)

[PATCH 0/6 v3] sycalls: Remove args i and n from syscall_get_arguments()
 2019-04-01 13:41 UTC  (14+ messages)
` [PATCH 1/6 v3] ptrace: Remove maxargs from task_current_syscall()
` [PATCH 2/6 v3] tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()
` [PATCH 3/6 v3] riscv: Fix syscall_get_arguments() and syscall_set_arguments()
` [PATCH 4/6 v3] csky: "
` [PATCH 5/6 v3] syscalls: Remove start and number from syscall_get_arguments() args
` [PATCH 6/6 v3] syscalls: Remove start and number from syscall_set_arguments() args

[PATCH v2] arm64: compat: Reduce address limit
 2019-04-01 11:30 UTC  (2+ messages)

[PATCH] arm64: compat: Reduce address limit
 2019-04-01 11:27 UTC  (6+ messages)

[PATCH 0/5] arm64: compat: Reduce address limit
 2019-04-01  9:13 UTC  (14+ messages)
` [PATCH 1/5] arm64: compat: Alloc separate pages for vectors and sigpage
` [PATCH 4/5] arm64: compat: Add KUSER_HELPERS config option
` [PATCH 5/5] arm64: compat: Reduce address limit

[PATCH] Remove SPDX "WITH Linux-syscall-note" from kernel-space headers
 2019-03-30  5:06 UTC  (4+ messages)

[RFC][PATCH 0/4 v2] sycalls: Remove args i and n from syscall_get_arguments()
 2019-03-30  4:05 UTC  (20+ messages)
` [RFC][PATCH 1/4 v2] ptrace: Remove maxargs from task_current_syscall()
` [RFC][PATCH 2/4 v2] tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()
` [RFC][PATCH 3/4 v2] syscalls: Remove start and number from syscall_get_arguments() args
` [RFC][PATCH 4/4 v2] syscalls: Remove start and number from syscall_set_arguments() args

[PATCH] csky: Remove pre-processing pte-dirty&young in entry.S
 2019-03-29 13:47 UTC  (2+ messages)

[PATCH v14 00/11] Introduce the for_each_set_clump8 macro
 2019-03-29 11:38 UTC  (25+ messages)
` [PATCH v14 01/11] bitops: "
` [PATCH v14 02/11] lib/test_bitmap.c: Add for_each_set_clump8 test cases
` [PATCH v14 03/11] gpio: 104-dio-48e: Utilize for_each_set_clump8 macro
` [PATCH v14 04/11] gpio: 104-idi-48: "
` [PATCH v14 05/11] gpio: gpio-mm: "
` [PATCH v14 06/11] gpio: ws16c48: "
` [PATCH v14 07/11] gpio: pci-idio-16: "
` [PATCH v14 08/11] gpio: pcie-idio-24: "
` [PATCH v14 09/11] gpio: uniphier: "
` [PATCH v14 10/11] gpio: 74x164: Utilize the "
` [PATCH v14 11/11] thermal: intel: intel_soc_dts_iosf: Utilize "


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