LinuxLists
Users
About
Nadav Amit (
[email protected]
)
Number of posts: 1065 (1.74 per day)
First post: 2016-03-24 00:45:55
Last post: 2017-11-25 03:46:28
Previous Page
/
Next Page
Date
List
Subject
2018-09-04 17:17:01
linux-kernel
Re: [PATCH v7 00/10] x86: macrofying inline asm for better compilation
2018-09-02 18:18:40
linux-kernel
[PATCH] x86: use WRITE_ONCE() when setting PTEs
2018-09-02 17:37:44
linux-kernel
[PATCH v2 1/6] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
2018-09-02 17:36:04
linux-kernel
[PATCH v2 6/6] x86/alternatives: remove text_poke() return value
2018-09-02 17:36:04
linux-kernel
[PATCH v2 3/6] fork: provide a function for copying init_mm
2018-09-02 17:36:04
linux-kernel
[PATCH v2 2/6] x86/mm: temporary mm struct
2018-09-02 17:36:04
linux-kernel
[PATCH v2 4/6] x86/alternatives: initializing temporary mm for patching
2018-09-02 17:36:04
linux-kernel
[PATCH v2 0/6] x86/alternatives: text_poke() fixes
2018-09-02 17:36:04
linux-kernel
[PATCH v2 5/6] x86/alternatives: use temporary mm for text poking
2018-09-02 16:49:13
linux-kernel
Re: [PATCH 0/6] x86/alternatives: text_poke() fixes
2018-08-30 17:36:38
linux-kernel
[PATCH 0/6] x86/alternatives: text_poke() fixes
2018-08-30 17:36:22
linux-kernel
[PATCH 4/6] x86/alternatives: initializing temporary mm for patching
2018-08-30 17:36:06
linux-kernel
[PATCH 2/6] x86/mm: temporary mm struct
2018-08-30 17:35:58
linux-kernel
[PATCH 6/6] x86/alternatives: remove text_poke() return value
2018-08-30 17:35:44
linux-kernel
[PATCH 3/6] fork: provide a function for copying init_mm
2018-08-30 17:35:41
linux-kernel
[PATCH 1/6] x86/alternatives: clarify text_mutex use in text_poke
2018-08-30 17:35:38
linux-kernel
[PATCH 5/6] x86/alternatives: use temporary mm for text poking
2018-08-30 05:25:24
linux-kernel
Re: [RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
2018-08-29 22:58:48
linux-kernel
Re: [RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
2018-08-29 20:46:32
linux-kernel
Re: [RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
2018-08-29 19:38:35
linux-kernel
Re: [RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
2018-08-29 17:47:38
linux-kernel
Re: [RFC PATCH 4/6] x86/alternatives: initializing temporary mm for patching
2018-08-29 17:16:55
linux-kernel
Re: [RFC PATCH 6/6] x86/alternatives: remove text_poke() return value
2018-08-29 17:14:16
linux-kernel
Re: [RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
2018-08-29 16:55:43
linux-kernel
Re: [RFC PATCH 2/6] x86/mm: temporary mm struct
2018-08-29 16:37:34
linux-kernel
[RFC PATCH] x86: use WRITE_ONCE() when setting PTEs
2018-08-29 08:16:28
linux-kernel
[RFC PATCH 2/6] x86/mm: temporary mm struct
2018-08-29 08:16:04
linux-kernel
[RFC PATCH 4/6] x86/alternatives: initializing temporary mm for patching
2018-08-29 08:15:52
linux-kernel
[RFC PATCH 3/6] fork: provide a function for copying init_mm
2018-08-29 08:15:52
linux-kernel
[RFC PATCH 0/6] x86: text_poke() fixes
2018-08-29 08:15:13
linux-kernel
[RFC PATCH 1/6] x86/alternative: assert text_mutex is taken
2018-08-29 08:14:58
linux-kernel
[RFC PATCH 6/6] x86/alternatives: remove text_poke() return value
2018-08-29 08:14:57
linux-kernel
[RFC PATCH 5/6] x86/alternatives: use temporary mm for text poking
2018-08-23 05:15:46
linux-kernel
[PATCH] mm: respect arch_dup_mmap() return value
2018-08-09 20:34:58
linux-kernel
[PATCH v7 04/10] x86: refcount: prevent gcc distortions
2018-08-09 20:33:56
linux-kernel
[PATCH v7 00/10] x86: macrofying inline asm for better compilation
2018-08-09 20:33:50
linux-kernel
[PATCH v7 05/10] x86: alternatives: macrofy locks for better inlining
2018-08-09 20:20:55
linux-kernel
[PATCH v7 01/10] xtensa: defining LINKER_SCRIPT for the linker script
2018-08-09 20:20:37
linux-kernel
[PATCH v7 02/10] Makefile: Prepare for using macros for inline asm
2018-08-09 20:20:16
linux-kernel
[PATCH v7 03/10] x86: objtool: use asm macro for better compiler decisions
2018-08-09 20:19:51
linux-kernel
[PATCH v7 08/10] x86: extable: use macros instead of inline assembly
2018-08-09 20:19:38
linux-kernel
[PATCH v7 06/10] x86: bug: prevent gcc distortions
2018-08-09 20:19:09
linux-kernel
[PATCH v7 09/10] x86: cpufeature: use macros instead of inline assembly
2018-08-09 20:19:09
linux-kernel
[PATCH v7 10/10] x86: jump-labels: use macros instead of inline assembly
2018-08-09 20:19:09
linux-kernel
[PATCH v7 07/10] x86: prevent inline distortion by paravirt ops
2018-08-07 01:03:27
linux-kernel
Re: [PATCH] usb: fix uvc_alloc_entity() allocation alignment
2018-07-24 18:05:18
linux-kernel
Re: [PATCH v6 1/9] Makefile: Prepare for using macros for inline asm
2018-07-24 16:30:49
linux-kernel
Re: [PATCH v6 9/9] x86: jump-labels: use macros instead of inline assembly
2018-07-11 02:00:44
linux-kernel
Re: [PATCH v6 0/9] x86: macrofying inline asm for better compilation
2018-07-03 02:29:04
linux-kernel
[PATCH] vmw_balloon: fix inflation with batching
2018-06-26 17:15:36
linux-kernel
Re: [PATCH v3 0/7] vmw_balloon: addressing bugs and issues