index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86/mpx' into x86/asm, to pick up dependent commits
Ingo Molnar
2017-11-08
6
-125
/
+910
|
\
|
*
x86/insn-eval: Extend get_seg_base_addr() to also obtain segment limit
Ricardo Neri
2017-11-02
1
-8
/
+19
|
*
x86/insn-eval: Incorporate segment base in linear address computation
Ricardo Neri
2017-11-01
1
-3
/
+52
|
*
x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm ...
Ricardo Neri
2017-11-01
1
-3
/
+22
|
*
x86/insn-eval: Add function to get default params of code segment
Ricardo Neri
2017-11-01
2
-0
/
+69
|
*
x86/insn-eval: Add utility functions to get segment descriptor base address a...
Ricardo Neri
2017-11-01
2
-0
/
+115
|
*
x86/insn-eval: Add utility function to get segment descriptor
Ricardo Neri
2017-11-01
1
-0
/
+57
|
*
x86/insn-eval: Add utility functions to get segment selector
Ricardo Neri
2017-11-01
2
-0
/
+350
|
*
x86/insn-eval: Add utility function to identify string instructions
Ricardo Neri
2017-11-01
1
-0
/
+28
|
*
x86/insn-eval: Add a utility function to get register offsets
Ricardo Neri
2017-11-01
2
-0
/
+18
|
*
x86/insn-eval: Do not BUG on invalid register type
Ricardo Neri
2017-11-01
1
-3
/
+6
|
*
x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file
Ricardo Neri
2017-11-01
4
-155
/
+182
|
*
x86/mpx: Do not use SIB.base if its value is 101b and ModRM.mod = 0
Ricardo Neri
2017-11-01
1
-8
/
+20
|
*
x86/mpx: Do not use SIB.index if its value is 100b and ModRM.mod is not 11b
Ricardo Neri
2017-11-01
1
-2
/
+19
|
*
x86/mpx: Use signed variables to compute effective addresses
Ricardo Neri
2017-11-01
1
-6
/
+14
|
*
x86/mpx: Simplify handling of errors when computing linear addresses
Ricardo Neri
2017-11-01
1
-7
/
+6
|
*
uprobes/x86: Use existing definitions for segment override prefixes
Ricardo Neri
2017-11-01
1
-6
/
+9
*
|
resource: Fix resource_size.cocci warnings
kbuild test robot
2017-11-07
1
-2
/
+2
*
|
X86/KVM: Clear encryption attribute when SEV is active
Brijesh Singh
2017-11-07
2
-13
/
+57
*
|
X86/KVM: Decrypt shared per-cpu variables when SEV is active
Brijesh Singh
2017-11-07
1
-3
/
+37
*
|
x86: Add support for changing memory encryption attribute in early boot
Brijesh Singh
2017-11-07
2
-0
/
+138
*
|
x86/io: Unroll string I/O when SEV is active
Tom Lendacky
2017-11-07
2
-4
/
+47
*
|
x86/boot: Add early boot support when running with SEV active
Tom Lendacky
2017-11-07
8
-15
/
+186
*
|
x86/mm: Add DMA support for SEV memory encryption
Tom Lendacky
2017-11-07
1
-0
/
+86
*
|
x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
Tom Lendacky
2017-11-07
1
-12
/
+67
*
|
resource: Provide resource struct in resource walk callback
Tom Lendacky
2017-11-07
3
-13
/
+19
*
|
x86/efi: Access EFI data as encrypted when SEV is active
Tom Lendacky
2017-11-07
1
-1
/
+15
*
|
x86/mm: Include SEV for encryption memory attribute changes
Tom Lendacky
2017-11-07
1
-2
/
+2
*
|
x86/mm: Use encrypted access of boot related data with SEV
Tom Lendacky
2017-11-07
1
-14
/
+30
*
|
x86/realmode: Don't decrypt trampoline area under SEV
Tom Lendacky
2017-11-07
1
-2
/
+3
*
|
x86/mm: Don't attempt to encrypt initrd under SEV
Tom Lendacky
2017-11-07
1
-2
/
+4
*
|
x86/mm: Add Secure Encrypted Virtualization (SEV) support
Tom Lendacky
2017-11-07
2
-0
/
+32
*
|
kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modules
Zhou Chengming
2017-11-07
1
-13
/
+13
*
|
x86/build: Add more generated files to the .gitignore file
Changbin Du
2017-11-07
1
-0
/
+3
*
|
x86/build: Specify -input-charset=utf-8 for mkisofs
Changbin Du
2017-11-07
1
-2
/
+3
*
|
x86/build: Add new paths for isolinux.bin and ldlinux.c32
Changbin Du
2017-11-07
1
-5
/
+18
*
|
x86/build: Factor out fdimage/isoimage generation commands to standalone script
Changbin Du
2017-11-07
2
-48
/
+116
*
|
x86/cpufeatures: Fix various details in the feature definitions
Ingo Molnar
2017-11-07
1
-75
/
+74
*
|
x86/cpufeatures: Re-tabulate the X86_FEATURE definitions
Ingo Molnar
2017-11-07
1
-254
/
+254
*
|
Merge branch 'x86/build' into x86/asm, to fix up conflicts
Ingo Molnar
2017-11-07
1
-2
/
+2
|
\
\
|
*
|
x86/build: Beautify build log of syscall headers
Masahiro Yamada
2017-10-27
1
-2
/
+2
*
|
|
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
2017-11-07
5757
-218
/
+5969
|
\
\
\
|
*
\
\
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-11-06
2
-12
/
+12
|
|
\
\
\
|
|
*
|
|
crypto: x86/sha1-mb - fix panic due to unaligned access
Andrey Ryabinin
2017-11-03
1
-6
/
+6
|
|
*
|
|
crypto: x86/sha256-mb - fix panic due to unaligned access
Andrey Ryabinin
2017-11-03
1
-6
/
+6
|
*
|
|
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-05
4
-3
/
+31
|
|
\
\
\
\
|
|
*
|
|
|
x86/module: Detect and skip invalid relocations
Josh Poimboeuf
2017-11-05
1
-0
/
+13
|
|
*
|
|
|
Revert "x86/mm: Stop calling leave_mm() in idle code"
Andy Lutomirski
2017-11-04
3
-3
/
+18
|
*
|
|
|
|
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2017-11-05
1
-94
/
+27
|
|
\
\
\
\
\
|
|
*
|
|
|
|
x86/mcelog: Get rid of RCU remnants
Borislav Petkov
2017-11-01
1
-94
/
+27
|
|
|
/
/
/
/
[next]