index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-10
Merge branch 'linus' into x86/asm, to resolve conflict
Ingo Molnar
1
-1
/
+1
2017-11-10
Merge branch 'x86/mm' into x86/asm, to merge branches
Ingo Molnar
1
-1
/
+0
2017-11-09
x86/build: Make the boot image generation less verbose
Changbin Du
1
-5
/
+10
2017-11-08
x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability
Jiri Kosina
1
-1
/
+1
2017-11-08
x86/traps: Fix up general protection faults caused by UMIP
Ricardo Neri
1
-0
/
+6
2017-11-08
x86/umip: Enable User-Mode Instruction Prevention at runtime
Ricardo Neri
2
-1
/
+34
2017-11-08
x86/umip: Force a page fault when unable to copy emulated result to user
Ricardo Neri
1
-2
/
+47
2017-11-08
x86/umip: Add emulation code for UMIP instructions
Ricardo Neri
3
-0
/
+334
2017-11-08
x86/cpufeature: Add User-Mode Instruction Prevention definitions
Ricardo Neri
3
-1
/
+10
2017-11-08
x86/insn-eval: Add support to resolve 16-bit address encodings
Ricardo Neri
1
-1
/
+212
2017-11-08
x86/insn-eval: Handle 32-bit address encodings in virtual-8086 mode
Ricardo Neri
1
-0
/
+11
2017-11-08
x86/insn-eval: Add wrapper function for 32 and 64-bit addresses
Ricardo Neri
1
-5
/
+55
2017-11-08
x86/insn-eval: Add support to resolve 32-bit address encodings
Ricardo Neri
1
-6
/
+106
2017-11-08
x86/insn-eval: Compute linear address in several utility functions
Ricardo Neri
1
-58
/
+185
2017-11-08
Merge branch 'x86/mpx' into x86/asm, to pick up dependent commits
Ingo Molnar
6
-125
/
+910
2017-11-07
resource: Fix resource_size.cocci warnings
kbuild test robot
1
-2
/
+2
2017-11-07
X86/KVM: Clear encryption attribute when SEV is active
Brijesh Singh
2
-13
/
+57
2017-11-07
X86/KVM: Decrypt shared per-cpu variables when SEV is active
Brijesh Singh
1
-3
/
+37
2017-11-07
x86: Add support for changing memory encryption attribute in early boot
Brijesh Singh
2
-0
/
+138
2017-11-07
x86/io: Unroll string I/O when SEV is active
Tom Lendacky
2
-4
/
+47
2017-11-07
x86/boot: Add early boot support when running with SEV active
Tom Lendacky
8
-15
/
+186
2017-11-07
x86/mm: Add DMA support for SEV memory encryption
Tom Lendacky
1
-0
/
+86
2017-11-07
x86/mm, resource: Use PAGE_KERNEL protection for ioremap of memory pages
Tom Lendacky
1
-12
/
+67
2017-11-07
resource: Provide resource struct in resource walk callback
Tom Lendacky
2
-10
/
+10
2017-11-07
x86/efi: Access EFI data as encrypted when SEV is active
Tom Lendacky
1
-1
/
+15
2017-11-07
x86/mm: Include SEV for encryption memory attribute changes
Tom Lendacky
1
-2
/
+2
2017-11-07
x86/mm: Use encrypted access of boot related data with SEV
Tom Lendacky
1
-14
/
+30
2017-11-07
x86/realmode: Don't decrypt trampoline area under SEV
Tom Lendacky
1
-2
/
+3
2017-11-07
x86/mm: Don't attempt to encrypt initrd under SEV
Tom Lendacky
1
-2
/
+4
2017-11-07
x86/mm: Add Secure Encrypted Virtualization (SEV) support
Tom Lendacky
2
-0
/
+32
2017-11-07
kprobes, x86/alternatives: Use text_mutex to protect smp_alt_modules
Zhou Chengming
1
-13
/
+13
2017-11-07
x86/mm: Remove unnecessary TLB flush for SME in-place encryption
Tom Lendacky
1
-1
/
+0
2017-11-07
x86/build: Add more generated files to the .gitignore file
Changbin Du
1
-0
/
+3
2017-11-07
x86/build: Specify -input-charset=utf-8 for mkisofs
Changbin Du
1
-2
/
+3
2017-11-07
x86/build: Add new paths for isolinux.bin and ldlinux.c32
Changbin Du
1
-5
/
+18
2017-11-07
x86/build: Factor out fdimage/isoimage generation commands to standalone script
Changbin Du
2
-48
/
+116
2017-11-07
x86/cpufeatures: Fix various details in the feature definitions
Ingo Molnar
1
-75
/
+74
2017-11-07
x86/cpufeatures: Re-tabulate the X86_FEATURE definitions
Ingo Molnar
1
-254
/
+254
2017-11-07
Merge branch 'x86/build' into x86/asm, to fix up conflicts
Ingo Molnar
1
-2
/
+2
2017-11-07
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
751
-121
/
+843
2017-11-06
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-12
/
+12
2017-11-06
x86/mm: Define _PAGE_TABLE using _KERNPG_TABLE
Borislav Petkov
1
-2
/
+1
2017-11-06
Merge branch 'x86/mm' into x86/asm, to pick up pending changes
Ingo Molnar
6
-132
/
+153
2017-11-06
Merge branch 'x86/fpu' into x86/asm, to pick up fix
Ingo Molnar
1
-15
/
+11
2017-11-05
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-3
/
+29
2017-11-05
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-94
/
+27
2017-11-05
x86/module: Detect and skip invalid relocations
Josh Poimboeuf
1
-0
/
+13
2017-11-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-4
/
+6
2017-11-04
Revert "x86/mm: Stop calling leave_mm() in idle code"
Andy Lutomirski
2
-3
/
+16
2017-11-03
x86: CPU: Fix up "cpu MHz" in /proc/cpuinfo
Rafael J. Wysocki
3
-6
/
+11
[next]