index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-14
x86/entry: Emit a symbol for register restoring thunk
Nick Desaulniers
1
-4
/
+4
2021-01-14
x86/topology: Make __max_die_per_package available unconditionally
Borislav Petkov
2
-3
/
+3
2021-01-14
perf/x86/intel/uncore: With > 8 nodes, get pci bus die id from NUMA info
Steve Wahl
1
-28
/
+65
2021-01-14
perf/x86/intel/uncore: Store the logical die id instead of the physical die id.
Steve Wahl
4
-57
/
+39
2021-01-14
crypto: x86 - use local headers for x86 specific shared declarations
Ard Biesheuvel
12
-8
/
+8
2021-01-14
crypto: x86 - remove glue helper module
Ard Biesheuvel
3
-231
/
+0
2021-01-14
crypto: x86/twofish - drop dependency on glue helper
Ard Biesheuvel
2
-109
/
+44
2021-01-14
crypto: x86/cast6 - drop dependency on glue helper
Ard Biesheuvel
1
-44
/
+17
2021-01-14
crypto: x86/cast5 - drop dependency on glue helper
Ard Biesheuvel
1
-167
/
+17
2021-01-14
crypto: x86/serpent - drop dependency on glue helper
Ard Biesheuvel
3
-154
/
+61
2021-01-14
crypto: x86/camellia - drop dependency on glue helper
Ard Biesheuvel
3
-166
/
+67
2021-01-14
crypto: x86 - add some helper macros for ECB and CBC modes
Ard Biesheuvel
1
-0
/
+76
2021-01-14
crypto: x86/blowfish - drop CTR mode implementation
Ard Biesheuvel
1
-107
/
+0
2021-01-14
crypto: x86/des - drop CTR mode implementation
Ard Biesheuvel
1
-104
/
+0
2021-01-14
crypto: x86/glue-helper - drop CTR helper routines
Ard Biesheuvel
4
-207
/
+0
2021-01-14
crypto: x86/twofish - drop CTR mode implementation
Ard Biesheuvel
4
-147
/
+0
2021-01-14
crypto: x86/cast6 - drop CTR mode implementation
Ard Biesheuvel
2
-76
/
+0
2021-01-14
crypto: x86/cast5 - drop CTR mode implementation
Ard Biesheuvel
1
-103
/
+0
2021-01-14
crypto: x86/serpent - drop CTR mode implementation
Ard Biesheuvel
5
-201
/
+0
2021-01-14
crypto: x86/camellia - drop CTR mode implementation
Ard Biesheuvel
6
-416
/
+0
2021-01-14
crypto: x86/glue-helper - drop XTS helper routines
Ard Biesheuvel
4
-303
/
+0
2021-01-14
crypto: x86/twofish - switch to XTS template
Ard Biesheuvel
2
-151
/
+0
2021-01-14
crypto: x86/serpent- switch to XTS template
Ard Biesheuvel
5
-304
/
+0
2021-01-14
crypto: x86/cast6 - switch to XTS template
Ard Biesheuvel
2
-154
/
+0
2021-01-14
crypto: x86/camellia - switch to XTS template
Ard Biesheuvel
5
-576
/
+1
2021-01-14
crypto: aesni - replace function pointers with static branches
Ard Biesheuvel
1
-44
/
+54
2021-01-14
crypto: aesni - refactor scatterlist processing
Ard Biesheuvel
1
-83
/
+56
2021-01-14
crypto: aesni - clean up mapping of associated data
Ard Biesheuvel
1
-4
/
+5
2021-01-14
crypto: aesni - drop unused asm prototypes
Ard Biesheuvel
1
-67
/
+0
2021-01-14
crypto: aesni - prevent misaligned buffers on the stack
Ard Biesheuvel
1
-12
/
+16
2021-01-13
x86/insn: Fix vector instruction decoding on big endian cross-compiles
Vasily Gorbik
2
-9
/
+21
2021-01-13
objtool: Fix x86 orc generation on big endian cross-compiles
Vasily Gorbik
1
-0
/
+10
2021-01-13
x86/insn: Support big endian cross-compiles
Martin Schwidefsky
3
-58
/
+80
2021-01-13
x86/tools: Use tools headers for instruction decoder selftests
Vasily Gorbik
1
-4
/
+4
2021-01-13
x86/xen: Fix xen_hvm_smp_init() when vector callback not available
David Woodhouse
1
-10
/
+17
2021-01-13
x86/xen: Don't register Xen IPIs when they aren't going to be used
David Woodhouse
1
-2
/
+2
2021-01-13
x86/xen: Add xen_no_vector_callback option to test PCI INTX delivery
David Woodhouse
1
-1
/
+10
2021-01-12
x86: __always_inline __{rd,wr}msr()
Peter Zijlstra
1
-2
/
+2
2021-01-12
x86/mce: Remove explicit/superfluous tracing
Peter Zijlstra
1
-3
/
+4
2021-01-12
x86/sev: Fix nonistr violation
Peter Zijlstra
1
-1
/
+1
2021-01-12
x86/entry: Fix noinstr fail
Peter Zijlstra
1
-3
/
+7
2021-01-12
x86/entry: Remove now unused do_IRQ() declaration
Hao Lee
1
-2
/
+0
2021-01-12
x86/cpu/amd: Set __max_die_per_package on AMD
Yazen Ghannam
1
-2
/
+2
2021-01-11
Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
4
-3
/
+33
2021-01-11
x86/sev-es: Handle string port IO to kernel memory properly
Hyunwook (Wooky) Baek
1
-0
/
+12
2021-01-11
x86/resctrl: Apply READ_ONCE/WRITE_ONCE to task_struct.{rmid,closid}
Valentin Schneider
2
-9
/
+12
2021-01-11
x86/resctrl: Use task_curr() instead of task_struct->on_cpu to prevent unnecessary IPI
Reinette Chatre
1
-9
/
+5
2021-01-11
x86/resctrl: Add printf attribute to log function
Tom Rix
1
-0
/
+1
2021-01-10
Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-73
/
+57
2021-01-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-97
/
+178
[prev]
[next]