Toggle navigation
Patchwork
linux-kernel
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Nikolay Borisov
| Archived =
No
| 31 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Unresolved
Repeat Merge
Corrupt patch
Search
Archived
No
Yes
Both
Delegate
------
Nobody
snail
snail
patchwork-bot
patchwork-bot
patchwork-bot
ww
ww
ww
Apply
Patch
Series
A/R/T
S/W/F
Date
Submitter
Delegate
State
[2/2] x86/insn: Directly assign x86_64 state in init_ins
Cleanup x86 instruction decoder
- - -
-
-
-
2024-02-22
Nikolay Borisov
New
[1/2] x86/insn: Remove superfluous checks from instruction decoding routines
Cleanup x86 instruction decoder
- - -
-
-
-
2024-02-22
Nikolay Borisov
New
[RFC] x86/virt/tdx: Disable KEXEC in the presence of TDX
[RFC] x86/virt/tdx: Disable KEXEC in the presence of TDX
1 - -
-
-
-
2024-01-18
Nikolay Borisov
New
[RESEND] x86/entry/ia32: Ensure s32 is sign extended to s64
[RESEND] x86/entry/ia32: Ensure s32 is sign extended to s64
- 1 -
-
-
-
2024-01-10
Nikolay Borisov
New
x86/mce: Remove redundant check from mce_device_create()
x86/mce: Remove redundant check from mce_device_create()
- - -
-
-
-
2023-11-07
Nikolay Borisov
New
docs: Remove reference to syscall trampoline in PTI
docs: Remove reference to syscall trampoline in PTI
- - -
-
-
-
2023-11-02
Nikolay Borisov
New
KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
- 1 -
-
-
-
2023-10-30
Nikolay Borisov
New
x86/efistub: Don't try to print after ExitBootService()
x86/efistub: Don't try to print after ExitBootService()
- - -
-
-
-
2023-10-11
Nikolay Borisov
New
x86/cpu/amd: Report zenbleed in sysfs
x86/cpu/amd: Report zenbleed in sysfs
- - -
-
-
-
2023-07-27
Nikolay Borisov
New
[v4,6/6] x86: Make IA32_EMULATION boot time configurable
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-23
Nikolay Borisov
New
[v4,5/6] x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-23
Nikolay Borisov
New
[v4,4/6] x86/elf: Make loading of 32bit processes depend on ia32_enabled()
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-23
Nikolay Borisov
New
[v4,3/6] x86/entry: Compile entry_SYSCALL32_ignore() unconditionally
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-23
Nikolay Borisov
New
[v4,2/6] x86/entry: Rename ignore_sysret()
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-23
Nikolay Borisov
New
[v4,1/6] x86: Introduce ia32_enabled()
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-23
Nikolay Borisov
New
[v3,5/5] x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-16
Nikolay Borisov
New
[v3,4/5] x86/elf: Make loading of 32bit processes depend on ia32_enabled()
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-16
Nikolay Borisov
New
[v3,3/5] x86/entry: Compile entry_SYSCALL32_ignore unconditionally
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-16
Nikolay Borisov
New
[v3,2/5] x86/entry: Rename ignore_sysret
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-16
Nikolay Borisov
New
[v3,1/5] x86: Make IA32_EMULATION boot time configurable
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-16
Nikolay Borisov
New
x86/mce: Use lockdep to assert preemption is off in mcheck_cpu_init
x86/mce: Use lockdep to assert preemption is off in mcheck_cpu_init
- - -
-
-
-
2023-06-15
Nikolay Borisov
New
x86: Remove dead declarations in ia32.h
x86: Remove dead declarations in ia32.h
- - -
-
-
-
2023-06-12
Nikolay Borisov
New
[v2,4/4] x86: Disable laoding 32bit processes if ia32_disabled is true
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-09
Nikolay Borisov
New
[v2,3/4] x86/entry: Disable IA32 syscall if ia32_disabled is true
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-09
Nikolay Borisov
New
[v2,2/4] x86/entry: Rename ignore_sysret and compile it unconditionally
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-09
Nikolay Borisov
New
[v2,1/4] x86: Introduce CONFIG_IA32_EMULATION_DEFAULT_DISABLED Kconfig option
Make IA32_EMULATION boot time overridable
- - -
-
-
-
2023-06-09
Nikolay Borisov
New
[3/3] x86: Disable running 32bit processes if ia32_disabled is passed
Add ability to disable ia32 at boot time
- - -
-
-
-
2023-06-07
Nikolay Borisov
New
[2/3] x86/entry: Disable IA32 syscalls in the presence of ia32_disabled
Add ability to disable ia32 at boot time
- - -
-
-
-
2023-06-07
Nikolay Borisov
New
[1/3] x86: Introduce ia32_disabled boot parameter
Add ability to disable ia32 at boot time
- - -
-
-
-
2023-06-07
Nikolay Borisov
New
[RFC] x86/entry: Disable ia32 syscalls and introduce a boot time toggle
[RFC] x86/entry: Disable ia32 syscalls and introduce a boot time toggle
- - -
-
-
-
2023-05-26
Nikolay Borisov
New
x86/tdx: Wrap r11 argument of decompression hypercall with hcall_func
x86/tdx: Wrap r11 argument of decompression hypercall with hcall_func
1 - -
-
-
-
2023-05-05
Nikolay Borisov
New