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
2019-06-13 16:43:50
linux-kernel
[PATCH 1/9] smp: Remove smp_call_function() and on_each_cpu() return values
2019-06-13 16:43:46
linux-kernel
[PATCH 2/9] smp: Run functions concurrently in smp_call_function_many()
2019-06-13 16:43:37
linux-kernel
[PATCH 6/9] KVM: x86: Provide paravirtualized flush_tlb_multi()
2019-06-13 16:43:21
linux-kernel
[PATCH 3/9] x86/mm/tlb: Refactor common code into flush_tlb_on_cpus()
2019-06-13 16:43:16
linux-kernel
[PATCH 7/9] smp: Do not mark call_function_data as shared
2019-06-13 16:42:40
linux-kernel
[PATCH 5/9] x86/mm/tlb: Optimize local TLB flushes
2019-06-13 16:42:30
linux-kernel
[PATCH 4/9] x86/mm/tlb: Flush remote and local TLBs concurrently
2019-06-13 16:42:23
linux-kernel
[PATCH 9/9] x86/apic: Use non-atomic operations when possible
2019-06-13 16:42:22
linux-kernel
[PATCH 8/9] x86/tlb: Privatize cpu_tlbstate
2019-06-12 19:45:31
linux-kernel
Re: [PATCH 08/15] x86/alternatives: Teach text_poke_bp() to emulate instructions
2019-06-11 23:58:10
linux-kernel
Re: [PATCH] vmw_ballon: no need to check return value of debugfs_create functions
2019-06-10 19:22:12
linux-kernel
Re: [PATCH 13/15] x86/static_call: Add inline static call implementation for x86-64
2019-06-10 18:46:46
linux-kernel
Re: [PATCH 13/15] x86/static_call: Add inline static call implementation for x86-64
2019-06-10 18:35:10
linux-kernel
Re: [PATCH 11/15] static_call: Add inline static call infrastructure
2019-06-08 00:55:59
linux-kernel
Re: kprobe: kernel panic in 4.19.47
2019-06-07 19:52:34
linux-kernel
Re: [PATCH 10/15] static_call: Add basic static call infrastructure
2019-06-07 16:40:54
linux-kernel
Re: [bug report][stable] kernel tried to execute NX-protected page - exploit attempt? (uid: 0)
2019-06-07 16:38:02
linux-kernel
Re: [PATCH 11/15] static_call: Add inline static call infrastructure
2019-06-07 06:16:39
linux-kernel
Re: [PATCH 12/15] x86/static_call: Add out-of-line static call implementation
2019-06-07 05:55:16
linux-kernel
Re: [PATCH 13/15] x86/static_call: Add inline static call implementation for x86-64
2019-06-07 05:53:40
linux-kernel
Re: [PATCH 08/15] x86/alternatives: Teach text_poke_bp() to emulate instructions
2019-06-07 05:52:55
linux-kernel
Re: [RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
2019-06-06 22:48:28
linux-kernel
Re: [PATCH 10/15] static_call: Add basic static call infrastructure
2019-06-06 22:43:23
linux-kernel
Re: [PATCH 11/15] static_call: Add inline static call infrastructure
2019-05-31 22:09:12
linux-kernel
Re: [RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
2019-05-31 21:49:16
linux-kernel
Re: [PATCH 4.19 079/276] x86/modules: Avoid breaking W^X while loading modules
2019-05-31 21:34:44
linux-kernel
Re: [RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
2019-05-31 20:45:24
linux-kernel
Re: [RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
2019-05-31 20:05:46
linux-kernel
Re: [RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
2019-05-31 19:53:05
linux-kernel
Re: [PATCH] x86/kgdb: return 0 from kgdb_arch_set_breakpoint
2019-05-31 19:47:15
linux-kernel
Re: [RFC PATCH v2 04/12] x86/mm/tlb: Flush remote and local TLBs concurrently
2019-05-31 19:44:12
linux-kernel
Re: [RFC PATCH v2 08/12] x86/tlb: Privatize cpu_tlbstate
2019-05-31 19:33:21
linux-kernel
Re: [RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
2019-05-31 18:31:06
linux-kernel
Re: [RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
2019-05-31 17:52:34
linux-kernel
Re: [RFC PATCH v2 07/12] smp: Do not mark call_function_data as shared
2019-05-31 06:41:25
linux-kernel
[RFC PATCH v2 04/12] x86/mm/tlb: Flush remote and local TLBs concurrently
2019-05-31 06:40:03
linux-kernel
[RFC PATCH v2 02/12] smp: Run functions concurrently in smp_call_function_many()
2019-05-31 06:39:59
linux-kernel
[RFC PATCH v2 03/12] x86/mm/tlb: Refactor common code into flush_tlb_on_cpus()
2019-05-31 06:39:55
linux-kernel
[RFC PATCH v2 07/12] smp: Do not mark call_function_data as shared
2019-05-31 06:39:42
linux-kernel
[RFC PATCH v2 08/12] x86/tlb: Privatize cpu_tlbstate
2019-05-31 06:39:08
linux-kernel
[RFC PATCH v2 06/12] KVM: x86: Provide paravirtualized flush_tlb_multi()
2019-05-31 06:39:04
linux-kernel
[RFC PATCH v2 11/12] x86/mm/tlb: Use async and inline messages for flushing
2019-05-31 06:38:59
linux-kernel
[RFC PATCH v2 09/12] x86/apic: Use non-atomic operations when possible
2019-05-31 06:38:50
linux-kernel
[RFC PATCH v2 12/12] x86/mm/tlb: Reverting the removal of flush_tlb_info from stack
2019-05-31 06:38:44
linux-kernel
[RFC PATCH v2 10/12] smp: Enable data inlining for inter-processor function call
2019-05-31 06:38:40
linux-kernel
[RFC PATCH v2 05/12] x86/mm/tlb: Optimize local TLB flushes
2019-05-31 06:38:28
linux-kernel
[RFC PATCH v2 01/12] smp: Remove smp_call_function() and on_each_cpu() return values
2019-05-31 06:38:20
linux-kernel
[RFC PATCH v2 00/12] x86: Flush remote TLBs concurrently and async
2019-05-27 19:01:27
linux-kernel
Re: [RFC PATCH 4/6] x86/mm/tlb: Refactor common code into flush_tlb_on_cpus()
2019-05-27 17:51:02
linux-kernel
Re: [RFC PATCH 5/6] x86/mm/tlb: Flush remote and local TLBs concurrently
2019-05-27 17:42:00
linux-kernel
Re: [RFC PATCH 3/6] smp: Run functions concurrently in smp_call_function_many()